After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 130280 - make intltool work for AC_CONFIG_AUX_DIR being set
make intltool work for AC_CONFIG_AUX_DIR being set
Status: RESOLVED FIXED
Product: intltool
Classification: Deprecated
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: intltool maintainers
intltool maintainers
: 116362 130469 130635 130660 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2003-12-31 12:20 UTC by Thomas Vander Stichele
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix to use auxdir properly (569 bytes, patch)
2003-12-31 12:20 UTC, Thomas Vander Stichele
none Details | Review
right patch (2.58 KB, patch)
2003-12-31 12:49 UTC, Thomas Vander Stichele
none Details | Review

Description Thomas Vander Stichele 2003-12-31 12:20:15 UTC
this is a resolution of #116362
Comment 1 Thomas Vander Stichele 2003-12-31 12:20:46 UTC
Created attachment 22794 [details] [review]
fix to use auxdir properly
Comment 2 Thomas Vander Stichele 2003-12-31 12:21:47 UTC
I put in a test module in gnome cvs, in
toolchain-tests/intltool/auxdir

This example uses AC_CONFIG_AUX_DIR as Kees does, and passes make
distcheck with this patch.

Kees, can you verify if this fixes it ?

Kenneth, can I commit ?
Comment 3 Thomas Vander Stichele 2003-12-31 12:23:17 UTC
*** Bug 116362 has been marked as a duplicate of this bug. ***
Comment 4 Thomas Vander Stichele 2003-12-31 12:49:18 UTC
sorry, wrong patch :( good one attached now.
Comment 5 Thomas Vander Stichele 2003-12-31 12:49:41 UTC
Created attachment 22795 [details] [review]
right patch
Comment 6 Kenneth Rohde Christiansen 2003-12-31 17:45:00 UTC
Looks good. If you are sure that it doesnt break anything, please commit
Comment 7 Marco Pesenti Gritti 2004-01-01 03:52:10 UTC
The checked in patch seem to cause build problems with at least some
modules, eog being the one I tested carefully.

It's really too late here and not the best day of the year but it seem
like we miss the patch on #129773. At least applying it again fix the
problem for me.

Without it ac_aux_dir isnt defined. Result, on normal configure:

./config.status: line 1164: /intltool-extract.in: No such file or
directory
mv: cannot stat `intltool-extract.out': No such file or directory
./config.status: line 1173: /intltool-merge.in: No such file or directory
mv: cannot stat `intltool-merge.out': No such file or directory
./config.status: line 1183: /intltool-update.in: No such file or directory
mv: cannot stat `intltool-update.out': No such file or directory
Comment 8 Marco Pesenti Gritti 2004-01-01 13:37:58 UTC
Additionally because of bug 130340, the exits on error that has been
added cause most cvs modules to not build (all the modules using
gnome-common autogen.sh at least). Note that I'm not saying exit on
error is wrong, just pointing out that we have a serious prob.
Comment 9 Kenneth Rohde Christiansen 2004-01-05 12:24:28 UTC
*** Bug 129620 has been marked as a duplicate of this bug. ***
Comment 10 Bastien Nocera 2004-01-05 13:07:43 UTC
*** Bug 130469 has been marked as a duplicate of this bug. ***
Comment 11 Bastien Nocera 2004-01-06 08:00:36 UTC
*** Bug 130635 has been marked as a duplicate of this bug. ***
Comment 12 Bastien Nocera 2004-01-06 08:03:30 UTC
*** Bug 130660 has been marked as a duplicate of this bug. ***
Comment 13 Eddahbi Karim 2004-01-06 10:41:22 UTC
I've tested the patch on a CVS build of intltool taken the 06/01/2004
and it tells me that the patch is already applied.

But it doesn't resolved the problem explained here :
http://bugzilla.gnome.org/show_bug.cgi?id=130660
Comment 14 Kenneth Rohde Christiansen 2004-01-07 00:29:06 UTC
Eddahbi, can you try this patch?

http://bugzilla.gnome.org/showattachment.cgi?attach_id=22633

Marco, if I understand correctly - it works for you when this patch is
applied?

Kenneth
Comment 15 Eddahbi Karim 2004-01-08 03:29:46 UTC
Ok I'll test this patch... Sorry for the delay but bugzilla didn't
alert me :-/
Comment 16 Eddahbi Karim 2004-01-08 04:01:55 UTC
Yep it seems to work fine now... I've passed nautilus, another package
and gnome-control-center without problems :)
Comment 17 Thomas Vander Stichele 2004-01-08 10:21:02 UTC
the patch in the other bug has been commited for a few days, and
everything seems to be back to normal.

closing this bug.