public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] autoreconf -i or -s ?
@ 2005-04-25  0:29 Diego 'Flameeyes' Pettenò
  2005-04-25  2:09 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Diego 'Flameeyes' Pettenò @ 2005-04-25  0:29 UTC (permalink / raw
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 1252 bytes --]

Hi,
Just another consult-post just to see the opinion of the developers (and of 
the users who know what to say :) ).

There are a few packages which, under some strange autotools combinations 
which not always are reproducible, suffer from an error like

Putting files in AC_CONFIG_AUX_DIR, `autotools'.
configure.in: required file `autotools/mkinstalldirs' not found
autoreconf-2.59: automake failed with exit status: 1

This is took by bug #89619 [1], but it's not the only case I was told of. I 
also suffered from one of them in an occasion.

The usual solution is to pass -a switch to automake or -i switch to 
autoreconf.

The question I'm asking here is: should we use -i or -s? For who doesn't know, 
-i options copies the missing autotools standard files from the system copy, 
-s symlinks them. Automake defaults to symlinking them with -a, and uses -ac 
to copy them.

This is just a little thing, but having a "right way" to do it could be 
better. Symlinking is faster, copy is usually needed to make distributable 
source tarballs.

[1] https://bugs.gentoo.org/show_bug.cgi?id=89619
-- 
Diego "Flameeyes" Pettenò
Gentoo Developer (Gentoo/FreeBSD, Video, Gentoo/AMD64)

http://dev.gentoo.org/~flameeyes/


[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] autoreconf -i or -s ?
  2005-04-25  0:29 [gentoo-dev] autoreconf -i or -s ? Diego 'Flameeyes' Pettenò
@ 2005-04-25  2:09 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2005-04-25  2:09 UTC (permalink / raw
  To: gentoo-dev

ive found autoreconf to be unreliable at times so i always run the diff 
autotools by hand in ebuilds
aclocal && \
autoheader && \
...
automake -a -c || die "autotools failed"
-mike
-- 
gentoo-dev@gentoo.org mailing list


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-25  2:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-25  0:29 [gentoo-dev] autoreconf -i or -s ? Diego 'Flameeyes' Pettenò
2005-04-25  2:09 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox