[arch-general] dmapi build failure
Baho Utot
baho-utot at columbus.rr.com
Sun Nov 30 08:40:34 EST 2008
The abs build fails with the following:
=== build ===
make[2]: Nothing to be done for `install'.
./install-sh -o root -g root -m
755 -d /home/scrat/CORE/dmapi/pkg/usr//share/doc/dmapi
./install-sh -o root -g root -m 644
README /home/scrat/CORE/dmapi/pkg/usr//share/doc/dmapi
make[1]: *** No rule to make target `install-lib'. Stop.
make[1]: Leaving directory `/home/scrat/CORE/dmapi/src/dmapi-2.2.8'
I have made a patch to fix this
#
#PKGBUILD.patch
#
--- PKGBUILD~ 2008-11-28 09:39:31.817672035 -0500
+++ PKGBUILD 2008-11-30 08:18:47.876723158 -0500
@@ -23,7 +23,7 @@
autoconf
./configure --prefix=$startdir/pkg/usr
make || return 1
- make prefix=$startdir/pkg/usr/ install install-lib install-dev
+ make prefix=$startdir/pkg/usr/ install install-dev
# the static lib
install -D -m644 libdm/.libs/libdm.a $startdir/pkg/usr/lib/libdm.a
# and the header file, please
More information about the arch-general
mailing list