Re: build failure of ganglia-monitor-core-3.1.7
On Tue, May 24, 2011 at 02:37:42AM -0500, Brooks Davis wrote: > Does it work for you on any other platforms? For the record, the canonical answer can be found at: http://portsmon.freebsd.org/portoverview.py?category=sysutils&portname=ganglia-monitor-core&wildcard= However, it has been a while since I have done any tier-2 runs, so in this case no errors would have been flagged yet. mcl ___ 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"
openwebmail not work
Hi folks, I have a box running FreeBSD 8.2 stable with apache Server version: Apache/2.2.18 (FreeBSD) Server built: May 22 2011 21:23:34 and perl 5.12.3 and owm version 2.53 my owm.conf domainnames .com.br auth_module auth_unix.pl mailspooldir/var/mail #ow_cgidir /usr/local/www/cgi-bin/openwebmail ow_cgidir /home2/www/.com.br/cgi-bin/openwebmail ow_cgiurl /cgi-bin/openwebmail #ow_htmldir /usr/local/www/data/openwebmail ow_htmldir /home2/www/.com.br/openwebmail ow_htmlurl /openwebmail logfile /var/log/openwebmail.log enable_viruscheck no enable_spamcheckno enable_learnspamno default_iconset Default default_fscharset none -- Open WebMail Project (http://openwebmail.org) enable_saprefs yes spamcheck_source_allowed all viruscheck_source_allowed all I have some virtual domain but the real domains was configured in owm.conf I take this mesage on browser: Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, webmas...@.com.br and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log. On /var/log/owm.log -->> nothing on /var/log/.error.log -->> [Sun May 29 00:32:50 2011] [error] [client 186.221.20.26] Premature end of script headers: openwebmail.pl, referer: http://www..com.br/index.php [Sun May 29 00:32:55 2011] [error] [client 186.221.20.26] Premature end of script headers: openwebmail.pl, referer: http://www..com.br/index.php on /var/log/messages.log -->> Nothing I just read the FAQ and search on mail list but nothing resolv my problem someone can help me? This is a new instalation, I use the owm for long time ago, but now nothing work correct, mavbe I forget some things or some mistake when I type the config files TIA, -- Nilton José Rizzo MSC. Eng. Nuclear Eng. Eletronico Laboratorio de Instrumentacao Nuclear ___ 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"
security/pam_ldap and net/nss_ldap ports inconsistency
Hello, Marcus and Mike. I'm writing to you (with CC: to mailing list) because you are maintainers of `security/pam_ldap' and `net/nss_ldap' ports. I'm surprising, why these ports are inconsistent in config files? First of all, nss_ldap config is ${PREFIX}/etc/nss_ldap.conf, it looks sane enough, but "pam_*" setting are surprise. But pam_ldap uses ${PREFIX}/etc/ldap.conf! It is not sane, IMHO. It could be easily mistaken for ${PREFIX}/etc/oprnldap/ldap.conf. Why it is not pam_ldap.conf?! Why these modules doesn';t use common config (I have one hardlinked to other and it works)?! I understand, that here could be situations when nss_ldap and pam_ldap needs different configs (but, I suppose, it is VERY rare situations), but, may be, have options on both ports to use common config, which will be turned on by default, and, in any case, use pam_ldap.conf for pam_ldap? -- // Black Lion AKA Lev Serebryakov ___ 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"
Re: Perl is non-threaded. Building ImageMagick without threads.
Daniel Nebdal writes: > On Sun, May 29, 2011 at 3:27 PM, Robert Huff wrote: > > huff@> portupgrade InageMagick-6 > > ** Port marked as IGNORE: graphics/ImageMagick: > > OpenEXR requires threads. . Perl is non-threaded. Reinstall Perl > with threads or undefine WITH_IMAGEMAGICK_PERL > > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > > - graphics/ImageMagick (marked as IGNORE) > > huff@> dir /var/db/pkg | grep perl > > drwxr-xr-x 2 root wheel 512 May 27 08:09 perl-threaded-5.14.0 w> > > > System info: > > > > FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 > > > > > > Robert Huff > > > Try enabling threading in the ImageMagic port - I ran into this > earlier, and if I remember it correctly, the error message is a bit > misleading. That did it. Thanks. Robert Huff ___ 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"
Re: Perl is non-threaded. Building ImageMagick without threads.
Daniel Nebdal wrote: > On Sun, May 29, 2011 at 3:27 PM, Robert Huff > wrote: > > > > Helmut Schneider writes: > > > >> While updating ImageMagick from 6.6.7.10 to 6.7.0-2 the build > >> process says: > > > > >> ===> Configuring for ImageMagick-nox11-6.7.0.2 > >> > ### > >> NOTICE: Perl is non-threaded. Building ImageMagick without > >> threads. > ### > > > > >> But: > > > > >> [helmut@BSDHelmut832 ~]$ pkg_info | grep perl > >> perl-threaded-5.10.1_3 Practical Extraction and Report Language > >> [helmut@BSDHelmut832 ~]$ uname -rms > >> FreeBSD 8.2-RELEASE-p1 i386 > >> [helmut@BSDHelmut832 ~]$ > > > > I have a similar issue: > > > > huff@> portupgrade InageMagick-6 > > ** Port marked as IGNORE: graphics/ImageMagick: > > OpenEXR requires threads. . Perl is non-threaded. Reinstall > > Perl with threads or undefine WITH_IMAGEMAGICK_PERL ** Listing the > > failed packages (-:ignored / *:skipped / !:failed) - > > graphics/ImageMagick (marked as IGNORE) huff@> dir /var/db/pkg | > > grep perl drwxr-xr-x 2 root wheel 512 May 27 08:09 > > perl-threaded-5.14.0 > > > > System info: > > > > FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 > > > > > > Robert Huff > > > Try enabling threading in the ImageMagic port - I ran into this > earlier, and if I remember it correctly, the error message is a bit > misleading. I see: .if defined(WITH_THREADS) _IMAGEMAGICK_THREADS=yes _IMAGEMAGICK_THREADS_MSG=with threads PERL_THREADED!= ${SH} -c 'case `perl --version` in *freebsd-thread*) ${ECHO_CMD} yes ;; esac' .else _IMAGEMAGICK_THREADS=no _IMAGEMAGICK_THREADS_MSG=without threads _IMAGEMAGICK_THREADS_IGNORE_MSG=. Define WITH_THREADS .endif PERL_THREADED is only set when also WITH_THREADS is set. Maybe should be something like --- Makefile.org2011-05-30 20:24:54.0 +0200 +++ Makefile2011-05-30 20:46:50.0 +0200 @@ -80,10 +80,11 @@ CONFIGURE_ARGS+= --disable-hdri #.endif +PERL_THREADED!=${SH} -c 'case `perl --version` in *freebsd-thread*) ${ECHO_CMD} yes ;; esac' + .if defined(WITH_THREADS) _IMAGEMAGICK_THREADS=yes _IMAGEMAGICK_THREADS_MSG=with threads -PERL_THREADED!=${SH} -c 'case `perl --version` in *freebsd-thread*) ${ECHO_CMD} yes ;; esac' .else _IMAGEMAGICK_THREADS=no _IMAGEMAGICK_THREADS_MSG=without threads ___ 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"
Re: openjdk7 build 144 fails on both CURRENT and 8.2
On Mon, May 30, 2011 at 7:11 PM, Greg Lewis wrote: > Thanks for the report. I forgot a dependency :(. Just committed a fix. > Wow! That was fast! Thanks :-) -- chs, ___ 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"
Re: openjdk7 build 144 fails on both CURRENT and 8.2
On Mon, May 30, 2011 at 10:02:24AM +0200, Christer Solskogen wrote: > /usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused > -Wno-parentheses -pipe -m64 -fno-omit-frame-pointer -D_LITTLE_ENDIAN > -DNDEBUG -DARCH='"amd64"' -Damd64 -D_ALLBSD_SOURCE -DRELEASE='"1.7.0"' > -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. > -I/usr/obj/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/tmp/sun/javax.sound/jsoundalsa/CClassHeaders > -I../../../../src/solaris/javavm/export > -I../../../../src/share/javavm/export > -I../../../../src/share/native/common > -I../../../../src/solaris/native/common > -I../../../../src/share/native/javax/sound > -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_BSD > -DX_ARCH=X_AMD64 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE > -I../../../../src/share/native/com/sun/media/sound > -I/usr/local/include -c -o > /usr/obj/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/tmp/sun/javax.sound/jsoundalsa/obj64/PLATFORM_API_BsdOS_ALSA_CommonUtils.o > > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c > In file included from > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:29: > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.h:26:28: > error: alsa/asoundlib.h: No such file or directory > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c: > In function 'initAlsaSupport': > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:51: > warning: implicit declaration of function 'snd_lib_error_set_handler' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:53: > warning: implicit declaration of function 'getenv' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:53: > warning: assignment makes pointer from integer without a cast > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:54: > warning: implicit declaration of function 'strlen' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:54: > warning: incompatible implicit declaration of built-in function > 'strlen' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c: > In function 'getDeviceStringFromDeviceID': > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:120: > warning: implicit declaration of function 'strcpy' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:120: > warning: incompatible implicit declaration of built-in function > 'strcpy' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c: > In function 'getALSAVersion': > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:142: > warning: incompatible implicit declaration of built-in function > 'strlen' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:178: > warning: implicit declaration of function 'strncpy' > ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:178: > warning: incompatible implicit declaration of built-in function > 'strncpy' > gmake[6]: *** > [/usr/obj/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/tmp/sun/javax.sound/jsoundalsa/obj64/PLATFORM_API_BsdOS_ALSA_CommonUtils.o] > Error 1 > gmake[6]: *** Waiting for unfinished jobs > gmake[6]: Leaving directory > `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax/sound/jsoundalsa' > gmake[5]: *** [library_parallel_compile] Error 2 > gmake[5]: Leaving directory > `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax/sound/jsoundalsa' > gmake[4]: *** [build] Error 1 > gmake[4]: Leaving directory > `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax/sound' > gmake[3]: *** [all] Error 1 > gmake[3]: Leaving directory > `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax' > gmake[2]: *** [all] Error 1 > gmake[2]: Leaving directory > `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make' > gmake[1]: *** [jdk-build] Error 2 > gmake[1]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk' > gmake: *** [build_product_image] Error 2 > *** Error code 1 > > Stop in /usr/ports/java/openjdk7. Thanks for the report. I forgot a dependency :(. Just committed a fix. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : gle...@freebsd.org ___ 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"
Re: openjdk7 missing dependency on alsa
On Mon, May 30, 2011 at 01:36:37PM +0200, Dominic Fandrey wrote: > My openjdk7 build fails building something named jsoundalsa. > > There's no alsa on my system and I don't see the dependency in > the port. Thanks, I just added it. > I installed audia/alsa-lib, now openjdk7 builds. Still I don't see > why I need yet another sound server. Because there is code in OpenJDK to use ALSA that was easy to pull in and no one has written an alternative. It could be made an option like it is in openjdk6. -- Greg Lewis Email : gle...@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : gle...@freebsd.org ___ 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"
Re: Perl is non-threaded. Building ImageMagick without threads.
On Sun, May 29, 2011 at 3:27 PM, Robert Huff wrote: > > Helmut Schneider writes: > >> While updating ImageMagick from 6.6.7.10 to 6.7.0-2 the build process >> says: >> >> ===> Configuring for ImageMagick-nox11-6.7.0.2 >> ### >> NOTICE: Perl is non-threaded. Building ImageMagick without threads. >> ### >> >> But: >> >> [helmut@BSDHelmut832 ~]$ pkg_info | grep perl >> perl-threaded-5.10.1_3 Practical Extraction and Report Language >> [helmut@BSDHelmut832 ~]$ uname -rms >> FreeBSD 8.2-RELEASE-p1 i386 >> [helmut@BSDHelmut832 ~]$ > > I have a similar issue: > > huff@> portupgrade InageMagick-6 > ** Port marked as IGNORE: graphics/ImageMagick: > OpenEXR requires threads. . Perl is non-threaded. Reinstall Perl with > threads or undefine WITH_IMAGEMAGICK_PERL > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > - graphics/ImageMagick (marked as IGNORE) > huff@> dir /var/db/pkg | grep perl > drwxr-xr-x 2 root wheel 512 May 27 08:09 perl-threaded-5.14.0 > > System info: > > FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 > > > Robert Huff Try enabling threading in the ImageMagic port - I ran into this earlier, and if I remember it correctly, the error message is a bit misleading. -- Daniel Nebdal ___ 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"
Re: "net/sendemail" fails after updating Perl
Dear All, I have just submitted an update to net/p5-IO-Socket-INET6. http://www.freebsd.org/cgi/query-pr.cgi?pr=157427 Sorry for the long delay. Janos Mohacsi Head of HBONE+ project Network Engineer, Deputy Director of Network Planning and Projects NIIF/HUNGARNET, HUNGARY Key 70EF9882: DEC2 C685 1ED4 C95A 145F 4300 6F64 7B00 70EF 9882 On Mon, 23 May 2011, Hajimu UMEMOTO wrote: Hi, # I've CC'ed the maintainer of p5-IO-Socket-INET6. On Sat, 21 May 2011 08:36:45 -0400 Jerry said: jerry> The port: "/net/sendemail" builds fine after the update to Perl; jerry> however, it no longer runs. It terminates with this error message: jerry> Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67. jerry> at /usr/local/lib/perl5/site_perl/5.14.0/IO/Socket/INET6.pm line 21 I noticed that the p5-IO-Socket-INET6 ports is slightly old (2.65). The latest version 2.67 fixed this warning message. Please try 2.67. The patch to ports/net/p5-IO-Socket-INET6 is attached. I confirmed that the warning message is not out with 2.67. However, it is still warning, and I think it doesn't terminate. So, I'm not sure if 2.67 fixes your actual problem, though. Sincerely, On Mon, 23 May 2011, Jerry wrote: On Mon, 23 May 2011 22:09:30 +0900 Hajimu UMEMOTO articulated: Hi, # I've CC'ed the maintainer of p5-IO-Socket-INET6. On Sat, 21 May 2011 08:36:45 -0400 Jerry said: jerry> The port: "/net/sendemail" builds fine after the update to jerry> Perl; however, it no longer runs. It terminates with this jerry> error message: jerry> Subroutine IO::Socket::INET6::sockaddr_in6 redefined jerry> at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67. jerry> at /usr/local/lib/perl5/site_perl/5.14.0/IO/Socket/INET6.pm jerry> line 21 I noticed that the p5-IO-Socket-INET6 ports is slightly old (2.65). The latest version 2.67 fixed this warning message. Please try 2.67. The patch to ports/net/p5-IO-Socket-INET6 is attached. I confirmed that the warning message is not out with 2.67. However, it is still warning, and I think it doesn't terminate. So, I'm not sure if 2.67 fixes your actual problem, though. I have confirmed that the program does run even though it emits that warning. I have noticed that users of "spamd" and perhaps others are experiencing the same phenomena. I am not sure if it causes "spamd" to terminate or not. I won't be able to implement that patch until this evening though. I will try it then. Thanks! -- Jerry ? jerry+po...@seibercom.net Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the Reply-To header. __ ___ 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"
Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException'
Am 30.05.2011 15:10, schrieb Robert Huff: > > Matthias Andree writes: > >> >> > Sorry for the question. But did you >> >> > >> >> > /usr/local/etc/rc.d/linux_adobe start >> >> > >> >> > before using acroread9 ? >> >> >> >> No I didn't. >> >> But I tried. And it worked. Thanks. >> > >> > Not here: >> > >> > root@>> /usr/local/etc/rc.d/linux_adobe start >> > kldload: can't load /usr/local/libexec/linux_adobe/linux_adobe.ko: >> Operation not permitted >> > /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module >> /usr/local/libexec/linux_adobe/linux_adobe.ko >> > >> > System is: >> > >> > FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 >> > >> > with ports updated as -7 hours. >> >> Hmmm... doesn't look like your -CURRENT were particularly current. >> >> Anything in dmesg or syslog? > > From /var/log/messages: > > May 30 07:56:37 jerusalem kernel: KLD linux_adobe.ko: depends on kernel - not > available or version mismatch > May 30 07:56:37 jerusalem kernel: linker_load_file: Unsupported file type > May 30 07:57:48 jerusalem huff: /usr/local/etc/rc.d/linux_adobe: WARNING: > Unable to load kernel module /usr/local/libexec/linux_adobe/linux_adobe.ko "version mismatch" looks likely here - are you sure that your running kernel and the kernel sources are in synch? If not, that's where the mismatch comes from. ___ 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"
Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException'
Matthias Andree writes: > >> > Sorry for the question. But did you > >> > > >> > /usr/local/etc/rc.d/linux_adobe start > >> > > >> > before using acroread9 ? > >> > >> No I didn't. > >> But I tried. And it worked. Thanks. > > > >Not here: > > > > root@>> /usr/local/etc/rc.d/linux_adobe start > > kldload: can't load /usr/local/libexec/linux_adobe/linux_adobe.ko: > Operation not permitted > > /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module > /usr/local/libexec/linux_adobe/linux_adobe.ko > > > >System is: > > > > FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 > > > >with ports updated as -7 hours. > > Hmmm... doesn't look like your -CURRENT were particularly current. > > Anything in dmesg or syslog? From /var/log/messages: May 30 07:56:37 jerusalem kernel: KLD linux_adobe.ko: depends on kernel - not available or version mismatch May 30 07:56:37 jerusalem kernel: linker_load_file: Unsupported file type May 30 07:57:48 jerusalem huff: /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module /usr/local/libexec/linux_adobe/linux_adobe.ko Robert Huff ___ 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"
Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException'
Am 30.05.2011 13:59, schrieb Robert Huff: > > O. Hartmann writes: > >> > Sorry for the question. But did you >> > >> > /usr/local/etc/rc.d/linux_adobe start >> > >> > before using acroread9 ? >> >> No I didn't. >> But I tried. And it worked. Thanks. > > Not here: > > root@>> /usr/local/etc/rc.d/linux_adobe start > kldload: can't load /usr/local/libexec/linux_adobe/linux_adobe.ko: Operation > not permitted > /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module > /usr/local/libexec/linux_adobe/linux_adobe.ko > > System is: > > FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 > > with ports updated as -7 hours. Hmmm... doesn't look like your -CURRENT were particularly current. Anything in dmesg or syslog? ___ 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"
Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException'
O. Hartmann writes: > > Sorry for the question. But did you > > > > /usr/local/etc/rc.d/linux_adobe start > > > > before using acroread9 ? > > No I didn't. > But I tried. And it worked. Thanks. Not here: root@>> /usr/local/etc/rc.d/linux_adobe start kldload: can't load /usr/local/libexec/linux_adobe/linux_adobe.ko: Operation not permitted /usr/local/etc/rc.d/linux_adobe: WARNING: Unable to load kernel module /usr/local/libexec/linux_adobe/linux_adobe.ko System is: FreeBSD 9.0-CURRENT #0: Mon Apr 18 11:59:37 EDT 2011 amd64 with ports updated as -7 hours. Robert Huff ___ 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"
openjdk7 missing dependency on alsa
My openjdk7 build fails building something named jsoundalsa. There's no alsa on my system and I don't see the dependency in the port. I installed audia/alsa-lib, now openjdk7 builds. Still I don't see why I need yet another sound server. Regards -- A: Because it fouls the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing on usenet and in e-mail? ___ 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"
Current unassigned ports problem reports
(Note: an HTML version of this report is available at http://www.freebsd.org/cgi/query-pr-summary.cgi?category=ports .) The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description o ports/157421New port: archivers/libunrar4 Version 4 of libunrar o ports/157419[PATCH] japanese/ddskk: update to 14.2 and unbreak o ports/157415New port: games/openssn Submarine simulator f ports/157414[PATCH] mail/assp: update to 1.9.1.0 o ports/157413port update math/octave-forge-octcdf o ports/157412port update math/octave-forge-optim o ports/157411port update math/octave-forge-miscellaneous o ports/157409port update math/octave-forge-io o ports/157408port update math/octave-forge-control o ports/157407port update math/octave-forge-optiminterp o ports/157404port update math/octave-forge-msh o ports/157403port update math/octave-forge-octproj o ports/157402port update math/octave-force-tsa o ports/157401port update math/octave-forge-nan o ports/157377[maintainer] databases/mysql-connector-java -- update o ports/157374Port update for news/sabnzbdplus (contains SABnzbd+ 0. o ports/157330[MAINTAINER] databases/sqlite3: modified dependency o ports/157314[UPDATE] www/MT japanese/MT french/MT german/MT update o ports/157301[New port] net-mgmt/zbxlog: Syslog server receives mes o ports/157282[MAINTAINER PATCH] net/xrdp: effective login name is n f ports/157278net/p5-IO-Socket-INET6: error with perl5.14 f ports/157274misc/findutils: gfind segmentation fault: 11 (core dum o ports/157260[UPDATE] port-mgmt/bxpkg o ports/157257Port upgrade math/GiNaC o ports/157256perl-5.14.0 breaks mail/p5-Mail-SpamAssassin o ports/157252restore port multimedia/xmms-skins o ports/157242Updating port sysutils/swapexd for legacy compatibilit o ports/157212japanese/font-alias: use shell instead of perl for pkg o ports/157202[maintainer update] multimedia/camserv fails to compil o ports/157197[new port] net-mgmt/zenpack-deviceAdvDetail: Provides o ports/157196[new port] net-mgmt/zenpack-DellMon: Provides addition o ports/157194[new port] net-mgmt/zenpack-NtpMonitor: Monitors the o o ports/157191[new port] net-mgmt/zenpack-MACReport: Lists MAC addre f ports/157183devel/libftdi dependency and pkg-plist problems o ports/157174fix typos and small mistakes in various ports o ports/157173audio/musicpd: wait --kill to finish (FreeBSD-only) o ports/157172[NEW PORT] devel/libunistring: Unicode string library f ports/157170Update to net-mgmt/nagios port f ports/157160Fix port: security/amap uses CONF_FILES internally o ports/157149[MAINTAINER] databases/tuning-primer: Resolve file fet o ports/157144[PATCH] lang/guile: Add USE_NCURSES=yes f ports/157137audio/glurp: updates to 0.12.3 o ports/157136[new port] net-mgmt/zenpack-Domain: Provides expiratio o ports/157135[new port] net-mgmt/zenpack-DellMonitor: Provides Zeno o ports/157133[new port] net-mgmt/zenpack-ApacheMonitor: Provides pe o ports/157130net-mgmt/collectd BIND plugin dependency check is inva f ports/157109conflict between net/netpipes and sysutils/timelimit f ports/157107conflict between mail/p5-Mail-SPF and mail/libspf2 o ports/157100New port: audio/umurmur - Newest version of the minima o ports/157099New port: devel/protobuf-c - This package provides a p o ports/157098[PATCH] multimedia/mplayer: Add USE_NCURSES=yes o ports/157077New port: mail/sieve-connect - Command-line client for o ports/157065[MAINTAINER] Update port: mail/mailscanner to 4.83.5 a f ports/157044x11-toolkits/slgtk: fails to start o ports/157031[NEW PORT] devel/py27-minimongo: Minimal database Mode f ports/157021multimedia/mplayer: does not build with multimedia/lib o ports/157014devel/jam: does not compile on FreeBSD 9.0 CURRENT/amd o ports/157000fix port games/alephone-data o ports/156998[patch] new version of graphics/xnview is available o ports/156995[maintainer] update astro/foxtrotgps to 1.0.1 f ports/156988net-mgmt/nagios: Please add IPv6 support o ports/156984www/analog doesn't recognize Chrome browser type prope o ports/156982[MAINTAINE
Re: editors/libreoffice: can not compile, crash on, FreeBSD 9.0-CUR/amd64 - msg#00540
On 05/28/11 21:10, Baptiste Daroussin wrote: 2011/5/28 O. Hartmann: on 18/05/2011 12:10 O. Hartmann said the following: --- Oh dear - something failed during the build - sorry ! For more help with debugging build errors, please see the section in: http://wiki.documentfoundation.org/Development internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice/pyuno/source/loader it seems that the error is inside 'pyuno', please re-run build inside this module to isolate the error and/or test your fix: --- /usr/local/bin/bash cd /usr/ports/editors/libreoffice/work/libreoffice-build-3.3.2.2/build/libreoffice source ./FreeBSDAMDEnv.Set.sh cd pyuno build What happens if you try to follow this advice? when the problem is isolated and fixed exit and re-run 'make' from the top-level sometimes (sadly) it is necessary to rm -Rf unxfbsdx.pro in a module. gmake: *** [stamp/build] Error 1 *** Error code 1 Stop in /usr/ports/editors/libreoffice. *** Error code 1 Stop in /usr/ports/editors/libreoffice. -- Andriy Gapon ___ freebsd-ports@xxx mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscribe@xxx" Hello. I tried the advice. Several times on three different machines running FBSD 9.0-CURRENT/amd64. It's always the same, build process stops at the same error message as shown above. Two boxes run FreeBSD 9.0-CURRENT/amd64 with 8GB RAM, built with CLANG (but ports get build by system's gcc), one box runs the same OS, but built with system's gcc, but only 4GB RAM (I think memory doesn't matter if we are beyond 4 GB). Oliver ___ 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" I alreay had report of build failing in current built with the clang. Unfortunatly I am really out of time those days, so I can't work on libreoffice that much, I also have to work on the 3.4 update which should be out soon, but can't find time to finish it either. To be honnest I won't be able to do something before at least two weeks. Oh, that is a pitty. I tried to compile OpenOffice instead but I also failed compiling OO 3.3.0 with a very similar error message in folder pyuno. Hope then LibreOffice 3.4 will be fine then ... Oliver ___ 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"
Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException'
On 05/30/11 09:25, Rainer Hurling wrote: Am 30.05.2011 09:17 (UTC+1) schrieb O. Hartmann: On 05/29/11 20:00, Hiroki Sato wrote: "O. Hartmann" wrote in<4de28663.5080...@mail.zedat.fu-berlin.de>: oh> On 05/29/11 19:30, h...@freebsd.org wrote: oh> > Synopsis: print/acroread9: terminate called after throwing an instance oh> > of 'RSException' oh> > oh> > State-Changed-From-To: suspended->closed oh> > State-Changed-By: hrs oh> > State-Changed-When: Sun May 29 17:29:50 UTC 2011 oh> > State-Changed-Why: oh> > This issue should be fixed in the latest version. Please give it a oh> > try. oh> > oh> > http://www.freebsd.org/cgi/query-pr.cgi?pr=153337 oh> oh> No. Negative. Still the same issue on FreeBSD oh> 9.0-CURRENT/amd64. Suggest you reopen it. Did you really try the latest one which I committed 20 min ago? -- Hiroki Hello Hiroki, yes I did and it is still the same problem. I'll try this morning the box in the lab and on a notebook (all FreeBSD 9.0-CURRENT/amd64 as from sources of last week or yesterday). Sorry for the question. But did you /usr/local/etc/rc.d/linux_adobe start before using acroread9 ? Rainer Oliver No I didn't. But I tried. And it worked. Thanks. Oliver ___ 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"
openjdk7 build 144 fails on both CURRENT and 8.2
/usr/bin/gcc -O2 -fno-strict-aliasing -fPIC -W -Wall -Wno-unused -Wno-parentheses -pipe -m64 -fno-omit-frame-pointer -D_LITTLE_ENDIAN -DNDEBUG -DARCH='"amd64"' -Damd64 -D_ALLBSD_SOURCE -DRELEASE='"1.7.0"' -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -D_REENTRANT -D_LP64=1 -I. -I/usr/obj/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/tmp/sun/javax.sound/jsoundalsa/CClassHeaders -I../../../../src/solaris/javavm/export -I../../../../src/share/javavm/export -I../../../../src/share/native/common -I../../../../src/solaris/native/common -I../../../../src/share/native/javax/sound -I../../../../src/solaris/native/javax/sound -DX_PLATFORM=X_BSD -DX_ARCH=X_AMD64 -DUSE_DAUDIO=TRUE -DUSE_PORTS=TRUE -I../../../../src/share/native/com/sun/media/sound -I/usr/local/include -c -o /usr/obj/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/tmp/sun/javax.sound/jsoundalsa/obj64/PLATFORM_API_BsdOS_ALSA_CommonUtils.o ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c In file included from ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:29: ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.h:26:28: error: alsa/asoundlib.h: No such file or directory ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c: In function 'initAlsaSupport': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:51: warning: implicit declaration of function 'snd_lib_error_set_handler' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:53: warning: implicit declaration of function 'getenv' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:53: warning: assignment makes pointer from integer without a cast ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:54: warning: implicit declaration of function 'strlen' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:54: warning: incompatible implicit declaration of built-in function 'strlen' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c: In function 'getDeviceStringFromDeviceID': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:120: warning: implicit declaration of function 'strcpy' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:120: warning: incompatible implicit declaration of built-in function 'strcpy' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c: In function 'getALSAVersion': ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:142: warning: incompatible implicit declaration of built-in function 'strlen' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:178: warning: implicit declaration of function 'strncpy' ../../../../src/solaris/native/com/sun/media/sound/PLATFORM_API_BsdOS_ALSA_CommonUtils.c:178: warning: incompatible implicit declaration of built-in function 'strncpy' gmake[6]: *** [/usr/obj/usr/ports/java/openjdk7/work/openjdk/build/bsd-amd64/tmp/sun/javax.sound/jsoundalsa/obj64/PLATFORM_API_BsdOS_ALSA_CommonUtils.o] Error 1 gmake[6]: *** Waiting for unfinished jobs gmake[6]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax/sound/jsoundalsa' gmake[5]: *** [library_parallel_compile] Error 2 gmake[5]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax/sound/jsoundalsa' gmake[4]: *** [build] Error 1 gmake[4]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax/sound' gmake[3]: *** [all] Error 1 gmake[3]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make/javax' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk/jdk/make' gmake[1]: *** [jdk-build] Error 2 gmake[1]: Leaving directory `/usr/obj/usr/ports/java/openjdk7/work/openjdk' gmake: *** [build_product_image] Error 2 *** Error code 1 Stop in /usr/ports/java/openjdk7. -- chs, ___ 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"
Re: Anybody please commit ports/156477
it is already in the tinderbox :), tonight i'll comit it. On Mon, May 30, 2011 at 5:55 AM, Ruslan Mahmatkhanov wrote: > > Current version of net/erlyvideo in ports has bug in it, that > prevents streaming in some cases. User requests this update in > private email. > > Thank you much in advance. > > -- > Regards, > Ruslan > ___ > 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" > -- +-oOO--(_)--OOo-+ With best Regards, Martin Wilke (miwi_(at)_FreeBSD.org) Mess with the Best, Die like the Rest ___ 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"
Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException'
Am 30.05.2011 09:17 (UTC+1) schrieb O. Hartmann: On 05/29/11 20:00, Hiroki Sato wrote: "O. Hartmann" wrote in<4de28663.5080...@mail.zedat.fu-berlin.de>: oh> On 05/29/11 19:30, h...@freebsd.org wrote: oh> > Synopsis: print/acroread9: terminate called after throwing an instance oh> > of 'RSException' oh> > oh> > State-Changed-From-To: suspended->closed oh> > State-Changed-By: hrs oh> > State-Changed-When: Sun May 29 17:29:50 UTC 2011 oh> > State-Changed-Why: oh> > This issue should be fixed in the latest version. Please give it a oh> > try. oh> > oh> > http://www.freebsd.org/cgi/query-pr.cgi?pr=153337 oh> oh> No. Negative. Still the same issue on FreeBSD oh> 9.0-CURRENT/amd64. Suggest you reopen it. Did you really try the latest one which I committed 20 min ago? -- Hiroki Hello Hiroki, yes I did and it is still the same problem. I'll try this morning the box in the lab and on a notebook (all FreeBSD 9.0-CURRENT/amd64 as from sources of last week or yesterday). Sorry for the question. But did you /usr/local/etc/rc.d/linux_adobe start before using acroread9 ? Rainer Oliver ___ 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"
Re: ports/153337: print/acroread9: terminate called after throwing an instance of 'RSException'
On 05/29/11 20:00, Hiroki Sato wrote: "O. Hartmann" wrote in<4de28663.5080...@mail.zedat.fu-berlin.de>: oh> On 05/29/11 19:30, h...@freebsd.org wrote: oh> > Synopsis: print/acroread9: terminate called after throwing an instance oh> > of 'RSException' oh> > oh> > State-Changed-From-To: suspended->closed oh> > State-Changed-By: hrs oh> > State-Changed-When: Sun May 29 17:29:50 UTC 2011 oh> > State-Changed-Why: oh> > This issue should be fixed in the latest version. Please give it a oh> > try. oh> > oh> > http://www.freebsd.org/cgi/query-pr.cgi?pr=153337 oh> oh> No. Negative. Still the same issue on FreeBSD oh> 9.0-CURRENT/amd64. Suggest you reopen it. Did you really try the latest one which I committed 20 min ago? -- Hiroki Hello Hiroki, yes I did and it is still the same problem. I'll try this morning the box in the lab and on a notebook (all FreeBSD 9.0-CURRENT/amd64 as from sources of last week or yesterday). Oliver ___ 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"
Re: Anybody please commit ports/156477
30.05.2011 11:14, Martin Wilke пишет: it is already in the tinderbox :), tonight i'll comit it. Yeee! Welcome back :) On Mon, May 30, 2011 at 5:55 AM, Ruslan Mahmatkhanovwrote: Current version of net/erlyvideo in ports has bug in it, that prevents streaming in some cases. User requests this update in private email. Thank you much in advance. -- Regards, Ruslan ___ 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"