Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 146996 - media-libs/jpeg-6b-r7 does not compile on Gentoo/FreeBSD
Summary: media-libs/jpeg-6b-r7 does not compile on Gentoo/FreeBSD
Status: RESOLVED DUPLICATE of bug 130054
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: FreeBSD (show other bugs)
Hardware: All FreeBSD
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-09 14:21 UTC by Remy Oudompheng
Modified: 2006-09-09 14:31 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 Remy Oudompheng 2006-09-09 14:21:57 UTC
I get the following error when trying to emerge it

[configure stuff]
creating libtool
checking for 'tmpfile()'... yes
checking libjpeg version number... 62
creating ./config.status
creating Makefile
creating jconfig.h
./libtool-wrap --mode=compile i686-gentoo-freebsd6.1-gcc -O2 -g1 -pipe -fomit-frame-pointer -march=pentium-m  -I. -c ./jcapimin.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
gmake: *** [jcapimin.lo] Error 1

Adding --tag=CC to the libtool invocation in the libtool-wrap script seems to fix the problem : it emerges correctly.

This is emerge --info (don't pay attention to the kernel version, I am in a chroot, but there is the same error and the same fix when I really boot into it). 
---------------------

Portage 2.1.1 (default-bsd/fbsd/6.1/x86, gcc-4.1.1, freebsd-lib-6.1-r0, 7.0-CURRENT i386)
=================================================================
System uname: 7.0-CURRENT i386 i386
Gentoo Base System version 20060624
Last Sync: Fri, 08 Sep 2006 23:20:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-lang/python:     2.4.3-r3
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.13, 2.60
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.17
sys-devel/gcc-config: 1.3.13-r3
sys-devel/libtool:   1.5.22
virtual/os-headers:  6.1
ACCEPT_KEYWORDS="x86-fbsd ~x86-fbsd"
AUTOCLEAN="yes"
CBUILD="i686-gentoo-freebsd6.1"
CFLAGS="-O2 -g1 -pipe -fomit-frame-pointer -march=pentium-m"
CHOST="i686-gentoo-freebsd6.1"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/terminfo"
CXXFLAGS="-O2 -g1 -pipe -fomit-frame-pointer -march=pentium-m"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer parallel-fetch sfperms strict"
GENTOO_MIRRORS="http://distro.ibiblio.org/pub/linux/distributions/gentoo/ http://gentoo.modulix.net/gentoo/ http://ftp.club-internet.fr/pub/mirrors/gentoo ftp://ftp.solnet.ch/mirror/Gentoo ftp://ftp.mirrorservice.org/sites/www.ibiblio.org/gentoo/ "
LC_ALL="en_US.UTF-8"
LINGUAS=""
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'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage/portage-alt-overlay /usr/local/portage/remy"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86-fbsd X acpi apache2 cups dri elibc_FreeBSD fortran gdbm gif input_devices_keyboard input_devices_mouse ipv6 jpeg kdeenablefinal kernel_FreeBSD mudflap ncurses nls ogg oss pam perl png python readline ssl stroke suid symlink tcpd theora truetype unicode usb userland_BSD video_cards_radeon vorbis xml xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-09-09 14:26:44 UTC
Re-emerge libtool.

*** This bug has been marked as a duplicate of 130054 ***
Comment 2 Remy Oudompheng 2006-09-09 14:31:09 UTC
Sorry, I should really have looked more carefully...