Announcement

Collapse
No announcement yet.

can't build nethack from source due to libqt3-mt-dev

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    can't build nethack from source due to libqt3-mt-dev

    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?
    Noone else may have these opinions without paying my retainer

    #2
    Re: can't build nethack from source due to libqt3-mt-dev

    Do you actually have libqt3-mt-dev installed?
    (by your dpkg -l output it seems only libqt3-mt and libqt3-headers are installed)

    EDIT: There should not be a version conflict as the dependency is ">=" (equal or higher)

    Comment

    Working...
    X