Bug#607181: Fix FTBFS with ld --as-needed

2011-04-13 Thread Adam C Powell IV
tags 607181 pending
thanks

On Mon, 2011-04-11 at 10:56 -0400, Adam C Powell IV wrote:
 On Mon, 2011-04-11 at 15:40 +0200, PICCA Frédéric-Emmanuel wrote:
  Hello,
  
  I debcheckout freecad.
  
  I attached the build log
  
  1) it seemsm that you did not push the upstream/0.11 tag
  so a git-buildpackage does not work out of the box.
 
 D'oh!  Sorry about that.  Just pushed the tag.
 
  2) the build process using cowbuilder failed. I attached the build log.
  
  I built it with git-buildpackage --git-pbuilder
 
 Okay.  It needs libtool in Build-Depends.  Just pushed that too...
 
 Sorry, wasn't testing in pbuilder.

I think this should build fine now, so I'm marking it pending and will
upload when it's built.

Thanks,
Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#607181: Fix FTBFS with ld --as-needed

2011-04-11 Thread Adam C Powell IV
On Mon, 2011-04-11 at 15:40 +0200, PICCA Frédéric-Emmanuel wrote:
 Hello,
 
 I debcheckout freecad.
 
 I attached the build log
 
 1) it seemsm that you did not push the upstream/0.11 tag
 so a git-buildpackage does not work out of the box.

D'oh!  Sorry about that.  Just pushed the tag.

 2) the build process using cowbuilder failed. I attached the build log.
 
 I built it with git-buildpackage --git-pbuilder

Okay.  It needs libtool in Build-Depends.  Just pushed that too...

Sorry, wasn't testing in pbuilder.

Thanks,
Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#607181: Fix FTBFS with ld --as-needed

2011-04-11 Thread Adam C Powell IV
Hello Matthias,

I've fixed a bunch of bugs in freecad, and updated to a new upstream,
and it seems to build with binutils-gold without the changes in your
patch.

Can you do me a favor and check out the git repository and see if it
closes this bug?

Thanks,
Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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


Bug#607181: Fix FTBFS with ld --as-needed

2010-12-15 Thread Matthias Klose

Package: freecad
Version: 0.10.3247.dfsg-2
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

patch at:
http://launchpadlibrarian.net/60670385/freecad_0.10.3247.dfsg-2ubuntu2_0.10.3247.dfsg-2ubuntu3.diff.gz

--- freecad-0.10.3247.dfsg.orig/acinclude.m4
+++ freecad-0.10.3247.dfsg/acinclude.m4
@@ -374,7 +374,7 @@
 fi

 # Make sure not to link against X11 libs so that configure succeeds whithout 
xserver started

-bnv_try_4=$CXX $fc_qt4_lib_core $LIBS -o myqt myqt.o moc_myqt.o
+bnv_try_4=$CXX myqt.o moc_myqt.o $fc_qt4_lib_core $LIBS -o myqt
 AC_TRY_EVAL(bnv_try_4)
 if test x$ac_status != x0; then
AC_MSG_ERROR([Failed to link with Qt, bye...])



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org