Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 480940 - app-emulation/dynamips-0.2.8 statically links with libelf from dev-libs/elfutils
Summary: app-emulation/dynamips-0.2.8 statically links with libelf from dev-libs/elfutils
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Sergey Popov
URL:
Whiteboard: WAS: app-emulation/dynamips should de...
Keywords:
Depends on:
Blocks: bundled-libs
  Show dependency tree
 
Reported: 2013-08-14 00:50 UTC by James Cloos
Modified: 2013-08-25 14:51 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 James Cloos 2013-08-14 00:50:00 UTC
Building dynamips fails with:

x86_64-pc-linux-gnu-gcc: error: /usr/lib/libelf.a: No such file or directory

unless dev-libs/elfutils is built with USE=static-libs.
Comment 1 Sergey Popov gentoo-dev 2013-08-25 14:32:29 UTC
+  25 Aug 2013; Sergey Popov <pinkbyte@gentoo.org>
+  -dynamips-0.2.8_rc2-r1.ebuild, dynamips-0.2.8_rc3.ebuild,
+  dynamips-0.2.8.ebuild, -files/dynamips-0.2.8_rc2-makefile.patch:
+  Fix dependency on dev-libs/elfutils, wrt bug #480940. Drop old revision

Workaround added, still need to make new revision, that do not link statically with elfutils
Comment 2 Sergey Popov gentoo-dev 2013-08-25 14:51:08 UTC
+  25 Aug 2013; Sergey Popov <pinkbyte@gentoo.org> +dynamips-0.2.8-r1.ebuild:
+  Revision bump: do not link to libelf statically, wrt bug #480940. Thanks to
+  James Cloos for discovering this issue