First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 4241
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Vadim Berezniker <kryptolus@gmail.com>
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 4241 depends on: Show dependency tree
Bug 4241 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: 2002-06-27 10:53 0000
The ebuild for texinfo does not actually install the info pages for itself.
It ends up installing the info pages to the temporary image directory.

I'm not familiar with how info pages are installed in ebuilds, so I can't help
on this one.

------- Comment #1 From Vadim Berezniker 2002-06-27 11:05:35 0000 -------
Found out what happens.
During install, the package gets installed into
$TMP/portage/texinfo-N/image/$TMP/portage/texinfo-N/image/usr/share 
(The path is doubled)

So when the ebuild tries to rename the info files, it fails because they're not
where it expects. I'll investigate further.

------- Comment #2 From Vadim Berezniker 2002-06-27 11:15:12 0000 -------
This fixed it for me. Don't know if it's the Right Thing(tm).
The makefile appears to append infodir to DESTDIR.

40c40
< 	make DESTDIR=${D} infodir=${D}/usr/share/info install || die
---
> 	make DESTDIR=${D} infodir=/usr/share/info install || die

------- Comment #3 From Seemant Kulleen (RETIRED) 2002-06-27 20:34:06 0000 -------
Thanks for the catch, AND the fix, Vadim :)

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