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:
Can somebody help me in this case?
regards manne
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
regards manne
Comment