Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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!
fixed in cvs, thanks.