Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Sergey V. Dyatko
В Tue, 15 Sep 2009 17:22:44 +0400 Boris Samorodov пишет: BS> "Sergey V. Dyatko" writes: BS> BS> > When I'm trying install skype I got following error: BS> > BS> > tiger# make install clean BS> > ===> Installing for skype-2.0.0.72,1 BS> > ===> skype-2.0.0.72,1 depends on file: /compat/linux/

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Alexey Dokuchaev
On Wed, Sep 16, 2009 at 10:24:51AM +0400, Boris Samorodov wrote: > Alexey Dokuchaev writes: > > On Tue, Sep 15, 2009 at 06:03:52PM +0400, Boris Samorodov wrote: > > >> I've just emailed a patch for games/linux-worldofgoo-demo. Many other > > Yes, thanks! I somehow managed to miss libGL dep compl

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Boris Samorodov
Boris Samorodov writes: > "Jeremy Messenger" writes: >> On Tue, 15 Sep 2009 09:03:52 -0500, Boris Samorodov wrote: > >>> I've just emailed a patch for games/linux-worldofgoo-demo. Many other >>> ports which need linux libGL/libGLU (either for nvidia or not) use >>> those checks. It seems to wor

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Boris Samorodov
Alexey Dokuchaev writes: > On Tue, Sep 15, 2009 at 06:03:52PM +0400, Boris Samorodov wrote: >> I've just emailed a patch for games/linux-worldofgoo-demo. Many other > Yes, thanks! I somehow managed to miss libGL dep completely, my fault. Would you commit the patch? -- WBR, bsam __

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Boris Samorodov
"Jeremy Messenger" writes: > On Tue, 15 Sep 2009 09:03:52 -0500, Boris Samorodov wrote: >> I've just emailed a patch for games/linux-worldofgoo-demo. Many other >> ports which need linux libGL/libGLU (either for nvidia or not) use >> those checks. It seems to work fine for other ports and should

Re: FreeBSD port: nss_ldapd-0.6.11_1

2009-09-15 Thread Alexander V. Chernikov
Tobias Lott wrote: Hey Everyone! Seems like nss_ldapd is causing apps like top, jls to segfault. pkg_delete-ing nss_ldapd 'fixes' the problem. Reproducable on several Machines using FreeBSD 7.2-STABLE and BETA4 Greetings Can you provide some more details like core backtrace, nsswitch conf

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Jeremy Messenger
On Tue, 15 Sep 2009 09:03:52 -0500, Boris Samorodov wrote: Alexey Dokuchaev writes: Typically, there are two major providers of libGL (both native and Linux flavors): linux-*-dri ports *or* nvidia-driver, depending on what gfx card you have). Now the problem here that linux-*-dri ports i

FreeBSD port: nss_ldapd-0.6.11_1

2009-09-15 Thread Tobias Lott
Hey Everyone! Seems like nss_ldapd is causing apps like top, jls to segfault. pkg_delete-ing nss_ldapd 'fixes' the problem. Reproducable on several Machines using FreeBSD 7.2-STABLE and BETA4 Greetings -- Tobias Lott ___ freebsd-ports@freebsd.org mai

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-15 Thread Tim Gustafson
> Ah yes, didn't test on earlier versions. It's passed midnight here, > but I'll add fixes for 7 and 6.x if possible. You probably need to > add -lroken to the link chain for this. If you get what's happening > in files/patch-config.m4 you can try and fix it yourself. Thanks for all your help on

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-15 Thread Mel Flynn
On Wednesday 16 September 2009 00:02:49 Tim Gustafson wrote: > > You will have to test if this works as expected. I just made it > > compile and link. > > Awesome, thanks! I've got it complied and installed. > > Here's what I get when I use this library now: > > /libexec/ld-elf.so.1: /usr/lib/l

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-15 Thread Mel Flynn
On Tuesday 15 September 2009 23:50:50 Mel Flynn wrote: > On Tuesday 15 September 2009 18:29:13 Tim Gustafson wrote: > > > Could shar(1) your current work? I can likely fix the issues > > > you're seeing, but it would be nice if you can save me some > > > cycles finding the urls and making the disti

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-15 Thread Mel Flynn
On Tuesday 15 September 2009 18:29:13 Tim Gustafson wrote: > > Could shar(1) your current work? I can likely fix the issues > > you're seeing, but it would be nice if you can save me some > > cycles finding the urls and making the distinfo. How to shar > > a port is I think covered in the porters h

Re: portmaster completion for ZSH

2009-09-15 Thread Baptiste Daroussin
> > @Baptiste, feature request for csup :>. Currently csup -L2 /etc/[tab] gives: > No matches for: `verbosity level' or `corrections' > > Sorry for the little hijack, feel free to take it off list. > -- > Mel > I'll have a look at thi (and correct it :)) tomorrow. _

gretl package installation failure

2009-09-15 Thread John B. Stubblebine
Alex Dupre a...@freebsd.org GLewis gle...@freebsd.org Ports po...@freebsd.org I am running PC-BSD and have tried to use the "pkg-add" command to install "gretl" on my system, as the following transcript shows. It appears that there is something about the "pdfl

Re: Portmaster tcsh completion (Was: Re: Portmaster updates, including multiple -x options)

2009-09-15 Thread piotr . smyrak
On Tue, 15 Sep 2009 12:06:31 -0700, Doug Barton wrote > Miroslav Lachman wrote: > > > When you are talking about completion, I am using this for tcsh: > > > > alias_PKGS_VeRsIoN_'ls -1 /var/db/pkg' > > > > complete portmaster'c/--/(force-config show-work clean- distfiles > > clean-di

Re: portmaster completion for ZSH

2009-09-15 Thread Mel Flynn
On Tuesday 15 September 2009 21:03:48 Doug Barton wrote: > Baptiste Daroussin wrote: > > Hi, > > > > Here is a more complete ZSH completion for portmaster, can people test > > it and validate it please. > > > > to make it work, copy it to /usr/local/share/zsh/site-functions > > reload you zsh > > >

Portmaster tcsh completion (Was: Re: Portmaster updates, including multiple -x options)

2009-09-15 Thread Doug Barton
Miroslav Lachman wrote: > Nice improvements! Thanks. :) > When you are talking about completion, I am using this for tcsh: > > alias_PKGS_VeRsIoN_'ls -1 /var/db/pkg' > > complete portmaster'c/--/(force-config show-work clean-distfiles > clean-distfiles-all \ > check-depends help

Re: portmaster completion for ZSH

2009-09-15 Thread Doug Barton
Baptiste Daroussin wrote: > Hi, > > Here is a more complete ZSH completion for portmaster, can people test > it and validate it please. > > to make it work, copy it to /usr/local/share/zsh/site-functions > reload you zsh > > and portmaster [tab] > > http://github.com/bapt/zfbsd/blob/master/_por

Re: ports/138837: lang/python26 compile failure

2009-09-15 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 15, 2009 at 06:17:19PM +0100, David Southwell wrote: > I agree the bug is solely related to the semaphores option. It compiles fine > with sem turned off on my 7.2-p3 intel quad core system. I have tried the > patches with the sem option

Re: ports/138837: lang/python26 compile failure

2009-09-15 Thread David Southwell
I agree the bug is solely related to the semaphores option. It compiles fine with sem turned off on my 7.2-p3 intel quad core system. I have tried the patches with the sem option on but that does not solve that compile failure. David ___ freebsd-ports@

Re: Fwd: FreeBSD port: haproxy-devel

2009-09-15 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mit Rowe wrote: > The maintainer has not been able to respond to me as of yet... would anyone > else be able to help me out? > > Cheers, > Mit > > > -- Forwarded message -- > From: Mit Rowe > Date: Fri, Sep 11, 2009 at 1:26 PM > Sub

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-15 Thread Tim Gustafson
> Could shar(1) your current work? I can likely fix the issues > you're seeing, but it would be nice if you can save me some > cycles finding the urls and making the distinfo. How to shar > a port is I think covered in the porters handbook. In short: > cd /usr/ports > shar `find category/portname -

Fwd: FreeBSD port: haproxy-devel

2009-09-15 Thread Mit Rowe
The maintainer has not been able to respond to me as of yet... would anyone else be able to help me out? Cheers, Mit -- Forwarded message -- From: Mit Rowe Date: Fri, Sep 11, 2009 at 1:26 PM Subject: FreeBSD port: haproxy-devel To: h...@barafranca.com Hi Hugo! I was wondering

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Mel Flynn
On Tuesday 15 September 2009 14:44:22 Alexey Dokuchaev wrote: > On Tue, Sep 15, 2009 at 11:39:07AM +0300, Sergey V. Dyatko wrote: > > Earlier I'm using linux-dri-7.4_1 but today I'm install > > games/linux-worldofgoo-demo > > > > [ti...@tiger]/usr/ports/games/linux-worldofgoo-demo%make > > run-depe

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Alexey Dokuchaev
On Tue, Sep 15, 2009 at 06:03:52PM +0400, Boris Samorodov wrote: > Alexey Dokuchaev writes: > > > Typically, there are two major providers of libGL (both native and Linux > > flavors): linux-*-dri ports *or* nvidia-driver, depending on what gfx card > > you have). Now the problem here that linux

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Boris Samorodov
Alexey Dokuchaev writes: > Typically, there are two major providers of libGL (both native and Linux > flavors): linux-*-dri ports *or* nvidia-driver, depending on what gfx card > you have). Now the problem here that linux-*-dri ports install *both* It's not a problem. It's a feature. ;-) > lib

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Boris Samorodov
"Sergey V. Dyatko" writes: > When I'm trying install skype I got following error: > > tiger# make install clean > ===> Installing for skype-2.0.0.72,1 > ===> skype-2.0.0.72,1 depends on file: /compat/linux/bin/sh - found > ===> skype-2.0.0.72,1 depends on > file: /compat/linux/lib/libasound

Re: Creating a New Port: /usr/ports/security/pecl-kadm5

2009-09-15 Thread Mel Flynn
On Friday 11 September 2009 02:36:25 Tim Gustafson wrote: > I'm trying to create a new port. To get myself started, I copied pecl-hash > and then modified the Makefile and the distinfo file. When I try to make > my port, it downloads the file from the PECL repository, extracts it, runs > confi

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Alexey Dokuchaev
On Tue, Sep 15, 2009 at 12:44:22PM +, Alexey Dokuchaev wrote: > Typically, there are two major providers of libGL (both native and Linux > flavors): linux-*-dri ports *or* nvidia-driver, depending on what gfx card Of course, linux-* ports do not provide native libs; I was referring to `graphic

Re: skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Alexey Dokuchaev
On Tue, Sep 15, 2009 at 11:39:07AM +0300, Sergey V. Dyatko wrote: > Earlier I'm using linux-dri-7.4_1 but today I'm install > games/linux-worldofgoo-demo > > [ti...@tiger]/usr/ports/games/linux-worldofgoo-demo%make > run-depends-list > /usr/ports/audio/linux-f10-libogg > /usr/ports/audio/linux-f1

Re: ports/138835: Python compile failure

2009-09-15 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 15, 2009 at 11:28:17AM +0100, David Southwell wrote: > > 1. There has been no blaming only politelly asking question which in the > circumstances seem appropriate. > 2. output of uname -a is included in my reports both ion the PRs and the

Re: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree

2009-09-15 Thread Kenyon Ralph
On 2009-09-15T10:08:52+0100, David Southwell wrote: > > I want to understand why bug reports get closed prematurely and without any > > discussion with the original person submitting the report. ... > > Yrs frustrated > > David Southwell > ps the PR link is: > http://www.freebsd.org/cgi/query-pr

Re: FreeBSD Port: octave-3.2.2_5

2009-09-15 Thread Maho NAKATA
From: Jan Henrik Sylvester Subject: Re: FreeBSD Port: octave-3.2.2_5 Date: Tue, 15 Sep 2009 11:46:15 +0200 > Maho NAKATA wrote: >> From: Jan Henrik Sylvester >>> Maho NAKATA wrote: From: Joey Mingrone > I'm having some trouble upgrading this port. > % uname -a > FreeBSD ... 7.2

portmaster completion for ZSH

2009-09-15 Thread Baptiste Daroussin
Hi, Here is a more complete ZSH completion for portmaster, can people test it and validate it please. to make it work, copy it to /usr/local/share/zsh/site-functions reload you zsh and portmaster [tab] http://github.com/bapt/zfbsd/blob/master/_portmaster Thanks, Bapt __

Re: ports/138835: Python compile failure

2009-09-15 Thread David Southwell
> David sorry but stop your agressive blaming here, > first you come not without any more infos only it failed > secound we are all humons and do sometimes mistakes so, > now show me your 'make showconfig" and "uname -a" > > Thx! > > On Tue, Sep 15, 2009 at 11:05:27AM +0100, David Southwell wrote

security/gnome-keyring compile error

2009-09-15 Thread David Southwell
gnome-libtool: link: ar cru .libs/libgcr.a libgcr_la-gcr-certificate.o libgcr_la-gcr-certificate-basics-widget.o libgcr_la-gcr-certificate-details- widget.o libgcr_la-gcr-import-dialog.o libgcr_la-gcr-importer.o libgcr_la-gcr- library.o libgcr_la-gcr-parser.o libgcr_la-gcr-simple-certificate.o li

Re: ports/138835: Python compile failure

2009-09-15 Thread Martin Wilke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David sorry but stop your agressive blaming here, first you come not without any more infos only it failed secound we are all humons and do sometimes mistakes so, now show me your 'make showconfig" and "uname -a" Thx! On Tue, Sep 15, 2009 at 11:05

Re: FreeBSD Port: octave-3.2.2_5

2009-09-15 Thread Jan Henrik Sylvester
Maho NAKATA wrote: From: Jan Henrik Sylvester Maho NAKATA wrote: From: Joey Mingrone I'm having some trouble upgrading this port. % uname -a FreeBSD ... 7.2-RELEASE FreeBSD 7.2-RELEASE #1: Wed May 6 12:48:08 ... i386 Here's the error in the build: making gendoc.cc g++44 -O2 -fno-strict-alias

Re: Portmaster updates, including multiple -x options

2009-09-15 Thread Miroslav Lachman
Doug Barton wrote: Howdy! I just committed portmaster version 2.12 which includes an often-requested feature, the ability to specify the -x option more than once. I also added options to the Makefile for installing programmable completion files for Bash and zsh. avg gave me a great suggestion fo

Re: [HEADSUP]: Ports feature freeze now enforced

2009-09-15 Thread David Southwell
> As an experiment, there will not be a complete ports freeze ahead of the > release of 8.0. To ensure that the tree is kept in a stable condition, > we do need to have more discipline about the feature freeze we are > currently using. To achieve this, I have added a new tag to the commit > log F

[HEADSUP]: Ports feature freeze now enforced

2009-09-15 Thread Erwin Lansing
As an experiment, there will not be a complete ports freeze ahead of the release of 8.0. To ensure that the tree is kept in a stable condition, we do need to have more discipline about the feature freeze we are currently using. To achieve this, I have added a new tag to the commit log Feature saf

Re: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree

2009-09-15 Thread David Southwell
> > > Der Sir, > > > > > > When I build python26 from FreeBSD ports, it shown me the > > > following ERROR messages: > > > > > > > > > <-root->make depend all > > > ===> Vulnerability check disabled, database not found > >

Re: portupgrade does not find updates

2009-09-15 Thread Peter Jeremy
On 2009-Sep-14 22:44:09 +0200, Helmut Schneider wrote: >Helmut Schneider wrote: >> since a week or so portupgrade does not find updates on all of my >> machines (~15, all 7.2-RELEASE) anymore: > > >cvsup5.de.freebsd.org seems down - since a few days. http://www.mavetju.org/unix/freebsd-mirrors/

Re: Premature closure of PRs

2009-09-15 Thread David Southwell
> I want to understand why bug reports get closed prematurely and without any > discussion with the original person submitting the report. > > For example I submitted PR today in connection with a bug I originally > reported to both the ports and the python lists last week. When there was > no im

Portmaster updates, including multiple -x options

2009-09-15 Thread Doug Barton
Howdy! I just committed portmaster version 2.12 which includes an often-requested feature, the ability to specify the -x option more than once. I also added options to the Makefile for installing programmable completion files for Bash and zsh. avg gave me a great suggestion for solving the problem

Premature closure of PRs

2009-09-15 Thread David Southwell
I want to understand why bug reports get closed prematurely and without any discussion with the original person submitting the report. For example I submitted PR today in connection with a bug I originally reported to both the ports and the python lists last week. When there was no immediate f

skype problem with fc10 and worldofgoo-demo

2009-09-15 Thread Sergey V. Dyatko
Hi, all When I'm trying install skype I got following error: tiger# make install clean ===> Installing for skype-2.0.0.72,1 ===> skype-2.0.0.72,1 depends on file: /compat/linux/bin/sh - found ===> skype-2.0.0.72,1 depends on file: /compat/linux/lib/libasound.so.2.0.0 - found ===> skype-2.0.

Re: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree

2009-09-15 Thread David Southwell
> > Der Sir, > > > > When I build python26 from FreeBSD ports, it shown me the > > following ERROR messages: > > > > > > <-root->make depend all > > ===> Vulnerability check disabled, database not found > > ===> Found save

Re: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree

2009-09-15 Thread David Southwell
> > Der Sir, > > > > When I build python26 from FreeBSD ports, it shown me the > > following ERROR messages: > > > > > > <-root->make depend all > > ===> Vulnerability check disabled, database not found > > ===> Found save

Re: python26 (python26-2.6.2_3) build ERROR in FreeBSD ports tree

2009-09-15 Thread David Southwell
> Der Sir, > > When I build python26 from FreeBSD ports, it shown me the > following ERROR messages: > > > <-root->make depend all > ===> Vulnerability check disabled, database not found > ===> Found saved configuration