Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579272 - Update darwin-conf patchset for libtool 2.4.6
Summary: Update darwin-conf patchset for libtool 2.4.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: Normal normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 17:57 UTC by Michael Weiser
Modified: 2016-04-15 13:12 UTC (History)
0 users

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


Attachments
darwin-conf patch for libtool 2.4.6 (2.4.6,788 bytes, patch)
2016-04-07 17:58 UTC, Michael Weiser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weiser 2016-04-07 17:57:37 UTC
On my Mac various ebuilds have for some time reported:

 *   Darwin patch set 'darwin-conf' failed to apply!

Now, additionally, the mpg123-1.23.3 ebuild reports:

 * QA Notice: Found .so dynamic libraries on Darwin:
 *     usr/local/gentoo/usr/lib/mpg123/output_coreaudio.so
 *     usr/local/gentoo/usr/lib/mpg123/output_dummy.so

Its libtool appears to be version 2.4.6. Approximating an updates ELT-patches darwin-conf patch for it, the QA notice disappears and the files in question are installed as .bundle as intended.

The first message (patch set failed to apply) remains though and make calls missing:

cd /usr/local/gentoo/var/tmp/portage/media-sound/mpg123-1.23.3/work/mpg123-1.23.3 && /usr/local/gentoo/bin/bash /usr/local/gentoo/var/tmp/portage/media-sound/mpg123-1.23.3/work/mpg123-1.23.3/build/missing automake-1.15 --gnu Makefile

What else do I need to do to fix this properly?

Reproducible: Always
Comment 1 Michael Weiser 2016-04-07 17:58:24 UTC
Created attachment 429864 [details, diff]
darwin-conf patch for libtool 2.4.6
Comment 2 Fabian Groffen gentoo-dev 2016-04-15 13:09:24 UTC
those patches live in eclass/ELT-patches/darwin-conf

the version numbers reflect the libtool versions, but portage/eclass will try each and any of them until one succeeds

I'll take your patch and put it in place, thanks!
Comment 3 Fabian Groffen gentoo-dev 2016-04-15 13:12:03 UTC
pushed