Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98143 - bash-3.0-r12 will not compile on amd64
Summary: bash-3.0-r12 will not compile on amd64
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: AMD64 Linux
: High major (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 11:21 UTC by Jonathan Smith (RETIRED)
Modified: 2005-07-06 21:07 UTC (History)
1 user (show)

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 Jonathan Smith (RETIRED) gentoo-dev 2005-07-06 11:21:33 UTC
x86_64-pc-linux-gnu-gcc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde  -L./lib/sh  -rdynamic  -O2 -march=k8 -pipe -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o  dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o braces.o bracecomp.o bashhist.o bashline.o  list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lsh -lreadline -lhistory -Wl,-Bstatic -lncurses -Wl,-Bdynamic -lglob -ltilde    -ldl 
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/libncurses.a(lib_termcap.o): relocation R_X86_64_32 against `a local symbol' can not be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-pc-linux-gnu/3.4.4/../../../../lib64/libncurses.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [bash] Error 1

!!! ERROR: app-shells/bash-3.0-r12 failed.
!!! Function src_compile, Line 124, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.

pitr profiles # emerge --info
Portage 2.0.51.22-r1 (default-linux/amd64/2005.0/no-multilib, gcc-3.4.4, glibc-2.3.5-r0, 2.6.11-gentoo-r11 x86_64)
=================================================================
System uname: 2.6.11-gentoo-r11 x86_64 
Gentoo Base System version 1.6.12
dev-lang/python:     2.3.4-r1, 2.4.1-r1
sys-apps/sandbox:    1.2.9
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.5
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64 ~amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=k8 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=k8 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig cvs digest distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X acpi alsa berkdb bitmap-fonts crypt font-server fortran gif gpm gtk gtk2 hardened ipv6 jp2 jpeg lzw lzw-tiff mp3 ncurses nls nptl ntplonly opengl oss pam perl pic png python readline snmp spell ssl tcpd tiff truetype truetype-fonts type1-fonts unicode usb userlocales xml xml2 xpm xrandr xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY


pitr profiles # emerge -pv bash

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild     U ] app-shells/bash-3.0-r12 [3.0-r11] -bashlogger -build +nls 0 kB 

Total size of downloads: 0 kB
pitr profiles # emerge -pv ncurses

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild   R   ] sys-libs/ncurses-5.4.20050319  -bootstrap -build -debug -doc +gpm -minimal -nocxx +unicode 0 kB 

Total size of downloads: 0 kB



obviously this is in a chroot on pitr, amd64's development box
Comment 1 Sander Sweers 2005-07-06 14:28:47 UTC
Should this also fail on a non chroot multilib box? If so drop me a line and I
will post my emerge --info and other info you might need. On my box this build
without problems.
Comment 2 Jonathan Smith (RETIRED) gentoo-dev 2005-07-06 15:12:39 UTC
the chroot should have nothing to do with it
Comment 3 Jonathan Smith (RETIRED) gentoo-dev 2005-07-06 15:19:56 UTC
(In reply to comment #1)
> Should this also fail on a non chroot multilib box? If so drop me a line and I

also note that this this setup includes USE="hardened" and a no-multilib profile

i'm not sure if that has anything to do with it... i'm kind of new to 64 bit archs
Comment 4 SpanKY gentoo-dev 2005-07-06 20:39:10 UTC
builds fine for me ...

if you re-emerge ncurses and then bash does it work ?
Comment 5 Jonathan Smith (RETIRED) gentoo-dev 2005-07-06 21:07:46 UTC
somehow that fixed it... very odd since i just installed the entire system a few
days ago

sorry for the trouble