Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 440238 Details for
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
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Workaround/Fix #2
fix2.diff (text/plain), 1.17 KB, created by
konsolebox
on 2016-07-10 06:52:28 UTC
(
hide
)
Description:
Workaround/Fix #2
Filename:
MIME Type:
Creator:
konsolebox
Created:
2016-07-10 06:52:28 UTC
Size:
1.17 KB
patch
obsolete
>diff --git a/usr/portage/app-shells/bash/bash-4.3_p46.ebuild b/bash-4.3_p46.ebuild >index dd22287..1f7a0fd 100644 >--- a/usr/portage/app-shells/bash/bash-4.3_p46.ebuild >+++ b/bash-4.3_p46.ebuild >@@ -39,11 +39,13 @@ SRC_URI="mirror://gnu/bash/${MY_P}.tar.gz $(patches)" > LICENSE="GPL-3" > SLOT="0" > KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" >-IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline vanilla" >+IUSE="afs bashlogger examples mem-scramble +net nls plugins +readline tinfo vanilla" > > DEPEND=">=sys-libs/ncurses-5.2-r2 > readline? ( >=sys-libs/readline-${READLINE_VER} ) >- nls? ( virtual/libintl )" >+ nls? ( virtual/libintl ) >+ tinfo? ( sys-libs/ncurses[tinfo] ) >+ !tinfo? ( !sys-libs/ncurses[tinfo] )" > RDEPEND="${DEPEND} > !<sys-apps/portage-2.1.6.7_p1 > !<sys-apps/paludis-0.26.0_alpha5" >@@ -62,6 +64,7 @@ pkg_setup() { > ewarn "The logging patch should ONLY be used in restricted (i.e. honeypot) envs." > ewarn "This will log ALL output you enter into the shell, you have been warned." > fi >+ use tinfo && export LDFLAGS="-ltinfo ${LDFLAGS}" LIBS="-ltinfo ${LIBS}" > } > > src_unpack() {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 588486
:
440232
| 440238