First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 142852
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: SpanKY <vapier@gentoo.org>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 142852 depends on: Show dependency tree
Bug 142852 blocks: 142264 142362 142565 143053 144930 145607 145903 146151 148762 150310 152622 157064
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-04 21:28 0000
new bug tracker to figure out what's going on with these failures:
/bin/sh: @MKINSTALLDIRS@: No such file or directory

------- Comment #1 From SpanKY 2006-08-05 14:09:00 0000 -------
ok, this is because older gettexts used AM_MKINSTALLDIRS

newer ones are using AM_PROG_MKDIR_P

the problem happens when autotools are run ... the newer gettext m4 files are
used while the older gettext Makefile.in.in are not updated ... so autoconf no
longer replaces @MKINSTALLDIRS@ in the Makefiles leading the error seen

the proper fix depends on the package ... if your package includes the .m4
files like a good little boy, make sure aclocal is run with the proper -I <m4
dir> flags

if your package does not include the m4, then you may have to run `autopoint
-f` to update the Makefiles and `aclocal` to update the m4 files

------- Comment #2 From Jakub Moc (RETIRED) 2006-08-06 02:49:30 0000 -------
*** Bug 142958 has been marked as a duplicate of this bug. ***

------- Comment #3 From Peter Parkanyi 2006-08-07 11:18:15 0000 -------
Could someone import these functions into autotools, say like a patch? Or
package maintainers will take care of the workaround?

------- Comment #4 From SpanKY 2006-08-07 19:07:37 0000 -------
you probably want Bug 142787

------- Comment #5 From Sven Wegener 2006-09-20 13:48:31 0000 -------
pretty bad that autopoint requires cvs to update the files

------- Comment #6 From Jakub Moc (RETIRED) 2007-05-07 11:36:34 0000 -------
Nothing left here.

First Last Prev Next    No search results available      Search page      Enter new bug