Hi, the buildd run for newly uploaded libburn failed obviously because my upstream ./configure did not recognize the need for linking with libcam.
Main suspect is this probably clueless change http://libburnia-project.org/changeset/5435 - case $target_os in + case $target in ... kfreebsd*-gnu) if it is not due the upgrade of the buildd machine from GNU/kFreeBSD 9.0 to GNU/kFreeBSD 10.1 between the last successful buildd run and today's failed one. https://buildd.debian.org/status/fetch.php?pkg=libburn&arch=kfreebsd-amd64&ver=1.3.2-1.1&stamp=1409358080 https://buildd.debian.org/status/fetch.php?pkg=libburn&arch=kfreebsd-amd64&ver=1.4.0-2&stamp=1441885397 ---------------------------------------------------------- So what pattern to use for recognizing Debian GNU/kFreeBSD kernel by autotools variable $target ? ---------------------------------------------------------- I dimly remember there was a web page about recognizing kFreeBSD. But somehow i cannot find it. https://glibc-bsd.alioth.debian.org/porting/PORTING might be it, but the "triplet" pattern is what fails and the "uname" pattern for Linux does not like *-*-linux*) which works fine for libburn-1.4.0 on buildd. Have a nice day :) Thomas

