Issue with upgrading libxine

2006-08-02 Thread Clint Olsen
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 no

Trouble upgrading math/fftw3 on 6.4-STABLE

2009-05-31 Thread Clint Olsen
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 supp

How to cope with the 'window of compatibilty' and CVSup

2007-11-06 Thread Clint Olsen
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 CVSu

WITH_/WITHOUT_ variables confusing

2007-11-26 Thread Clint Olsen
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_SERV

Trying to get net/vnc (vncserver) working

2007-11-27 Thread Clint Olsen
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 installin

How to get portinstall to 'shut up' so I can run it in background

2007-11-27 Thread Clint Olsen
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, b

Re: How to get portinstall to 'shut up' so I can run it in background

2007-11-29 Thread Clint Olsen
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

Unable to find distfile for www/linux-flashplugin9

2007-12-06 Thread Clint Olsen
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.0r4

Enabling sound in xpilot-ng-server

2007-12-19 Thread Clint Olsen
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.

www/linux-flashplugin7 fails to fetch

2008-01-08 Thread Clint Olsen
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 =>

Re: www/linux-flashplugin7 fails to fetch

2008-01-08 Thread Clint Olsen
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 seem

Gnome ports messed up (dependency loops)

2008-04-03 Thread Clint Olsen
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 detecte

Re: Gnome ports messed up (dependency loops)

2008-04-04 Thread Clint Olsen
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 un

My ports has linux-flashplugin9 9.0r115

2008-04-22 Thread Clint Olsen
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

Unable to update transcode port

2008-08-13 Thread Clint Olsen
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

Trying to build openoffice.org-3-RC on 6.3-STABLE

2008-10-01 Thread Clint Olsen
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 *

MailScanner port broken for 6.3-STABLE

2009-01-01 Thread Clint Olsen
# /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 Som

Re: MailScanner port broken for 6.3-STABLE

2009-01-02 Thread Clint Olsen
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. ___

Unable to build mono/mcs

2009-04-26 Thread Clint Olsen
` 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

Port build problem for ImageMagick

2007-03-29 Thread Clint Olsen
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

Issue with RealPlayer plugin

2007-06-07 Thread Clint Olsen
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.con

Issue with 9term in devel/plan9port

2007-06-11 Thread Clint Olsen
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

Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Clint Olsen
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 por

Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-18 Thread Clint Olsen
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

Re: Installing Openoffice.org-2-RC and bison conflicts

2007-06-19 Thread Clint Olsen
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 syste

Trying to upgrade lsof to 4.79C on FreeBSD 5.5-STABLE

2007-10-26 Thread Clint Olsen
... ... (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

Firefox-devel crashes since firefox-2.0.r2,1

2006-10-10 Thread Clint Olsen
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, -Clin

Gnome 2.16 upgrade failed (yeah, I read /usr/src/UPDATING)

2006-10-17 Thread Clint Olsen
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) ! d

Trouble building www/firefox (2.0)

2006-11-06 Thread Clint Olsen
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

Re: Trouble building www/firefox (2.0)

2006-11-06 Thread Clint Olsen
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

Gtk-gnutella GUI does not start

2006-11-26 Thread Clint Olsen
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

Re: Is syslog() reentrant? Was: OpenBSD's spamd.

2006-12-19 Thread Clint Olsen
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 a

Strange failure for mail/maildrop

2007-01-01 Thread Clint Olsen
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 fun

Is anyone building maildrop with fam support?

2007-01-17 Thread Clint Olsen
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 maildir

Error upgrading libltdl

2007-02-04 Thread Clint Olsen
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 sho

Libmap issue with archivers/rar?

2007-02-24 Thread Clint Olsen
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? FreeB