I've now built T2's generic ok up to this point since I added the x64 file into the toolchain of 0-glib.

It's now failing in 1-gcc from this point, if you want the whole log i'll send it but it's 3meg.

guidance appreciated please,

regards
scsijon

----------------------------------------------------------
/bin/sh ./libtool --tag=CC --mode=compile /mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/gcc/xgcc-wrapper x86_64-t2-linux-gnu-cc -DHAVE_CONFIG_H -I. -I../../../libgomp -I../../../libgomp/config/linux/x86 -I../../../libgomp/config/linux -I../../../libgomp/config/posix -I../../../libgomp -I../../../libgomp/../include -Wall -Werror -ftls-model=initial-exec -Wc,-pthread -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c -o oacc-cuda.lo ../../../libgomp/oacc-cuda.c libtool: compile: /mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/gcc/xgcc-wrapper x86_64-t2-linux-gnu-cc -DHAVE_CONFIG_H -I. -I../../../libgomp -I../../../libgomp/config/linux/x86 -I../../../libgomp/config/linux -I../../../libgomp/config/posix -I../../../libgomp -I../../../libgomp/../include -Wall -Werror -pthread -ftls-model=initial-exec -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c ../../../libgomp/oacc-cuda.c -fPIC -DPIC -o .libs/oacc-cuda.o libtool: compile: /mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/gcc/xgcc-wrapper x86_64-t2-linux-gnu-cc -DHAVE_CONFIG_H -I. -I../../../libgomp -I../../../libgomp/config/linux/x86 -I../../../libgomp/config/linux -I../../../libgomp/config/posix -I../../../libgomp -I../../../libgomp/../include -Wall -Werror -pthread -ftls-model=initial-exec -g -O2 -MT oacc-cuda.lo -MD -MP -MF .deps/oacc-cuda.Tpo -c ../../../libgomp/oacc-cuda.c -o oacc-cuda.o >/dev/null 2>&1
mv -f .deps/oacc-cuda.Tpo .deps/oacc-cuda.Plo
/bin/sh ./libtool --tag=FC --mode=compile /mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/gcc/xgcc-wrapper x86_64-t2-linux-gnu-gfortran -L. -Wall -L../libgfortran -c -o openacc.lo ../../../libgomp/openacc.f90 libtool: compile: /mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/gcc/xgcc-wrapper x86_64-t2-linux-gnu-gfortran -L. -Wall -L../libgfortran -c ../../../libgomp/openacc.f90 -fPIC -o .libs/openacc.o
../../../libgomp/openacc.f90:752.32:

  call acc_copyin_l (a, sizeof (a))
                                1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:776.43:

  call acc_present_or_copyin_l (a, sizeof (a))
                                           1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:800.32:

  call acc_create_l (a, sizeof (a))
                                1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:824.43:

  call acc_present_or_create_l (a, sizeof (a))
                                           1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:848.33:

  call acc_copyout_l (a, sizeof (a))
                                 1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:872.32:

  call acc_delete_l (a, sizeof (a))
                                1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:896.39:

  call acc_update_device_l (a, sizeof (a))
                                       1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:920.37:

  call acc_update_self_l (a, sizeof (a))
                                     1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
../../../libgomp/openacc.f90:955.56:

  acc_is_present_array_h = acc_is_present_l (a, sizeof (a)) == 1
                                                        1
Error: Assumed-type argument at (1) is not permitted as actual argument to the intrinsic sizeof
Makefile:640: recipe for target 'openacc.lo' failed
make[4]: *** [openacc.lo] Error 1
make[4]: Leaving directory '/mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/x86_64-t2-linux-gnu/libgomp'
Makefile:857: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/x86_64-t2-linux-gnu/libgomp'
Makefile:451: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir/x86_64-t2-linux-gnu/libgomp'
Makefile:13446: recipe for target 'all-target-libgomp' failed
make[1]: *** [all-target-libgomp] Error 2
make[1]: Leaving directory '/mnt/sda15/exactcode_t2_trunk_9.0.44621/src.gcc.p720-x86-64-base1.20160116.060812.7054.lamia01/gcc-5.3.0/objdir'
Makefile:872: recipe for target 'all' failed
make: *** [all] Error 2
Due to previous errors, no 1-gcc.log file!
(Try enabling xtrace in the config to track an error inside the build system.)
--- BUILD ERROR ---
Creating file list and doing final adaptions ...
removed '/mnt/sda15/exactcode_t2_trunk_9.0.44621/build/p720-x86-64-base1-9.0-svn-generic-x86-64-linux/usr/lib64/libsupc++.la' removed '/mnt/sda15/exactcode_t2_trunk_9.0.44621/build/p720-x86-64-base1-9.0-svn-generic-x86-64-linux/usr/lib64/libstdc++fs.la' removed '/mnt/sda15/exactcode_t2_trunk_9.0.44621/build/p720-x86-64-base1-9.0-svn-generic-x86-64-linux/usr/lib64/libstdc++.la' removed '/mnt/sda15/exactcode_t2_trunk_9.0.44621/build/p720-x86-64-base1-9.0-svn-generic-x86-64-linux/usr/lib/libsupc++.la' removed '/mnt/sda15/exactcode_t2_trunk_9.0.44621/build/p720-x86-64-base1-9.0-svn-generic-x86-64-linux/usr/lib/libstdc++fs.la' removed '/mnt/sda15/exactcode_t2_trunk_9.0.44621/build/p720-x86-64-base1-9.0-svn-generic-x86-64-linux/usr/lib/libstdc++.la'
Searching for orphaned files ...
Found 752 files for this package.



----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2

Reply via email to