Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2001 17:41:01 +1100 (EST)
From:      "Daeron" <daeron@fandom.net>
To:        ports@FreeBSD.org
Subject:   kdreamsite
Message-ID:  <1107.192.168.167.6.1008657661.squirrel@192.168.167.1>

next in thread | raw e-mail | index | archive | help
Hi Guys,
 Kdreamsite seems to be failing to compile, no doubt trouble between the 
kdelibs-1.x & kdelibs-2.x, I've added the the kdelibs-1 from a packages 
file, left includes in place but also copied them to a 
/usr/local/include/kde11 before then compiling & installing the whole 
kde2.2.2 environment over.
 I tried the below with a standard "make install" ;
 when it failed as shown below, I deleted the work directory and tried a
 make L=/usr/local/include/kde11 install
 which fails at the same spot.
=================================================================
deuce# make install
===>  Extracting for kdreamsite-0.2
>> Checksum OK for kdreamsite-0.2.tar.gz.
===>   kdreamsite-0.2 depends on executable: gmake - found
===>   kdreamsite-0.2 depends on shared library: kdecore.3 - found
===>   kdreamsite-0.2 depends on shared library: qt.3 - found
===>  Patching for kdreamsite-0.2
===>  Applying FreeBSD patches for kdreamsite-0.2
===>  Configuring for kdreamsite-0.2
creating cache ./config.cache
checking for gcc... cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking how to run the C++ preprocessor... c++ -E
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for a BSD compatible install... /usr/bin/install -c -o root -g 
wheel
checking whether build environment is sane... yes
checking whether gmake sets ${MAKE}... yes
checking for ranlib... ranlib
checking for ld used by GCC... /usr/libexec/elf/ld
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking for main in -lcompat... yes
checking for main in -lcrypt... yes
checking for the third argument of getsockname... socklen_t
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for killpg in -lucb... no
checking for Qt... libraries /usr/local/lib, headers 
/usr/X11R6/include/X11/qt
checking if Qt compiles without flags... yes
checking for moc... /usr/X11R6/bin/moc
checking for rpath... yes
checking for bool... yes
checking host system type... i386--freebsd4.4
checking target system type... i386--freebsd4.4
checking build system type... i386--freebsd4.4
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking for a C-Compiler... cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking how to run the C preprocessor... cc -E
checking for a C++-Compiler... c++
checking whether the C++ compiler (c++  -O -pipe  -s) works... yes
checking whether the C++ compiler (c++  -O -pipe  -s) is a 
cross-compiler... no checking whether we are using GNU C++... yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ static flag -static works... -static
checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes
checking whether the linker (/usr/libexec/elf/ld) supports shared 
libraries... yes
checking command to parse /usr/bin/nm -B output... yes
checking how to hardcode library paths into programs... immediate
checking for /usr/libexec/elf/ld option to reload object files... -r
checking dynamic linker characteristics... no
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
checking for objdir... .libs
creating libtool
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for KDE... libraries /usr/local/lib, headers /usr/local/include
checking for extra includes... no
checking for extra libs... no
checking for kde headers installed... configure: error: your system is not 
able to compile a small KDE application!
Check, if you installed the KDE header files correctly.
===>  Script "configure" failed: here are the contents of "config.log"
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:558: checking for gcc
configure:671: checking whether the C compiler (cc -O -pipe  ) works
configure:687: cc -o conftest -O -pipe    conftest.c  1>&5
configure:713: checking whether the C compiler (cc -O -pipe  ) is a 
cross-compiler
configure:718: checking whether we are using GNU C
configure:727: cc -E conftest.c
configure:746: checking whether cc accepts -g
configure:778: checking how to run the C++ preprocessor
configure:796: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:822: checking for X
configure:839: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:835: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 834 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:915: c++ -o conftest  -O -pipe    conftest.C -lXt  1>&5
configure: In function `int main()':
configure:911: implicit declaration of function `int XtMalloc(...)'
configure: failed program was:
#line 908 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
configure:1082: checking for a BSD compatible install
configure:1135: checking whether build environment is sane
configure:1173: checking whether gmake sets ${MAKE}
configure:1202: checking for ranlib
configure:1242: checking for ld used by GCC
configure:1299: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.11.2 20010719 [FreeBSD] (with BFD 2.11.2 20010719 
[FreeBSD])
configure:1315: checking for BSD-compatible nm
configure:1352: checking whether ln -s works
configure:1381: checking for main in -lcompat
configure:1396: cc -o conftest -O -pipe    conftest.c -lcompat   1>&5
configure:1417: checking for main in -lcrypt
configure:1432: cc -o conftest -O -pipe    conftest.c -lcrypt   1>&5
configure:1453: checking for the third argument of getsockname
configure:1478: c++ -c  -O -pipe   conftest.C 1>&5
configure:1535: checking for dnet_ntoa in -ldnet
configure:1557: c++ -o conftest  -O -pipe    conftest.C -ldnet   1>&5
/usr/libexec/elf/ld: cannot find -ldnet
configure: failed program was:
#line 1543 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:1579: checking for dnet_ntoa in -ldnet_stub
configure:1601: c++ -o conftest  -O -pipe    conftest.C -ldnet_stub   1>&5
/usr/libexec/elf/ld: cannot find -ldnet_stub
configure: failed program was:
#line 1587 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char dnet_ntoa();

int main() {
dnet_ntoa()
; return 0; }
configure:1623: checking for gethostbyname
configure:1654: c++ -o conftest  -O -pipe    conftest.C  1>&5
configure:1719: checking for connect
configure:1750: c++ -o conftest  -O -pipe    conftest.C  1>&5
configure:1816: checking for remove
configure:1847: c++ -o conftest  -O -pipe    conftest.C  1>&5
configure:1914: checking for shmat
configure:1945: c++ -o conftest  -O -pipe    conftest.C  1>&5
configure:2014: checking for killpg in -lucb
configure:2036: c++ -o conftest  -O -pipe    conftest.C -lucb   1>&5
/usr/libexec/elf/ld: cannot find -lucb
configure: failed program was:
#line 2022 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char killpg();

int main() {
killpg()
; return 0; }
configure:2113: checking for Qt
configure:2215: c++ -o conftest  -O -pipe  -I/usr/X11R6/include/X11/qt  
-L/usr/local/lib -L/usr/X11R6/lib conftest.C  -lqt -lXext -lX11  1>&5
configure:2267: checking if Qt compiles without flags
configure:2306: c++ -o conftest  -O -pipe  -I/usr/X11R6/include/X11/qt  
-L/usr/X11R6/lib conftest.C -lqt -lXext -lX11  1>&5
configure:2358: checking for moc
configure:2444: checking for rpath
configure:2473: checking for bool
configure:2493: c++ -c  -O -pipe   conftest.C 1>&5
configure:2542: checking host system type
configure:2563: checking target system type
configure:2581: checking build system type
configure:2643: checking for working aclocal
configure:2656: checking for working autoconf
configure:2669: checking for working automake
configure:2682: checking for working autoheader
configure:2695: checking for working makeinfo
configure:2747: checking for a C-Compiler
configure:2859: checking whether the C compiler (cc -O -pipe  ) works
configure:2875: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2901: checking whether the C compiler (cc -O -pipe  ) is a 
cross-compiler
configure:2906: checking whether we are using GNU C
configure:2980: checking how to run the C preprocessor
configure:3001: cc -E  conftest.c >/dev/null 2>conftest.out
configure:3042: checking for a C++-Compiler
configure:3164: checking whether the C++ compiler (c++  -O -pipe  -s) works
configure:3180: c++ -o conftest  -O -pipe   -s conftest.C  1>&5
configure:3206: checking whether the C++ compiler (c++  -O -pipe  -s) is a 
cross-compiler
configure:3211: checking whether we are using GNU C++
configure:3220: c++ -E conftest.C
configure:3360: checking whether NLS is requested
configure:3388: checking for msgfmt
configure:3422: checking for gmsgfmt
configure:3465: checking for xgettext
configure:3513: checking for KDE
configure:3649: checking for extra includes
configure:3677: checking for extra libs
configure:3804: checking for kde headers installed
configure:3851: c++ -c  -O -pipe  -I/usr/local/include 
-I/usr/X11R6/include/X11/qt  -I/usr/X11R6/include  conftest.C
In file included from /usr/local/include/kapp.h:44,
                 from conftest.C:4:
/usr/local/include/kurl.h:24: qvaluelist.h: No such file or directory
In file included from /usr/local/include/kapp.h:43,
                 from conftest.C:4:
/usr/local/include/kinstance.h:51: syntax error before `&'
/usr/local/include/kinstance.h:102: syntax error before `('
/usr/local/include/kinstance.h:123: syntax error before `;'
In file included from /usr/local/include/kapp.h:44,
                 from conftest.C:4:
/usr/local/include/kurl.h:55: syntax error before `<'
/usr/local/include/kurl.h:58: missing ';' before right brace
/usr/local/include/kurl.h:60: non-member function `toStringList()' cannot 
have `const' method qualifier
/usr/local/include/kurl.h:61: syntax error before `}'
(end of "config.log")
*** Error code 1

Stop in /arch/ports/www/kdreamsite.
*** Error code 1

Stop in /arch/ports/www/kdreamsite.
*** Error code 1

Stop in /arch/ports/www/kdreamsite.
*** Error code 1

Stop in /arch/ports/www/kdreamsite.
*** Error code 1

Stop in /arch/ports/www/kdreamsite.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1107.192.168.167.6.1008657661.squirrel>