By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2000

Summary: Build issue: kvirc FTBFS
Product: TDE Reporter: Darrell <darrella>
Component: non-core programsAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: normal CC: albator78, bugwatch, darrella, michele.calgaro
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: Other   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:
Attachments: kvirc build log

Description Darrell 2014-03-07 15:54:42 CST
Created attachment 1990 [details]
kvirc build log

Build log attached.

My build script configuration:

autogen.sh
CFLAGS=$CPUOPT \
CXXFLAGS=$CPUOPT \
./configure \
  --prefix=${PREFIX} \
  --sysconfdir=${SYSCONFDIR} \
  --libdir=${LIBDIR} \
  --mandir=${MANDIR} \
  --with-big-channels \
  --with-x \
  --with-pic \
  --enable-perl \
  $DEBUG_AUTOTOOL_OPT || exit 1


Second observation: I see a bunch of these warnings (refer to build log):

src/modules/term/Makefile.am:17: `%'-style pattern rules are a GNU make extension
src/modules/texticons/Makefile.am:17: `%'-style pattern rules are a GNU make extension
src/modules/tip/Makefile.am:27: `%'-style pattern rules are a GNU make extension
src/modules/tmphighlight/Makefile.am:21: `%'-style pattern rules are a GNU make extension
src/modules/toolbar/Makefile.am:17: `%'-style pattern rules are a GNU make extension
src/modules/torrent/Makefile.am:26: `%'-style pattern rules are a GNU make extension
src/modules/url/Makefile.am:20: `%'-style pattern rules are a GNU make extension
src/modules/window/Makefile.am:20: `%'-style pattern rules are a GNU make extension
Comment 1 Francois Andriot 2014-03-08 04:35:52 CST
You have a "permission denied" error in your build log.
You must check why file "kvi_error.cpp" is not readable.
Comment 2 Darrell 2014-03-08 13:18:16 CST
>You have a "permission denied" error in your build log.
>You must check why file "kvi_error.cpp" is not readable.
I have looked. I haven't a clue. I build packages as root in a clean chroot. There should be no permissions problems.
Comment 3 Michele Calgaro 2015-01-20 16:55:06 CST
Is the bug still valid? KVIrc builds ok in Debian/Ubuntu.
Comment 4 Darrell 2015-01-20 17:16:21 CST
The package built without error with the official R14.0.0 sources and with the latest git. I have no idea what caused the original failure.
Comment 5 Michele Calgaro 2015-01-21 16:41:35 CST
Ok, closing the bug then.