First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 156182
Alias:
Product:
Component:
Status: CLOSED
Resolution: FIXED
Assigned To: Common Lisp Bugs <common-lisp@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Tristan Ravitch <travitc@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 156182 depends on: Show dependency tree
Show dependency graph
Bug 156182 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: 2006-11-25 00:52 0000
The ecl executable seems to have changed how it finds libecl.so since version
0.9h; I don't know what magic it used before (since the library is in the same
place), but now it seems to do the Right Thing and use standard dynamic
loading.  Adding an LDPATH=/usr/lib/ecl entry in /etc/env.d fixes the linking
problem mentioned in package.mask (unless that refers to a different kind of
linking problem...).

After that, it seems to work mostly as expected with just a few other minor
issues:
-The compile-file and c:build-program families of functions fail since they
look for their headers in /usr/lib/ecl (or /usr/lib64/ecl) for some reason; I
couldn't figure out exactly where they pull that path from, so I made a symlink
with: ln -s /usr/include/ecl /usr/lib/ecl/
and everything worked fine after that (even if it is a really ugly solution).
-More of an upstream thing, but the newer snapshots of slime in portage
(2.0.0.date and the cvs ebuild) are incompatible with this version of ecl (but
2.0 works fine).  I'll inquire about that one upstream probably.

------- Comment #1 From Panagiotis Christopoulos 2008-07-13 19:04:01 0000 -------
fixed. 

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