Re: print/cups-base won't build due to dwarf error in /usr/bin/ld

2014-06-01 Thread Thomas Mueller
Seems like this version of cups absolutely requires zeroconf. You can configure with either avahi or mdnsresponder, but the build fails if neither is specified. I have not looked into it

Problem fetching for textproc/qt4-xml

2014-06-01 Thread Thomas Mueller
I had a problem downloading the big distfile for textproc/qt4-xml, didn't post on the emailing list the first time, but this happened last night with 4.8.6, after previously happening with 4.8.5. It would be unable to connect, or it would connect and then after getting partway through, stop

Re: print/cups-base won't build due to dwarf error in /usr/bin/ld

2014-06-01 Thread Robert Huff
Thomas Mueller mueller6...@bellsouth.net writes: I do no better with avahi or mdnsresponder, and I tried both. Just a different error: On a system running FreeBSD 11.0-CURRENT #1 r264673: Sat Apr 19 09:43:10 EDT 2014 amd64 and all relevant ports current, adding the AVAHI option

INDEX build failed for 8.x

2014-06-01 Thread Ports Index build
INDEX build failed with errors: Generating INDEX-8 - please wait..1 open conditional: at line 1173 (evaluated to true) make: fatal errors encountered -- cannot continue === arabic/ae_fonts_mono failed 1 open conditional: at line 1173 (evaluated to true) make: fatal errors

INDEX now builds successfully on 8.x

2014-06-01 Thread Ports Index build
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

virtualbox-ose cannot compile

2014-06-01 Thread Wojciech Puchar
kBuild: Compiling VBoxOGLhosterrorspu - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/GuestHost/OpenGL/e rror/errorspu_init.c kBuild: Compiling VBoxVNCMain - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/ExtPacks/VNC/VBoxVNCMain.c pp kBuild:

Re: virtualbox-ose cannot compile

2014-06-01 Thread Stanisław Halik
On 2014-06-01 17:57, Wojciech Puchar wrote: kmk: gcc: Command not found if gcc is needed, and is not specified in dependencies please tell me what gcc in /usr/ports/lang should i install or maybe - how to install gcc from base system as it is no longer compiled by default with make

Re: virtualbox-ose cannot compile

2014-06-01 Thread Alfred Perlstein
On 6/1/14 8:57 AM, Wojciech Puchar wrote: kBuild: Compiling VBoxOGLhosterrorspu - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.3.12/src/VBox/GuestHost/OpenGL/e rror/errorspu_init.c kBuild: Compiling VBoxVNCMain -

Re: virtualbox-ose cannot compile

2014-06-01 Thread Wojciech Puchar
On Sun, 1 Jun 2014, Stanisław Halik wrote: On 2014-06-01 17:57, Wojciech Puchar wrote: kmk: gcc: Command not found if gcc is needed, and is not specified in dependencies please tell me what gcc in /usr/ports/lang should i install or maybe - how to install gcc from base system as it is no

Re: virtualbox-ose cannot compile

2014-06-01 Thread Wojciech Puchar
[root@s1 /usr/ports/emulators/virtualbox-ose]# make USE_GCC=yes === virtualbox-ose-4.3.12_1 Unknown version of GCC specified (USE_GCC=yes). more options needed? On Sun, 1 Jun 2014, Alfred Perlstein wrote: On 6/1/14 8:57 AM, Wojciech Puchar wrote: kBuild: Compiling VBoxOGLhosterrorspu -

Re: virtualbox-ose cannot compile

2014-06-01 Thread Alfred Perlstein
On 6/1/14, 11:00 AM, Wojciech Puchar wrote: [root@s1 /usr/ports/emulators/virtualbox-ose]# make USE_GCC=yes === virtualbox-ose-4.3.12_1 Unknown version of GCC specified (USE_GCC=yes). more options needed? Maybe try USE_GCC=any or something like USE_GCC=4.8+ is what I am seeing in other

Unable to compile Graphviz 2.36.0 with PHP/RUBY bindings

2014-06-01 Thread Nicolas Raspail
Hi I'm trying to compile graphviz 2.36.0 with php (built with ZTS) and ruby bindings but the compilation fails. I'm running 9.1-RELEASE amd64 * PHP gv_php_init.c:28:12: error: use of undeclared identifier 'tsrm_ls' return PHPWRITE(s, len); ^

Re: virtualbox-ose cannot compile

2014-06-01 Thread Wojciech Puchar
installed gcc48 from ports used USE_GCC=4.8 still failed linked /usr/local/bin/gcc48 to /usr/local/bin/gcc it compiled now. but fails to run VirtualBox: Error -610 in supR3HardenedMainInitRuntime! VirtualBox: dlopen(/usr/local/lib/virtualbox/VBoxRT.so,) failed:

Re: virtualbox-ose cannot compile

2014-06-01 Thread Alfred Perlstein
This is beyond what I can figure out. Very sorry. On 6/1/14, 12:37 PM, Wojciech Puchar wrote: installed gcc48 from ports used USE_GCC=4.8 still failed linked /usr/local/bin/gcc48 to /usr/local/bin/gcc it compiled now. but fails to run VirtualBox: Error -610 in

Re: virtualbox-ose cannot compile

2014-06-01 Thread Alfred Perlstein
By the way, can you not use pkg to install it? (This is what I do) Sent from my iPhone On Jun 1, 2014, at 12:53 PM, Alfred Perlstein alf...@freebsd.org wrote: This is beyond what I can figure out. Very sorry. On 6/1/14, 12:37 PM, Wojciech Puchar wrote: installed gcc48 from ports used

Re: please revert graphics/xfig r354029

2014-06-01 Thread Christian Weisgerber
On 2014-05-31, Mark Linimon lini...@lonesome.com wrote: I forgot I had the DOCS option unset as it was unset ages ago and updates have always worked. The question is why are changes to a port committed without proper testing? Yes, proper testing should include testing of the effects of

Re: virtualbox-ose cannot compile

2014-06-01 Thread Wojciech Puchar
i succeeded. installed gcc48, softlinked gcc48 to gcc in /usr/local and did make install clean without any options Virtualbox compiled fine and runs fine. I can run linux, windows XP and windows 7 pro without problems both with one and more CPU threads selected. But i cannot allocate 3.5GB

Re: please revert graphics/xfig r354029

2014-06-01 Thread Alfred Perlstein
On Jun 1, 2014, at 1:17 PM, Christian Weisgerber na...@mips.inka.de wrote: On 2014-05-31, Mark Linimon lini...@lonesome.com wrote: I forgot I had the DOCS option unset as it was unset ages ago and updates have always worked. The question is why are changes to a port committed without

FreeBSD Port: fcrackzip-1.0_1

2014-06-01 Thread John B. Stubblebine
Stefan, ports, Is there any development continuing on fcrackzip?? The most recent file changes seem like adaptations to the changes in the ports FreeBSD environment. Thanks! -- Best regards, Best regards, John B. Stubblebine js...@jstub.com

Re: virtualbox-ose cannot compile

2014-06-01 Thread Wojciech Puchar
problem found. i set default user ulimit to 4GB VM :) sorry On Sun, 1 Jun 2014, Wojciech Puchar wrote: i succeeded. installed gcc48, softlinked gcc48 to gcc in /usr/local and did make install clean without any options Virtualbox compiled fine and runs fine. I can run linux, windows XP and

Re: FreeBSD port graphics/xfig: patch to fix packaging with DOCS disabled (was Re: please revert graphics/xfig r354029)

2014-06-01 Thread Guido Falsi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 06/01/14 04:24, Matthew Luckie wrote: Please commit. Thanks Guido for doing the digging on this one. Patch commited. Thanks to both of you! - -- Guido Falsi madpi...@freebsd.org -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.22 (FreeBSD)

Re: [net/openntpd] pidfile support

2014-06-01 Thread Christian Weisgerber
On 2014-05-31, Tomek Wałaszek tmwalas...@gmail.com wrote: I was missing pid file support in OpenNTPD. I've created a patch that enables pidfile /var/run/ntpd.pid in OpenNTPD and now I can define in the Well, upstream doesn't support a pid file on purpose. (General OpenBSD policy.) The

Re: print/cups-base won't build due to dwarf error in /usr/bin/ld

2014-06-01 Thread Kevin Oberman
On Sat, May 31, 2014 at 11:39 PM, Thomas Mueller mueller6...@bellsouth.net wrote: Seems like this version of cups absolutely requires zeroconf. You can configure with either avahi or mdnsresponder, but the build fails if neither is specified. I have not looked into it to tell if this is

Two questions about Firefox

2014-06-01 Thread Ronald F. Guilmette
1) Is anybody planning to work on this problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=189991 2) How has it been possible to fix other problems in the FreeBSD port of Firefox if nobody is even able to run the thing when it has been built with debugging enabled? (May I

Re: Two questions about Firefox

2014-06-01 Thread Wojciech Puchar
1) Is anybody planning to work on this problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=189991 2) How has it been possible to fix other problems in the FreeBSD port of Firefox if nobody is even able to run the thing when it has been built with debugging enabled? (May I safely

Re: Two questions about Firefox

2014-06-01 Thread Kevin Oberman
On Sun, Jun 1, 2014 at 4:57 PM, Wojciech Puchar woj...@wojtek.tensor.gdynia.pl wrote: 1) Is anybody planning to work on this problem? http://www.freebsd.org/cgi/query-pr.cgi?pr=189991 2) How has it been possible to fix other problems in the FreeBSD port of Firefox if nobody is

[Bug 129741] [patch] bsd.port.mk: support systems that have been built WITHOUT_INFO=yes (no makeinfo install-info)

2014-06-01 Thread no-reply-bugzilla-daemon
http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=129741 Mark Linimon lini...@freebsd.org changed: What|Removed |Added Component|Individual Port(s) |Infrastructure

Re: print/cups-base won't build due to dwarf error in /usr/bin/ld

2014-06-01 Thread Thomas Mueller
With which options are you building this port? The error indicates that you are building with the PHP bindings. Correct? If you are, could you check on the contents of /usr/ports/print/cups-base/work11/stage/usr/local/lib/php/20100525/? Is the directory even there? I'm going to guess the answer