Source: liblrdf Version: 0.4.0-7 Severity: serious Justification: fails to build from source User: reproducible-bui...@lists.alioth.debian.org Usertags: ftbfs X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org
Dear Maintainer, liblrdf fails to build from source in unstable/amd64: [..] checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no 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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for ANSI C header files... (cached) yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for RAPTOR... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for size_t... yes checking for vprintf... yes checking for _doprnt... no checking for getcwd... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strncasecmp... yes checking for strrchr... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating lrdf.pc config.status: creating Makefile config.status: creating src/Makefile config.status: creating examples/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-maintainer-mode touch debian/stamp-autotools /usr/bin/make -C . make[1]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' /usr/bin/make all-recursive make[2]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' Making all in src make[3]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/src' /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c -o lrdf.lo lrdf.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c lrdf.c -fPIC -DPIC -o .libs/lrdf.o lrdf.c: In function 'lrdf_remove_triple_hash': lrdf.c:351:6: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 3 has type 'lrdf_hash {aka long int}' [-Wformat=] "lrdf: tried to remove non-existant triple hash %llx\n", hash); ^ lrdf.c: In function 'lrdf_rebuild_taxonomic_closure': lrdf.c:453:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] hit->str = (char *) class_count++; ^ lrdf.c:460:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int c = (int) lrdf_find_string_hash(tmp, it->shash); ^ lrdf.c:462:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] int r = (int) lrdf_find_string_hash(tmp, it->ohash); ^ lrdf.c: In function 'lrdf_read_file_intl': lrdf.c:596:27: warning: pointer targets in passing argument 1 of 'raptor_new_uri' differ in signedness [-Wpointer-sign] ruri = raptor_new_uri(uri); ^ In file included from lrdf.c:4:0: /usr/include/raptor.h:1151:13: note: expected 'const unsigned char *' but argument is of type 'const char *' raptor_uri* raptor_new_uri(const unsigned char *uri_string); ^ lrdf.c:597:27: warning: pointer targets in passing argument 1 of 'raptor_new_uri' differ in signedness [-Wpointer-sign] furi = raptor_new_uri(uri); ^ In file included from lrdf.c:4:0: /usr/include/raptor.h:1151:13: note: expected 'const unsigned char *' but argument is of type 'const char *' raptor_uri* raptor_new_uri(const unsigned char *uri_string); ^ libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c lrdf.c -o lrdf.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c -o lrdf_multi.lo lrdf_multi.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c lrdf_multi.c -fPIC -DPIC -o .libs/lrdf_multi.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c lrdf_multi.c -o lrdf_multi.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c -o md5.lo md5.c libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c md5.c -fPIC -DPIC -o .libs/md5.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -c md5.c -o md5.o >/dev/null 2>&1 /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall -g -I.. -Wl,-z,relro -o liblrdf.la -rpath /usr/lib lrdf.lo lrdf_multi.lo md5.lo -lraptor -lraptor libtool: link: gcc -shared -fPIC -DPIC .libs/lrdf.o .libs/lrdf_multi.o .libs/md5.o /usr/lib/x86_64-linux-gnu/libraptor.so -g -O2 -fstack-protector-strong -g -Wl,-z -Wl,relro -pthread -Wl,-soname -Wl,liblrdf.so.0 -o .libs/liblrdf.so.0.0.0 libtool: link: (cd ".libs" && rm -f "liblrdf.so.0" && ln -s "liblrdf.so.0.0.0" "liblrdf.so.0") libtool: link: (cd ".libs" && rm -f "liblrdf.so" && ln -s "liblrdf.so.0.0.0" "liblrdf.so") libtool: link: ar cru .libs/liblrdf.a lrdf.o lrdf_multi.o md5.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/liblrdf.a libtool: link: ( cd ".libs" && rm -f "liblrdf.la" && ln -s "../liblrdf.la" "liblrdf.la" ) make[3]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/src' Making all in examples make[3]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/examples' gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o showdefaults.o showdefaults.c showdefaults.c: In function 'main': showdefaults.c:42:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("\tport %d (%s) = %f\n", defs->items[i].pid, ^ /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o showdefaults showdefaults.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/showdefaults showdefaults.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o showtaxonomy.o showtaxonomy.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o showtaxonomy showtaxonomy.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/showtaxonomy showtaxonomy.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o dumpstatements.o dumpstatements.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o dumpstatements dumpstatements.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/dumpstatements dumpstatements.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o export_test.o export_test.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o export_test export_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/export_test export_test.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o subclass_test.o subclass_test.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o subclass_test subclass_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/subclass_test subclass_test.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o add_test.o add_test.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o add_test add_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/add_test add_test.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o instances_test.o instances_test.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o instances_test instances_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/instances_test instances_test.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o remove_test.o remove_test.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o remove_test remove_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/remove_test remove_test.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o multi_test.o multi_test.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o multi_test multi_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/multi_test multi_test.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o setting_test.o setting_test.c setting_test.c: In function 'main': setting_test.c:43:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("\tport %d = %f\n", defs->items[i].pid, ^ /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o setting_test setting_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/setting_test setting_test.o ../src/.libs/liblrdf.so -pthread gcc -DHAVE_CONFIG_H -I. -I.. -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -c -o scale_test.o scale_test.c /bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z,relro -o scale_test scale_test.o ../src/liblrdf.la libtool: link: gcc -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wl,-z -Wl,relro -o .libs/scale_test scale_test.o ../src/.libs/liblrdf.so -pthread make[3]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/examples' make[3]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' make[3]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' make[2]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' make[1]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' touch debian/stamp-makefile-build CDBS WARNING: DEB_MAKE_CHECK_TARGET unset, not running checks fakeroot debian/rules binary test -x debian/rules dh_testroot dh_prep dh_installdirs -A mkdir -p "." set -e; mv ./config.guess ./config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./config.guess; mv ./debian/upstream-cruft/config.guess ./debian/upstream-cruft/config.guess.cdbs-orig; cp --remove-destination /usr/share/misc/config.guess ./debian/upstream-cruft/config.guess; set -e; mv ./debian/upstream-cruft/config.sub ./debian/upstream-cruft/config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./debian/upstream-cruft/config.sub; mv ./config.sub ./config.sub.cdbs-orig; cp --remove-destination /usr/share/misc/config.sub ./config.sub; CDBS WARNING: DEB_MAKE_CHECK_TARGET unset, not running checks /usr/bin/make -C . install DESTDIR=/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp/ make[1]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' Making install in src make[2]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/src' make[3]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/src' /bin/mkdir -p '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c liblrdf.la '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib' libtool: install: /usr/bin/install -c .libs/liblrdf.so.0.0.0 /home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib/liblrdf.so.0.0.0 libtool: install: (cd /home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib && { ln -s -f liblrdf.so.0.0.0 liblrdf.so.0 || { rm -f liblrdf.so.0 && ln -s liblrdf.so.0.0.0 liblrdf.so.0; }; }) libtool: install: (cd /home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib && { ln -s -f liblrdf.so.0.0.0 liblrdf.so || { rm -f liblrdf.so && ln -s liblrdf.so.0.0.0 liblrdf.so; }; }) libtool: install: /usr/bin/install -c .libs/liblrdf.lai /home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib/liblrdf.la libtool: install: /usr/bin/install -c .libs/liblrdf.a /home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib/liblrdf.a libtool: install: chmod 644 /home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib/liblrdf.a libtool: install: ranlib /home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib/liblrdf.a libtool: warning: remember to run 'libtool --finish /usr/lib' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/src' make[2]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/src' Making install in examples make[2]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/examples' make[3]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/examples' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/share/ladspa/rdf' /usr/bin/install -c -m 644 ladspa.rdfs '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/share/ladspa/rdf' make[3]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/examples' make[2]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/examples' make[2]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' make[3]: Entering directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' make[3]: Nothing to be done for 'install-exec-am'. /bin/mkdir -p '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/include' /usr/bin/install -c -m 644 lrdf.h lrdf_types.h '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/include' /bin/mkdir -p '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib/pkgconfig' /usr/bin/install -c -m 644 lrdf.pc '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0/debian/tmp//usr/lib/pkgconfig' make[3]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' make[2]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' make[1]: Leaving directory '/home/lamby/temp/cdt.20160629155645.mRkmX5Gbx0.liblrdf/liblrdf-0.4.0' touch debian/stamp-makefile-install Adding cdbs dependencies to debian/liblrdf0-dev.substvars dh_installdirs -pliblrdf0-dev \ Adding cdbs dependencies to debian/liblrdf0.substvars dh_installdirs -pliblrdf0 \ dh_installdocs -pliblrdf0-dev ./README ./NEWS ./AUTHORS dh_installexamples -pliblrdf0-dev dh_installman -pliblrdf0-dev dh_installinfo -pliblrdf0-dev dh_installmenu -pliblrdf0-dev dh_installcron -pliblrdf0-dev dh_installinit -pliblrdf0-dev dh_installdebconf -pliblrdf0-dev dh_installemacsen -pliblrdf0-dev dh_installcatalogs -pliblrdf0-dev dh_installpam -pliblrdf0-dev dh_installlogrotate -pliblrdf0-dev dh_installlogcheck -pliblrdf0-dev dh_installchangelogs -pliblrdf0-dev ./ChangeLog dh_installudev -pliblrdf0-dev dh_lintian -pliblrdf0-dev dh_bugfiles -pliblrdf0-dev dh_install -pliblrdf0-dev dh_link -pliblrdf0-dev dh_buildinfo -pliblrdf0-dev dh_installmime -pliblrdf0-dev dh_installgsettings -pliblrdf0-dev dh_installdocs -pliblrdf0 ./README ./NEWS ./AUTHORS dh_installexamples -pliblrdf0 dh_installman -pliblrdf0 dh_installinfo -pliblrdf0 dh_installmenu -pliblrdf0 dh_installcron -pliblrdf0 dh_installinit -pliblrdf0 dh_installdebconf -pliblrdf0 dh_installemacsen -pliblrdf0 dh_installcatalogs -pliblrdf0 dh_installpam -pliblrdf0 dh_installlogrotate -pliblrdf0 dh_installlogcheck -pliblrdf0 dh_installchangelogs -pliblrdf0 ./ChangeLog dh_installudev -pliblrdf0 dh_lintian -pliblrdf0 dh_bugfiles -pliblrdf0 dh_install -pliblrdf0 dh_link -pliblrdf0 dh_buildinfo -pliblrdf0 dh_installmime -pliblrdf0 dh_installgsettings -pliblrdf0 d-shlibmove --commit \ --movedev "debian/tmp/usr/include/*" usr/include/ \ --movedev "debian/tmp/usr/lib/pkgconfig/*.pc" usr/lib/pkgconfig/ \ --moveshl debian/tmp/usr/share/ladspa/rdf/ladspa.rdfs usr/share/ladspa/rdf/ \ debian/tmp/usr/lib/liblrdf.so Library package automatic movement utility devlibs error: There is no package matching [libraptor1-dev] and noone provides it, please report bug to d-shlibs maintainer debian/rules:65: recipe for target 'binary-post-install/liblrdf0' failed make: *** [binary-post-install/liblrdf0] Error 1 [..] The full build log is attached. Regards, -- ,''`. : :' : Chris Lamb `. `'` la...@debian.org / chris-lamb.co.uk `-
liblrdf.0.4.0-7.unstable.amd64.log.txt.gz
Description: Binary data
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers