Package: libgig
Version: 1.0.cvs02032005-1
Severity: serious
Tags: patch
When building 'libgig' on amd64/unstable with gcc-4.0,
I get the following error:
/usr/bin/make -f Makefile.cvs
make[1]: Entering directory `/libgig-1.0.cvs02032005'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/libgig-1.0.cvs02032005'
./configure --host=x86_64-linux --build=x86_64-linux --prefix=/usr
--mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
/bin/sh: ./configure: Permission denied
make: *** [clean] Error 126
When this is fixed, it turns out that Build-Depends on
'pkg-config, libsndfile1-dev, doxygen' are missing.
With the attached patch 'libgig' can be compiled.
Regards
Andreas Jochens
diff -urN ../tmp-orig/libgig-1.0.cvs02032005/debian/control ./debian/control
--- ../tmp-orig/libgig-1.0.cvs02032005/debian/control 2005-04-08
17:49:14.994426245 +0200
+++ ./debian/control 2005-04-08 17:49:06.668050032 +0200
@@ -2,7 +2,7 @@
Section: devel
Priority: optional
Maintainer: Matt Flax <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0.0)
+Build-Depends: debhelper, pkg-config, libsndfile1-dev, doxygen
Standards-Version: 3.6.1
Package: libgig-dev
diff -urN ../tmp-orig/libgig-1.0.cvs02032005/debian/rules ./debian/rules
--- ../tmp-orig/libgig-1.0.cvs02032005/debian/rules 2005-04-08
17:49:14.995426050 +0200
+++ ./debian/rules 2005-04-08 17:44:40.099998475 +0200
@@ -25,6 +25,7 @@
config.status: configure
dh_testdir
# Add here commands to configure the package.
+ chmod a+x configure
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
@@ -49,6 +50,7 @@
rm -f build-stamp
$(MAKE) -f Makefile.cvs
+ chmod a+x configure
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE)
--prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]