For some reason, nethack is built for kubuntu without AUTOPICKUP_EXCEPTIONS.
I need to build from source (there is also another minor code tweek.
4However, Maverick has libqt3-mt-dev 3.3.8, while the nethack package specifies .3-.7.
I've tried changing control to include .8, but
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions
dpkg-buildpackage: source package nethack
dpkg-buildpackage: source version 3.4.3-10.6ubuntu1
dpkg-buildpackage: source changed by Iain Lane <laney@ubuntu.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build nethack-3.4.3
dpkg-checkbuilddeps: Unmet build dependencies: libqt3-mt-dev (>= 3:3.3.4-8)
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
root@redtail:/home/hawk/nh/nethack-3.4.3# dpkg -l | grep libqt3
ii libqt3-headers 3:3.3.8-b-6ubuntu2 Qt3 header files
ii libqt3-mt 3:3.3.8-b-6ubuntu3 Qt GUI Library (Threaded runtime version), Version 3
what am i missing here?
I need to build from source (there is also another minor code tweek.
4However, Maverick has libqt3-mt-dev 3.3.8, while the nethack package specifies .3-.7.
I've tried changing control to include .8, but
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): -Wl,-Bsymbolic-functions
dpkg-buildpackage: source package nethack
dpkg-buildpackage: source version 3.4.3-10.6ubuntu1
dpkg-buildpackage: source changed by Iain Lane <laney@ubuntu.com>
dpkg-buildpackage: host architecture amd64
dpkg-source --before-build nethack-3.4.3
dpkg-checkbuilddeps: Unmet build dependencies: libqt3-mt-dev (>= 3:3.3.4-8)
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
root@redtail:/home/hawk/nh/nethack-3.4.3# dpkg -l | grep libqt3
ii libqt3-headers 3:3.3.8-b-6ubuntu2 Qt3 header files
ii libqt3-mt 3:3.3.8-b-6ubuntu3 Qt GUI Library (Threaded runtime version), Version 3
what am i missing here?
Comment