#1136780 oar: FTBFS: sources/core/tools/oarcgdev/oarcgdev.c:107:21: error: implicit declaration of function 'open'; did you mean 'popen'? [-Wimplicit-function-declaration]

Package:
src:oar
Source:
src:oar
Submitter:
Santiago Vila
Date:
2026-06-26 17:21:02 UTC
Severity:
normal
Tags:
#1136780#5
Date:
2026-05-15 18:10:26 UTC
From:
To:
Dear maintainer:

During a rebuild of all packages in unstable, this package failed to build.

Below you will find the last part of the build log (probably the most
relevant part, but not necessarily). If required, the full build log
is available here:

https://people.debian.org/~sanvila/build-logs/202605/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you cannot reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:oar, so that this is still
visible in the BTS web page for this package.

Thanks.
--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean --with sphinxdoc
   dh_auto_clean
	make -j2 clean
make[1]: Entering directory '/<<PKGBUILDDIR>>'
make -f Makefiles/common.mk clean
make -f Makefiles/common-libs.mk clean
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f sources/core/tools/oarsh/oarcp sources/core/tools/oardodo.c sources/core/tools/oardo.c sources/core/tools/oarcgdev/oarcgdev.c setup/logrotate.d/oar-common sources/core/tools/oarsh/oarsh_shell sources/core/tools/oarsh/oarsh sources/core/tools/oar.conf sources/core/tools/oarnodesetting_ssh sources/core/tools/update_cpuset_id.sh setup/common.sh setup/templates/header-common.sh
make[2]: Entering directory '/<<PKGBUILDDIR>>'
rm -f setup/templates/header-common-libs.sh
rm -f  sources/core/man/man1/oarsh.1 sources/core/man/man1/oarprint.1
rm -f
rm -f  sources/core/man/man8/oarnodesetting.8
rm -f

[... snipped ...]

    s#%%BINDIR%%#/usr/bin#g;;\
    s#%%CGIDIR%%#/usr/lib/cgi-bin#g;;\
    s#%%DOCDIR%%#/usr/share/doc/oar-common#g;;\
    s#%%EXAMPLEDIR%%#/usr/share/doc/oar-common/examples#g;;\
    s#%%ETCDIR%%#/etc#g;;\
    s#%%OARCONFDIR%%#/etc/oar#g;;\
    s#%%OARDIR%%#/usr/lib/oar#g;;\
    s#%%SHAREDIR%%#/usr/share/oar/oar-common#g;;\
    s#%%PERLLIBDIR%%#/usr/share/perl5#g;;\
    s#%%RUNDIR%%#/var/run#g;;\
    s#%%LOGDIR%%#/var/log#g;;\
    s#%%MANDIR%%#/usr/share/man#g;;\
    s#%%SBINDIR%%#/usr/sbin#g;;\
    s#%%VARLIBDIR%%#/var/lib#g;;\
    s#%%OARHOMEDIR%%#/var/lib/oar#g;;\
    s#%%ROOTUSER%%#root#g;;\
    s#%%ROOTGROUP%%#root#g;;\
    s#%%OARDO_DEFAULTUSER%%#root#g;;\
    s#%%OARDO_DEFAULTGROUP%%#oar#g;;\
    s#%%OARUSER%%#oar#g;;\
    s#%%OAROWNER%%#oar#g;;\
    s#%%OAROWNERGROUP%%#oar#g;;\
    s#%%WWWUSER%%#www-data#g;;\
    s#%%APACHECONFDIR%%#/etc/apache2#g;;\
    s#%%WWWROOTDIR%%#/var/www#g;;\
    s#%%WWWDIR%%#/usr/share/oar-web-status#g;;\
    s#%%XAUTHCMDPATH%%#/usr/bin/xauth#g;;\
    s#%%OARSHCMD%%#oarsh_oardo#g;;\
    s#%%INITDIR%%#/etc/init.d#g;;\
    s#%%DEFAULTDIR%%#/etc/default#g;;\
    s#%%SETUP_TYPE%%#deb#g;;\
    s#%%TARGET_DIST%%#debian#g;;\
    s#%%OARDOPATH%%#/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/lib/oar/oardodo#;;\
    " "setup/templates/header-common.sh.in" > setup/templates/header-common.sh
cat setup/templates/header-common.sh setup/common.sh > setup/common.sh.out
make -f Makefiles/man.mk build
make[4]: Entering directory '/<<PKGBUILDDIR>>'
perl -pe "s#%%PREFIX%%#/usr#g;;\
    s#%%BINDIR%%#/usr/bin#g;;\
    s#%%CGIDIR%%#/usr/lib/cgi-bin#g;;\
    s#%%DOCDIR%%#/usr/share/doc/oar-common#g;;\
    s#%%EXAMPLEDIR%%#/usr/share/doc/oar-common/examples#g;;\
    s#%%ETCDIR%%#/etc#g;;\
    s#%%OARCONFDIR%%#/etc/oar#g;;\
    s#%%OARDIR%%#/usr/lib/oar#g;;\
    s#%%SHAREDIR%%#/usr/share/oar/oar-common#g;;\
    s#%%PERLLIBDIR%%#/usr/share/perl5#g;;\
    s#%%RUNDIR%%#/var/run#g;;\
    s#%%LOGDIR%%#/var/log#g;;\
    s#%%MANDIR%%#/usr/share/man#g;;\
    s#%%SBINDIR%%#/usr/sbin#g;;\
    s#%%VARLIBDIR%%#/var/lib#g;;\
    s#%%OARHOMEDIR%%#/var/lib/oar#g;;\
    s#%%ROOTUSER%%#root#g;;\
    s#%%ROOTGROUP%%#root#g;;\
    s#%%OARDO_DEFAULTUSER%%#root#g;;\
    s#%%OARDO_DEFAULTGROUP%%#oar#g;;\
    s#%%OARUSER%%#oar#g;;\
    s#%%OAROWNER%%#oar#g;;\
    s#%%OAROWNERGROUP%%#oar#g;;\
    s#%%WWWUSER%%#www-data#g;;\
    s#%%APACHECONFDIR%%#/etc/apache2#g;;\
    s#%%WWWROOTDIR%%#/var/www#g;;\
    s#%%WWWDIR%%#/usr/share/oar-web-status#g;;\
    s#%%XAUTHCMDPATH%%#/usr/bin/xauth#g;;\
    s#%%OARSHCMD%%#oarsh_oardo#g;;\
    s#%%INITDIR%%#/etc/init.d#g;;\
    s#%%DEFAULTDIR%%#/etc/default#g;;\
    s#%%SETUP_TYPE%%#deb#g;;\
    s#%%TARGET_DIST%%#debian#g;;\
    s#%%OARDOPATH%%#/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/lib/oar/oardodo#;;\
    " "sources/core/man/man8/oar-database.pod.in" > sources/core/man/man8/oar-database.pod
perl -pe "s#%%PREFIX%%#/usr#g;;\
    s#%%BINDIR%%#/usr/bin#g;;\
    s#%%CGIDIR%%#/usr/lib/cgi-bin#g;;\
    s#%%DOCDIR%%#/usr/share/doc/oar-common#g;;\
    s#%%EXAMPLEDIR%%#/usr/share/doc/oar-common/examples#g;;\
    s#%%ETCDIR%%#/etc#g;;\
    s#%%OARCONFDIR%%#/etc/oar#g;;\
    s#%%OARDIR%%#/usr/lib/oar#g;;\
    s#%%SHAREDIR%%#/usr/share/oar/oar-common#g;;\
    s#%%PERLLIBDIR%%#/usr/share/perl5#g;;\
    s#%%RUNDIR%%#/var/run#g;;\
    s#%%LOGDIR%%#/var/log#g;;\
    s#%%MANDIR%%#/usr/share/man#g;;\
    s#%%SBINDIR%%#/usr/sbin#g;;\
    s#%%VARLIBDIR%%#/var/lib#g;;\
    s#%%OARHOMEDIR%%#/var/lib/oar#g;;\
    s#%%ROOTUSER%%#root#g;;\
    s#%%ROOTGROUP%%#root#g;;\
    s#%%OARDO_DEFAULTUSER%%#root#g;;\
    s#%%OARDO_DEFAULTGROUP%%#oar#g;;\
    s#%%OARUSER%%#oar#g;;\
    s#%%OAROWNER%%#oar#g;;\
    s#%%OAROWNERGROUP%%#oar#g;;\
    s#%%WWWUSER%%#www-data#g;;\
    s#%%APACHECONFDIR%%#/etc/apache2#g;;\
    s#%%WWWROOTDIR%%#/var/www#g;;\
    s#%%WWWDIR%%#/usr/share/oar-web-status#g;;\
    s#%%XAUTHCMDPATH%%#/usr/bin/xauth#g;;\
    s#%%OARSHCMD%%#oarsh_oardo#g;;\
    s#%%INITDIR%%#/etc/init.d#g;;\
    s#%%DEFAULTDIR%%#/etc/default#g;;\
    s#%%SETUP_TYPE%%#deb#g;;\
    s#%%TARGET_DIST%%#debian#g;;\
    s#%%OARDOPATH%%#/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/lib/oar/oardodo#;;\
    " "sources/core/man/man8/oar_phoenix.pod.in" > sources/core/man/man8/oar_phoenix.pod
perl -pe "s#%%PREFIX%%#/usr#g;;\
    s#%%BINDIR%%#/usr/bin#g;;\
    s#%%CGIDIR%%#/usr/lib/cgi-bin#g;;\
    s#%%DOCDIR%%#/usr/share/doc/oar-common#g;;\
    s#%%EXAMPLEDIR%%#/usr/share/doc/oar-common/examples#g;;\
    s#%%ETCDIR%%#/etc#g;;\
    s#%%OARCONFDIR%%#/etc/oar#g;;\
    s#%%OARDIR%%#/usr/lib/oar#g;;\
    s#%%SHAREDIR%%#/usr/share/oar/oar-common#g;;\
    s#%%PERLLIBDIR%%#/usr/share/perl5#g;;\
    s#%%RUNDIR%%#/var/run#g;;\
    s#%%LOGDIR%%#/var/log#g;;\
    s#%%MANDIR%%#/usr/share/man#g;;\
    s#%%SBINDIR%%#/usr/sbin#g;;\
    s#%%VARLIBDIR%%#/var/lib#g;;\
    s#%%OARHOMEDIR%%#/var/lib/oar#g;;\
    s#%%ROOTUSER%%#root#g;;\
    s#%%ROOTGROUP%%#root#g;;\
    s#%%OARDO_DEFAULTUSER%%#root#g;;\
    s#%%OARDO_DEFAULTGROUP%%#oar#g;;\
    s#%%OARUSER%%#oar#g;;\
    s#%%OAROWNER%%#oar#g;;\
    s#%%OAROWNERGROUP%%#oar#g;;\
    s#%%WWWUSER%%#www-data#g;;\
    s#%%APACHECONFDIR%%#/etc/apache2#g;;\
    s#%%WWWROOTDIR%%#/var/www#g;;\
    s#%%WWWDIR%%#/usr/share/oar-web-status#g;;\
    s#%%XAUTHCMDPATH%%#/usr/bin/xauth#g;;\
    s#%%OARSHCMD%%#oarsh_oardo#g;;\
    s#%%INITDIR%%#/etc/init.d#g;;\
    s#%%DEFAULTDIR%%#/etc/default#g;;\
    s#%%SETUP_TYPE%%#deb#g;;\
    s#%%TARGET_DIST%%#debian#g;;\
    s#%%OARDOPATH%%#/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/lib/oar/oardodo#;;\
    " "sources/core/man/man8/oaradmin.pod.in" > sources/core/man/man8/oaradmin.pod
perl -pe "s#%%PREFIX%%#/usr#g;;\
    s#%%BINDIR%%#/usr/bin#g;;\
    s#%%CGIDIR%%#/usr/lib/cgi-bin#g;;\
    s#%%DOCDIR%%#/usr/share/doc/oar-common#g;;\
    s#%%EXAMPLEDIR%%#/usr/share/doc/oar-common/examples#g;;\
    s#%%ETCDIR%%#/etc#g;;\
    s#%%OARCONFDIR%%#/etc/oar#g;;\
    s#%%OARDIR%%#/usr/lib/oar#g;;\
    s#%%SHAREDIR%%#/usr/share/oar/oar-common#g;;\
    s#%%PERLLIBDIR%%#/usr/share/perl5#g;;\
    s#%%RUNDIR%%#/var/run#g;;\
    s#%%LOGDIR%%#/var/log#g;;\
    s#%%MANDIR%%#/usr/share/man#g;;\
    s#%%SBINDIR%%#/usr/sbin#g;;\
    s#%%VARLIBDIR%%#/var/lib#g;;\
    s#%%OARHOMEDIR%%#/var/lib/oar#g;;\
    s#%%ROOTUSER%%#root#g;;\
    s#%%ROOTGROUP%%#root#g;;\
    s#%%OARDO_DEFAULTUSER%%#root#g;;\
    s#%%OARDO_DEFAULTGROUP%%#oar#g;;\
    s#%%OARUSER%%#oar#g;;\
    s#%%OAROWNER%%#oar#g;;\
    s#%%OAROWNERGROUP%%#oar#g;;\
    s#%%WWWUSER%%#www-data#g;;\
    s#%%APACHECONFDIR%%#/etc/apache2#g;;\
    s#%%WWWROOTDIR%%#/var/www#g;;\
    s#%%WWWDIR%%#/usr/share/oar-web-status#g;;\
    s#%%XAUTHCMDPATH%%#/usr/bin/xauth#g;;\
    s#%%OARSHCMD%%#oarsh_oardo#g;;\
    s#%%INITDIR%%#/etc/init.d#g;;\
    s#%%DEFAULTDIR%%#/etc/default#g;;\
    s#%%SETUP_TYPE%%#deb#g;;\
    s#%%TARGET_DIST%%#debian#g;;\
    s#%%OARDOPATH%%#/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/lib/oar/oardodo#;;\
    " "sources/core/man/man8/oarnodecheckrun.pod.in" > sources/core/man/man8/oarnodecheckrun.pod
cp setup/templates/header.sh.in setup/templates/header-man.sh.in
pod2man --section=1 --release="oardel" --center "OAR commands" --name="oardel" "sources/core/man/man1/oardel.pod" > sources/core/man/man1/oardel.1
pod2man --section=1 --release="oarhold" --center "OAR commands" --name="oarhold" "sources/core/man/man1/oarhold.pod" > sources/core/man/man1/oarhold.1
pod2man --section=1 --release="oarmonitor_graph_gen" --center "OAR commands" --name="oarmonitor_graph_gen" "sources/core/man/man1/oarmonitor_graph_gen.pod" > sources/core/man/man1/oarmonitor_graph_gen.1
pod2man --section=1 --release="oarnodes" --center "OAR commands" --name="oarnodes" "sources/core/man/man1/oarnodes.pod" > sources/core/man/man1/oarnodes.1
pod2man --section=1 --release="oarresume" --center "OAR commands" --name="oarresume" "sources/core/man/man1/oarresume.pod" > sources/core/man/man1/oarresume.1
pod2man --section=1 --release="oarstat" --center "OAR commands" --name="oarstat" "sources/core/man/man1/oarstat.pod" > sources/core/man/man1/oarstat.1
pod2man --section=1 --release="oarsub" --center "OAR commands" --name="oarsub" "sources/core/man/man1/oarsub.pod" > sources/core/man/man1/oarsub.1
pod2man --section=1 --release="oarwalltime" --center "OAR commands" --name="oarwalltime" "sources/core/man/man1/oarwalltime.pod" > sources/core/man/man1/oarwalltime.1
pod2man --section=8 --release="Almighty" --center "OAR commands" --name="Almighty" "sources/core/man/man8/Almighty.pod" > sources/core/man/man8/Almighty.8
pod2man --section=8 --release="oar-server" --center "OAR commands" --name="oar-server" "sources/core/man/man8/oar-server.pod" > sources/core/man/man8/oar-server.8
pod2man --section=8 --release="oar_mysql_db_init" --center "OAR commands" --name="oar_mysql_db_init" "sources/core/man/man8/oar_mysql_db_init.pod" > sources/core/man/man8/oar_mysql_db_init.8
pod2man --section=8 --release="oar_psql_db_init" --center "OAR commands" --name="oar_psql_db_init" "sources/core/man/man8/oar_psql_db_init.pod" > sources/core/man/man8/oar_psql_db_init.8
pod2man --section=8 --release="oar_resources_add" --center "OAR commands" --name="oar_resources_add" "sources/core/man/man8/oar_resources_add.pod" > sources/core/man/man8/oar_resources_add.8
pod2man --section=8 --release="oar_resources_init" --center "OAR commands" --name="oar_resources_init" "sources/core/man/man8/oar_resources_init.pod" > sources/core/man/man8/oar_resources_init.8
pod2man --section=8 --release="oaraccounting" --center "OAR commands" --name="oaraccounting" "sources/core/man/man8/oaraccounting.pod" > sources/core/man/man8/oaraccounting.8
pod2man --section=8 --release="oaradmissionrules" --center "OAR commands" --name="oaradmissionrules" "sources/core/man/man8/oaradmissionrules.pod" > sources/core/man/man8/oaradmissionrules.8
pod2man --section=8 --release="oarmonitor" --center "OAR commands" --name="oarmonitor" "sources/core/man/man8/oarmonitor.pod" > sources/core/man/man8/oarmonitor.8
pod2man --section=8 --release="oarnotify" --center "OAR commands" --name="oarnotify" "sources/core/man/man8/oarnotify.pod" > sources/core/man/man8/oarnotify.8
pod2man --section=8 --release="oarproperty" --center "OAR commands" --name="oarproperty" "sources/core/man/man8/oarproperty.pod" > sources/core/man/man8/oarproperty.8
pod2man --section=8 --release="oarremoveresource" --center "OAR commands" --name="oarremoveresource" "sources/core/man/man8/oarremoveresource.pod" > sources/core/man/man8/oarremoveresource.8
pod2man --section=8 --release="pam_oar_adopt" --center "OAR commands" --name="pam_oar_adopt" "sources/core/man/man8/pam_oar_adopt.pod" > sources/core/man/man8/pam_oar_adopt.8
pod2man --section=8 --release="oar-database" --center "OAR commands" --name="oar-database" "sources/core/man/man8/oar-database.pod" > sources/core/man/man8/oar-database.8
pod2man --section=8 --release="oar_phoenix" --center "OAR commands" --name="oar_phoenix" "sources/core/man/man8/oar_phoenix.pod" > sources/core/man/man8/oar_phoenix.8
pod2man --section=8 --release="oaradmin" --center "OAR commands" --name="oaradmin" "sources/core/man/man8/oaradmin.pod" > sources/core/man/man8/oaradmin.8
pod2man --section=8 --release="oarnodecheckrun" --center "OAR commands" --name="oarnodecheckrun" "sources/core/man/man8/oarnodecheckrun.pod" > sources/core/man/man8/oarnodecheckrun.8
perl -pe "s#%%PREFIX%%#/usr#g;;\
    s#%%BINDIR%%#/usr/bin#g;;\
    s#%%CGIDIR%%#/usr/lib/cgi-bin#g;;\
    s#%%DOCDIR%%#/usr/share/doc/oar-common#g;;\
    s#%%EXAMPLEDIR%%#/usr/share/doc/oar-common/examples#g;;\
    s#%%ETCDIR%%#/etc#g;;\
    s#%%OARCONFDIR%%#/etc/oar#g;;\
    s#%%OARDIR%%#/usr/lib/oar#g;;\
    s#%%SHAREDIR%%#/usr/share/oar/oar-common#g;;\
    s#%%PERLLIBDIR%%#/usr/share/perl5#g;;\
    s#%%RUNDIR%%#/var/run#g;;\
    s#%%LOGDIR%%#/var/log#g;;\
    s#%%MANDIR%%#/usr/share/man#g;;\
    s#%%SBINDIR%%#/usr/sbin#g;;\
    s#%%VARLIBDIR%%#/var/lib#g;;\
    s#%%OARHOMEDIR%%#/var/lib/oar#g;;\
    s#%%ROOTUSER%%#root#g;;\
    s#%%ROOTGROUP%%#root#g;;\
    s#%%OARDO_DEFAULTUSER%%#root#g;;\
    s#%%OARDO_DEFAULTGROUP%%#oar#g;;\
    s#%%OARUSER%%#oar#g;;\
    s#%%OAROWNER%%#oar#g;;\
    s#%%OAROWNERGROUP%%#oar#g;;\
    s#%%WWWUSER%%#www-data#g;;\
    s#%%APACHECONFDIR%%#/etc/apache2#g;;\
    s#%%WWWROOTDIR%%#/var/www#g;;\
    s#%%WWWDIR%%#/usr/share/oar-web-status#g;;\
    s#%%XAUTHCMDPATH%%#/usr/bin/xauth#g;;\
    s#%%OARSHCMD%%#oarsh_oardo#g;;\
    s#%%INITDIR%%#/etc/init.d#g;;\
    s#%%DEFAULTDIR%%#/etc/default#g;;\
    s#%%SETUP_TYPE%%#deb#g;;\
    s#%%TARGET_DIST%%#debian#g;;\
    s#%%OARDOPATH%%#/bin:/sbin:/usr/bin:/usr/sbin:/usr/bin:/usr/sbin:/usr/lib/oar/oardodo#;;\
    " "setup/templates/header-man.sh.in" > setup/templates/header-man.sh
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make -f Makefiles/oardo/oardo.mk build CMD_WRAPPER=/usr/lib/oar/oarsh CMD_TARGET=/<<PKGBUILDDIR>>/debian/oar-common/usr/bin/oarsh
make[4]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p $(dirname Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%bin%oarsh)
sed -e 's#\(define CMD_WRAPPER \).*#\1 "/usr/lib/oar/oarsh"#' \
		sources/core/tools/oardo.c > "Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%bin%oarsh.c"
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2 -o Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%bin%oarsh "Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%bin%oarsh.c"
# Nothing to do
rm Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%bin%oarsh.c
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
make -f Makefiles/oardo/oardo.mk build CMD_WRAPPER=/usr/lib/oar/oarnodesetting CMD_TARGET=/<<PKGBUILDDIR>>/debian/oar-common/usr/sbin/oarnodesetting
make[4]: Entering directory '/<<PKGBUILDDIR>>'
mkdir -p $(dirname Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%sbin%oarnodesetting)
sed -e 's#\(define CMD_WRAPPER \).*#\1 "/usr/lib/oar/oarnodesetting"#' \
		sources/core/tools/oardo.c > "Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%sbin%oarnodesetting.c"
cc -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -Wl,-z,now -Wdate-time -D_FORTIFY_SOURCE=2 -o Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%sbin%oarnodesetting "Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%sbin%oarnodesetting.c"
# Nothing to do
rm Makefiles/oardo/build/%build%oar-7FynwD%oar-2.6.1%debian%oar-common%usr%sbin%oarnodesetting.c
make[4]: Leaving directory '/<<PKGBUILDDIR>>'
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -Wl,-z,now -o sources/core/tools/oardodo sources/core/tools/oardodo.c
cc -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -Wl,-z,relro -Wl,-z,now sources/core/tools/oarcgdev/oarcgdev.c -lelf -lz -lbpf -o sources/core/tools/oarcgdev/oarcgdev
sources/core/tools/oarcgdev/oarcgdev.c: In function ‘main’:
sources/core/tools/oarcgdev/oarcgdev.c:107:21: error: implicit declaration of function ‘open’; did you mean ‘popen’? [-Wimplicit-function-declaration]
  107 |         cgroup_fd = open(cgroup_path, O_RDONLY);
      |                     ^~~~
      |                     popen
sources/core/tools/oarcgdev/oarcgdev.c:107:39: error: ‘O_RDONLY’ undeclared (first use in this function); did you mean ‘MS_RDONLY’?
  107 |         cgroup_fd = open(cgroup_path, O_RDONLY);
      |                                       ^~~~~~~~
      |                                       MS_RDONLY
sources/core/tools/oarcgdev/oarcgdev.c:107:39: note: each undeclared identifier is reported only once for each function it appears in
make[3]: *** [Makefiles/common.mk:42: build] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>'
make[2]: *** [Makefile:140: packages-build] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 INSTALL="install --strip-program=true" -e packages-build PACKAGES_DIR=/<<PKGBUILDDIR>>/debian returned exit code 2
make[1]: *** [debian/rules:39: override_dh_auto_build] Error 25
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:36: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess failed with exit status 2
--------------------------------------------------------------------------------

#1136780#10
Date:
2026-06-13 05:09:56 UTC
From:
To:
Dear maintainer,

I've prepared an NMU for oar (versioned as 2.6.1-1.1) and uploaded
it to DELAYED/14. Please feel free to tell me if I should cancel it.

cu
Adrian

#1136780#19
Date:
2026-06-26 17:18:49 UTC
From:
To:
We believe that the bug you reported is fixed in the latest version of
oar, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1136780@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Adrian Bunk <bunk@debian.org> (supplier of updated oar package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)
Format: 1.8
Date: Sat, 13 Jun 2026 08:03:30 +0300
Source: oar
Architecture: source
Version: 2.6.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Pierre Neyron <pierre.neyron@free.fr>
Changed-By: Adrian Bunk <bunk@debian.org>
Closes: 1136780
Changes:
 oar (2.6.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix FTBFS. (Closes: #1136780)
Checksums-Sha1:
 3a32bde91833657de9b86e0f4c78bd0a84fb3990 2508 oar_2.6.1-1.1.dsc
 c850d5f4015f3f9ef3df9e10bf37cdc126a331aa 13052 oar_2.6.1-1.1.debian.tar.xz
Checksums-Sha256:
 53c5c35d07d409ccb479d3b713cbb0bfc2ef7356f85f18bbe77a182102b96f16 2508 oar_2.6.1-1.1.dsc
 140b7fb113f003fca31dbdc88eef4f4fdcddee77480875696d7c88fe1a13435e 13052 oar_2.6.1-1.1.debian.tar.xz
Files:
 e05a416ee2e1238e6261030c8ab9e7ec 2508 utils optional oar_2.6.1-1.1.dsc
 1d9c11ad815ef237edf760ffb1b45ab6 13052 utils optional oar_2.6.1-1.1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEOvp1f6xuoR0v9F3wiNJCh6LYmLEFAmos5egACgkQiNJCh6LY
mLEtqg//dSEYrBikaslFeqW+UxcsEGjNoM7WkVRMWXtBdmOiK7wWuP5W39A2GCBV
sRwxQ5ovs6C1SRTAWJg/gdM+jopz+XSqNZr274P7aPXCdbwqasPpQ5cPH7QFoeQs
KT/uGGV77w9Tmds1cdKxgHQ4FK/HgGOIwr2ndKfJq2vwHpqsh3vHfLL6TlfirYqi
rnefll4uZiC/Xt6tWD8BbsaVb6wZqKmq5jqJxswGxpYt3Yyzah3eBqUzXVJPaZJF
/ltt9AM8jKobKnqPgGDmBsxtdyHav35JUuigUZzZU9dbU+kAqMDxBxoemaiTP/5T
gSACOqCuOIGcoCtuzAJgyMwcrW7RbAV7x+dk+zlkam1H1i9ufAhdr8wVhsC0oGcp
aWqxutchB8PVG9U2wrp++fblYyPOZszQC7SG4mF8Z9MWXzM9Xos5TA05sJfS13Ph
esP5zTvNA568EjvxoT23ZYSAELDD8+zjaU/tUsnm5bRkMZvo9vahnZVAmPhAjsWF
wb/BQmSZ4/myXeABh9kKPyDwDztaB4IGCt4liSmgOKejKJ1AssVPn7hOWl5Y4jop
CKi7SVDQI5dI11LJ4l7TdlEnQHLbEStHv8RHfXT57z9y0FzYHM6HhzfZ2go7WqUf
pGDvgeK677NVjczNd+EIqD+YjF/NRuG71GjJUiNrk3C0BUE4k10=
=2UpG
-----END PGP SIGNATURE-----