First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 133018
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Christian Zoffoli <xmerlin@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Natanael Copa <natanael.copa@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 133018 depends on: Show dependency tree
Bug 133018 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-05-11 06:48 0000
I noticed there are no link to libnewt.so.51 in newt-0.51.6-r1 package.

...
--- /usr/include/
>>> /usr/include/newt.h
>>> /usr/lib64/libnewt.so -> libnewt.so.0.51.6
>>> /usr/lib64/libnewt.so.0.50 -> libnewt.so.0.51.6
                            ^^

So please do this in the ebuild:

--- newt-0.51.6-r1.ebuild.orig  2006-05-11 15:47:14.000000000 +0200
+++ newt-0.51.6-r1.ebuild       2006-05-11 15:47:29.000000000 +0200
@@ -63,5 +63,5 @@
        # not parallel safe
        emake -j1 prefix="${D}/usr" PYTHONVERS="python${PYVER}"
RPM_OPT_FLAGS="ERROR" install || die "make install failed"
        dodoc CHANGES COPYING peanuts.py popcorn.py tutorial.sgml
-       dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.50
+       dosym libnewt.so.${PV} /usr/$(get_libdir)/libnewt.so.0.51
 }


Thanks!

------- Comment #1 From Christian Zoffoli 2006-05-11 08:38:46 0000 -------
fixed in cvs, thanks.

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