Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 200906
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Printing Team <printing@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Diego E. 'Flameeyes' Pettenò <flameeyes@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 200906 depends on: Show dependency tree
Bug 200906 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: 2007-12-01 10:01 0000
Beside the fact that we should _never_ install in /usr/local:

flame@enterprise ~ % qlist ghostscript-gpl | grep /usr/local
/usr/local/bin/ijs_server_example
/usr/local/bin/ijs-config
/usr/local/bin/ijs_client_example
/usr/local/share/man/man1/ijs-config.1.bz2
/usr/local/include/ijs/ijs.h
/usr/local/include/ijs/ijs_server.h
/usr/local/include/ijs/ijs_client.h
/usr/local/lib/libijs.a
/usr/local/lib/pkgconfig/ijs.pc
/usr/local/lib/libijs.la
/usr/lib/debug/usr/local/bin/ijs_server_example.debug
/usr/lib/debug/usr/local/bin/ijs_client_example.debug


This was previously installed in /usr instead.

Please fix this with a revbump.

Thanks,
Diego

------- Comment #1 From Rafał Mużyło 2007-12-01 11:54:47 0000 -------
Well, changing in the ebuild
./autogen.sh || die "ijs autogen failed"
to 
AUTOMAKE_OPTIONS="--copy" ./autogen.sh --prefix=/usr || die "ijs autogen
failed"
seems to fix it.
--copy is cause eutils do it this way.

------- Comment #2 From Diego E. 'Flameeyes' Pettenò 2007-12-01 12:10:55 0000 -------
Do not use autogen.sh, use eautoreconf and ./configure, and eventually mime
what autogen does in the middle.

------- Comment #3 From Rafał Mużyło 2007-12-01 18:32:56 0000 -------
(In reply to comment #2)
> Do not use autogen.sh, use eautoreconf and ./configure, and eventually mime
> what autogen does in the middle.
> 

In that case, does econf not work ?
Contents of autogen.sh doesn't suggest it.
And the whole autogen.sh should be covered by eautoreconf, followed by econf.
Only question remaining is does it need WANT_AUTOMAKE=1.6 or is "latest"
enough.

------- Comment #4 From Timo Gurr 2007-12-03 21:42:34 0000 -------
Fixed in CVS, thanks for spotting!

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