First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 168571
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: AMD64 Project <amd64@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Denis Dupeyron <calchan@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 168571 depends on: Show dependency tree
Bug 168571 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-02-27 12:51 0000
I have just committed an ebuild for a new snapshot of sci-electronics/gnucap.
The major difference with previous releases is support for external plugins in
the form of .so libraries. As I do not have access to an amd64 machine and I
have never used one, I have no idea if all this is amd64/multilib clean or not,
so I temporarily dropped the ~amd64 keyword.

So, please review gnucap-0.35.20070221.ebuild and mark ~amd64 if appropriate.
If not, fell free to make any modification you feel is necessary. I would
appreciate, though, that you contact me before you make any major change. Note
that the libraries are installed using insinto/newins because newlib.so does
not allow to install in a subdirectory of /usr/lib. This is necessary because
of the many duplicate plugin names (right now it's in /usr/lib/gnucap/bsim,
/usr/lib/gnucap/ngspice17 and /usr/lib/gnucap/spice3f5).

Thanks in advance,
Denis.

------- Comment #1 From Simon Stelling (RETIRED) 2007-02-27 13:28:06 0000 -------
Well guessed, it's not multilib-strict safe. However, it didn't take more then

replacing 
  insinto /usr/lib/gnucap/${PLUGIN_DIR}
with
  insinto /usr/$(get_libdir)/gnucap/${PLUGIN_DIR}

So it's fixed and the keyword added.
Thanks!

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