Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 184399 - fortune-mod will not compile on Gentoo/FreeBSD
Summary: fortune-mod will not compile on Gentoo/FreeBSD
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: x86 FreeBSD
: High normal (vote)
Assignee: Gentoo/BSD Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-06 09:06 UTC by Matt "gfunkmonk" Rinsch
Modified: 2007-07-06 09:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt "gfunkmonk" Rinsch 2007-07-06 09:06:04 UTC
When trying to emerge fortune-mod on Gentoo/Fbsd, I receive this error:


i686-gentoo-freebsd6.2-gcc  -o fortune fortune.o -lcompat -lrecode
i686-gentoo-freebsd6.2-gcc -O2 -mtune=pentium3 -pipe -DFORTDIR="\"/usr/share/fortune\"" -DOFFDIR="\"/usr/share/fortune/off\"" -DLOCFORTDIR="\"/usr/local/share/fortune\"" -DLOCOFFDIR="\"/usr/local/share/fortune/off\"" -fsigned-char   -c -o rot.o rot.c
i686-gentoo-freebsd6.2-gcc  -o strfile strfile.o
/usr/lib/gcc/i686-gentoo-freebsd6.2/4.1.2/../../../librecode.so: undefined reference to `libintl_gettext'
collect2: ld returned 1 exit status
i686-gentoo-freebsd6.2-gcc  -o unstr unstr.o
gmake[1]: *** [fortune] Error 1
gmake[1]: Leaving directory `/var/tmp/portage/games-misc/fortune-mod-1.99.1-r2/work/fortune-mod-1.99.1/fortune'
gmake: *** [fortune-bin] Error 2
i686-gentoo-freebsd6.2-gcc -fsigned-char  -o rot rot.o
gmake: *** Waiting for unfinished jobs....
gmake[1]: Leaving directory `/var/tmp/portage/games-misc/fortune-mod-1.99.1-r2/work/fortune-mod-1.99.1/util'

Reproducible: Always
Comment 1 Matt "gfunkmonk" Rinsch 2007-07-06 09:09:08 UTC
Portage 2.1.3_rc6 (default-bsd/fbsd/6.2/x86, gcc-4.1.2, freebsd-lib-6.2-r1, 6.2-RELEASE i386)
=================================================================
System uname: 6.2-RELEASE i386 i386
Gentoo Base System release 2.0.0_alpha3
Timestamp of tree: Fri, 06 Jul 2007 08:00:02 +0000
ccache version 2.4 [enabled]
dev-java/java-config: 1.3.7, 2.0.33-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r7
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.10
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  6.2-r1
ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd"
AUTOCLEAN="yes"
CBUILD="i686-gentoo-freebsd6.2"
CFLAGS="-O2 -mtune=pentium3 -pipe"
CHOST="i686-gentoo-freebsd6.2"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -mtune=pentium3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer parallel-fetch sfperms strict unmerge-orphans"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X berkdb cli crypt cups dbus dri gdbm gtk hal iconv java java5 libg++ midi ncurses nis nls offensive oss pam pcre perl ppds profile python readline reflection session spl ssl tcpd unicode usb x86-fbsd xorg xsceensaver zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="FreeBSD" INPUT_DEVICES="keyboard mouse" KERNEL="FreeBSD" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="BSD" VIDEO_CARDS="i810"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 2 Roy Marples (RETIRED) gentoo-dev 2007-07-06 09:24:57 UTC
Fixed, thanks for the report.