Bug#589922: cannot compile apt statically - static compile fails

2010-07-23 Thread Julian Andres Klode
severity 589922 wishlist thanks On Do, 2010-07-22 at 04:58 -0400, J. Random Coder wrote: Package: apt Version: 0.7.20.2+lenny2 Severity: important Justification: fails to build from source I go: export CFLAGS=-static; export CXXFLAGS=-static and then I go: # cd /usr/src

Bug#589922: cannot compile apt statically - static compile fails

2010-07-23 Thread David Kalnischkies
Hi Mr. Random ;) 2010/7/22 J. Random Coder jrandomco...@gmail.com: I am trying to build apt statically for use in a miniature 'system within a system' I am constructing inside a chroot jail for a project. That is the first of many errors you will encounter unfortunately. APT in its current

Bug#589922: cannot compile apt statically - static compile fails

2010-07-22 Thread J. Random Coder
Package: apt Version: 0.7.20.2+lenny2 Severity: important Justification: fails to build from source I go: export CFLAGS=-static; export CXXFLAGS=-static and then I go: # cd /usr/src # dpkg-source -x apt_0.7.20.2+lenny2.dsc # cd apt-0.7.20.2+lenny2 #