Pacman

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.
Tasklist

FS#6278 - I can't compile kdelibs-3.5.6 (ABS)

Attached to Project: Pacman
Opened by Otakar (otula) - Thursday, 25 January 2007, 20:24 GMT
Task Type Bug Report
Category
Status Closed
Assigned To Tobias Powalowski (tpowa)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.2 Gimmick
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

When 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

Closed by  Tobias Powalowski (tpowa)
Tuesday, 30 January 2007, 18:38 GMT
Reason for closing:  Fixed
Comment by Greg Meyer (oggb4mp3) - Monday, 29 January 2007, 05:08 GMT
I have a different problem with 3.5.6-3. I get through configure and compile okay, but I get a failure later when entering dnssd. Seems the replacement of dnssd with kdnssd-avahi has a problem, and I don't see it. Here is my output:

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...
Comment by Otakar (otula) - Monday, 29 January 2007, 17:52 GMT
It's OK now, thanks
Comment by Greg Meyer (oggb4mp3) - Tuesday, 30 January 2007, 14:23 GMT
OK, this is okay for me too. I had unsermake installed and it was tripping up on the 'make -f Makefile.common dist' line of the PKGBUILD. I removed unsermake and I was successfully able to build with automake. As far as I am concerned, this can be closed.

Loading...