First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 47771
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: csm@gnu.org
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 47771 depends on: Show dependency tree
Bug 47771 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-04-13 16:53 0000
_LT_AC_SHARED_EXT, patched by `libtool-1.5.2-libtool_m4-shared_ext.patch', is
somewhat bogus. The line that reads:

   if test -z `grep -e 'shared_ext.*shrext' $ofile`; then

Will fail if there is more than one shared_ext.*shrext match in libtool. This
occurs when (e.g.) using `AM_PROG_GCJ' to compile Java packages.

Reproducible: Always
Steps to Reproduce:
1. aclocal, libtoolize, automake, autoconf a Java package (like GNU Crypto).
2. ./configure
3.

Actual Results:  
Configure outputs:

appending configuration tag "GCJ" to libtool
...
./configure: line 19231: test: too many arguments

Expected Results:  
Normal configure.

------- Comment #1 From SpanKY 2004-09-01 06:33:04 0000 -------
ah ive seen this a lot ...  the clean solution is tto just  put "" arrround the
grep right ?

------- Comment #2 From SpanKY 2004-09-01 19:44:18 0000 -------
that fixed it on my machine, thanks

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