[gs-regression] local cluster regression b5f56c0c13c92232c9f77b548476fa10f1aec28f

marcos.woehrmann at artifex.com marcos.woehrmann at artifex.com
Tue Oct 25 20:09:08 UTC 2011


b5f56c0 Fix silly mistake in gs_debug_flags changes.
------------------------------------------------------------------------
commit b5f56c0c13c92232c9f77b548476fa10f1aec28f
Author: Robin Watts <robin.watts at artifex.com>
Date:   Tue Oct 25 20:19:24 2011 +0100

    Fix silly mistake in gs_debug_flags changes.
    
    I'd inadvertently caused the gs_debug_flags tables to be built in every
    object that included gdebug.h.
    
    Move them into gsmisc.c.

Changed files:
gs/base/gdebug.h
gs/base/gsmisc.c

Products tested: gs ls pcl xps 


An error occurred that prevented the local cluster run from finishing:

i7b reports: compileFail: gs pcl6 gxps pspcl6 
henrysx6 reports: compileFail: gs pcl6 gxps pspcl6 
x6 reports: compileFail: gs pcl6 gxps pspcl6 
kilometers reports: compileFail: gs pcl6 gxps pspcl6 
i7a reports: compileFail: gs pcl6 gxps pspcl6 
peeves reports: compileFail: gs pcl6 gxps pspcl6 
miles reports: compileFail: gs pcl6 gxps pspcl6 
macpro reports: compileFail: gs pcl6 gxps pspcl6 



i7b log:

cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_MKSTEMP64  -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"  -DUSE_LIBPAPER   -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"  -DUSE_LIBPAPER    -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"  -DUSE_LIBPAPER   -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -lidn -lpaper -rdynamic -ldl  
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x187): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make: *** [pcl] Error 2

makexps.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function 'xps_imp_allocate_interp_instance':
../xps/xpstop.c:93: warning: unused variable 'code'
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 25 lines):

rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make: *** [ls-product] Error 2


i7b stdout:

./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x187): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: cannot create regular file `/home/marcos/cluster/gs/bin/.': No such file or directory


henrysx6 log:

cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_MKSTEMP64   -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"     -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -rdynamic -ldl  
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function ‘pxl_impl_report_errors’:
../pxl/pxtop.c:519: warning: ‘y’ may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcosw/cluster/ghostpdl/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcosw/cluster/ghostpdl/main'
make: *** [pcl] Error 2

makexps.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function ‘xps_imp_allocate_interp_instance’:
../xps/xpstop.c:93: warning: unused variable ‘code’
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcosw/cluster/ghostpdl/xps'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcosw/cluster/ghostpdl/xps'
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 25 lines):

rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcosw/cluster/ghostpdl/language_switch'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcosw/cluster/ghostpdl/language_switch'
make: *** [ls-product] Error 2


henrysx6 stdout:

./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: cannot create regular file `/home/marcosw/cluster/gs/bin/.': No such file or directory


x6 log:

cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_MKSTEMP64  -DHAVE_LIBIDN -DHAVE_SETLOCALE -DHAVE_SSE2 -DHAVE_DBUS -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"  -DUSE_LIBPAPER   -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"  -DUSE_LIBPAPER    -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"  -DUSE_LIBPAPER   -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -lidn -lpaper -rdynamic -ldl  
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make: *** [pcl] Error 2

makexps.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function 'xps_imp_allocate_interp_instance':
../xps/xpstop.c:93: warning: unused variable 'code'
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 25 lines):

rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make: *** [ls-product] Error 2


x6 stdout:

./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: cannot create regular file `/home/marcos/cluster/gs/bin/.': No such file or directory


kilometers log:

cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_MKSTEMP64   -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"     -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -rdynamic -ldl  
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make: *** [pcl] Error 2

makexps.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function 'xps_imp_allocate_interp_instance':
../xps/xpstop.c:93: warning: unused variable 'code'
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 25 lines):

rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make: *** [ls-product] Error 2


kilometers stdout:

touch: cannot touch `mupdf/makemupdf.out': No such file or directory
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: cannot create regular file `/home/marcos/cluster/gs/bin/.': No such file or directory


i7a log:

cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_MKSTEMP64   -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"     -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -rdynamic -ldl  
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x187): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make: *** [pcl] Error 2

makexps.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function 'xps_imp_allocate_interp_instance':
../xps/xpstop.c:93: warning: unused variable 'code'
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 25 lines):

rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make: *** [ls-product] Error 2


i7a stdout:

./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x320): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x187): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: cannot create regular file `/home/marcos/cluster/gs/bin/.': No such file or directory


peeves log:

cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_MKSTEMP64   -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"     -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -rdynamic -ldl  
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make: *** [pcl] Error 2

makexps.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function 'xps_imp_allocate_interp_instance':
../xps/xpstop.c:93: warning: unused variable 'code'
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 25 lines):

rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make: *** [ls-product] Error 2


peeves stdout:

./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: cannot create regular file `/home/marcos/cluster/gs/bin/.': No such file or directory


miles log:

cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP -DHAVE_FILE64 -DHAVE_MKSTEMP64   -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"     -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -rdynamic -ldl  
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/main'
make: *** [pcl] Error 2

makexps.out (last 25 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function 'xps_imp_allocate_interp_instance':
../xps/xpstop.c:93: warning: unused variable 'code'
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/xps'
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 25 lines):

rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32 -DHAVE_BYTESWAP_H -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[2]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make[1]: *** [pdl-product] Error 2
make[1]: Leaving directory `/home/marcos/cluster/ghostpdl/language_switch'
make: *** [ls-product] Error 2


miles stdout:

touch: cannot touch `mupdf/makemupdf.out': No such file or directory
./obj/aux/gp_unix.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifn.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_stdia.o:(.bss+0x0): multiple definition of `gs_debug_flags'
./obj/aux/gsmisc.o:(.rodata+0x40): first defined here
./obj/aux/gp_unifs.o: In function `gp_open_scratch_file_generic':
gp_unifs.c:(.text+0x1a3): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp'
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: cannot create regular file `/home/marcos/cluster/gs/bin/.': No such file or directory


macpro log:

i686-apple-darwin10-gcc-4.2.1 (GCC) 4.2.1 (Apple Inc. build 5664)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compileFail: gs pcl6 gxps pspcl6 


gs/makegs.out (last 20 lines):

./obj/aux/echogs -e .dev -a-  ./obj/libcore -dev2 nullpage
./obj/aux/echogs -e .dev -a-  ./obj/libcore -include ./obj/libs ./obj/libx ./obj/libd
./obj/aux/echogs -e .dev -a-  ./obj/libcore -include ./obj/iscale ./obj/roplib
./obj/aux/echogs -e .dev -a-  ./obj/libcore -include ./obj/strdline
./obj/aux/genconf ./obj/devs.tr -h ./obj/gconfxx.h -p "%s&s&&" -pl "&-l%s&s&&" -pL "&-L%s&s&&" -ol ./obj/ld.tr
./obj/aux/echogs -a ./obj/gconfxx.h 
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./base/gconf.c ./obj/gconfig.c
gcc -m64  -DHAVE_MKSTEMP     -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32  -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./obj -I./base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ./psi/iconf.c ./obj/iconfig.c
gcc -m64  -DHAVE_MKSTEMP     -DHAVE_SETLOCALE -DHAVE_SSE2  -DHAVE_BSWAP32  -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./psi -I./obj -I./obj -I./base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"     -O2 -Wall -Wstrict-prototypes -Wundef -Wmissing-declarations -Wmissing-prototypes -Wwrite-strings -Wno-strict-aliasing -Wdeclaration-after-statement -fno-builtin -fno-common -DHAVE_STDINT_H=1 -DHAVE_SYS_TIME_H=1 -DGX_COLOR_INDEX_TYPE="unsigned long int"    -I./base -I./obj/ -Izlib ./base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm  -ldl -lm  -liconv   
ld: duplicate symbol _gs_debug_flags in ./obj/aux/gp_unix.o and ./obj/aux/gsmisc.o
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1

makepcl.out (last 20 lines):

./obj/aux/echogs -e .dev -a-  ./obj/pxl -init pxfont pxerrors
./obj/aux/genconf -n - ./obj/pjl.dev ./obj/pxl.dev ./obj/pcl5c.dev ./obj/hpgl2c.dev  -h ./obj/pconf.h -p "%s&s&&" -o ./obj/ldconf.tr
cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pcl -I./obj -I../pl -I../gs/base -c ../pcl/pctop.c -o ./obj/pctop.o
cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DPCL_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
ld: duplicate symbol _gs_debug_flags in ./obj/aux/gp_unix.o and ./obj/aux/gsmisc.o
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[1]: *** [pdl-product] Error 2
make: *** [pcl] Error 2

makexps.out (last 20 lines):

gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpscff.c -o ./obj/xpscff.o
./obj/aux/echogs -e .dev -w- -l-obj ./obj/xps ./obj/xpsmem.o ./obj/xpsutf.o ./obj/xpscrc.o ./obj/xpshash.o ./obj/xpsjpeg.o ./obj/xpspng.o ./obj/xpstiff.o ./obj/xpsjxr.o ./obj/xpszip.o ./obj/xpsxml.o ./obj/xpsdoc.o ./obj/xpspage.o ./obj/xpsresource.o ./obj/xpscommon.o ./obj/xpsanalyze.o ./obj/xpscolor.o ./obj/xpsopacity.o ./obj/xpspath.o ./obj/xpstile.o ./obj/xpsvisual.o ./obj/xpsimage.o ./obj/xpsgradient.o ./obj/xpsglyphs.o ./obj/xpsfont.o ./obj/xpsttf.o ./obj/xpscff.o 
./obj/aux/echogs -e .dev -a-  ./obj/xps -include ./obj/expat ./obj/jpegxr ./obj/pl ./obj/afs ./obj/pjl.dev
./obj/aux/genconf -n - ./obj/xps.dev -h ./obj/pconf.h -p "%s&s&&" -o ./obj/ldconf.tr
cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I../xps -I./obj -I../pl -I../gs/base -I../gs/expat/lib -I../gs/jpegxr -I../gs/zlib -c ../xps/xpstop.c -o ./obj/xpstop.o
../xps/xpstop.c: In function 'xps_imp_allocate_interp_instance':
../xps/xpstop.c:93: warning: unused variable 'code'
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long"  -DXPS_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
ld: duplicate symbol _gs_debug_flags in ./obj/aux/gp_unix.o and ./obj/aux/gsmisc.o
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[1]: *** [pdl-product] Error 2
make: *** [xps] Error 2

makesvg.out (last 50 lines):


makels.out (last 20 lines):

cp ./obj/pconf.h ./obj/pconfig.h
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../pxl -I./obj -I../pcl -I../pl -I../gs/base -I./obj -c ../pxl/pxtop.c -o ./obj/pxtop.o
../pxl/pxtop.c: In function 'pxl_impl_report_errors':
../pxl/pxtop.c:519: warning: 'y' may be used uninitialized in this function
rm -f ./obj/gconfig.c
rm -f ./obj/gconfig.h
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/base/gconf.c ./obj/gconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I./obj -I../gs/base  -DWHICH_CMS="lcms" -o ./obj/gconfig.o -c ./obj/gconfig.c
rm -f ./obj/iconfig.c
cp ./obj/gconfxx.h ./obj/gconfig.h
cp ../gs/psi/iconf.c ./obj/iconfig.c
gcc -m64  -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -I../gs/psi -I./obj -I./obj -I../gs/base  -o ./obj/iconfig.o -c ./obj/iconfig.c
gcc -m64 -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED   -O2 -Wall -Wundef -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wpointer-arith -Wwrite-strings -Wno-strict-aliasing -fno-builtin -fno-common -DHAVE_MKSTEMP -DHAVE_SSE2 -DHAVE_BSWAP32  -DHAVE_STDINT_H -DGX_COLOR_INDEX_TYPE="unsigned long" -DPSI_INCLUDED -DPCL_INCLUDED -DPSI_INCLUDED  -I../gs/base -I./obj/ -I../gs/zlib ../gs/base/mkromfs.c -o ./obj/aux/mkromfs_0 ./obj/aux/compress.o ./obj/aux/deflate.o ./obj/aux/zutil.o ./obj/aux/adler32.o ./obj/aux/crc32.o ./obj/aux/trees.o ./obj/aux/gscdefs.o ./obj/aux/gsmisc.o ./obj/aux/gpmisc.o ./obj/aux/gslibctx.o ./obj/aux/gp_getnv.o ./obj/aux/gp_unix.o ./obj/aux/gp_unifs.o ./obj/aux/gp_unifn.o ./obj/aux/gp_stdia.o ./obj/aux/gsutil.o ./obj/aux/memento.o -lm 
ld: duplicate symbol _gs_debug_flags in ./obj/aux/gp_unix.o and ./obj/aux/gsmisc.o
collect2: ld returned 1 exit status
make[2]: *** [obj/aux/mkromfs_0] Error 1
make[1]: *** [pdl-product] Error 2
make: *** [ls-product] Error 2


macpro stdout:

Killed by signal 15.
ld: duplicate symbol _gs_debug_flags in ./obj/aux/gp_unix.o and ./obj/aux/gsmisc.o
collect2: ld returned 1 exit status
make: *** [obj/aux/mkromfs_0] Error 1
cp: /Users/marcosw/cluster/gs/bin/.: No such file or directory


More information about the gs-regression mailing list