Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 192716
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Sound Team <sound@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: JTRiley <justin.t.riley@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 192716 depends on: Show dependency tree
Bug 192716 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-09-16 18:20 0000
Just for the record, I was having issues getting /usr/include/gsm.h or
/usr/lib64/libgsm.a to show up after a successful build/install of gsm-1.0.12.

After playing around with the makefile by hand I realized the project doesn't
create the target install directories itself, hence the need for "dodir blah
blah" to make the target dirs show up in /var/tmp/portage/.../image.  

The catch here is that in src_install() we're using
GSM_INSTALL_LIB="${D}"/usr/$(get_libdir) however the dodir statically defines
the lib dir in the image folder to be /usr/lib.  In the case of amd64 this will
obviously fail. 

Changing /usr/lib to /usr/$(get_libdir) in the dodir line of the ebuild fixes
this issue for me

~jtriley

------- Comment #1 From Samuli Suominen 2007-09-16 18:33:40 0000 -------
(In reply to comment #0)
> Changing /usr/lib to /usr/$(get_libdir) in the dodir line of the ebuild fixes
> this issue for me

Changed. Sorry, I missed it because system I used when adding it was x86.

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