Date: 15 Aug 2002 11:19:27 -0400 From: Joe Marcus Clarke <marcus@marcuscom.com> To: Quincey Koziol <koziol@ncsa.uiuc.edu> Cc: gnome@FreeBSD.ORG Subject: Re: balsa port problems Message-ID: <1029425008.322.10.camel@gyros.marcuscom.com> In-Reply-To: <200208151116.g7FBG50e079792@sleipnir.ncsa.uiuc.edu> References: <200208151116.g7FBG50e079792@sleipnir.ncsa.uiuc.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2002-08-15 at 07:16, Quincey Koziol wrote: > Howdy, > I'm having problems getting the balsa port to build/re-build. I had > balsa-1.3.6 installed and attempted to upgrade it with 'portupgrade -rR balsa', > which failed due to whining about the LDAP library being missing (although I > had openldap installed). So, I deinstalled balsa with 'pkg_delete -dr > balsa-1.3.6' and attempted to re-installed it with 'portupgrade -rRN balsa', > but still no go. :-( > So, I rebuilt the openldap port with 'portupgrade -f openldap' and attempted > the install balsa again with 'portupgrade -rRN balsa', but now its failing with > the following problem: Back to those CFLAGS again.... ;-)...only that's not the problem. Your problem is you have quite a few components still linked against an old version of libintl.so. Let's have a look. libglade-gnome.so is linked against libintl.so.1 which is no longer on your system. Upgrading devel/libglade should fix this. You might also want to reinstall x11/gnomelibs as you seem to be missing a few headers. If you still have a problem, chances are you have a few old include directories lingering about in /usr/X11R6/include. An ls -l of that directory will tell me what they are. Joe > . > . > . > creating libtool > checking whether to enable maintainer-specific portions of Makefiles... no > checking host system type... i386-portbld-freebsd4.6 > checking for prefix... /usr/X11R6 > checking for sendmail... /usr/sbin/sendmail > checking for ispell... /usr/local/bin/ispell > checking for ANSI C header files... (cached) yes > checking for stdarg.h... yes > checking for sys/ioctl.h... yes > checking for sysexits.h... yes > checking return type of signal handlers... void > checking for sys_siglist declaration in signal.h or unistd.h... yes > checking size of long... configure: error: can not run test program while cross compiling > configure: error: ./configure failed for libmutt > ===> Script "configure" failed unexpectedly. > Please report the problem to gnome@FreeBSD.org [maintainer] and attach > the "/usr/ports/mail/balsa/work/balsa-1.3.7/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/mail/balsa. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade61214.0 make > ** Fix the problem and try again. > ** The following packages were not installed or upgraded (*:skipped / !:failed) > ! mail/balsa (configure error) > > I've made the complete output from 'portupgrade -rRN balsa' available at: > ftp://hdf.ncsa.uiuc.edu/pub/outgoing/koziol/balsa.out > > The config.log generated during this process is available at: > ftp://hdf.ncsa.uiuc.edu/pub/outgoing/koziol/config.log > > The output from 'ls /var/db/pkg' on my system is at: > ftp://hdf.ncsa.uiuc.edu/pub/outgoing/koziol/pkg.ls > > Let me know if anyone needs more information or actions and I'll be happy > to help out. > > Thanks, > Quincey Koziol > koziol@ncsa.uiuc.edu > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-gnome" in the body of the message > -- PGP Key : http://www.marcuscom.com/pgp.asc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1029425008.322.10.camel>