notfound 850073 0.73.0 found 850073 0.7.0-1 thanks
Hello Dave, sorry for the delay. I got a little distracted by creating a hppa chroot ... I assumed version 0.73.0 was just mixed up from the sbuild version, so I am trying to change it to 0.7.0. Due to [2] there is currently a version 0.7.1-1 built for hppa. I assume this build is overriding dh_auto_configure as you suggested, comparing with the last failed log [1]. Before 0.7.0 dh_auto_configure was already overriden, but I moved it into the DEB_CONFIGURE_EXTRA_FLAGS [4]. Probably due to a warning or lintian message that I cannot reproduce now. Always setting the configure parameter seems to be also a leftover from the time where dvbcut delivered its own source copy of ffmpeg. After that got removed the following line in configure.ac is reached without ffmpeg_lib being set and therefore leaving the '-L' alone. LDFLAGS="-L$ffmpeg_lib $LDFLAGS" On the other architectures this seem to work because the '-L' is followed by x86_64: gcc ... -L -Wl,-z,relro -Wl,-z,now conftest.c ... hppa: gcc ... -L conftest.c ... So I am going to plan to move the LDFLAGS line to the two places where ffmpeg_lib gets set and remove DEB_CONFIGURE_EXTRA_FLAGS altogether. Is it ok if we postpone this after the stretch freeze period? Kind regards, Bernhard [1] https://buildd.debian.org/status/fetch.php?pkg=dvbcut&arch=hppa&ver=0.7.1-1&stamp=1483470185 [2] https://buildd.debian.org/status/fetch.php?pkg=dvbcut&arch=hppa&ver=0.7.1-1&stamp=1483473648 [3] https://buildd.debian.org/status/logs.php?pkg=dvbcut&arch=hppa [4] https://github.com/bernhardu/dvbcut-deb/commit/fec8b06e6b8a2f04b0f61c398e177d1a95ebfb0d