Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 2366
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Bruce A. Locke <blocke@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Bart Lauwers <blauwers@cisco.com>
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 2366 depends on: Show dependency tree
Bug 2366 blocks: 2371
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-05-02 19:14 0000
Hi,

 The ebuild for pciutils does not install headers nor library. This makes it
hard to install programs that try to incorporate these functions. (like
nv-tv-out for example...)

 The patch below adds the files needed.

# diff -Naur sys-apps/pciutils/pciutils-2.1.9.ebuild.ORG
sys-apps/pciutils/pciutils-2.1.9.ebuild
--- sys-apps/pciutils/pciutils-2.1.9.ebuild.ORG   Fri May  3 03:58:44 2002
+++ sys-apps/pciutils/pciutils-2.1.9.ebuild       Fri May  3 03:55:10 2002
@@ -40,5 +40,9 @@

        insinto /usr/share/misc
        doins pci.ids
+
+       insinto /usr/include/pci
+       doins lib/*.h
+       dolib lib/libpci.a
 }

#

Thnx!

------- Comment #1 From Arcady Genkin (RETIRED) 2002-05-02 20:48:29 0000 -------
Sorry to butt in, but I needed to fix this in order to test bug 2371.  Since
the
changes are trivial, I've committed -r1 of the ebuild.

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