libextractor
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libextractor] Patch: libextractor-0.5.15 was aborting repeated installs


From: Adam J. Richter
Subject: [libextractor] Patch: libextractor-0.5.15 was aborting repeated installs
Date: Wed, 11 Oct 2006 16:57:59 +0800
User-agent: Mutt/1.2i

        libextractor-0.5.15/src/plugins/Makefile.am contains a
mkdir that is not protect with a leading "-" or a "-p" argument.
So, if you try to do a "make install" and already have the
directory /usr/lib/libextractor, the install will fail.  The
attached trivial patch adds the missing "-".

        Be sure to run automake to generate an updated Makefile.in in
src/plugins before making the next release.

        By the way, the latest version of libextractor on
ftp.gnu.org/gnu/libextractor/ is only 0.5.13.  When 0.5.16 comes
out, you might want to push it to ftp.gnu.org to avoid unnecessary
bug reports for things that are already fixed after 0.5.13.  For
example, I was about to file a bug report for the name conflict on
splice(), which is already fixed by renaming it to str_splice in
0.5.15.

Adam Richter

Attachment: diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]