[Bug 697031] Re: [FTBFS] Package cryptkeeper 0.9.4-1 in natty

Mahyuddin Susanto udienz at gmail.com
Tue Jan 4 06:24:08 UTC 2011


On 01/04/2011 01:03 PM, Bhavani Shankar wrote:

> dpkg-deb: warning: 'debian/cryptkeeper/DEBIAN/control' contains user-defined field 'Original-Maintainer'
> dpkg-deb: building package `cryptkeeper' in `../cryptkeeper_0.9.4-1ubuntu1_i386.deb'.
> dpkg-deb: warning: ignoring 1 warning about the control file(s)
> 
>  dpkg-genchanges  >../cryptkeeper_0.9.4-1ubuntu1_i386.changes

it's Ubuntu version, that mean src/Makefile* already patched. last
version is not cryptkeeper_0.9.4-1ubuntu1, but cryptkeeper_0.9.4

udienz at canopus:/tmp/cryptkeeper-0.9.4$ head -n1 debian/changelog
cryptkeeper (0.9.4-1) unstable; urgency=low

if src/Makefile* is not changed i got errors

/usr/bin/ld: note: 'XFlush' is defined in DSO /usr/lib/libX11.so.6 so
try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [cryptkeeper] Error 1
make[3]: Leaving directory `/tmp/cryptkeeper-0.9.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/cryptkeeper-0.9.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/cryptkeeper-0.9.4'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
udienz at canopus:/tmp/cryptkeeper-0.9.4$

And if applied my patch,
udienz at canopus:/tmp/cryptkeeper-0.9.4$ wget
http://launchpadlibrarian.net/61592235/cryptkeeper_0.9.4-1ubuntu1.dsc.debdiff
udienz at canopus:/tmp/cryptkeeper-0.9.4$ patch -p1 <
cryptkeeper_0.9.4-1ubuntu1.dsc.debdiff
patching file debian/changelog
patching file debian/control
patching file debian/patches/binutils-gold.patch
udienz at canopus:/tmp/cryptkeeper-0.9.4$ rm
cryptkeeper_0.9.4-1ubuntu1.dsc.debdiff
udienz at canopus:/tmp/cryptkeeper-0.9.4$ dpkg-buildpackage -rfakeroot
dpkg-deb: warning: 'debian/cryptkeeper/DEBIAN/control' contains
user-defined field 'Original-Maintainer'
dpkg-deb: building package `cryptkeeper' in
`../cryptkeeper_0.9.4-1ubuntu1_i386.deb'.
dpkg-deb: warning: ignoring 1 warning about the control file(s)

 signfile cryptkeeper_0.9.4-1ubuntu1.dsc

You need a passphrase to unlock the secret key for
user: "Mahyuddin Susanto <udienz at gmail.com>"
1024-bit DSA key, ID 8E7A9CB0, created 2009-05-11

gpg: gpg-agent is not available in this session

 dpkg-genchanges  >../cryptkeeper_0.9.4-1ubuntu1_i386.changes
dpkg-genchanges: not including original source code in upload
 signfile cryptkeeper_0.9.4-1ubuntu1_i386.changes

You need a passphrase to unlock the secret key for
user: "Mahyuddin Susanto <udienz at gmail.com>"
1024-bit DSA key, ID 8E7A9CB0, created 2009-05-11

gpg: gpg-agent is not available in this session

 dpkg-source --after-build cryptkeeper-0.9.4
dpkg-buildpackage: binary and diff upload (original source NOT included)
udienz at canopus:/tmp/cryptkeeper-0.9.4$ lsb_release -r -c
Release:	11.04
Codename:	natty


Success!


-- 
Mahyuddin Susanto (udienz)
https://launchpad.net/~udienz

-- 
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/697031

Title:
  [FTBFS] Package cryptkeeper 0.9.4-1 in natty

Status in “cryptkeeper” package in Ubuntu:
  Incomplete
Status in “cryptkeeper” package in Debian:
  Unknown

Bug description:
  Binary package hint: cryptkeeper

Tried to build your package and it fails to build with GNU binutils-gold. The
important difference is that --no-add-needed is the default behavior of of GNU
binutils-gold. Please provide all needed libraries to the linker when building
your executables.

Log:
http://people.ubuntuwire.org/~lucas/ubuntu-nbs/32/cryptkeeper_0.9.4-1_lubuntu32.buildlog

Last Log:
g++  -g -O2 -g -Wall -O2 -pthread -DORBIT2=1 -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/gconf/2 -I/usr/include/orbit-2.0     -Wl,-Bsymbolic-functions -o cryptkeeper encfs_wrapper.o ConfigDialog.o ImportStashWizard.o CreateStashWizard.o PasswordChangeDialog.o main.o gtkstatusicon.o gtktrayicon-x11.o PasswordEntryDialog.o lsof.o  -pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpng12 -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lgconf-2 -lglib-2.0   
/usr/bin/ld: gtktrayicon-x11.o: undefined reference to symbol 'XFlush'
/usr/bin/ld: note: 'XFlush' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
/usr/lib/libX11.so.6: could not read symbols: Invalid operation
collect2: ld returned 1 exit status
make[3]: *** [cryptkeeper] Error 1
make[3]: Leaving directory `/build/user-cryptkeeper_0.9.4-1-i386-MFtb8q/cryptkeeper-0.9.4/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/user-cryptkeeper_0.9.4-1-i386-MFtb8q/cryptkeeper-0.9.4'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/user-cryptkeeper_0.9.4-1-i386-MFtb8q/cryptkeeper-0.9.4'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2





More information about the Ubuntu-sponsors mailing list