Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 136457

Summary: pygtk 2.8.6, py-compile and /bin/true
Product: Gentoo/Alt Reporter: Damien Thébault <damien.thebault>
Component: FreeBSDAssignee: Gentoo/BSD Team <bsd+disabled>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: FreeBSD   
Whiteboard:
Package list:
Runtime testing required: ---

Description Damien Thébault 2006-06-11 11:46:12 UTC
dev-python/pygtk-2.8.6 don't install because py-compile is symlinked in the ebuild to /bin/true, which don't exist on freebsd.
/usr/bin/true is available on both Gentoo/Linux and Gentoo/FreeBSD, so I think it should be preferred.

Modifying the ebuild this way solves the problem and the build compiles and installs fine.

 % emerge --info
Gentoo Base System version 20060420
Portage 2.1 (default-bsd/fbsd/6.1/x86, gcc-3.4.6, freebsd-lib-6.1-r0, 6.1-RELEASE i386)
=================================================================
System uname: 6.1-RELEASE i386 i386
dev-lang/python:     2.4.3-r1
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.59-r7
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.16.1-r2
sys-devel/gcc-config: 1.3.13-r2
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="-march=i586 -O2 -pipe"
CHOST="i686-gentoo-freebsd6.1"
CONFIG_PROTECT="/etc"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf"
CXXFLAGS="-march=i586 -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distlocks metadata-transfer sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j 3"
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/overlays/portage /usr/local/overlays/portage-alt-prefix /usr/local/overlays/portage-alt-overlay"
SYNC="rsync://tux.rezid.org/gentoo-portage"
USE="x86-fbsd X cups gdbm gif ipv6 jpeg ncurses ogg opengl oss pam perl png python readline ssl truetype usb xml xorg xv zlib elibc_FreeBSD kernel_FreeBSD userland_BSD"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-09-08 11:09:10 UTC

*** This bug has been marked as a duplicate of 146618 ***