Gentoo Archives: gentoo-user

From: Meino.Cramer@×××.de
To: Gentoo <gentoo-user@l.g.o>
Subject: [gentoo-user] Bash failed to compile
Date: Fri, 23 Sep 2016 02:14:40
Message-Id: 20160923021424.GA4621@solfire
1 Hi,
2
3 may be bash is missing a lib?
4
5 x86_64-pc-linux-gnu-gcc -L./builtins -L./lib -L./lib -L./lib/glob -L./lib/tilde -L./lib/sh -Wl,-O1 -Wl,--as-needed -march=native -O2 -pipe -msse3 -ggdb -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 assoc.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 -lglob -lsh -lreadline -lhistory -lcurses -ltilde
6 ./lib/sh/libsh.a(tmpfile.o): In function `sh_mktmpname':
7 /var/tmp/portage/app-shells/bash-4.3_p46-r1/work/bash-4.3/lib/sh/tmpfile.c:129: warning: the use of `mktemp' is dangerous, better use `mkstemp'
8 /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: bashline.o: undefined reference to symbol 'tputs'
9 /usr/lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
10 collect2: error: ld returned 1 exit status
11 Makefile:553: recipe for target 'bash' failed
12 make: *** [bash] Error 1
13
14
15 Cheers,
16 Meino Cramer

Replies

Subject Author
Re: [gentoo-user] Bash failed to compile Jeremi Piotrowski <jeremi.piotrowski@×××××.com>
Re: [gentoo-user] Bash failed to compile David Haller <gentoo@×××××××.de>
Re: [gentoo-user] Bash failed to compile konsolebox <konsolebox@×××××.com>