Re: [ GSOC ] Differences in shell behaviour

2012-06-01 Thread Alexander Pyhalov
Good morning. On 06/01/2012 07:53, Jason Hellenthal wrote: On Thu, May 31, 2012 at 11:21:10PM +0400, Alexander Pronin wrote: The problem is: ### sh in 8.3 $ false pid=$! $ [1] Done (1)false $ wait ${pid} wait: No such job: 4852 I don't see this behavior on 8.3-STABLE

Re: [ GSOC ] Differences in shell behaviour

2012-06-01 Thread Alexander Pyhalov
Hello. On 06/01/2012 05:47, Doug Barton wrote: On 5/31/2012 12:21 PM, Alexander Pronin wrote: But, is it suitable to write sh script for 9.0, that does not work in 8.3? No. Our tools need to work in all supported versions of FreeBSD, which at this time includes 7 as well. I see two

Re: [ GSOC ] Differences in shell behaviour

2012-06-01 Thread Lars Engels
On Fri, Jun 01, 2012 at 09:38:38AM +0400, Alexander Pyhalov wrote: Good morning. On 06/01/2012 07:53, Jason Hellenthal wrote: On Thu, May 31, 2012 at 11:21:10PM +0400, Alexander Pronin wrote: The problem is: ### sh in 8.3 $ false pid=$! $ [1] Done (1)false

Re: [ GSOC ] Differences in shell behaviour

2012-06-01 Thread Doug Barton
On 05/31/2012 22:55, Alexander Pyhalov wrote: Hello. On 06/01/2012 05:47, Doug Barton wrote: On 5/31/2012 12:21 PM, Alexander Pronin wrote: But, is it suitable to write sh script for 9.0, that does not work in 8.3? No. Our tools need to work in all supported versions of FreeBSD, which at

Re: make failed for graphics/gdk-pixbuf2

2012-06-01 Thread b. f.
Leslie Jensen wrote: ... ImportError: /usr/local/lib/gobject-introspection/giscanner/_giscanner.so: Undef ined symbol PyUnicodeUCS4_AsUTF8String gmake[4]: *** [GdkPixbuf-2.0.gir] Fel 1 gmake[4]: Lämnar katalogen It's difficult to determine the source of the problem without more

Re: make failed for graphics/gdk-pixbuf2

2012-06-01 Thread Thomas Mueller
On Fri, 01 Jun 2012 10:34:27 +0200, Leslie Jensen wrote: [...] ImportError: /usr/local/lib/gobject-introspection/giscanner/_giscanner.so: Undef ined symbol PyUnicodeUCS4_AsUTF8String gmake[4]: *** [GdkPixbuf-2.0.gir] Fel 1 gmake[4]: Lämnar katalogen Rebuilding devel/gobject-introspection

Re: kde3-network compile error, is this fixable?

2012-06-01 Thread Alberto Villa
On Thu, May 31, 2012 at 6:52 PM, Per olof Ljungmark p...@intersonic.se wrote: BTW, if KDE3 is unmaintained and this gous for FreeBSD too, perhaps it should be mentioned in the Handbook? I submitted these lines for the Handbook some time ago: There are two versions of KDE available on FreeBSD.

Re: PHP 5.4.0 : lang/php54

2012-06-01 Thread Mel Flynn
On 31-5-2012 5:00, Doug Barton wrote: On 05/30/2012 12:32, Mel Flynn wrote: On 29-5-2012 19:06, Doug Barton wrote: On 5/29/2012 4:00 AM, Mel Flynn wrote: On 29-5-2012 7:23, Doug Barton wrote: Right. The issue I'm talking about is that fixing the problem of staying with a version, introduces

Re: make failed for graphics/gdk-pixbuf2

2012-06-01 Thread Leslie Jensen
Thomas Mueller skrev 2012-06-01 13:01: On Fri, 01 Jun 2012 10:34:27 +0200, Leslie Jensen wrote: [...] ImportError: /usr/local/lib/gobject-introspection/giscanner/_giscanner.so: Undef ined symbol PyUnicodeUCS4_AsUTF8String gmake[4]: *** [GdkPixbuf-2.0.gir] Fel 1 gmake[4]: Lämnar katalogen

Re: make failed for graphics/gdk-pixbuf2

2012-06-01 Thread Leslie Jensen
b. f. skrev 2012-06-01 12:47: Leslie Jensen wrote: ... ImportError: /usr/local/lib/gobject-introspection/giscanner/_giscanner.so: Undef ined symbol PyUnicodeUCS4_AsUTF8String gmake[4]: *** [GdkPixbuf-2.0.gir] Fel 1 gmake[4]: Lämnar katalogen It's difficult to determine the source of the

Re: [ GSOC ] Differences in shell behaviour

2012-06-01 Thread Jilles Tjoelker
On Fri, Jun 01, 2012 at 09:43:08AM +0200, Lars Engels wrote: On Fri, Jun 01, 2012 at 09:38:38AM +0400, Alexander Pyhalov wrote: Good morning. On 06/01/2012 07:53, Jason Hellenthal wrote: On Thu, May 31, 2012 at 11:21:10PM +0400, Alexander Pronin wrote: The problem is: ### sh in 8.3

Re: cannot compile VirtualBox-ose 4.1.16 on FreeBSD 8.3-RELEASE amd64

2012-06-01 Thread Bernhard Froehlich
On 31.05.2012 14:34, Miroslav Lachman wrote: Hi, I tried to install virtualbox-ose on our new testmachine, but compilation ends with error: /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.16/src/VBox/HostServices/auth/pam/VBoxAuthPAM.c:408: error: expected '{' at end of input kmk: ***

Re: cannot compile VirtualBox-ose 4.1.16 on FreeBSD 8.3-RELEASE amd64

2012-06-01 Thread Miroslav Lachman
Bernhard Froehlich wrote: On 31.05.2012 14:34, Miroslav Lachman wrote: Hi, I tried to install virtualbox-ose on our new testmachine, but compilation ends with error: [...] Full output can be seen on http://pastebin.com/raw.php?i=7eDEWze8 The error above is completely unrelated because

Re: cannot compile VirtualBox-ose 4.1.16 on FreeBSD 8.3-RELEASE amd64

2012-06-01 Thread Bernhard Froehlich
On 01.06.2012 19:18, Miroslav Lachman wrote: Bernhard Froehlich wrote: On 31.05.2012 14:34, Miroslav Lachman wrote: Hi, I tried to install virtualbox-ose on our new testmachine, but compilation ends with error: [...] Full output can be seen on http://pastebin.com/raw.php?i=7eDEWze8

Re: cannot compile VirtualBox-ose 4.1.16 on FreeBSD 8.3-RELEASE amd64

2012-06-01 Thread Miroslav Lachman
Bernhard Froehlich wrote: On 01.06.2012 19:18, Miroslav Lachman wrote: Bernhard Froehlich wrote: On 31.05.2012 14:34, Miroslav Lachman wrote: [...] I successfully build VirtualBox on another machine. But there were some other problems: On one run, installation ends with: === Checking if

Re: [HEADSUP] New framework options aka optionng

2012-06-01 Thread Ulrich Spörlein
On Wed, 2012-05-30 at 23:48:03 +0200, Baptiste Daroussin wrote: On Wed, May 30, 2012 at 05:38:26PM -0400, Michael Scheidell wrote: On 5/30/12 5:33 PM, Kevin Oberman wrote: would only cause confusion. I'll go one further and suggest that the vast majority who don't want these

Re: cannot compile VirtualBox-ose 4.1.16 on FreeBSD 8.3-RELEASE amd64

2012-06-01 Thread Bernhard Froehlich
On 01.06.2012 21:11, Miroslav Lachman wrote: Bernhard Froehlich wrote: On 01.06.2012 19:18, Miroslav Lachman wrote: Bernhard Froehlich wrote: On 31.05.2012 14:34, Miroslav Lachman wrote: [...] I successfully build VirtualBox on another machine. But there were some other problems: On one

Audacious startup error

2012-06-01 Thread Conrad J. Sabatier
Suddenly started seeing this recently: $ audacious WARNING: Audacious seems to be already running but is not responding. (audacious:46486): GLib-GObject-WARNING **: gsignal.c:2275: signal `draw' is invalid for instance `0x80d1b4c70' (audacious:46486): GLib-GObject-WARNING **: gsignal.c:2275:

Ruby 1.9 as default

2012-06-01 Thread Steve Wills
Hi All, I think we should try to make Ruby 1.9 the default Ruby again and would like to see it done before 9.1 is released. I've submitted a patch which does this and requested and exp-run from portmgr. I would like to get feedback on this idea. If you have experience with Ruby 1.9 as default,

Re: Ruby 1.9 as default

2012-06-01 Thread Stanislav Sedov
On Fri, 01 Jun 2012 21:32:53 -0400 Steve Wills swi...@freebsd.org mentioned: Hi All, I think we should try to make Ruby 1.9 the default Ruby again and would like to see it done before 9.1 is released. I've submitted a patch which does this and requested and exp-run from portmgr. I would

OPTIONS framework unwell? Additional ports installed unexpectedly

2012-06-01 Thread John Marshall
I just had a whole bunch of ports install unexpectedly. portmaster -D -r png-1.4.11 One of the ports that pulled in for rebuilding was graphics/php5-gd. That's fair enough, and it is depended on by lang/php5-extensions, so that got pulled in too. That's fine, but then php5-extensions pulled

Re: Ruby 1.9 as default

2012-06-01 Thread Steve Wills
On Jun 1, 2012, at 10:30 PM, Stanislav Sedov wrote: On Fri, 01 Jun 2012 21:32:53 -0400 Steve Wills swi...@freebsd.org mentioned: Hi All, I think we should try to make Ruby 1.9 the default Ruby again and would like to see it done before 9.1 is released. I've submitted a patch which does

Re: Ruby 1.9 as default

2012-06-01 Thread Jos Backus
The community is indeed moving to 1.9 and 1.8 is nearing end of life. I have been using 1.9 on FreeBSD for months now without any issues, and I would suggest we switch and try to iron out any remaining issues. Jos ___ freebsd-ports@freebsd.org mailing

Re: make failed for graphics/gdk-pixbuf2 and also for devel/gobject-introspection

2012-06-01 Thread Leslie Jensen
2012-06-01 13:01, Thomas Mueller skrev: On Fri, 01 Jun 2012 10:34:27 +0200, Leslie Jensen wrote: [...] ImportError: /usr/local/lib/gobject-introspection/giscanner/_giscanner.so: Undef ined symbol PyUnicodeUCS4_AsUTF8String gmake[4]: *** [GdkPixbuf-2.0.gir] Fel 1 gmake[4]: Lämnar katalogen