Announcement

Collapse
No announcement yet.

cdbs package build differs between ubuntu and debian

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

    cdbs package build differs between ubuntu and debian

    Hi,

    i try to provide some packages for debian and ubuntu. I have a package called kde-style-qtcuve. The build process
    is based on cdbs and debhelper. The package can be built easily on debian, but i get the following error on (k)ubuntu:

    Code:
    touch debian/stamp-makefile-build
    DEB_MAKE_CHECK_TARGET unset, not running checks
    touch debian/stamp-kde-apidox
     fakeroot debian/rules binary
    dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
    debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
    dpkg-parsechangelog: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
    debian: warning: no utmp entry available and LOGNAME not defined; using uid of process (0)
    test -x debian/rules
    test "`id -u`" = 0
    dh_clean -k
    dh_installdirs -A
    mkdir -p po
    XGETTEXT=/usr/bin/kde-xgettext EXTRACTATTR=/usr/bin/extractattr sh ./admin/cvs.sh extract-messages
    ./kde/config
    ./kde/config has *.rc, *.ui or *.kcfg files, but not correct messages line
    error while opening "/usr/include/kde.pot" for reading: No such file or directory
    make exit code: 2
    for file in po/*pot; do \
            sed "s/charset=CHARSET/charset=UTF-8/" -i $file; \
        done
    sed: can't read po/*pot: No such file or directory
    make: *** [common-install-prehook-impl] Error 2
    pbuilder: Failed autobuilding of package
    Can somebody help me in this case?

    regards manne

    #2
    Re: cdbs package build differs between ubuntu and debian

    Don't know about your compile error, but there is a Kubuntu .deb available here,

    http://www.kde-look.org/content/show.php?content=40920

    There a repo too.

    http://3v1n0.tuxfamily.org/dists/dapper/3v1n0/

    Comment

    Working...
    X