Bug#822266: paraview: FTBFS on kfreebsd-* but previously did: dilib.c:5462:18: error: storage size of 'mytime' isn't known

2016-04-24 Thread Tobias Frost
On Sat, 23 Apr 2016 13:37:30 +0200 Tobias Frost 
wrote:
> Package: src:paraview
> Followup-For: Bug #822266
> 
> The package builds on the porterboxes...
> So, I will do an binary-only upload directly from there to decruft
stuff.

strike that, I was fooled by the porterbox (did pull in old source)

But I have a patch I'm currently compiling; if it works, will NMU
tonight.

--
tobi

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#822266: paraview: FTBFS on kfreebsd-* but previously did: dilib.c:5462:18: error: storage size of 'mytime' isn't known

2016-04-23 Thread Tobias Frost
Package: src:paraview
Followup-For: Bug #822266

The package builds on the porterboxes...
So, I will do an binary-only upload directly from there to decruft stuff.
(Bug will be not closed by this)

--
tobi

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers


Bug#822266: paraview: FTBFS on kfreebsd-* but previously did: dilib.c:5462:18: error: storage size of 'mytime' isn't known

2016-04-23 Thread Tobias Frost
Yes, Mattia, you're right ... copy+paste error...

But the weird thing is: It built fine on falla.d.o
Investigating...

-- 
tobi

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#822266: paraview: FTBFS on kfreebsd-* but previously did: dilib.c:5462:18: error: storage size of 'mytime' isn't known

2016-04-22 Thread Mattia Rizzolo
On Fri, Apr 22, 2016 at 08:50:51PM +0200, Tobias Frost wrote:
> Relevant snippet:
> 
> /«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c:5277:62: warning: 
> macro "__DATE__" might prevent reproducible builds [-Wdate-time]
>  static const char file_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " 
> __TIME__;
>   ^
> /«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c:5277:75: warning: 
> macro "__TIME__" might prevent reproducible builds [-Wdate-time]
>  static const char file_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " 
> __TIME__;
>^
> /«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c: In function 
> 'file_time':

this is not the failure, it's actually a line below :)

/«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c: In function 
'file_time':
/«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c:5462:18: error: 
storage size of 'mytime' isn't known
   struct timeval mytime;
  ^

anyway yes, it wouldn't be bad to patch out __DATE__ __TIME__ and
improve reproducibility of this package (looks like there are also other
bits that prever full reproducibility, ftr).

> I'm trying to find a patch for this, and if successful, I will NMU it.

Consider give some time to the maintainer, gladk is usually very quick
at uploading new releases when asked to :)

-- 
regards,
Mattia Rizzolo

GPG Key: 66AE 2B4A FCCF 3F52 DA18  4D18 4B04 3FCD B944 4540  .''`.
more about me:  https://mapreri.org : :'  :
Launchpad user: https://launchpad.net/~mapreri  `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia  `-


signature.asc
Description: PGP signature
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Bug#822266: paraview: FTBFS on kfreebsd-* but previously did: dilib.c:5462:18: error: storage size of 'mytime' isn't known

2016-04-22 Thread Tobias Frost
Source: paraview
Version: 5.0.0+dfsg1-2
Severity: normal

Your package built previously on FTBFS, but since some versions stopped doing 
so.
Please take a look.

Buildlog:
https://buildd.debian.org/status/fetch.php?pkg=paraview=kfreebsd-amd64=5.0.1%2Bdfsg1-5=1461189469
https://buildd.debian.org/status/fetch.php?pkg=paraview=kfreebsd-i386=5.0.1%2Bdfsg1-5=1461191576


Relevant snippet:

/«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c:5277:62: warning: 
macro "__DATE__" might prevent reproducible builds [-Wdate-time]
 static const char file_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " 
__TIME__;
  ^
/«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c:5277:75: warning: 
macro "__TIME__" might prevent reproducible builds [-Wdate-time]
 static const char file_libvers[] = STRING(LIBVERSION) " of " __DATE__ " " 
__TIME__;
   ^
/«BUILDDIR»/paraview-5.0.1+dfsg1/Plugins/CDIReader/cdilib.c: In function 
'file_time':


Please not that this bug prevents some decrufting of old packages, for example
it will hinder the removal of libpng 1.2 on those archs.

I'm trying to find a patch for this, and if successful, I will NMU it.

--
tobi

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers