Source: cctools Version: 4.0-1.1 Severity: serious Tags: buster sid https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/cctools.html
... gcc -I/build/1st/cctools-4.0/dttools/src -I/build/1st/cctools-4.0/work_queue/src -I/build/1st/cctools-4.0/sand/src -I/build/1st/cctools-4.0/allpairs/src -I/build/1st/cctools-4.0/wavefront/src -I/build/1st/cctools-4.0/makeflow/src -I/build/1st/cctools-4.0/ftp_lite/src -I/build/1st/cctools-4.0/s3tools/src -I/build/1st/cctools-4.0/chirp/src -I/build/1st/cctools-4.0/parrot/src -I/build/1st/cctools-4.0/resource_monitor/src -D__EXTENSIONS__ -D_LARGEFILE64_SOURCE -D__LARGE64_FILES -Wall -Wextra -Wno-unused-parameter -Wno-unknown-pragmas -Wno-deprecated-declarations -fno-exceptions -g -O2 -fdebug-prefix-map=/build/1st/cctools-4.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wno-unused-result -fPIC -I/usr/lib/globus/include -I/usr/include/globus -DHAS_GLOBUS_GSS -DHAS_MYSQL -DHAS_BXGRID -I/usr/include/mpi -DHAS_MPI -DHAS_LIBREADLINE -DHAS_FUSE -DHAS_KRB5 -DHAS_STRSIGNAL -DHAS_PREAD -DHAS_PWRITE -DHAS_SYS_STATFS_H -DHAS_SYS_STATVFS_H -DHAS_SYS_XATTR_H -DHAS_FTS_H -DINSTALL_PATH ='"/nonexistent/first-build/cctools"' -g -D_REENTRANT -D_GNU_SOURCE -DBUILD_USER='"pbuilder1"' -DBUILD_HOST='"profitbricks-build15-amd64"' -DCCTOOLS_VERSION_MAJOR=4 -DCCTOOLS_VERSION_MINOR=0 -DCCTOOLS_VERSION_MICRO='"0"' -DCCTOOLS_VERSION='"4.0.0-RELEASE"' -DCCTOOLS_RELEASE_DATE='"02/20/2019"' -DCCTOOLS_CONFIGURE_ARGUMENTS='"--with-globus-path /usr --with-mysql-path /usr --with-krb5-path /usr --with-readline-path /usr --with-mpi-path /usr --with-fuse-path /usr --with-zlib-path /usr --with-python-path /usr"' -DCCTOOLS_SYSTEM_INFORMATION='"Linux profitbricks-build15-amd64 4.9.0-5-amd64 #1 SMP Debian 4.9.65-3+deb9u2 (2018-01-04) x86_64 GNU/Linux"' -DCCTOOLS_OPSYS_LINUX -DCCTOOLS_CPU_AMD64 -c mpi_queue_worker.c -o mpi_queue_worker.o mpi_queue_worker.c: In function 'main': mpi_queue_worker.c:551:23: error: array type has incomplete element type 'struct option' static struct option long_options[] = { ^~~~~~~~~~~~ mpi_queue_worker.c:552:13: error: 'required_argument' undeclared (first use in this function) {"debug", required_argument, 0, 'd'}, ^~~~~~~~~~~~~~~~~ mpi_queue_worker.c:552:13: note: each undeclared identifier is reported only once for each function it appears in mpi_queue_worker.c:562:13: warning: implicit declaration of function 'getopt_long'; did you mean 'getpayload'? [-Wimplicit-function-declaration] while((c = getopt_long(argc, argv, "d:ho:t:w:v", long_options, NULL)) > -1) { ^~~~~~~~~~~ getpayload mpi_queue_worker.c:551:23: warning: unused variable 'long_options' [-Wunused-variable] static struct option long_options[] = { ^~~~~~~~~~~~ ../../Makefile.rules:6: recipe for target 'mpi_queue_worker.o' failed make[3]: *** [mpi_queue_worker.o] Error 1