Issue with upgrading libxine
I have been trying for a few days to upgrade libxine, and I get a strange compiler error. I checked /usr/src/UPDATING and didn't see anything about this. h263.c: In function `mpeg4_decode_partition_a': h263.c:69: sorry, unimplemented: inlining failed in call to 'mpeg4_decode_dc': function body not available h263.c:3447: sorry, unimplemented: called from here h263.c: At top level: h263.c:73: warning: 'mpeg4_get_block_length' declared `static' but never defined gmake[5]: *** [h263.lo] Error 1 Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Trouble upgrading math/fftw3 on 6.4-STABLE
I got this message: ===>Verifying install for gfortran43 in /usr/ports/lang/gcc43 Making GCC 4.3.4.20090524 for FreeBSD 6.4 target=i386-portbld-freebsd6.4 You need to increase the datasize limit to at least 70 (and set kern.maxdsiz="734003200" in /boot/loader.conf) to build with Java support. *** Error code 1 Ok, so I added the appropriate flag to /boot/loader.conf, however I wanted to use sysctl to update the parameter without booting. However, even though the parameter is listed in /boot/defaults/loader.conf, sysctl won't accept this: # sysctl kern.maxdsiz 734003200 sysctl: unknown oid 'kern.maxdsiz'o Is there a way to change this w/o rebooting? Am I even using sysctl correctly? Thanks, -Clint ___ 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"
How to cope with the 'window of compatibilty' and CVSup
Recently I did the usual portupgrade and found that my 5.5-STABLE box won't compile the latest lsof. So, up until now I haven't had a problem keeping up with FreeBSD releases. Now it's starting to become a pain, especially given that my attempt to upgrade to 6.3-X failed miserably. If I use CVSup, what tag should I use to pick a viable contour? I'd like to keep the ports as new as possible w/o breaking something. Are there more fine-grained tags in the ports collection so I can downgrade one port? Right now my ports collection is busted because lsof was removed in the process and every dependency to lsof is generating a stale message for them. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
WITH_/WITHOUT_ variables confusing
I'm trying to build net/vnc, and I want a server. The OPTIONS list shows: OPTIONS = server "blah blah" on So, this tells me that by default it should be on, correct? Yet the port throughout the makefile references WITHOUT_SERVER. I've tried various combinations of WITH_SERVER and WITHOUT_SERVER and I can't seem to disable WITHOUT_SERVER. A couple one-line examples in the manpage would clear this up a lot. I checked the handbook, the ports manpage, and I even looked at the ports default makefile. And finally, once I've figured out how to do this, how/where are we supposed to override this so I never have to deal with it again? I always want a server built. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Trying to get net/vnc (vncserver) working
So, I'm trying to get vncserver running, and it's dying on the 'fixed' font. I should have all the pre-requisite ports installed. I've tried fiddling with the -fp arguments in vncserver without success. Since this is a port, I have higher expectations about having to modify files after installing them. What is the normal steps one must go through to get vncserver working? -Clint Xvnc Free Edition 4.1.2 - built Nov 26 2007 12:03:27 Copyright (C) 2002-2005 RealVNC Ltd. See http://www.realvnc.com for information on VNC. Underlying X server release 4030, The XFree86 Project, Inc Tue Nov 27 02:00:52 2007 vncext: VNC extension running! vncext: Listening for VNC connections on port 5901 vncext: Listening for HTTP connections on port 5801 vncext: created VNC server for screen 0 error opening security policy file /usr/local/lib/X11/xserver/SecurityPolicy Could not init font path element /usr/X11R6/lib/X11/fonts/Speedo/, removing from list! Could not init font path element /usr/X11R6/lib/X11/fonts/CID/, removing from list! Fatal server error: could not open default font 'fixed' xrdb: Connection refused xrdb: Can't open display 'belle.0lsen.net:1' xset: unable to open display "belle.0lsen.net:1" twm: unable to open display "belle.0lsen.net:1" ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
How to get portinstall to 'shut up' so I can run it in background
I've tried redirecting standard output/error, both /bin/sh and /bin/csh, and I can't run this in batch. I'm trying to build gnome which takes hours, and I want it backgrounded so that if this SSH shell disconnects it doesn't crater the build. You would think that --batch would make this happen, but no go. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: How to get portinstall to 'shut up' so I can run it in background
On Nov 27, Wes Morgan wrote: > Why not just run the build inside a screen session? Getting disconnected > would have no effect on it then. Thanks to Wes and Matthew for a terrific suggestion. Screen just ain't for 80's work :) -Clint -- Clint Olsen. -- . clint at NULlsen dot net .' ,-. `. ;_,' ( ; "I am Dick Lexic of Borg. Prepare to be ass-laminated." `.``;' -- Styx Allum ` -- ' ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Unable to find distfile for www/linux-flashplugin9
Hi: I searched around the net a bit, but I wasn't able to find anything definitive. How are we supposed to find this file? => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r48/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/9.0r48/install_flash_player_9_linux.tar.gz: File unavailable (e.g., file not found, no access) Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Enabling sound in xpilot-ng-server
Yet again, I'm having fun with these WITH_* options, and I can't seem to coerce the configure phase to enable sound with this port. My config after hacking the Makefile looks like: # This file is auto-generated by 'make config'. # No user-servicable parts inside! # Options for xpilot-ng-client-4.7.2_1 _OPTIONS_READ=xpilot-ng-client-4.7.2_1 WITH_SDL=true WITH_SOUND=true However, when I examine config.log down in the work area, I see no sound switches being thrown, and thus no sound. Someone please throw me a cluepon here. -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
www/linux-flashplugin7 fails to fetch
Apparently this is not just a transient problem: => fp7_archive.zip doesn't seem to exist in /usr/ports/distfiles/flashplugin. => Attempting to fetch from http://fpdownload.macromedia.com/get/flashplayer/installers/archive/. fetch: fp7_archive.zip: local modification time does not match remote => Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/. fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/flashplugin/fp7_archive.zip: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/flashplugin and try again. *** Error code 1 Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: www/linux-flashplugin7 fails to fetch
On Jan 09, Sam Lawrance wrote: > This message usually indicates a failed fetch attempt, leaving a wrong > timestamp on your local file. Delete the distfile with "make distclean" > and try again. You were indeed correct. Why do we have a system that gets hung up with stuff like this? This seems like something that could be avoided. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Gnome ports messed up (dependency loops)
After a few days of portupgrading and cussing, I got things updated, but portupgrade takes eons because of these messages: ===> Registering installation for eel-2.22.1 pkg_create: dependency loop detected for package libgnomeui-2.22.01:x11-toolkits/libgnomeui pkg_create: dependency loop detected for package gnome-desktop-2.22.0:x11/gnome-desktop pkg_create: dependency loop detected for package gnome-desktop-2.22.0:x11/gnome-desktop ===> Cleaning for eel-2.22.1 Of course, nothing here tells me what is precisely looping. Is it an immediate loop or indirect loop? FreeBSD belle.0lsen.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 11:05:30 UTC 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP i386 Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Gnome ports messed up (dependency loops)
On Apr 04, Denise H. G. wrote: > Manually run 'pkgdb -Fu'. It might help. I have a few times, but the instructions given in UPDATING don't give me an indication of /how/ I should be answering these questions posed by pkgdb -Ff (or Fu, or whatever). For example, it's not clear to me /why/ we're uninstalling certain packages before the upgrade - are they obsolete or is it an order dependency? Later during the process with things are fubar, I don't know whether installing certain stale dependencies are correct or not nor do I know how to answer questions about package origins. I'd love to help myself here, but having some cluepons would help. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
My ports has linux-flashplugin9 9.0r115
This distfile is no longer available. I see references on gnats for newer versions. Is this because I'm using 6.2-RELEASE? Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Unable to update transcode port
Hi: I've not been able to upgrade my transcode port for some time. It eventually fails with: ERROR: requirement failed: cannot link against libavcodec libavcodec can be found in the following packages: FFmpeg http://www.ffmpeg.org/ Please see the INSTALL file in the top directory of the transcode sources for more information about building transcode with this configure script. ===> Script "configure" failed unexpectedly. Please report the problem to [EMAIL PROTECTED] [maintainer] and attach the "/usr/ports/multimedia/transcode/work/transcode-1.0.6/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/multimedia/transcode. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.14149.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=transcode-1.0.5_3 UPGRADE_PORT_VER=1.0.5_3 make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! multimedia/transcode (transcode-1.0.5_3) (unknown build error) Thanks, -Clint -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Trying to build openoffice.org-3-RC on 6.3-STABLE
Can anyone enlighten me as to that this is all about? Thanks, -Clint [snip] ... analyzing files with flag PATCH_SO_NAME ... ... analyzing files with flag HIDDEN ... ... creating preregistered services.rdb ... javavm.uno.so javaloader.uno.so stocservices.uno.so ** ERROR: ERROR: Could not register all components for file services.rdb (gid_Starregistry_Services_Rdb)! in function: create_services_rdb ** ** ERROR: Saved logfile: /usr/ports/editors/openoffice.org-3-RC/work/OOO300_m8/instsetoo_native/unxfbsdi.pro/OpenOffice/bsd/logging/en-US/log_OOO300_en-US.log ** ... cleaning the output tree ... ... removing directory /usr/ports/editors/openoffice.org-3-RC/work/OOO300_m8/instsetoo_native/unxfbsdi.pro/OpenOffice/bsd/zip/en-US ... ... removing directory /usr/ports/editors/openoffice.org-3-RC/work/OOO300_m8/instsetoo_native/unxfbsdi.pro/OpenOffice/bsd/gid_Starregistry_Services_Rdb_servicesrdb/en-US_witherror_1 ... Wed Oct 1 08:44:05 2008 (01:52 min.) dmake: Error code 255, while making 'openoffice_en-US.bsd' Running processes: 0 1 module(s): instsetoo_native need(s) to be rebuilt Reason(s): ERROR: error 65280 occurred while making /usr/ports/editors/openoffice.org-3-RC/work/OOO300_m8/instsetoo_native/util Attention: if you build and deliver the above module(s) you may prolongue your the build issuing command "build --from instsetoo_native" rmdir /tmp/45421 *** Error code 1 Stop in /usr/ports/editors/openoffice.org-3-RC. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.30256.0 env make ** Fix the problem and try again. ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! editors/openoffice.org-3-RC (new compiler error) -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
MailScanner port broken for 6.3-STABLE
# /usr/local/sbin/mailscanner -debug In Debugging mode, not forking... Trying to setlogsock(unix) SpamAssassin temp dir = /var/spool/MailScanner/incoming/SpamAssassin-Temp Fatal error 'Recurse on a private mutex.' at line 986 in file /usr/src/lib/libpthread/thread/thr_mutex.c (errno = 0) Abort Someone mentioned that a change to sqlite3 caused this, but I have no idea how to revert a port on FreeBSD. -Clint ___ 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: MailScanner port broken for 6.3-STABLE
Thanks. I actually did a ports_glob to find it. I found an old article about it showing it in sysutils, so I had originally assumed it was yanked... -Clint On Jan 02, Johan Hendriks wrote: > There is a port called portdowngrade if I recall correct. > You can use this to downgrade ports. ___ 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"
Unable to build mono/mcs
` I'm on 6.4-STABLE and I've been unable to build this port for some time. I end up having to type ^C to interrupt the portupgrade process and then I see this: gmake[6]: Entering directory `/usr/ports/lang/mono/work/mono-2.0.1/mcs' *** The compiler 'false' doesn't appear to be usable. *** Trying the 'monolite' directory. gmake[7]: Entering directory `/usr/ports/lang/mono/work/mono-2.0.1/mcs' ... Does anyone know what this is about? -Clint ___ 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"
Port build problem for ImageMagick
Hi: I'm on this machine: FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 /bin/sh /usr/local/bin/libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/libxml2 -O -pipe -MT coders/magick_libMagick_la-dot.lo -MD -MP -MF coders/.deps/magick_libMagick_la-dot.Tpo -c -o coders/magick_libMagick_la-dot.lo `test -f 'coders/dot.c' || echo './'`coders/dot.c coders/dot.c:64:17: gvc.h: No such file or directory coders/dot.c:66: error: syntax error before '*' token coders/dot.c:66: warning: data definition has no type or storage class coders/dot.c: In function `ReadDOTImage': coders/dot.c:106: error: `graph_t' undeclared (first use in this function) coders/dot.c:106: error: (Each undeclared identifier is reported only once coders/dot.c:106: error: for each function it appears in.) coders/dot.c:106: error: `graph' undeclared (first use in this function) coders/dot.c:137: error: syntax error before ')' token coders/dot.c: In function `RegisterDOTImage': coders/dot.c:195: warning: assignment makes pointer from integer without a cast gmake: *** [coders/magick_libMagick_la-dot.lo] Error 1 *** Error code 2 Stop in /usr/ports/graphics/ImageMagick. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.45961.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=ImageMagick-6.3.2.0_1 UPGRADE_PORT_VER=6.3.2.0_1 make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! graphics/ImageMagick (ImageMagick-6.3.2.0_1) (missing header) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed I suspect it has to do with the fact that I'm on 5.5, but I just wanted to check. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Issue with RealPlayer plugin
Hi: I used to have this working. I'm now getting the following error: LoadPlugin: failed to initialize shared library /usr/local/lib/linux-mozilla/plugins/nphelix.so [Shared object "libstdc++.so.5" not found, required by "nphelix.so"] I think that I have the correct entries in my libmap.conf: [/usr/local/lib/linux-mozilla/plugins/nphelix.so] libstdc++.so.5 libstdc++.so.5 libc.so.6 pluginwrapper/realplayer.so libm.so.6 libm.so.4 libgcc_s.so.1 pluginwrapper/realplayer.so But it still refuses to work. I am using an older version of FreeBSD: FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 Any suggestions? Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Issue with 9term in devel/plan9port
Hi: I'm noticing a peculiar behavior in 9term where '%' gets printed in between every prompt. I built the same on Linux and I didn't see this, so either there's an issue with my setup or a bonafide bugs. System: FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Installing Openoffice.org-2-RC and bison conflicts
I'm trying to install openoffice, and some sub-portion of the port is installing bison2, and later it tries to install bison and then it complains about conflicting ports. How is one supposed to deal with sub-port conflicts like these? Why do we /ever/ allow ports to have conflicts with other ports? That seems broken from the start. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Installing Openoffice.org-2-RC and bison conflicts
On Jun 18, Chuck Swiger wrote: > Two ports which install files to the same place conflict-- you can't > have two different versions of a file at the same path location. With > some work, it is possible to install multiple versions of some ports > (like Perl, Berkeley DB, GNU autoconf, etc) using a version # suffix, > and symlink the version you prefer to the unqualified name: > > % ls -l /usr/local/bin/perl5 > lrwxr-xr-x 1 root wheel 24 Mar 23 2006 /usr/local/bin/perl5@ -> / > usr/local/bin/perl5.8.8 > > ...but it doesn't magically happen. Ok, so I'm required to resolve this myself if I want to install this port? -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Installing Openoffice.org-2-RC and bison conflicts
On Jun 19, Norberto Meijome wrote: > force uninstall bison and install bison2. fix all dependencies to bison > with pkgdb -F. carry on with OO. > > granted, it's broken, but hardly critical. Actually, as I mentioned to Chuck yesterday, I did a bit of creative Googling, and it was because my system (old 5.5-STABLE) had a default bison dependency set to devel/bison. Changing that in /usr/ports/Mk/bsd.port.mk to bison2 fixed the issue. I appreciate all the help! Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Trying to upgrade lsof to 4.79C on FreeBSD 5.5-STABLE
... ... (cd lib; make DEBUG="-O" CFGF="-pipe -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DFREEBSDV=5050 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHAS9660FS -DHASIPv6 -DLSOF_VSTR=\"5.5-STABLE\"") cc -pipe -DHASEFFNLINK=i_effnlink -DHASF_VNODE -DHASCPUMASK_T -DHASSBSTATE -DFREEBSDV=5050 -DHASFDESCFS=2 -DHASPSEUDOFS -DHASNULLFS -DHAS9660FS -DHASIPv6 -DLSOF_VSTR="5.5-STABLE" -I/usr/src/sys -O -c ckkv.c In file included from ../dlsof.h:314, from ../lsof.h:195, from ckkv.c:43: /usr/src/sys/fs/devfs/devfs.h:156: error: field `dm_lock' has incomplete type *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.79C.freebsd/lib. *** Error code 1 Stop in /usr/ports/sysutils/lsof/work/lsof_4.79C.freebsd. *** Error code 1 Stop in /usr/ports/sysutils/lsof. FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 I'm assuming there's just a broken assumption on my dated version of FreeBSD, but I thought I'd check. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Firefox-devel crashes since firefox-2.0.r2,1
I have been experimenting with Firefox-devel just for fun, and I noticed after I upgraded the port yesterday, it crashes immediately at startup. I tried blasting my .mozilla/firefox directory. I did not attempt to nuke my plugins directory which contains only libjavaplugin_oji.so. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)
I ran the exact commands specified in the UPDATING file, and I eventually get: ** Listing the failed packages (*:skipped / !:failed) ! devel/py-gobject (py24-gobject-2.10.1)(new compiler error) ! graphics/py-cairo (py24-cairo-1.0.2_1)(new compiler error) ! devel/py-orbit (py24-orbit-2.14.1)(new compiler error) ! textproc/gnome-doc-utils (gnome-doc-utils-0.6.1) (new compiler error) * misc/gnome-user-docs (gnomeuserdocs2-2.14.2) ! multimedia/mplayer (mplayer-0.99.8_3) (install error) ! www/mozilla (mozilla-1.7.13,2)(bad C++ code) ! devel/libglade2 (libglade2-2.6.0) (new compiler error) ... Amongst a number of other skipped port messages... -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Trouble building www/firefox (2.0)
I tried installing the port www/firefox, and I eventually fail here: cc -I/usr/X11R6/include -I/usr/X11R6/include -I/usr/X11R6/include -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -Wno-long-long -O -pipe -O2 -fno-strict-aliasing -O2 -pipe -DNDEBUG -DTRIMMED -O2 -fPIC -shared -Wl,-z,defs -Wl,-h,libmozjs.so -o libmozjs.so jsapi.o jsarena.o jsarray.o jsatom.o jsbool.o jscntxt.o jsdate.o jsdbgapi.o jsdhash.o jsdtoa.o jsemit.o jsexn.o jsfun.o jsgc.o jshash.o jsinterp.o jsiter.o jslock.o jslog2.o jslong.o jsmath.o jsnum.o jsobj.o jsopcode.o jsparse.o jsprf.o jsregexp.o jsscan.o jsscope.o jsscript.o jsstr.o jsutil.o jsxdrapi.o jsxml.o prmjtime.o -L/usr/X11R6/lib -Wl,-rpath,/usr/local/lib/firefox-lc -lm -pthread -L/usr/local/lib -lplds4 -lplc4 -lnspr4 -pthread -Wl,-Bsymbolic -lc -lm -pthread -L/usr/local/lib -liconv jsnum.o(.text+0x3f3): In function `js_InitNumberClass': : undefined reference to `fedisableexcept' jsnum.o(.text+0x5ab): In function `js_InitRuntimeNumberState': : undefined reference to `fedisableexcept' gmake[3]: *** [libmozjs.so] Error 1 gmake[3]: Leaving directory `/usr/ports/www/firefox/work/mozilla/js/src' gmake[2]: *** [libs] Error 2 gmake[2]: Leaving directory `/usr/ports/www/firefox/work/mozilla/js' gmake[1]: *** [tier_2] Error 2 gmake[1]: Leaving directory `/usr/ports/www/firefox/work/mozilla' gmake: *** [default] Error 2 *** Error code 2 Stop in /usr/ports/www/firefox. I consulted /usr/ports/UPDATING and didn't see anything that required major intervention. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Trouble building www/firefox (2.0)
On Nov 06, Michael Johnson wrote: > what version of FreeBSD are you using? Apologies: FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Gtk-gnutella GUI does not start
Hi: I haven't cranked up gtk-gnutella for awhile, but tonight I was trying to start it, and it gets to: 06-11-26 23:20:59 (MESSAGE): Looking for UDP host cache g6.6dns.org:1337 06-11-26 23:20:59 (MESSAGE): Sent ping to UDP host cache g6.6dns.org:1337 06-11-26 23:21:02 (MESSAGE): Got 50 hosts from UDP host cache g6.6dns.org:1337 06-11-26 23:21:20 (WARNING): could not stat "/home/clint/.gtk-gnutella/config_gnet": No such file or directory And the GUI never comes up. I blasted my .gtk-gnutella directory thinking that somehow my internal file settings were inhibiting from starting, but that doesn't seem to be the case. FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 If I kill it or ^C, it claims it shuts down cleanly. Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Re: Is syslog() reentrant? Was: OpenBSD's spamd.
On Dec 19, Christopher Hilton wrote: > Awesome. Then all I have to do to get the fresher code is either wrap the > openlog_r and syslog_r calls in the spamd.c or write local functions > which do the same. From the point of style which is preferable? Is it > even possible to #define a C function to get around an argument? E.g. > The openbsd syslog_r function has this call sequence: > > void > syslog_r(int priority, struct syslog_data *data, > const char *message, > ...); > > > > IIRC there isn't a way to get around the '...' argument with #define and > deal with the extra argument. Only C99 allows macros with variable arguments. But you can attempt to just replace the function identifier (name) if the function's arguments are otherwise in the same order. -Clint -- Clint Olsen. -- . clint at NULlsen dot net .' ,-. `. ;_,' ( ; "I am Dick Lexic of Borg. Prepare to be ass-laminated." `.``;' -- Styx Allum ` -- ' ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Strange failure for mail/maildrop
I performed a portinstall and it eventually gets to this point: Linking maildirkwtest Compiling maildirkw.c Linking maildirkw /usr/local/lib/libfam.a(fam.o)(.text+0x31): In function `FAMOpen2': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(fam.o)(.text+0x4f): In function `FAMOpen2': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x81): In function `FAMOpen2': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x12e): In function `FAMClose': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x225): In function `FAMMonitor(FAMConnection*, char const*, FAMRequest*, void*, int)': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x243): In function `FAMMonitor(FAMConnection*, char const*, FAMRequest*, void*, int)': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x414): In function `FAMMonitorCollection': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x433): In function `FAMMonitorCollection': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x5d3): In function `GroupStuff::GroupStuff()': : undefined reference to `operator new[](unsigned int)' /usr/local/lib/libfam.a(fam.o)(.text+0x60b): In function `GroupStuff::GroupStuff()': : undefined reference to `operator new[](unsigned int)' /usr/local/lib/libfam.a(fam.o)(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' ... ... [snip] *** Error code 1 Stop in /usr/ports/mail/maildrop/work/maildrop-2.0.2/maildir. *** Error code 1 Stop in /usr/ports/mail/maildrop/work/maildrop-2.0.2/maildir. *** Error code 1 Stop in /usr/ports/mail/maildrop/work/maildrop-2.0.2. *** Error code 1 Stop in /usr/ports/mail/maildrop. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall.76442.0 env make ** Fix the problem and try again. ** Listing the failed packages (*:skipped / !:failed) ! mail/maildrop (linker error) ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Is anyone building maildrop with fam support?
I still haven't gotten an answer to this question about building maildrop: % uname -a FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 % portinstall maildrop ... ... Compiling maildirkw.c Linking maildirkw /usr/local/lib/libfam.a(fam.o)(.text+0x31): In function `FAMOpen2': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(fam.o)(.text+0x4f): In function `FAMOpen2': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x81): In function `FAMOpen2': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x12e): In function `FAMClose': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x225): In function `FAMMonitor(FAMConnection*, char const*, FAMRequest*, void*, int)': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x243): In function `FAMMonitor(FAMConnection*, char const*, FAMRequest*, void*, int)': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x414): In function `FAMMonitorCollection': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x433): In function `FAMMonitorCollection': : undefined reference to `operator delete[](void*)' /usr/local/lib/libfam.a(fam.o)(.text+0x5d3): In function `GroupStuff::GroupStuff()': : undefined reference to `operator new[](unsigned int)' /usr/local/lib/libfam.a(fam.o)(.text+0x60b): In function `GroupStuff::GroupStuff()': : undefined reference to `operator new[](unsigned int)' /usr/local/lib/libfam.a(fam.o)(.eh_frame+0x12): undefined reference to `__gxx_personality_v0' /usr/local/lib/libfam.a(Client.o)(.text+0xb92): In function `Client::storeUserData(int, void*)': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(Client.o)(.text+0xbab): In function `Client::storeUserData(int, void*)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.text+0xc17): In function `Client::storeEndExist(int)': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(Client.o)(.text+0xc2f): In function `Client::storeEndExist(int)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.text+0xeca): In function `__static_initialization_and_destruction_0(int, int)': : undefined reference to `std::ios_base::Init::Init()' /usr/local/lib/libfam.a(Client.o)(.text+0xef8): In function `__tcf_0': : undefined reference to `std::ios_base::Init::~Init()' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6removeERKi+0xfc): In function `BTree::remove(int const&)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertERKiRKS0_+0x5a): In function `BTree::insert(int const&, void* const&)': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertERKiRKS0_+0x87): In function `BTree::insert(int const&, void* const&)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertEPNS1_4NodeERKiRKS0_+0xde): In function `BTree::insert(BTree::Node*, int const&, void* const&)': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertEPNS1_4NodeERKiRKS0_+0xfb): In function `BTree::insert(BTree::Node*, int const&, void* const&)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertEPNS1_4NodeERKiRKS0_+0x191): In function `BTree::insert(BTree::Node*, int const&, void* const&)': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertEPNS1_4NodeERKiRKS0_+0x1ae): In function `BTree::insert(BTree::Node*, int const&, void* const&)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertEPNS1_4NodeERKiRKS0_+0x237): In function `BTree::insert(BTree::Node*, int const&, void* const&)': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIiPvE6insertEPNS1_4NodeERKiRKS0_+0x275): In function `BTree::insert(BTree::Node*, int const&, void* const&)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIibE6insertERKiRKb+0x5a): In function `BTree::insert(int const&, bool const&)': : undefined reference to `operator new(unsigned int)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.t._ZN5BTreeIibE6insertERKiRKb+0x87): In function `BTree::insert(int const&, bool const&)': : undefined reference to `operator delete(void*)' /usr/local/lib/libfam.a(Client.o)(.gnu.linkonce.
Error upgrading libltdl
I was trying to do a portupgrade of various ports and ran across this failure: ===> Building for libltdl-1.5.22_1 cd . && /bin/sh /usr/ports/devel/libltdl15/work/libtool-1.5.22/libltdl/missing --run aclocal-1.9a aclocal-1.9a: not found WARNING: `aclocal-1.9a' is missing on your system. You should only need it if you modified `acinclude.m4' or `configure.ac'. You might want to install the `Automake' and `Perl' packages. Grab them from any GNU archive site. cd . && /bin/sh /usr/ports/devel/libltdl15/work/libtool-1.5.22/libltdl/missing --run autoheader I appear to have autoconf/automake already installed and with the appropriate versions. FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"
Libmap issue with archivers/rar?
Hi: I used to have rar working just fine, but recently I tried using it and ran into the following: $ rar /libexec/ld-elf.so.1: Shared object "libstdc++.so.5" not found, required by "rar" I'm not sure what I may have done to break this, but I'm assuming it's an issue with my libmap.conf? FreeBSD belle.0lsen.net 5.5-STABLE FreeBSD 5.5-STABLE #1: Mon Oct 23 13:04:36 PDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/BELLE i386 Thanks, -Clint ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[EMAIL PROTECTED]"