[ create a new paste ] login | about

Link: http://codepad.org/0gahnzxo    [ raw code | fork ]

Plain Text, pasted on Jan 3:
% makepkg -sirfc
==> Making package: xcftools 1.0.7-2 (Tue Jan  3 08:46:14 CET 2012)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving Sources...
  -> Found xcftools-1.0.7.tar.gz
  -> Found nullpointer.patch
==> Validating source files with md5sums...
    xcftools-1.0.7.tar.gz ... Passed
    nullpointer.patch ... Passed
==> Extracting Sources...
  -> Extracting xcftools-1.0.7.tar.gz with bsdtar
==> Starting build()...
patching file xcf2png.c
checking for a BSD-compatible install... /bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for inttypes.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for strcasecmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing po-directories commands
/usr/bin/perl mkenumsh.pl gimp/base-enums.h gimp/gimpbaseenums.h gimp/xcf-private.h > enums.h
/usr/bin/perl mkopti.pl xcfinfo
echo >nlsini.c "#include \"xcftools.h\""
echo >>nlsini.c "#ifndef nls_init"
/usr/bin/perl mkopti.pl xcf2pnm
echo >>nlsini.c "void nls_init(void) {"
echo >>nlsini.c "  bindtextdomain(\"xcftools\",\"/usr/share/locale\");"
echo >>nlsini.c "  textdomain(\"xcftools\"); }"
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o pixels.o -c pixels.c
echo >>nlsini.c "#endif"
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o flatten.o -c flatten.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o flatspec.o -c flatspec.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o scaletab.o -c scaletab.c
/usr/bin/perl mktablec.pl > table.c
/usr/bin/perl mkopti.pl xcf2png
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o palette.o -c palette.c
sed '1s,/usr/bin/perl,/usr/bin/perl,' < xcfview.in > xcfview
/usr/bin/perl mancombine.pl xcfinfo.10 > xcfinfo.1
/usr/bin/perl mancombine.pl xcf2pnm.10 > xcf2pnm.1
/usr/bin/perl mancombine.pl xcf2png.10 > xcf2png.1
/usr/bin/perl mkopti.pl xcfview
/usr/bin/perl manpo/optipot.pl > options.mi
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o xcfinfo.o -c xcfinfo.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o io-unix.o -c io-unix.c
/usr/bin/perl mkenumsc.pl enums.h > enums.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o xcf-general.o -c xcf-general.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o utils.o -c utils.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o nlsini.o -c nlsini.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o xcf2pnm.o -c xcf2pnm.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o table.o -c table.c
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o xcf2png.o -c xcf2png.c
patching file xcf2png.c
checking for a BSD-compatible install... /bin/install -c
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for inline... inline
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking whether byte ordering is bigendian... no
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for inttypes.h... (cached) yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking for getopt_long... yes
checking for strcasecmp... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether make sets $(MAKE)... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for iconv... yes
checking for working iconv... yes
checking for iconv declaration... 
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for perl... /usr/bin/perl
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing po-directories commands
/usr/bin/perl mkenumsh.pl gimp/base-enums.h gimp/gimpbaseenums.h gimp/xcf-private.h > enums.h
/usr/bin/perl mkopti.pl xcfinfo
echo >nlsini.c "#include \"xcftools.h\""
echo >>nlsini.c "#ifndef nls_init"
...skipping...
/usr/bin/perl mancombine.pl xcfview.10 > xcfview.1
xgettext -o po/xcftools.pot.tmp -C -k_ -kN_ \
	--foreign-user --msgid-bugs-address=henning@makholm.net \
	--flag=FatalGeneric:2:c-format \
	--flag=FatalUnexpected:1:c-format \
	--flag=FatalBadXCF:1:c-format \
	--flag=FatalUnsupportedXCF:1:c-format \
	xcfinfo.oi xcf2pnm.oi xcf2png.oi xcfview.oi options.i enums.c flatten.c flatspec.c io-unix.c scaletab.c xcf-general.c xcf2pnm.c xcfinfo.c palette.c pixels.c 
xcf2png.c utils.c
if diff po/xcftools.pot po/xcftools.pot.tmp | \
	grep -v '^\([^<>]\|. \?"POT-Creation-Date:\)' > /dev/null; \
then mv -f po/xcftools.pot.tmp po/xcftools.pot ; \
else echo OK, po/xcftools.pot is unchanged ; rm po/xcftools.pot.tmp ; fi
/usr/bin/perl manpo/mantranslate.pl -x options.mi xcfinfo.10 xcf2pnm.10 xcf2png.10 xcfview.10 exit.1i > manpo/manpages.pot.tmp
if diff manpo/manpages.pot manpo/manpages.pot.tmp | \
	grep -v '^\([^<>]\|. \?"POT-Creation-Date:\)' > /dev/null; \
then mv -f manpo/manpages.pot.tmp manpo/manpages.pot ; \
else echo OK, manpo/manpages.pot is unchanged ; rm manpo/manpages.pot.tmp ; fi
OK, manpo/manpages.pot is unchanged
cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wall -fomit-frame-pointer -o enums.o -c enums.c
test -f po/da.po
msgmerge -U po/da.po po/xcftools.pot
.............. done.
touch po/da.po
if ! make -q manpo/manpages.pot ; then \
touch manpo/manpages.pot ; touch manpo/da.po ; fi
make[1]: Entering directory `/home/army/Programme/AUR/xcftools/src/xcftools-1.0.7'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
make[1]: Leaving directory `/home/army/Programme/AUR/xcftools/src/xcftools-1.0.7'
touch manpo/stamp
cc -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu   xcfinfo.o io-unix.o enums.o xcf-general.o utils.o nlsini.o -o xcfinfo
cc -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu   xcf2pnm.o io-unix.o enums.o xcf-general.o utils.o nlsini.o pixels.o flatten.o flatspec.o scaletab.o 
table.o -o xcf2pnm
msgfmt -c -opo/da.mo po/da.po
for L in da ; do \
   for P in xcfinfo xcf2pnm xcf2png xcfview ; do \
      /usr/bin/perl manpo/mantranslate.pl manpo/$L.po $P.1 \
	> manpo/$P.$L.1 || exit 1; done ; done ;
cc -Wl,-O1,--sort-common,--as-needed,-z,relro,--hash-style=gnu   -lpng xcf2png.o io-unix.o enums.o xcf-general.o utils.o nlsini.o pixels.o flatten.o flatspec.o scaletab.o 
table.o palette.o -o xcf2png
touch manpo/all
if ! make -q po/xcftools.pot ; then \
touch po/xcftools.pot ; touch po/*.po ; touch po/*.mo ; fi
make[1]: Entering directory `/home/army/Programme/AUR/xcftools/src/xcftools-1.0.7'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
make[1]: Leaving directory `/home/army/Programme/AUR/xcftools/src/xcftools-1.0.7'
touch po/stamp
xcf2png.o: In function `raw_callback':
xcf2png.c:(.text+0x925): undefined reference to `png_write_row'
xcf2png.c:(.text+0x97a): undefined reference to `png_create_write_struct'
xcf2png.c:(.text+0x992): undefined reference to `png_create_info_struct'
xcf2png.c:(.text+0x9b5): undefined reference to `png_init_io'
xcf2png.c:(.text+0xbd8): undefined reference to `png_set_IHDR'
xcf2png.c:(.text+0xc02): undefined reference to `png_set_PLTE'
xcf2png.c:(.text+0xc2a): undefined reference to `png_set_tRNS'
xcf2png.c:(.text+0xc3d): undefined reference to `png_write_info'
xcf2png.c:(.text+0xc76): undefined reference to `png_set_filler'
xcf2png.c:(.text+0xc94): undefined reference to `png_set_swap_alpha'
xcf2png.c:(.text+0xcb3): undefined reference to `png_set_filler'
xcf2png.c:(.text+0xd76): undefined reference to `png_set_tRNS'
xcf2png.c:(.text+0xd88): undefined reference to `png_set_invert_mono'
xcf2png.c:(.text+0xd99): undefined reference to `png_set_packing'
xcf2png.o: In function `main':
xcf2png.c:(.text.startup+0x741): undefined reference to `png_write_end'
xcf2png.c:(.text.startup+0x750): undefined reference to `png_destroy_write_struct'
collect2: ld returned 1 exit status
make: *** [xcf2png] Error 1
==> ERROR: A failure occurred in build().
    Aborting...



Create a new paste based on this one


Comments: