[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: problems with kdelibs 1.1.1 port



OK, now I'm trying to go back to the older KDE, and I have a different
problem.  While trying to recompile kdebase 1.0, I get a failure from
configure.

1.  X11/Intrinsic.h not found.
2.  /usr/libexec/ld.so: Undefined symbol "___get_eh_context" called from conftest:/usr/X11R6/lib/libqt.so.1.44 at 0x40265080

The second problem is a failure that has occurred with my existing KDE
since I upgraded Qt from 1.42 to 1.44.

---config.log---
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:601: checking host system type
configure:622: checking target system type
configure:640: checking build system type
configure:693: checking for a BSD compatible install
configure:746: checking whether build environment is sane
configure:784: checking whether make sets ${MAKE}
configure:830: checking for working aclocal
configure:843: checking for working autoconf
configure:856: checking for working automake
configure:869: checking for working autoheader
configure:882: checking for working makeinfo
configure:917: checking for a C-Compiler
configure:1026: checking whether the C compiler (cc -O2    ) works
configure:1040: cc -o conftest -O2      conftest.c  1>&5
configure:1060: checking whether the C compiler (cc -O2    ) is a cross-compiler
configure:1065: checking whether we are using GNU C
configure:1074: cc -E conftest.c
configure:1131: checking how to run the C preprocessor
configure:1152: cc -E  conftest.c >/dev/null 2>conftest.out
configure:1193: checking for a C++-Compiler
configure:1311: checking whether the C++ compiler (c++ -O2    -s) works
configure:1325: c++ -o conftest -O2     -s conftest.C  1>&5
configure:1351: checking whether the C++ compiler (c++ -O2    -s) is a cross-compiler
configure:1356: checking whether we are using GNU C++
configure:1365: c++ -E conftest.C
configure:1462: checking for ranlib
configure:1501: checking for ld used by GCC
configure:1558: checking if the linker (/usr/bin/ld) is GNU ld
configure:1574: checking for BSD-compatible nm
configure:1611: checking whether ln -s works
configure:1688: checking whether NLS is requested
configure:1716: checking for msgfmt
configure:1750: checking for gmsgfmt
configure:1788: checking for xgettext
configure:1834: checking how to run the C++ preprocessor
configure:1852: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:1872: checking for X
configure:1889: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:1885: X11/Intrinsic.h: No such file or directory
configure: failed program was:
#line 1884 "configure"
#include "confdefs.h"
#include <X11/Intrinsic.h>
configure:1965: c++ -o conftest -O2     -s conftest.C -lXt  1>&5
configure: In function `int main()':
configure:1961: warning: implicit declaration of function `int XtMalloc(...)'
ld: -lXt: no match
configure: failed program was:
#line 1958 "configure"
#include "confdefs.h"

int main() {
XtMalloc()
; return 0; }
configure:2112: checking for main in -lcompat
configure:2127: cc -o conftest -O2     -s conftest.c -lcompat   1>&5
configure:2148: checking for main in -lcrypt
configure:2163: cc -o conftest -O2     -s conftest.c -lcrypt   1>&5
ld: -lcrypt: no match
configure: failed program was:
#line 2156 "configure"
#include "confdefs.h"

int main() {
main()
; return 0; }
configure:2184: checking for the third argument of getsockname
configure:2209: c++ -c -O2     conftest.C 1>&5
configure:2266: checking for dnet_ntoa in -ldnet
configure:2288: c++ -o conftest -O2     -s conftest.C -ldnet   1>&5
ld: -ldnet: no match
configure: failed program was:
#line 2274 "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:2310: checking for dnet_ntoa in -ldnet_stub
configure:2332: c++ -o conftest -O2     -s conftest.C -ldnet_stub   1>&5
ld: -ldnet_stub: no match
configure: failed program was:
#line 2318 "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:2354: checking for gethostbyname
configure:2385: c++ -o conftest -O2     -s conftest.C  1>&5
configure:2450: checking for connect
configure:2481: c++ -o conftest -O2     -s conftest.C  1>&5
configure:2547: checking for remove
configure:2578: c++ -o conftest -O2     -s conftest.C  1>&5
configure:2645: checking for shmat
configure:2676: c++ -o conftest -O2     -s conftest.C  1>&5
configure:2745: checking for killpg in -lucb
configure:2767: c++ -o conftest -O2     -s conftest.C -lucb   1>&5
ld: -lucb: no match
configure: failed program was:
#line 2753 "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:2844: checking for QT
tried /usr/lib/qt/lib
configure:2944: c++ -o conftest -O2    -I/usr/X11R6/include/X11/qt  -L/usr/X11R6/lib -L/usr/X11R6/lib conftest.C  -lqt -lXext -lX11  1>&5
configure:2996: checking if Qt compiles without flags
configure:3034: c++ -o conftest -O2    -I/usr/X11R6/include/X11/qt  -L/usr/X11R6/lib conftest.C -lqt -lXext -lX11  1>&5
configure:3087: checking for moc
configure:3121: checking for rpath
configure:3150: checking for bool
configure:3170: c++ -c -O2     conftest.C 1>&5
configure:3194: checking for KDE
configure:3329: checking for extra includes
configure:3356: checking for extra libs
configure:3480: checking for kde headers installed
configure:3521: c++ -c -O2    -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include  conftest.C
configure:3529: checking for kde libraries installed
configure:3532: /bin/sh ./libtool --mode=link c++ -o conftest -O2    -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include  -s -L/usr/local/lib -L/usr/X11R6/lib conftest.C  -lkdecore -lqt -lXext -lX11  -rpath /usr/local/lib 1>&5
c++ -o conftest -O2 -I/usr/local/include -I/usr/X11R6/include/X11/qt -I/usr/X11R6/include -s -L/usr/local/lib -L/usr/X11R6/lib conftest.C -lkdecore -lqt -lXext -lX11 -R/usr/local/lib
configure:3541: checking for KDE paths
/usr/libexec/ld.so: Undefined symbol "___get_eh_context" called from conftest:/usr/X11R6/lib/libqt.so.1.44 at 0x40265080

Jim Lippard       lippard@discord.org       http://www.discord.org/
Unsolicited bulk email charge:   $500/message.   Don't send me any.
PGP Fingerprint: 0C1F FE18 D311 1792 5EA8  43C8 7AD2 B485 DE75 841C

On Thu, 10 Jun 1999, James J. Lippard wrote:

> On Thu, 10 Jun 1999, Brad wrote:
> 
> > Looks like something went wrong when you installed libjpeg and its not
> > finding the required headers.
> 
> Yep, a reinstall of jpeg 6.2 fixed the first problem.
> 
> > There is a known problem with KDE-libs 1.1.1 and gas .. until a solution
> > is found I have marked the port broken on i386.
> 
> Ah, that's too bad.  
> 
> Thanks for your help and information, Brad.
> 
> Jim Lippard       lippard@discord.org       http://www.discord.org/
> Unsolicited bulk email charge:   $500/message.   Don't send me any.
> PGP Fingerprint: 0C1F FE18 D311 1792 5EA8  43C8 7AD2 B485 DE75 841C
> 
>