Re: strace dependency

2012-06-13 Thread Olivier Smedts
2012/6/13 J B jb.1234a...@gmail.com: # pkg_add -r strace Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/strace.tbz... Done. pkg_add: warning: package 'strace-4.5.18_1' requires 'perl-5.12.4_3', but 'perl-5.12.4_4' is installed USE_PERL5= yes # for

sanity-config issue

2012-06-13 Thread Andriy Gapon
In some ports I am getting an error message about how make doesn't know how to make sanity-config after exiting from config menu. I see that there is @${MAKE} sanity-config line at the end of the config target script. I use WRKDIRPREFIX=/usr/obj and I noticed that e.g. in the case of

Re: strace dependency

2012-06-13 Thread Chris Rees
On Jun 13, 2012 5:34 AM, J B jb.1234a...@gmail.com wrote: # pkg_add -r strace Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-9.0-release/Latest/strace.tbz. .. Done. pkg_add: warning: package 'strace-4.5.18_1' requires 'perl-5.12.4_3', but 'perl-5.12.4_4' is installed Only

Re: net/vde2: freebsd10 and gcc 4.6

2012-06-13 Thread Andriy Gapon
on 06/02/2012 14:36 Andriy Gapon said the following: This seems to still be an issue. This is still an issue. on 29/01/2012 13:26 Andriy Gapon said the following: At least on FreeBSD 10 with gcc 4.6 as a ports compiler I need the following patch to compile net/vde2: ---

Re: sanity-config issue

2012-06-13 Thread Bryan Drewery
On 6/13/2012 4:50 AM, Andriy Gapon wrote: In some ports I am getting an error message about how make doesn't know how to make sanity-config after exiting from config menu. I see that there is @${MAKE} sanity-config line at the end of the config target script. I use

missing ports maintainer patches

2012-06-13 Thread Sameer Manek
It appears that f...@freebsd.org is no longer involved with maintaining ports that are assigned to that id. http://www.freebsd.org/cgi/query-pr-summary.cgi?responsible=flz Can someone at least review and commit the patches in ports/168262 and ports/168263 Thanks Sameer

Re: RFC: ports failing in jails

2012-06-13 Thread Tom Judge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/06/2012 01:03, Mark Linimon wrote: SNIP As bapt, miwi, and I have been trying to analyze the results of these runs, we keep tripping over these failures. There are too many for us to tackle, so we'd like your help. I've been trying to

Re: missing ports maintainer patches

2012-06-13 Thread Michael Scheidell
On 6/13/12 12:41 PM, Sameer Manek wrote: It appears that f...@freebsd.org is no longer involved with maintaining ports that are assigned to that id. http://www.freebsd.org/cgi/query-pr-summary.cgi?responsible=flz Can someone at least review and commit the patches in ports/168262 and

conflicts message is broken with pkgng

2012-06-13 Thread Andriy Gapon
=== libexttextcat-3.2.0_2 conflicts with installed package(s): They install files into the same place. Please remove them first with pkg_delete(1). *** [check-install-conflicts] Error code 1 Cause: for entry in ${conflicts_with}; do echo ${found}; done ${found} vs

Re: UID/GID_OFFSET (Was: Re: WITH_GCC)

2012-06-13 Thread Mel Flynn
On 12-6-2012 2:38, Warren Block wrote: On Fri, 25 May 2012, Mel Flynn wrote: On 20-5-2012 14:06, Chris Rees wrote: Usually. Sometimes it's (ab)used to include the relevant bsd.*.mk file without adding dependencies (WANT_GNOME), but normally that's what WANT_ is used for. Definitely add

[PATCH] Fix vtk-python port

2012-06-13 Thread Steve Kargl
--- Makefile2012-06-09 02:25:25.0 -0700 +++ Makefile.new2012-06-13 12:12:26.0 -0700 @@ -15,8 +15,6 @@ tcl84:${PORTSDIR}/lang/tcl84 \ tk84:${PORTSDIR}/x11-toolkits/tk84 -BROKEN=does not build - MASTERDIR=

pkg is segmentation fault with of the cross-compile port

2012-06-13 Thread Ivan Klymenko
Hi all! I building the packages of ports in the chroot system FreeBSD 9.0 i386 the parent system FreeBSD 9.0 amd64. pkg is segmentation fault in port devel/libtool. full trace obtained a pkg.core file is here http://privatepaste.com/2c66b1204f ports tree in a chroot - updated today Thanks.

Re: ports need a uniq identifier, do you have any suggestion?

2012-06-13 Thread Alexander Leidinger
On Mon, 11 Jun 2012 15:12:22 +0200 Baptiste Daroussin b...@freebsd.org wrote: Plus ${ORIGIN}_${SUBPACKAGE} is fragile because you can have a port which is: lang/mylang with a subpackage bla which will give lang/mylang_bla and a port lang/mylang_bla with no subpackage which will give

Re: [PATCH] Fix vtk-python port

2012-06-13 Thread Chris Rees
On 13 June 2012 21:05, Steve Kargl s...@troutmask.apl.washington.edu wrote: --- Makefile    2012-06-09 02:25:25.0 -0700 +++ Makefile.new        2012-06-13 12:12:26.0 -0700 @@ -15,8 +15,6 @@                tcl84:${PORTSDIR}/lang/tcl84 \                

p5-Locale-gettext fails

2012-06-13 Thread Torfinn Ingolfsen
What's wrong with devel/p5-Locale-gettext all of a sudden? root@kg-v7# portinstall -R p5-Locale-gettext [Gathering depends for devel/p5-Locale-gettext . done] --- Installing 'p5-Locale-gettext-1.05_3' from a port (devel/p5-Locale-gettext) --- Building '/usr/ports/devel/p5-Locale-gettext'

Re: missing ports maintainer patches

2012-06-13 Thread Florent Thoumie
On Wed, Jun 13, 2012 at 5:41 PM, Sameer Manek ma...@ghur.net wrote: It appears that f...@freebsd.org is no longer involved with maintaining ports that are assigned to that id. http://www.freebsd.org/cgi/query-pr-summary.cgi?responsible=flz Can someone at least review and commit the patches

Re: [PATCH] Fix vtk-python port

2012-06-13 Thread Chris Rees
On 13 June 2012 21:51, Chris Rees cr...@freebsd.org wrote: On 13 June 2012 21:05, Steve Kargl s...@troutmask.apl.washington.edu wrote: --- Makefile    2012-06-09 02:25:25.0 -0700 +++ Makefile.new        2012-06-13 12:12:26.0 -0700 @@ -15,8 +15,6 @@                

Re: [PATCH] Fix vtk-python port

2012-06-13 Thread Steve Kargl
On Wed, Jun 13, 2012 at 10:16:21PM +0100, Chris Rees wrote: On 13 June 2012 21:51, Chris Rees cr...@freebsd.org wrote: On 13 June 2012 21:05, Steve Kargl s...@troutmask.apl.washington.edu wrote: --- Makefile    2012-06-09 02:25:25.0 -0700 +++ Makefile.new        2012-06-13

Re: ports need a uniq identifier, do you have any suggestion?

2012-06-13 Thread Alexander Leidinger
On Mon, 11 Jun 2012 13:55:29 +0200 Baptiste Daroussin b...@freebsd.org wrote: second problem is that uniquename can potentially be shared between ports for example nginx and nginx-devel and in general all the -devel ports Are you sure the user always wants to share options between both? What

Add CONFLICTS_INSTALL=fusefs-ntfs to sysutils/ntfsprogs/Makefile

2012-06-13 Thread Julian H. Stacey
Submitter-Id: current-users Originator:Julian H. Stacey j...@berklix.com Organization: http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen. Confidential: no Synopsis: Add CONFLICTS_INSTALL=fusefs-ntfs to sysutils/ntfsprogs/Makefile Severity: non-critical Priority: low

Re: pkgng detect conflict between bacula-server and bacula-client ports

2012-06-13 Thread Baptiste Daroussin
On Tue, Jun 12, 2012 at 10:57:44PM +0400, Subbsd wrote: Hi, Ive try to use pkgng ( WITH_PKGNG=yes ) for build new environment and got failed: ... === Registering installation for bacula-server-5.2.6 Installing bacula-server-5.2.6...pkg: bacula-server-5.2.6 conflicts with

Re: pkg is segmentation fault with of the cross-compile port

2012-06-13 Thread Baptiste Daroussin
On Wed, Jun 13, 2012 at 10:17:45PM +0300, Ivan Klymenko wrote: Hi all! I building the packages of ports in the chroot system FreeBSD 9.0 i386 the parent system FreeBSD 9.0 amd64. pkg is segmentation fault in port devel/libtool. full trace obtained a pkg.core file is here

Re: UID/GID_OFFSET (Was: Re: WITH_GCC)

2012-06-13 Thread Warren Block
On Wed, 13 Jun 2012, Mel Flynn wrote: On 12-6-2012 2:38, Warren Block wrote: On Fri, 25 May 2012, Mel Flynn wrote: On 20-5-2012 14:06, Chris Rees wrote: Usually. Sometimes it's (ab)used to include the relevant bsd.*.mk file without adding dependencies (WANT_GNOME), but normally that's

Re: Why are you NOT using FreeBSD -- an example and a solution

2012-06-13 Thread Erich
Hi, On 13 June 2012 0:20:16 Jason Hellenthal wrote: On Wed, Jun 13, 2012 at 09:53:04AM +0700, Erich wrote: Hi, Hi, Do we really need another one of these pointless rambling threads... if it helps to keep newcomers with FreeBSD. I placed FreeBSD 10 on an empty disk and downloaded

Re: Why are you NOT using FreeBSD -- an example and a solution

2012-06-13 Thread Kevin Oberman
On Wed, Jun 13, 2012 at 4:44 PM, Erich erichfreebsdl...@ovitrap.com wrote: Hi, On 13 June 2012 0:20:16 Jason Hellenthal wrote: On Wed, Jun 13, 2012 at 09:53:04AM +0700, Erich wrote: Hi, Hi, Do we really need another one of these pointless rambling threads... if it helps to keep

Re: Why are you NOT using FreeBSD -- an example and a solution

2012-06-13 Thread Erich
Hi, On 13 June 2012 17:21:30 Kevin Oberman wrote: On Wed, Jun 13, 2012 at 4:44 PM, Erich erichfreebsdl...@ovitrap.com wrote: On 13 June 2012 0:20:16 Jason Hellenthal wrote: On Wed, Jun 13, 2012 at 09:53:04AM +0700, Erich wrote: I strongly recommend that you install ports-mgmt/portmaster

Xscreensaver conflicts

2012-06-13 Thread Lars Eighner
xscreensaver-gnome-hacks will not install if xscreensaver is installed (write files to the same place) gnome requires xscreensaver-gnome-hacks kde4 requires xscreensaver It appears to me that if you force pkg_delete of xscreensaver and install xscreensaver-gnome-hacks first, you can reinstall