Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 63838
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: osx porters <osx@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 63838 depends on: Show dependency tree
Bug 63838 blocks:
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: 2004-09-12 15:37 0000
use macos && ln -sf
/usr/share/automake-1.6/{COPYING,INSTALL,install-sh,missing,mkinstalldirs} ${S}

i dont know why that's being done since none of the Makefile.{am,in} files are
being touched thus `automake` doesnt need to be run, but i do know that this
statement is very wrong

------- Comment #1 From Hasan Khalil (RETIRED) 2004-09-12 19:42:23 0000 -------
./configure needs that statement (it looks for install-sh).
Any suggestions for a better workaround?

------- Comment #2 From SpanKY 2004-09-12 19:46:56 0000 -------
use `automake -a` then like it should have been

------- Comment #3 From Mr. Bones. 2004-09-15 12:01:28 0000 -------
Let's have this fixed up please.  Letting it just sit in CVS isn't an option.

------- Comment #4 From Hasan Khalil (RETIRED) 2004-09-15 16:45:17 0000 -------
how's this: use macos && cd ${S} && automake -a

I know that's dirty too (cd ${S} is what i don't like), but i don't really see any option in the automake info pages for the equivelant. Furthermore, it leaves annoying error messages:

>>> Unpacking sgml-common-0.6.3.tgz to /var/tmp/portage/sgml-common-0.6.3-r4/work
macos
configure.in:4: your implementation of AM_INIT_AUTOMAKE comes from an
configure.in:4: old Automake version.  You should recreate aclocal.m4
configure.in:4: with aclocal and run automake again.
configure.in: installing `./install-sh'
configure.in: installing `./mkinstalldirs'
configure.in: installing `./missing'
Makefile.am: installing `./INSTALL'
Makefile.am: installing `./COPYING'
doc/man/Makefile.am:2: invalid variable `man8_DATA'
>>> Source unpacked.

Is this acceptable? Should I go through the whole aclocal routine?

Please advise and I will commit as soon as everything looks ok. My apologies about the whole problem, and my lack of responsiveness.

------- Comment #5 From Mr. Bones. 2004-09-18 03:13:26 0000 -------
Fixed.

------- Comment #6 From Hasan Khalil (RETIRED) 2005-02-06 13:33:08 0000 -------
Closing out bugs that've been resolved for a while now... 

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug