On Monday 28 May 2012 10:00:03 Max Brazhnikov wrote:
> On Sun, 27 May 2012 05:58:13 -0500, Franci Nabalanci wrote:
> > Another problem with update to KDE 4.8:
> > 
> > ....
> > ....
> > [22%] Building cxx object
> > qtcore/src/CMakefiles/perlqtcore4.dir/QTcore4.c.o Linking cxx shared
> > library ../../blib/arch/auto/QTCore4/QTCore4.co CMake
> > Files/perlqtcore4.dir/util.cpp.o: ln function 'XS-AUTOLOAD': util-cpp:
> > (.tex+0x109c6): undefined reference to '__stack-chk-fail-local'
> > /usr/local/bin/ld: ../blib/arch/auto/Qtcore4/Qtcore4.so: hidden symbol
> > '__stack_chk_fail_local' isn't defined
> > /usr/local/bin/ld: final link failed: Bad value
> > collect2: ld returned 'exit status
> > *** Error code 1
> > ***Error code 2
> 
> Please build it with 'make -DCMAKE_VERBOSE -DDISABLE_MAKE_JOBS' and show
> the build log.
> 
> > update for devel/kdebindings4-perl-perlqt failed
> > kdebindings4-perl-perlkde failed
> > devel/kdebindings4 filed
> > x11/kde4 failed
> > Aborting update
> > 
> > Before update to 4.8 I did what is in /usr/ports/UPDATEING and I did as
> > D.P> wrote: pkd_delete -f \*kdebindigs4\* but now stopped as I wrote
> > above.
> 
> This is not related, kdebindings4-perl-* has been added to the portstree
> with update to KDE SC 4.8.
> 
> Max

Thank you.

Mitja
--------
http://jpgmag.com/people/lumiwa
Determining if the Q_WS_WIN exist failed with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec3733795567/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec3733795567.dir/build.make CMakeFiles/cmTryCompileExec3733795567.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3733795567.dir/CheckSymbolExists.cxx.o
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing   -I/usr/local/include/qt4    -o CMakeFiles/cmTryCompileExec3733795567.dir/CheckSymbolExists.cxx.o -c /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)':
/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_WIN' was not declared in this scope
gmake[1]: *** [CMakeFiles/cmTryCompileExec3733795567.dir/CheckSymbolExists.cxx.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec3733795567/fast] Error 2

File /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef Q_WS_WIN
  return ((int*)(&Q_WS_WIN))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the Q_WS_QWS exist failed with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec3582232958/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec3582232958.dir/build.make CMakeFiles/cmTryCompileExec3582232958.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3582232958.dir/CheckSymbolExists.cxx.o
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing   -I/usr/local/include/qt4    -o CMakeFiles/cmTryCompileExec3582232958.dir/CheckSymbolExists.cxx.o -c /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)':
/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_QWS' was not declared in this scope
gmake[1]: *** [CMakeFiles/cmTryCompileExec3582232958.dir/CheckSymbolExists.cxx.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec3582232958/fast] Error 2

File /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef Q_WS_QWS
  return ((int*)(&Q_WS_QWS))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Determining if the Q_WS_MAC exist failed with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec3334667554/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec3334667554.dir/build.make CMakeFiles/cmTryCompileExec3334667554.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3334667554.dir/CheckSymbolExists.cxx.o
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing   -I/usr/local/include/qt4    -o CMakeFiles/cmTryCompileExec3334667554.dir/CheckSymbolExists.cxx.o -c /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx: In function 'int main(int, char**)':
/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:8:19: error: 'Q_WS_MAC' was not declared in this scope
gmake[1]: *** [CMakeFiles/cmTryCompileExec3334667554.dir/CheckSymbolExists.cxx.o] Error 1
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
gmake: *** [cmTryCompileExec3334667554/fast] Error 2

File /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef Q_WS_MAC
  return ((int*)(&Q_WS_MAC))[argc];
#else
  (void)argc;
  return 0;
#endif
}

The system is: FreeBSD - 9.0-RELEASE - i386
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/local/bin/gcc46 
Build flags: -O2;-pipe;-Wl,-rpath=/usr/local/lib/gcc46;-fno-strict-aliasing
Id flags: 

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"

The C compiler identification is GNU, found in "/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CompilerIdC/a.out"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/local/bin/g++46 
Build flags: -O2;-pipe;-Wl,-rpath=/usr/local/lib/gcc46;-fno-strict-aliasing
Id flags: 

The output was:
0


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in "/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec130961862/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec130961862.dir/build.make CMakeFiles/cmTryCompileExec130961862.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec130961862.dir/testCCompiler.c.o
/usr/local/bin/gcc46   -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -o CMakeFiles/cmTryCompileExec130961862.dir/testCCompiler.c.o   -c /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec130961862
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec130961862.dir/link.txt --verbose=1
/usr/local/bin/gcc46   -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing      CMakeFiles/cmTryCompileExec130961862.dir/testCCompiler.c.o  -o cmTryCompileExec130961862  
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec1769062454/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec1769062454.dir/build.make CMakeFiles/cmTryCompileExec1769062454.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building C object CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o
/usr/local/bin/gcc46   -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -o CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o   -c /usr/local/share/cmake/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec1769062454
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1769062454.dir/link.txt --verbose=1
/usr/local/bin/gcc46   -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing    -v CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec1769062454   
Using built-in specs.
COLLECT_GCC=/usr/local/bin/gcc46
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/lto-wrapper
Target: i386-portbld-freebsd9.0
Configured with: ./../gcc-4.6.3/configure --disable-nls --enable-languages=c,c++,objc,fortran --libdir=/usr/local/lib/gcc46 --libexecdir=/usr/local/libexec/gcc46 --program-suffix=46 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc46/include/c++/ --with-ld=/usr/local/bin/ld --with-libiconv-prefix=/usr/local --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc46 --build=i386-portbld-freebsd9.0
Thread model: posix
gcc version 4.6.3 (FreeBSD Ports Collection) 
COMPILER_PATH=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/bin/
LIBRARY_PATH=/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-O2' '-pipe' '-fno-strict-aliasing' '-v' '-o' 'cmTryCompileExec1769062454' '-mtune=generic' '-march=i486'
 /usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/collect2 --eh-frame-hdr -V -dynamic-linker /libexec/ld-elf.so.1 -o cmTryCompileExec1769062454 /usr/lib/crt1.o /usr/lib/crti.o /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtbegin.o -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3 -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../.. -rpath=/usr/local/lib/gcc46 CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtend.o /usr/lib/crtn.o
GNU ld (GNU Binutils) 2.22
  Supported emulations:
   elf_i386_fbsd
   elf_i386
   i386bsd
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:/usr/local/bin/gmake "cmTryCompileExec1769062454/fast"]
  ignore line: [/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec1769062454.dir/build.make CMakeFiles/cmTryCompileExec1769062454.dir/build]
  ignore line: [gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp']
  ignore line: [/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1]
  ignore line: [Building C object CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o]
  ignore line: [/usr/local/bin/gcc46   -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -o CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o   -c /usr/local/share/cmake/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTryCompileExec1769062454]
  ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1769062454.dir/link.txt --verbose=1]
  ignore line: [/usr/local/bin/gcc46   -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing    -v CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o  -o cmTryCompileExec1769062454   ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/local/bin/gcc46]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/lto-wrapper]
  ignore line: [Target: i386-portbld-freebsd9.0]
  ignore line: [Configured with: ./../gcc-4.6.3/configure --disable-nls --enable-languages=c,c++,objc,fortran --libdir=/usr/local/lib/gcc46 --libexecdir=/usr/local/libexec/gcc46 --program-suffix=46 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc46/include/c++/ --with-ld=/usr/local/bin/ld --with-libiconv-prefix=/usr/local --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc46 --build=i386-portbld-freebsd9.0]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 4.6.3 (FreeBSD Ports Collection) ]
  ignore line: [COMPILER_PATH=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/bin/]
  ignore line: [LIBRARY_PATH=/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-O2' '-pipe' '-fno-strict-aliasing' '-v' '-o' 'cmTryCompileExec1769062454' '-mtune=generic' '-march=i486']
  link line: [ /usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/collect2 --eh-frame-hdr -V -dynamic-linker /libexec/ld-elf.so.1 -o cmTryCompileExec1769062454 /usr/lib/crt1.o /usr/lib/crti.o /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtbegin.o -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3 -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../.. -rpath=/usr/local/lib/gcc46 CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtend.o /usr/lib/crtn.o]
    arg [/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/collect2] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-V] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/libexec/ld-elf.so.1] ==> ignore
    arg [-o] ==> ignore
    arg [cmTryCompileExec1769062454] ==> ignore
    arg [/usr/lib/crt1.o] ==> ignore
    arg [/usr/lib/crti.o] ==> ignore
    arg [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtbegin.o] ==> ignore
    arg [-L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3] ==> dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3]
    arg [-L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib] ==> dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib]
    arg [-L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../..] ==> dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../..]
    arg [-rpath=/usr/local/lib/gcc46] ==> ignore
    arg [CMakeFiles/cmTryCompileExec1769062454.dir/CMakeCCompilerABI.c.o] ==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtend.o] ==> ignore
    arg [/usr/lib/crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3] ==> [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3]
  collapse dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib] ==> [/usr/local/i386-portbld-freebsd9.0/lib]
  collapse dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../..] ==> [/usr/local/lib/gcc46]
  implicit libs: [c]
  implicit dirs: [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3;/usr/local/i386-portbld-freebsd9.0/lib;/usr/local/lib/gcc46]


Determining if the CXX compiler works passed with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec3273406539/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec3273406539.dir/build.make CMakeFiles/cmTryCompileExec3273406539.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec3273406539.dir/testCXXCompiler.cxx.o
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -o CMakeFiles/cmTryCompileExec3273406539.dir/testCXXCompiler.cxx.o -c /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec3273406539
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec3273406539.dir/link.txt --verbose=1
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing      CMakeFiles/cmTryCompileExec3273406539.dir/testCXXCompiler.cxx.o  -o cmTryCompileExec3273406539  
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec1460242726/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec1460242726.dir/build.make CMakeFiles/cmTryCompileExec1460242726.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -o CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec1460242726
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1460242726.dir/link.txt --verbose=1
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing    -v CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec1460242726   
Using built-in specs.
COLLECT_GCC=/usr/local/bin/g++46
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/lto-wrapper
Target: i386-portbld-freebsd9.0
Configured with: ./../gcc-4.6.3/configure --disable-nls --enable-languages=c,c++,objc,fortran --libdir=/usr/local/lib/gcc46 --libexecdir=/usr/local/libexec/gcc46 --program-suffix=46 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc46/include/c++/ --with-ld=/usr/local/bin/ld --with-libiconv-prefix=/usr/local --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc46 --build=i386-portbld-freebsd9.0
Thread model: posix
gcc version 4.6.3 (FreeBSD Ports Collection) 
COMPILER_PATH=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/bin/
LIBRARY_PATH=/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-O2' '-pipe' '-fno-strict-aliasing' '-v' '-o' 'cmTryCompileExec1460242726' '-shared-libgcc' '-mtune=generic' '-march=i486'
 /usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/collect2 --eh-frame-hdr -V -dynamic-linker /libexec/ld-elf.so.1 -o cmTryCompileExec1460242726 /usr/lib/crt1.o /usr/lib/crti.o /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtbegin.o -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3 -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../.. -rpath=/usr/local/lib/gcc46 CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtend.o /usr/lib/crtn.o
GNU ld (GNU Binutils) 2.22
  Supported emulations:
   elf_i386_fbsd
   elf_i386
   i386bsd
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:/usr/local/bin/gmake "cmTryCompileExec1460242726/fast"]
  ignore line: [/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec1460242726.dir/build.make CMakeFiles/cmTryCompileExec1460242726.dir/build]
  ignore line: [gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp']
  ignore line: [/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1]
  ignore line: [Building CXX object CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line: [/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing     -o CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTryCompileExec1460242726]
  ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec1460242726.dir/link.txt --verbose=1]
  ignore line: [/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing    -v CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o  -o cmTryCompileExec1460242726   ]
  ignore line: [Using built-in specs.]
  ignore line: [COLLECT_GCC=/usr/local/bin/g++46]
  ignore line: [COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/lto-wrapper]
  ignore line: [Target: i386-portbld-freebsd9.0]
  ignore line: [Configured with: ./../gcc-4.6.3/configure --disable-nls --enable-languages=c,c++,objc,fortran --libdir=/usr/local/lib/gcc46 --libexecdir=/usr/local/libexec/gcc46 --program-suffix=46 --with-as=/usr/local/bin/as --with-gmp=/usr/local --with-gxx-include-dir=/usr/local/lib/gcc46/include/c++/ --with-ld=/usr/local/bin/ld --with-libiconv-prefix=/usr/local --with-pkgversion='FreeBSD Ports Collection' --with-system-zlib --enable-languages=c,c++,objc,fortran,java --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/gcc46 --build=i386-portbld-freebsd9.0]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 4.6.3 (FreeBSD Ports Collection) ]
  ignore line: [COMPILER_PATH=/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/bin/]
  ignore line: [LIBRARY_PATH=/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib/:/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-O2' '-pipe' '-fno-strict-aliasing' '-v' '-o' 'cmTryCompileExec1460242726' '-shared-libgcc' '-mtune=generic' '-march=i486']
  link line: [ /usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/collect2 --eh-frame-hdr -V -dynamic-linker /libexec/ld-elf.so.1 -o cmTryCompileExec1460242726 /usr/lib/crt1.o /usr/lib/crti.o /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtbegin.o -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3 -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib -L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../.. -rpath=/usr/local/lib/gcc46 CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtend.o /usr/lib/crtn.o]
    arg [/usr/local/libexec/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/collect2] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-V] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/libexec/ld-elf.so.1] ==> ignore
    arg [-o] ==> ignore
    arg [cmTryCompileExec1460242726] ==> ignore
    arg [/usr/lib/crt1.o] ==> ignore
    arg [/usr/lib/crti.o] ==> ignore
    arg [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtbegin.o] ==> ignore
    arg [-L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3] ==> dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3]
    arg [-L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib] ==> dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib]
    arg [-L/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../..] ==> dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../..]
    arg [-rpath=/usr/local/lib/gcc46] ==> ignore
    arg [CMakeFiles/cmTryCompileExec1460242726.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/crtend.o] ==> ignore
    arg [/usr/lib/crtn.o] ==> ignore
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  collapse dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3] ==> [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3]
  collapse dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../../../../i386-portbld-freebsd9.0/lib] ==> [/usr/local/i386-portbld-freebsd9.0/lib]
  collapse dir [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3/../../..] ==> [/usr/local/lib/gcc46]
  implicit libs: [stdc++;m;c]
  implicit dirs: [/usr/local/lib/gcc46/gcc/i386-portbld-freebsd9.0/4.6.3;/usr/local/i386-portbld-freebsd9.0/lib;/usr/local/lib/gcc46]


Determining if the Q_WS_X11 exist passed with the following output:
Change Dir: /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp

Run Build Command:/usr/local/bin/gmake "cmTryCompileExec2227083516/fast"
/usr/local/bin/gmake -f CMakeFiles/cmTryCompileExec2227083516.dir/build.make CMakeFiles/cmTryCompileExec2227083516.dir/build
gmake[1]: Entering directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'
/usr/local/bin/cmake -E cmake_progress_report /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CMakeFiles 1
Building CXX object CMakeFiles/cmTryCompileExec2227083516.dir/CheckSymbolExists.cxx.o
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing   -I/usr/local/include/qt4    -o CMakeFiles/cmTryCompileExec2227083516.dir/CheckSymbolExists.cxx.o -c /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx
Linking CXX executable cmTryCompileExec2227083516
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTryCompileExec2227083516.dir/link.txt --verbose=1
/usr/local/bin/g++46    -O2 -pipe -Wl,-rpath=/usr/local/lib/gcc46 -fno-strict-aliasing      CMakeFiles/cmTryCompileExec2227083516.dir/CheckSymbolExists.cxx.o  -o cmTryCompileExec2227083516  
gmake[1]: Leaving directory `/usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp'

File /usr/ports/devel/kdebindings4-perl-perlqt/work/perlqt-4.8.3/CMakeFiles/CMakeTmp/CheckSymbolExists.cxx:
/* */
#include <QtCore/qglobal.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef Q_WS_X11
  return ((int*)(&Q_WS_X11))[argc];
#else
  (void)argc;
  return 0;
#endif
}

_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to