This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: elfutils 0.153 released


On Thu, Feb 23, 2012 at 02:04:43PM +0100, Mark Wielaard wrote:
> A new release of elfutils is available now at:
> https://fedorahosted.org/releases/e/l/elfutils/0.153/

I get this:
./alldts: error while loading shared libraries: libelf.so.1: cannot open shared
object file: No such file or directory
FAIL: run-alldts.sh

This seems to fix it:
--- run-alldts.sh.orig  2012-02-24 20:17:17.000000000 +0000
+++ run-alldts.sh       2012-02-24 20:17:28.000000000 +0000
@@ -26,7 +26,7 @@
 . $srcdir/test-subr.sh

 # This will produce "testfile-alldts" file
-./alldts
+testrun ./alldts

 testrun_compare ../src/readelf -d testfile-alldts <<\EOF


Kurt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]