[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: duc: falha na construção em hurd-i386



Opa,

perfeito, o upstream tinha razão.

Segue o patch e o build log do pacote no hurd-i386.


[]'s
kretcheu
:x


Em 02-04-2016 20:31, Herbert Fortes (hpfn) escreveu:
> Oi Kretcheu,
> 
> Em 02-04-2016 19:30, Paulo escreveu:
>> Opa,
>>
>> me deu mais um ótimo motivo para (re)fazer minha jaula hurd.
>>
>> Estou preparando a jaula aqui e assim que tiver notícias aviso.
>>
> 
> Ok.
> 
> 
> abraço,
> 
Description: Change PATH_MAX to DUC_PATH_MAX to solve build on hurd
Author:
Last-Update: 2016-04-03
Index: duc-1.4.1/src/libduc/index.c
===================================================================
--- duc-1.4.1.orig/src/libduc/index.c
+++ duc-1.4.1/src/libduc/index.c
@@ -282,7 +282,7 @@ static int is_fstype_allowed(struct duc_
 
 	/* Find file system type */
 
-	char path_full[PATH_MAX];
+	char path_full[DUC_PATH_MAX];
 	realpath(name, path_full);
 	struct fstype *fstype = NULL;
 	HASH_FIND_STR(req->fstypes_mounted, path_full, fstype);
@@ -555,7 +555,7 @@ static void read_mounts(duc_index_req *r
 		duc_log(req->duc, DUC_LOG_FTL, "Unable to get list of mounted file systems");
 	}
 
-	char buf[PATH_MAX];
+	char buf[DUC_PATH_MAX];
 	char *type = buf;
 	char *path;
 
Index: duc-1.4.1/src/libduc-graph/graph-private.h
===================================================================
--- duc-1.4.1.orig/src/libduc-graph/graph-private.h
+++ duc-1.4.1/src/libduc-graph/graph-private.h
@@ -36,7 +36,7 @@ struct duc_graph {
 	double width, height;
 	double tooltip_a, tooltip_r;
 	double tooltip_x, tooltip_y;
-	char tooltip_msg[PATH_MAX+256];
+	char tooltip_msg[DUC_PATH_MAX+256];
 	double r_start;
 	double fuzz;
 	int max_level;
 dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: source package duc
dpkg-buildpackage: source version 1.4.1-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Herbert Parentes Fortes Neto <hpfn@ig.com.br>
 dpkg-source --before-build duc-1.4.1
dpkg-buildpackage: host architecture hurd-i386
dpkg-source: info: applying fix_typo_libduc_duc.patch
dpkg-source: info: applying fix_typo_cmd-index.patch
dpkg-source: info: applying fix_path-max.patch
 fakeroot debian/rules clean
dh clean --with autoreconf
   dh_testdir
   debian/rules override_dh_auto_clean
make[1]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1'
dh_clean
rm -fr /home/kretcheu/pkg-duc/duc-1.4.1/debian/build /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox
rm -fr debian/*.inst
make[1]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1'
   dh_autoreconf_clean
   dh_clean
 dpkg-source -b duc-1.4.1
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building duc using existing ./duc_1.4.1.orig.tar.gz
dpkg-source: info: building duc in duc_1.4.1-1.debian.tar.xz
dpkg-source: info: building duc in duc_1.4.1-1.dsc
 debian/rules build
make: 'build' is up to date.
 fakeroot debian/rules binary
dh binary --with autoreconf
   dh_testdir
   dh_update_autotools_config
   dh_autoreconf
configure.ac:22: installing './compile'
configure.ac:19: installing './install-sh'
configure.ac:19: installing './missing'
Makefile.am: installing './depcomp'
   debian/rules override_dh_auto_configure
make[1]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1'
mkdir -p /home/kretcheu/pkg-duc/duc-1.4.1/debian/build
cd /home/kretcheu/pkg-duc/duc-1.4.1/debian/build; ../../configure --prefix=/usr
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for long file names... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for main in -lm... yes
checking for struct stat.st_blocks... yes
Selected backend tokyocabinet
checking for TC... yes
checking for CAIRO... yes
checking for PANGO... yes
checking for PANGOCAIRO... yes
checking for tputs in -lncursesw... yes
checking for XOpenDisplay in -lX11... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
checking ncursesw/ncurses.h usability... yes
checking ncursesw/ncurses.h presence... yes
checking for ncursesw/ncurses.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for dev_t... yes
checking for ino_t... yes
checking whether lstat correctly handles trailing slash... yes
checking for floor... yes
checking for memset... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for gettimeofday... yes
checking for lstat... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands


  configuration summary:

   - Package version: duc 1.4.1
   - Prefix: /usr
   - Database backend: tokyocabinet
   - X11 support: yes
   - OpenGL support: no
   - UI (ncurses) support: yes
   - Graph cairo support: yes


mkdir -p /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox
cd /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox; ../../configure --prefix=/usr --disable-cairo --disable-x11
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
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 whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for long file names... yes
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for main in -lm... yes
checking for struct stat.st_blocks... yes
Selected backend tokyocabinet
checking for TC... yes
checking for tputs in -lncursesw... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for unistd.h... (cached) yes
checking fnmatch.h usability... yes
checking fnmatch.h presence... yes
checking for fnmatch.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking ncurses.h usability... no
checking ncurses.h presence... no
checking for ncurses.h... no
checking ncurses/ncurses.h usability... no
checking ncurses/ncurses.h presence... no
checking for ncurses/ncurses.h... no
checking ncursesw/ncurses.h usability... yes
checking ncursesw/ncurses.h presence... yes
checking for ncursesw/ncurses.h... yes
checking for mode_t... yes
checking for off_t... yes
checking for size_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for dev_t... yes
checking for ino_t... yes
checking whether lstat correctly handles trailing slash... yes
checking for floor... yes
checking for memset... yes
checking for strchr... yes
checking for strdup... yes
checking for strerror... yes
checking for gettimeofday... yes
checking for lstat... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depfiles commands


  configuration summary:

   - Package version: duc 1.4.1
   - Prefix: /usr
   - Database backend: tokyocabinet
   - X11 support: no
   - OpenGL support: no
   - UI (ncurses) support: yes
   - Graph cairo support: no


make[1]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1'
   debian/rules override_dh_auto_build
make[1]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1'
cp -r src/glad/* /home/kretcheu/pkg-duc/duc-1.4.1/debian/build/src/glad/
cp -r src/glad/* /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox/src/glad/
cp src/libduc/*.h /home/kretcheu/pkg-duc/duc-1.4.1/debian/build/src/libduc/
cp src/libduc/*.h /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox/src/libduc/
cp src/libduc-graph/*.h /home/kretcheu/pkg-duc/duc-1.4.1/debian/build/src/libduc-graph/
cp src/libduc-graph/*.h /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox/src/libduc-graph/
dh_auto_build -a -- -C /home/kretcheu/pkg-duc/duc-1.4.1/debian/build
dh_auto_build -a -- -C /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox/src
make[1]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1'
   dh_auto_test
   dh_testroot
   dh_prep
   debian/rules override_dh_auto_install
make[1]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1'
/usr/bin/make -C /home/kretcheu/pkg-duc/duc-1.4.1/debian/build install DESTDIR=/home/kretcheu/pkg-duc/duc-1.4.1/debian/build.inst
make[2]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build'
depbase=`echo src/libduc/buffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/buffer.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/buffer.o ../../src/libduc/buffer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db.o ../../src/libduc/db.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db-tokyo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db-tokyo.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db-tokyo.o ../../src/libduc/db-tokyo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db-leveldb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db-leveldb.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db-leveldb.o ../../src/libduc/db-leveldb.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db-sqlite3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db-sqlite3.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db-sqlite3.o ../../src/libduc/db-sqlite3.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/dir.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/dir.o ../../src/libduc/dir.c &&\
mv -f $depbase.Tpo $depbase.Po
../../src/libduc/dir.c: In function ‘duc_dir_openent’:
../../src/libduc/dir.c:103:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&dir2->path, "%s/%s", dir->path, e->name);
   ^
depbase=`echo src/libduc/duc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/duc.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/duc.o ../../src/libduc/duc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/index.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/index.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/index.o ../../src/libduc/index.c &&\
mv -f $depbase.Tpo $depbase.Po
../../src/libduc/index.c: In function ‘scanner_scan’:
../../src/libduc/index.c:491:2: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  chdir("..");
  ^
../../src/libduc/index.c: In function ‘is_fstype_allowed’:
../../src/libduc/index.c:286:2: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result]
  realpath(name, path_full);
  ^
depbase=`echo src/libduc/canonicalize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/canonicalize.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/canonicalize.o ../../src/libduc/canonicalize.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/varint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/varint.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/varint.o ../../src/libduc/varint.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/glad/glad.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/glad/glad.o -MD -MP -MF $depbase.Tpo -c -o src/glad/glad.o src/glad/glad.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph.o ../../src/libduc-graph/graph.c &&\
mv -f $depbase.Tpo $depbase.Po
../../src/libduc-graph/graph.c: In function ‘do_dir’:
../../src/libduc-graph/graph.c:371:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&label->text, "%s\n%s", name, siz);
     ^
depbase=`echo src/libduc-graph/graph-cairo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-cairo.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-cairo.o ../../src/libduc-graph/graph-cairo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph-opengl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-opengl.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-opengl.o ../../src/libduc-graph/graph-opengl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph-svg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-svg.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-svg.o ../../src/libduc-graph/graph-svg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph-html.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-html.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-html.o ../../src/libduc-graph/graph-html.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-cgi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-cgi.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-cgi.o ../../src/duc/cmd-cgi.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-graph.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-graph.o ../../src/duc/cmd-graph.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-gui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-gui.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-gui.o ../../src/duc/cmd-gui.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-guigl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-guigl.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-guigl.o ../../src/duc/cmd-guigl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-index.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-index.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-index.o ../../src/duc/cmd-index.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-info.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-info.o ../../src/duc/cmd-info.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-ls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-ls.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-ls.o ../../src/duc/cmd-ls.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-ui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-ui.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-ui.o ../../src/duc/cmd-ui.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-xml.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-xml.o ../../src/duc/cmd-xml.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/ducrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/ducrc.o -MD -MP -MF $depbase.Tpo -c -o src/duc/ducrc.o ../../src/duc/ducrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/main.o -MD -MP -MF $depbase.Tpo -c -o src/duc/main.o ../../src/duc/main.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/i386-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security  -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o duc src/libduc/buffer.o src/libduc/db.o src/libduc/db-tokyo.o src/libduc/db-leveldb.o src/libduc/db-sqlite3.o src/libduc/dir.o src/libduc/duc.o src/libduc/index.o src/libduc/canonicalize.o src/libduc/varint.o src/glad/glad.o src/libduc-graph/graph.o src/libduc-graph/graph-cairo.o src/libduc-graph/graph-opengl.o src/libduc-graph/graph-svg.o src/libduc-graph/graph-html.o src/duc/cmd-cgi.o src/duc/cmd-graph.o src/duc/cmd-gui.o src/duc/cmd-guigl.o src/duc/cmd-index.o src/duc/cmd-info.o src/duc/cmd-ls.o src/duc/cmd-ui.o src/duc/cmd-xml.o src/duc/ducrc.o src/duc/main.o -lcairo -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo -ltokyocabinet  -lX11 -lncursesw -lm 
make[3]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build'
 /bin/mkdir -p '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build.inst/usr/bin'
  /usr/bin/install -c duc '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build.inst/usr/bin'
/usr/bin/make  install-exec-hook
make[4]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build'
/sbin/ldconfig || :;
make[4]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build'
 /bin/mkdir -p '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build.inst/usr/share/man/man1'
 /usr/bin/install -c -m 644 ../../doc/duc.1 '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build.inst/usr/share/man/man1'
make[3]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build'
make[2]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build'
/usr/bin/make -C /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox install DESTDIR=/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox.inst
make[2]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox'
depbase=`echo src/libduc/buffer.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/buffer.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/buffer.o ../../src/libduc/buffer.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db.o ../../src/libduc/db.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db-tokyo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db-tokyo.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db-tokyo.o ../../src/libduc/db-tokyo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db-leveldb.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db-leveldb.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db-leveldb.o ../../src/libduc/db-leveldb.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/db-sqlite3.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/db-sqlite3.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/db-sqlite3.o ../../src/libduc/db-sqlite3.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/dir.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/dir.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/dir.o ../../src/libduc/dir.c &&\
mv -f $depbase.Tpo $depbase.Po
../../src/libduc/dir.c: In function ‘duc_dir_openent’:
../../src/libduc/dir.c:103:3: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
   asprintf(&dir2->path, "%s/%s", dir->path, e->name);
   ^
depbase=`echo src/libduc/duc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/duc.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/duc.o ../../src/libduc/duc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/index.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/index.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/index.o ../../src/libduc/index.c &&\
mv -f $depbase.Tpo $depbase.Po
../../src/libduc/index.c: In function ‘scanner_scan’:
../../src/libduc/index.c:491:2: warning: ignoring return value of ‘chdir’, declared with attribute warn_unused_result [-Wunused-result]
  chdir("..");
  ^
../../src/libduc/index.c: In function ‘is_fstype_allowed’:
../../src/libduc/index.c:286:2: warning: ignoring return value of ‘realpath’, declared with attribute warn_unused_result [-Wunused-result]
  realpath(name, path_full);
  ^
depbase=`echo src/libduc/canonicalize.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/canonicalize.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/canonicalize.o ../../src/libduc/canonicalize.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc/varint.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc/varint.o -MD -MP -MF $depbase.Tpo -c -o src/libduc/varint.o ../../src/libduc/varint.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/glad/glad.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/glad/glad.o -MD -MP -MF $depbase.Tpo -c -o src/glad/glad.o src/glad/glad.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph.o ../../src/libduc-graph/graph.c &&\
mv -f $depbase.Tpo $depbase.Po
../../src/libduc-graph/graph.c: In function ‘do_dir’:
../../src/libduc-graph/graph.c:371:5: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result [-Wunused-result]
     asprintf(&label->text, "%s\n%s", name, siz);
     ^
depbase=`echo src/libduc-graph/graph-cairo.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-cairo.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-cairo.o ../../src/libduc-graph/graph-cairo.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph-opengl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-opengl.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-opengl.o ../../src/libduc-graph/graph-opengl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph-svg.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-svg.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-svg.o ../../src/libduc-graph/graph-svg.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/libduc-graph/graph-html.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/libduc-graph/graph-html.o -MD -MP -MF $depbase.Tpo -c -o src/libduc-graph/graph-html.o ../../src/libduc-graph/graph-html.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-cgi.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-cgi.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-cgi.o ../../src/duc/cmd-cgi.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-graph.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-graph.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-graph.o ../../src/duc/cmd-graph.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-gui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-gui.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-gui.o ../../src/duc/cmd-gui.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-guigl.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-guigl.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-guigl.o ../../src/duc/cmd-guigl.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-index.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-index.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-index.o ../../src/duc/cmd-index.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-info.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-info.o ../../src/duc/cmd-info.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-ls.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-ls.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-ls.o ../../src/duc/cmd-ls.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-ui.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-ui.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-ui.o ../../src/duc/cmd-ui.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/cmd-xml.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/cmd-xml.o -MD -MP -MF $depbase.Tpo -c -o src/duc/cmd-xml.o ../../src/duc/cmd-xml.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/ducrc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/ducrc.o -MD -MP -MF $depbase.Tpo -c -o src/duc/ducrc.o ../../src/duc/ducrc.c &&\
mv -f $depbase.Tpo $depbase.Po
depbase=`echo src/duc/main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
gcc -DHAVE_CONFIG_H -I. -I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -MT src/duc/main.o -MD -MP -MF $depbase.Tpo -c -o src/duc/main.o ../../src/duc/main.c &&\
mv -f $depbase.Tpo $depbase.Po
gcc -Isrc/libduc -Isrc/libduc-graph -Isrc/glad -g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security  -fPIE -pie -Wl,-z,relro -Wl,-z,now -Wl,--as-needed -o duc src/libduc/buffer.o src/libduc/db.o src/libduc/db-tokyo.o src/libduc/db-leveldb.o src/libduc/db-sqlite3.o src/libduc/dir.o src/libduc/duc.o src/libduc/index.o src/libduc/canonicalize.o src/libduc/varint.o src/glad/glad.o src/libduc-graph/graph.o src/libduc-graph/graph-cairo.o src/libduc-graph/graph-opengl.o src/libduc-graph/graph-svg.o src/libduc-graph/graph-html.o src/duc/cmd-cgi.o src/duc/cmd-graph.o src/duc/cmd-gui.o src/duc/cmd-guigl.o src/duc/cmd-index.o src/duc/cmd-info.o src/duc/cmd-ls.o src/duc/cmd-ui.o src/duc/cmd-xml.o src/duc/ducrc.o src/duc/main.o -ltokyocabinet  -lncursesw -lm 
make[3]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox'
 /bin/mkdir -p '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox.inst/usr/bin'
  /usr/bin/install -c duc '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox.inst/usr/bin'
/usr/bin/make  install-exec-hook
make[4]: Entering directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox'
/sbin/ldconfig || :;
make[4]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox'
 /bin/mkdir -p '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox.inst/usr/share/man/man1'
 /usr/bin/install -c -m 644 ../../doc/duc.1 '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox.inst/usr/share/man/man1'
make[3]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox'
make[2]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox'
mv /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox/duc /home/kretcheu/pkg-duc/duc-1.4.1/debian/build-nox/duc-nox
make[1]: Leaving directory '/home/kretcheu/pkg-duc/duc-1.4.1'
   dh_install
   dh_installdocs
   dh_installchangelogs
   dh_installexamples
   dh_installman
   dh_perl
   dh_link
   dh_strip_nondeterminism
   dh_compress
   dh_fixperms
   dh_strip
   dh_makeshlibs
   dh_shlibdeps
   dh_installdeb
   dh_gencontrol
   dh_md5sums
   dh_builddeb
dpkg-deb: building package 'duc-nox-dbgsym' in '../duc-nox-dbgsym_1.4.1-1_hurd-i386.deb'.
dpkg-deb: building package 'duc-nox' in '../duc-nox_1.4.1-1_hurd-i386.deb'.
dpkg-deb: building package 'duc-dbgsym' in '../duc-dbgsym_1.4.1-1_hurd-i386.deb'.
dpkg-deb: building package 'duc' in '../duc_1.4.1-1_hurd-i386.deb'.
 dpkg-genchanges  >../duc_1.4.1-1_hurd-i386.changes
dpkg-genchanges: warning: package duc-nox-dbgsym listed in files list but not in control info
dpkg-genchanges: warning: package duc-dbgsym listed in files list but not in control info
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build duc-1.4.1
dpkg-source: info: unapplying fix_path-max.patch
dpkg-source: info: unapplying fix_typo_cmd-index.patch
dpkg-source: info: unapplying fix_typo_libduc_duc.patch
dpkg-buildpackage: full upload (original source is included)
Now running lintian...
warning: the authors of lintian do not recommend running it with root privileges!
P: duc source: debian-watch-may-check-gpg-signature
X: duc: binary-file-built-without-LFS-support usr/bin/duc
X: duc-nox: binary-file-built-without-LFS-support usr/bin/duc-nox
Finished running lintian.
Now signing changes and any dsc files...
 signfile duc_1.4.1-1.dsc 5AEFBE73

Attachment: signature.asc
Description: OpenPGP digital signature


Reply to: