[kde-freebsd] Removal of gnu-autoconf/make
Adriaan de Groot
groot at kde.org
Tue Aug 14 15:23:52 CEST 2007
On Tuesday 14 August 2007, Michael Nottebrock wrote:
> Michael Nottebrock schrieb:
> > Ade Lovett schrieb:
> >> On Aug 13, 2007, at 00:28 , Michael Nottebrock wrote:
> >>>> The real problem is that detect-autoconf.pl (part of the standard KDE
> >>>> build-system) does not like the aclocal as offered by
> >>>> autoconf-wrapper, refuses to detect it as a proper aclocal executable
> >>>> and fails.
> >>
> >> Wow, detect-autoconf.pl is one *bizarre* script.
For a minute I was afraid I'd written it; I remember doing weird things in
admin/ long ago to get FBSD up to speed. But not this stuff.
> > Just goes to show you / we were not the first people to pull hair over
> > autotools and their various incarnations. :)
Just three more months, then we can get some serious cmake-hair-pulling going.
Anyway, here's my just-installed setup of all those auto-thingies on 6-stable:
tosti386$pkg_info | grep auto
autoconf-wrapper-20070404 Wrapper script for GNU autoconf
automake-wrapper-20070404 Wrapper script for GNU automake
gnu-autoconf-2.61 Automatically configure source code on many Un*x platforms
gnu-automake-1.10 GNU Standards-compliant Makefile generator (GNU
unmodified)
tosti386$automake
automake: not installed
tosti386$autoconf
autoconf: not installed
tosti386$aclocal
aclocal: not installed
So there's one problem to start with, if we ever wanted gnu-auto* as a
dependency for kdevelop. The next problem occurs because the script
detects -wrapper as a valid suffix for the auto* (like -1.10 or 2.53 would
be) and sorts that to the end; that's then the "best" suffix and it goes on
to look for aclocal-wrapper, which we don't have.
Patch attached. Committed in KDE SVN, too.
--
These are your friends - Adem
GPG: FEA2 A3FE Adriaan de Groot
-------------- next part --------------
A non-text attachment was scrubbed...
Name: detect-autoconf.pl.diff
Type: text/x-diff
Size: 491 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-freebsd/attachments/20070814/046d1b14/attachment.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-freebsd/attachments/20070814/046d1b14/attachment.pgp
More information about the kde-freebsd
mailing list