First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 77154
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Jeremy Huddleston (RETIRED) <eradicator@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Alan Swanson <swanson@ukfsn.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 77154 depends on: Show dependency tree
Bug 77154 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: 2005-01-08 10:39 0000
The changes in the ebuild for the update to OpenAL CVS of 20040817 causes the
library files to be installed in /lib instead of /usr/lib. Definitely not the
proper place for them.

In the ebuild put back the "--prefix=/usr" for the configure;

  - econf ${myconf} --enable-paranoid-locks \
  + econf ${myconf} --prefix=/usr --enable-paranoid-locks \

And in openal-20040817-destdir.patch put in a missing prefix;

  - +DESTLIB=$(DESTDIR)@libdir@
  + +DESTLIB=$(DESTDIR)@prefix@/@libdir@

------- Comment #1 From Jeremy Huddleston (RETIRED) 2005-01-11 05:27:43 0000 -------
--prefix=/usr is set in econf.  libdir should be /usr/$(get_libdir) by
default... and on amd64, it installs properly... I'll look into this.

------- Comment #2 From Jeremy Huddleston (RETIRED) 2005-01-11 05:38:45 0000 -------
fixed in cvs by forcing --libdir on all archs.

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