Summary: | net-im/ekg fails to build with forced --as-needed | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Michal Januszewski (RETIRED) <spock> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | net-im |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 129413 | ||
Attachments: | Build log |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 172710 [details]
Build log
It looks like configure fails to detect some readline functions. Could you please attach config.log? Eh wait because I lost the config.log for all of the run after XFS drove me crazy, but if you say it fails to detect them it's almost surely an --as-needed problem, so let me rebuild this specifically. root@yamato / # fgrep LDFLAGS= /var/tmp/portage/net-im/ekg-1.8_rc1/work/ekg-1.8rc1/configure.in LDFLAGS="$OPENSSL_LIBS $LDFLAGS" LDFLAGS="$LDFLAGS $CURSES_LIBS" LDFLAGS="$LDFLAGS $GTK_LIBS" LDFLAGS="$LDFLAGS $TERMCAP_LIB" LDFLAGS="$LDFLAGS $CURSES_LIBS" LDFLAGS="$READLINE_LIBS $LDFLAGS" LDFLAGS="-lgsm $LDFLAGS" LDFLAGS="-lungif $LDFLAGS" LDFLAGS="-ljpeg $LDFLAGS" LDFLAGS="$PYTHON_LIBS $LDFLAGS" LDFLAGS="-lz $LDFLAGS" LDFLAGS="$LDFLAGS -laspell" as "expected". I just committed a fix to CVS -- could you please confirm that it works? |