Bug#338930: gambas - FTBFS: creating symbolic link: Permission denied

2005-12-17 Thread L. Redrejo
Thanks, In fact I had already apply the same solution for the packages a
couple of weeks ago, but they I am in the nm process and I am waiting
for a sponsor to upload them.
They are located at http://apt.linex.org/linex/gambas/ . If you are a
debian maintainer it would be great if you can check them and upload
them to Debian.
Regards.

El sáb, 17-12-2005 a las 00:27 +0200, Lars Wirzenius escribió:
 The patch below allows the package to be built. A quick glance at it
 doesn't indicate any huge problems, but since I don't the package at
 all, I didn't test it. Hopefully this is helpful in gettinga fixed
 upload done anyway.
 
 Happy hacking.
 
 --- gambas-1.0.12/debian/rules  2005-12-16 21:13:24.0 +
 +++ gambas-1.0.12.modified/debian/rules 2005-12-16 21:07:42.0
 +
 @@ -54,7 +54,8 @@
 dh_testroot
 dh_clean -k
 dh_installdirs
 -   $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 +   $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \
 +   ROOT=$(CURDIR)/debian/tmp
 cp $(CURDIR)/debian/gambas.lintian-overrides
 $(CURDIR)/debian/gambas/usr/share/lintian/overrides/gambas
 cp $(CURDIR)/debian/gambas-doc.lintian-overrides
 $(CURDIR)/debian/gambas-doc/usr/share/lintian/overrides/gambas-doc
 
 


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#338930: gambas - FTBFS: creating symbolic link: Permission denied

2005-12-16 Thread Lars Wirzenius
The patch below allows the package to be built. A quick glance at it
doesn't indicate any huge problems, but since I don't the package at
all, I didn't test it. Hopefully this is helpful in gettinga fixed
upload done anyway.

Happy hacking.

--- gambas-1.0.12/debian/rules  2005-12-16 21:13:24.0 +
+++ gambas-1.0.12.modified/debian/rules 2005-12-16 21:07:42.0
+
@@ -54,7 +54,8 @@
dh_testroot
dh_clean -k
dh_installdirs
-   $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+   $(MAKE) install DESTDIR=$(CURDIR)/debian/tmp \
+   ROOT=$(CURDIR)/debian/tmp
cp $(CURDIR)/debian/gambas.lintian-overrides
$(CURDIR)/debian/gambas/usr/share/lintian/overrides/gambas
cp $(CURDIR)/debian/gambas-doc.lintian-overrides
$(CURDIR)/debian/gambas-doc/usr/share/lintian/overrides/gambas-doc


-- 
Fundamental truth #5: Always ask the simple troubleshooting questions
first.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#338930: gambas - FTBFS: creating symbolic link: Permission denied

2005-11-13 Thread Bastian Blank
Package: gambas
Version: 1.0.12-1
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of gambas_1.0.12-1 on debian-31 by sbuild/s390 69
[...]
 Making symbolic links in /usr/bin...
 ln: creating symbolic link `/usr/bin/gbx' to 
 `/build/buildd/gambas-1.0.12/debian/tmp/usr/bin/gbx': Permission denied
 ln: creating symbolic link `/usr/bin/gbc' to 
 `/build/buildd/gambas-1.0.12/debian/tmp/usr/bin/gbc': Permission denied
 ln: creating symbolic link `/usr/bin/gba' to 
 `/build/buildd/gambas-1.0.12/debian/tmp/usr/bin/gba': Permission denied
 ln: creating symbolic link `/usr/bin/gbi' to 
 `/build/buildd/gambas-1.0.12/debian/tmp/usr/bin/gbi': Permission denied
 make[3]: *** [install-exec-local] Error 1
 make[3]: Leaving directory `/build/buildd/gambas-1.0.12'
 make[2]: *** [install-am] Error 2
 make[2]: Leaving directory `/build/buildd/gambas-1.0.12'
 make[1]: *** [install-recursive] Error 1
 make[1]: Leaving directory `/build/buildd/gambas-1.0.12'
 make: *** [install] Error 2
 **
 Build finished at 20051113-1256
 FAILED [dpkg-buildpackage died]

Bastian


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]