On Sat, Feb 12, 2011 at 2:09 PM, Angel Abad <[email protected]> wrote: > This Debian package ftbfs in Natty: > > /usr/bin/ld: ../temp/std/common/classes/PublicHandle.o: undefined reference > to symbol 'pthread_rwlock_wrlock@@GLIBC_2.2.5' > /usr/bin/ld: note: 'pthread_rwlock_wrlock@@GLIBC_2.2.5' is defined in DSO > /lib64/libpthread.so.0 so try adding it to the linker command line > /lib64/libpthread.so.0: could not read symbols: Invalid operation > collect2: ld returned 1 exit status > make[4]: *** [../gen/firebird/bin/gfix] Error 1 > rm ../temp/std/alice/alice_meta.cpp > make[4]: Leaving directory `/tmp/buildd/firebird2.5-2.5.0.26074-0.ds4/gen' > make[3]: *** [client_gfix] Error 2 > > This should be a merge instead of sync > > Unsubscribing sponsors for the moment. seems that the only thing that needs to be added is lpthread in rules
+++ firebird2.5-2.5.0.26054~ReleaseCandidate3.ds2/debian/rules @@ -1,5 +1,7 @@ #!/usr/bin/make -f +LDFLAGS+=-lpthread + http://launchpadlibrarian.net/58726571/firebird2.5_2.5.0.26054~ReleaseCandidate3.ds2-1_2.5.0.26054~ReleaseCandidate3.ds2-1ubuntu1.diff.gz > ** Changed in: firebird2.5 (Ubuntu) > Status: New => Incomplete > > ** Changed in: firebird2.5 (Ubuntu) > Assignee: (unassigned) => Mariuz (mapopa) > > -- > You received this bug notification because you are a direct subscriber > of the bug. > https://bugs.launchpad.net/bugs/717182 > > Title: > Sync firebird2.5 2.5.0.26074-0.ds4-3 (universe) from Debian unstable > (main) > -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/717182 Title: Sync firebird2.5 2.5.0.26074-0.ds4-3 (universe) from Debian unstable (main) -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
