Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 220577 - dev-libs/elfutils-0.140 (version bump)
Summary: dev-libs/elfutils-0.140 (version bump)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Toolchain Maintainers
URL: https://fedorahosted.org/releases/e/l...
Whiteboard:
Keywords:
Depends on:
Blocks: 221381 225273 226349
  Show dependency tree
 
Reported: 2008-05-06 12:24 UTC by Conrad Kostecki
Modified: 2009-03-15 11:32 UTC (History)
4 users (show)

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


Attachments
elfutils-0.140.ebuild.patch (elfutils-0.140.ebuild.patch,2.16 KB, patch)
2009-03-04 18:11 UTC, Peter Volkov (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Conrad Kostecki gentoo-dev 2008-05-06 12:24:12 UTC
dev-libs/elfutils-0.134 is out
Comment 1 Luca Lesinigo 2008-11-16 23:16:29 UTC
0.135 and 0.137 are out too: https://fedorahosted.org/releases/e/l/elfutils/
Comment 2 Gabriel Máculus 2009-01-22 11:43:31 UTC
(In reply to comment #1)
> 0.135 and 0.137 are out too: https://fedorahosted.org/releases/e/l/elfutils/
> 
right now we have another version 0.138

elfutils-0.138.tar.bz2     31-Dec-2008 22:01  1.4M  tar archive
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-01-24 22:17:50 UTC
dev-libs/elfutils-0.139 was released on 2009-01-23.
Comment 4 Peter Volkov (RETIRED) gentoo-dev 2009-03-04 18:11:33 UTC
Created attachment 183908 [details, diff]
elfutils-0.140.ebuild.patch

@toolchain could you approve this patch? Together with version bump up to elfutils-0.140.ebuild it changes the following:

1. Drop ${PN}-0.131-gnu-inline.patch (bug 204610) as it's not required any more.
2. Drop sed -i 's:\<off64_t\>:__off64_t:g' libelf/libelf.h (bug 204502) as there is no occurrence of off64_t libelf.h.
3. Drop --enable-shared - not exists any more.
4. Do not build tests as requested in bug 226349
5. Added nls USE flag as requested in bug 225273
6. Added bzip2 and zlib USE flags as they are optional dependencies
7. Updated versions in DEPEND to match elfutils.spec (also added m4 in DEPEND)
8. Added flex DEPEND as requested in bug 221381
9. Removed autoconf from DEPEND since it's not used

Do you agree with above changes? Ebuild was tested with different USE flags combinations and passes tests on x86.
Comment 5 SpanKY gentoo-dev 2009-03-12 11:37:20 UTC
drop the '|| die' on the dodoc and feel free to commit
Comment 6 Peter Volkov (RETIRED) gentoo-dev 2009-03-15 11:32:40 UTC
Thank you Mike for review. Although I don't understand why || die makes any harm, I've dropped it. New version was added to the tree. This bug is fixed.