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

Re: RFS: libmusicbrainz-2.1 (QA upload)



Hi,

> > 	OK it took me some more time, however your package seems to
> > FTBFS on the GNU/Hurd porter box still (log attached) so other stuff
> > might be needed to make it work.
> 
> Too bad :-(.  My GNU/Hurd box is dead for the time being, so I'm CCing
> the patch author and just in case, debian-hurd.  It seems that the
> `os' variable remains undefined for some reason, thus AC_LINK_FILES
> fails.

Sorry, I did the porting compiling passing '-nc' to dpkg-buildpackage.
The problems is that there is a configure run done before any patch is 
applied, so such run will always fail.
The solution I found (patch attached) is to apply the patches before the 
configure run. It looks working correctly in both my Hurd VM, and on strauss.

-- 
Pino Toscano
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@
 build: build-arch build-indep
 
 build-arch: build-stamp
-build-stamp: configure-stamp patch-stamp
+build-stamp: patch-stamp configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch $@

Attachment: signature.asc
Description: This is a digitally signed message part.


Reply to: