| Summary: | Build issue: kvirc FTBFS | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Darrell <darrella> |
| Component: | non-core programs | Assignee: | 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 | ||
You have a "permission denied" error in your build log. You must check why file "kvi_error.cpp" is not readable. >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.
Is the bug still valid? KVIrc builds ok in Debian/Ubuntu. 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. Ok, closing the bug then. |
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