Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 588486 - app-shells/bash fails with sys-libs/ncurses[tinfo]: bashline.o: undefined reference to symbol 'tputs'; /lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
Summary: app-shells/bash fails with sys-libs/ncurses[tinfo]: bashline.o: undefined ref...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-10 05:25 UTC by konsolebox
Modified: 2016-07-19 17:26 UTC (History)
0 users

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


Attachments
Workaround/fix. (fix.diff,1.04 KB, text/plain)
2016-07-10 05:25 UTC, konsolebox
Details
Workaround/Fix #2 (fix2.diff,1.17 KB, text/plain)
2016-07-10 06:52 UTC, konsolebox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description konsolebox 2016-07-10 05:25:01 UTC
Created attachment 440232 [details]
Workaround/fix.

making lib/sh/libsh.a in ./lib/sh
making lib/tilde/libtilde.a in ./lib/tilde
./lib/sh/libsh.a(tmpfile.o): In function `sh_mktmpname':
tmpfile.c:(.text+0x67): warning: the use of `mktemp' is dangerous, better use `mkstemp'
/usr/lib/gcc/x86_64-pc-linux-gnu/5.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: bashline.o: undefined reference to symbol 'tputs'
/lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
Makefile:553: recipe for target 'bash' failed
make: *** [bash] Error 1
 * ERROR: app-shells/bash-4.3_p46::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=app-shells/bash-4.3_p46::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=app-shells/bash-4.3_p46::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/app-shells/bash-4.3_p46/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/app-shells/bash-4.3_p46/temp/environment'.
 * Working directory: '/var/tmp/portage/app-shells/bash-4.3_p46/work/bash-4.3'
 * S: '/var/tmp/portage/app-shells/bash-4.3_p46/work/bash-4.3'
Comment 1 konsolebox 2016-07-10 06:52:28 UTC
Created attachment 440238 [details]
Workaround/Fix #2
Comment 2 Mike Gilbert gentoo-dev 2016-07-16 15:50:53 UTC
Please attach a build log and provide emerge --info.