Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 266457 - dev-util/dialog-1.1.20080819-r1: configure fails to deal with non-GNU libtool
Summary: dev-util/dialog-1.1.20080819-r1: configure fails to deal with non-GNU libtool
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All OS X
: High normal (vote)
Assignee: Gentoo Prefix
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-17 01:15 UTC by Mietek Bak
Modified: 2009-04-18 18:50 UTC (History)
1 user (show)

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


Attachments
/Users/desp/Library/Gentoo/var/tmp/portage/dev-util/dialog-1.1.20080819-r1/work/dialog-1.1-20080819/config.log (config.log,41.74 KB, text/plain)
2009-04-17 01:16 UTC, Mietek Bak
Details
dialog-1.1-libtool-path.patch (dialog-1.1-libtool-path.patch,500 bytes, patch)
2009-04-17 21:18 UTC, Harald van Dijk (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mietek Bak 2009-04-17 01:15:45 UTC
checking for libtool... /Users/desp/Library/Gentoo/usr/bin/libtool
checking version of libtool... 
configure: error: This is not GNU libtool


Reproducible: Always
Comment 1 Mietek Bak 2009-04-17 01:16:18 UTC
Created attachment 188628 [details]
/Users/desp/Library/Gentoo/var/tmp/portage/dev-util/dialog-1.1.20080819-r1/work/dialog-1.1-20080819/config.log
Comment 2 Fabian Groffen gentoo-dev 2009-04-17 19:55:25 UTC
horribly broken package... fix still pending
Comment 3 Fabian Groffen gentoo-dev 2009-04-17 19:58:35 UTC
ok, fixed, thanks for the report.
Comment 4 Harald van Dijk (RETIRED) gentoo-dev 2009-04-17 21:18:30 UTC
Created attachment 188729 [details, diff]
dialog-1.1-libtool-path.patch

> # (--with-libtool=/path/to/libtool) strangely breaks the build

Could you please check that this fixes it, and if so, use this instead of setting ac_cv_path_LIBTOOL? I'll send this upstream along with the other changes from -r1, if I can manage to properly regenerate the configure script.
Comment 5 Fabian Groffen gentoo-dev 2009-04-18 18:50:51 UTC
Ideally the libtool check itself should figure out that on Darwin it should use glibtool, IMO.

Anyway, your patch works