Bug#761174: plplot: FTBFS on kfreebsd-i386 reproducibly

2014-09-16 Thread Andrew Ross
On Thu, Sep 11, 2014 at 03:12:43PM +0200, Emilio Pozuelo Monfort wrote:
 On 11/09/14 15:01, Olly Betts wrote:
  On Thu, Sep 11, 2014 at 01:54:06PM +0200, Axel Beckert wrote:
  plplot FTBFS on kfreebsd-i386 (only) due to missing/broken ada compiler:
 
  https://buildd.debian.org/status/logs.php?pkg=plplotver=5.10.0-0.1arch=kfreebsd-i386
 
  I was able to reproduce the issue in the sid chroot on
  fischer.debian.org. I noticed the following in the build log:
 
  -- WARNING: no working Ada compiler so disabling Ada bindings and examples.
  
  I notice popcon shows no installs at all of any sort for the plplot
  ada-related binary packages, so disabling them for all architectures (at
  least for jessie) may be a reasonable solution if this isn't easy to
  fix:
  
  https://qa.debian.org/popcon.php?package=plplot
  
  Not all users run popcon, but this does strongly suggest they aren't
  widely used currently.
 
 This is probably a side-effect of #759407 which should be fixed. When that's
 fixed, plplot will probably build just fine on k-i.

I agree with this analysis. I'd rather not disable ada unless necessary so I'll 
propose a wait and see approach.

Andrew


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#761174: plplot: FTBFS on kfreebsd-i386 reproducibly

2014-09-11 Thread Axel Beckert
Source: plplot
Version: 5.10.0-0.1
Severity: serious
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

plplot FTBFS on kfreebsd-i386 (only) due to missing/broken ada compiler:

https://buildd.debian.org/status/logs.php?pkg=plplotver=5.10.0-0.1arch=kfreebsd-i386

I was able to reproduce the issue in the sid chroot on
fischer.debian.org. I noticed the following in the build log:

-- WARNING: no working Ada compiler so disabling Ada bindings and examples.

This is consistent with files missing to include in the built ada
packages.

There are tons of Ada warnings in the lines before that one. They are
also in the build logs on buildd.debian.org linked above:

-- Check for working Ada builder: /usr/bin/gnatmake
-- Check for working Ada builder: /usr/bin/gnatmake -- broken
CMake Error at 
/«PKGBUILDDIR»/cmake/modules/language_support/cmake/CMakeTestAdaCompiler.cmake:48
 (MESSAGE):
  The Ada builder /usr/bin/gnatmake is not able to compile, bind, and link
  a simple test program.

  It fails with the following output:

   Change Dir: 
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp

  

  Run Build Command:/usr/bin/make

  make[1]: Entering directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  /usr/bin/cmake
  -H/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp
  -B/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp
  --check-build-system CMakeFiles/Makefile.cmake 0

  /usr/bin/cmake -E cmake_progress_start
  
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles
  
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles/progress.marks


  /usr/bin/make -f CMakeFiles/Makefile2 all

  make[2]: Entering directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  /usr/bin/make -f CMakeFiles/testadacompiler.dir/build.make
  CMakeFiles/testadacompiler.dir/depend

  make[3]: Entering directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  cd
  /«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp
   /usr/bin/cmake -E cmake_depends Unix Makefiles
  /«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp
  /«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp
  /«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp
  /«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp
  
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles/testadacompiler.dir/DependInfo.cmake


  Scanning dependencies of target testadacompiler

  make[3]: Leaving directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  /usr/bin/make -f CMakeFiles/testadacompiler.dir/build.make
  CMakeFiles/testadacompiler.dir/build

  make[3]: Entering directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  /usr/bin/cmake -E cmake_progress_report
  
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp/CMakeFiles
  1

  [100%] Building Ada object CMakeFiles/testadacompiler.dir/testadacompiler.o

  /usr/bin/gnatgcc -c
  
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp/testadacompiler.adb
  -o CMakeFiles/testadacompiler.dir/testadacompiler.o

  gnatgcc: error trying to exec 'gnat1': execvp: No such file or directory

  CMakeFiles/testadacompiler.dir/build.make:57: recipe for target
  'CMakeFiles/testadacompiler.dir/testadacompiler.o' failed

  make[3]: *** [CMakeFiles/testadacompiler.dir/testadacompiler.o] Error 1

  make[3]: Leaving directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  CMakeFiles/Makefile2:63: recipe for target
  'CMakeFiles/testadacompiler.dir/all' failed

  make[2]: *** [CMakeFiles/testadacompiler.dir/all] Error 2

  make[2]: Leaving directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  Makefile:75: recipe for target 'all' failed

  make[1]: *** [all] Error 2

  make[1]: Leaving directory
  '/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeTmp'


  

  

  CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
  CMakeLists.txt:33 (enable_language)


-- Configuring incomplete, errors occurred!
See also 
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeOutput.log.
See also 
/«PKGBUILDDIR»/debian/build_tmp/language_tests/Ada/CMakeFiles/CMakeError.log.



-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (400, 'stable'), (110, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.15-trunk-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash


--
To UNSUBSCRIBE, email to 

Bug#761174: plplot: FTBFS on kfreebsd-i386 reproducibly

2014-09-11 Thread Olly Betts
On Thu, Sep 11, 2014 at 01:54:06PM +0200, Axel Beckert wrote:
 plplot FTBFS on kfreebsd-i386 (only) due to missing/broken ada compiler:
 
 https://buildd.debian.org/status/logs.php?pkg=plplotver=5.10.0-0.1arch=kfreebsd-i386
 
 I was able to reproduce the issue in the sid chroot on
 fischer.debian.org. I noticed the following in the build log:
 
 -- WARNING: no working Ada compiler so disabling Ada bindings and examples.

I notice popcon shows no installs at all of any sort for the plplot
ada-related binary packages, so disabling them for all architectures (at
least for jessie) may be a reasonable solution if this isn't easy to
fix:

https://qa.debian.org/popcon.php?package=plplot

Not all users run popcon, but this does strongly suggest they aren't
widely used currently.

Cheers,
Olly


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#761174: plplot: FTBFS on kfreebsd-i386 reproducibly

2014-09-11 Thread Emilio Pozuelo Monfort
On 11/09/14 15:01, Olly Betts wrote:
 On Thu, Sep 11, 2014 at 01:54:06PM +0200, Axel Beckert wrote:
 plplot FTBFS on kfreebsd-i386 (only) due to missing/broken ada compiler:

 https://buildd.debian.org/status/logs.php?pkg=plplotver=5.10.0-0.1arch=kfreebsd-i386

 I was able to reproduce the issue in the sid chroot on
 fischer.debian.org. I noticed the following in the build log:

 -- WARNING: no working Ada compiler so disabling Ada bindings and examples.
 
 I notice popcon shows no installs at all of any sort for the plplot
 ada-related binary packages, so disabling them for all architectures (at
 least for jessie) may be a reasonable solution if this isn't easy to
 fix:
 
 https://qa.debian.org/popcon.php?package=plplot
 
 Not all users run popcon, but this does strongly suggest they aren't
 widely used currently.

This is probably a side-effect of #759407 which should be fixed. When that's
fixed, plplot will probably build just fine on k-i.

Emilio


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org