Historical bug tracker for the Pacman package manager.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
The pacman bug tracker has moved to gitlab:
https://gitlab.archlinux.org/pacman/pacman/-/issues
This tracker remains open for interaction with historical bugs during the transition period. Any new bugs reports will be closed without further action.
FS#6278 - I can't compile kdelibs-3.5.6 (ABS)
|
DetailsWhen I'm trying to compile kdelibs-3.5.6 (using ABS), it will abort with error:
==> Extracting Sources... ==> tar --use-compress-program=bzip2 -xf kdelibs-3.5.6.tar.bz2 ==> tar --use-compress-program=bzip2 -xf kdnssd-avahi-20060319.tar.bz2 ==> Starting build()... patching file kded/kbuildsycoca.cpp Hunk #1 succeeded at 379 (offset 1 line). patching file kded/Makefile.am Hunk #1 succeeded at 58 (offset -2 lines). patching file kded/Makefile.in Hunk #1 succeeded at 621 (offset 18 lines). Hunk #2 succeeded at 1238 with fuzz 1 (offset 95 lines). patching file kded/kde-applications.menu patching file kio/kio/kdirlister.cpp Hunk #1 succeeded at 447 (offset 32 lines). Hunk #3 succeeded at 488 (offset 32 lines). patching file kio/kio/kdirwatch.cpp patching file kio/kio/configure.in.in patching file kdeui/qxembed.cpp Reversed (or previously applied) patch detected! Skipping patch. 2 out of 2 hunks ignored -- saving rejects to file kdeui/qxembed.cpp.rej ==> ERROR: Build Failed. Aborting... I'm using this source: ftp.kde.org/pub/kde/stable/3.5.6/src/kdelibs-3.5.6.tar.bz2, MD5sum: e4d137879a66e92b895b3de5413a61d8 (there is different source in the PKGBUILD - it doesn't exists) |
This task depends upon
from configure:
checking for avahi-qt3 >= 0.4 ... yes
checking AVAHI_CFLAGS... -DQT_SHARED -DQT_NO_DEBUG -DQT_THREAD_SUPPORT -D_REENTRANT -I/opt/qt/include
checking AVAHI_LIBS... -lavahi-qt3 -lavahi-common -lavahi-client
yes
.
.
.
configure: creating ./config.status
wrong input (flag != 4) at admin/conf.change.pl line 117, <> line 1872.
config.status: creating Makefile
config.status: creating arts/Makefile
config.status: creating arts/kde/Makefile
.
.
.
config.status: creating dnssd/Makefile
config.status: WARNING: dnssd/Makefile.in seems to ignore the --datarootdir setting
from make:
make[2]: Leaving directory `/var/abs/extra/kde/kdelibs/src/kdelibs-3.5.6/arts'
Making all in dnssd
make[2]: Entering directory `/var/abs/extra/kde/kdelibs/src/kdelibs-3.5.6/dnssd'
/bin/sh ./config.status --recheck
/bin/sh: ./config.status: No such file or directory
make[2]: *** [config.status] Error 127
make[2]: Leaving directory `/var/abs/extra/kde/kdelibs/src/kdelibs-3.5.6/dnssd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/abs/extra/kde/kdelibs/src/kdelibs-3.5.6'
make: *** [all] Error 2
==> ERROR: Build Failed. Aborting...