Debian Bug report logs - #560335
octave-octgpr: FTBFS: error: called from `pkg:configure_make' in file /usr/share/octave/3.0.5/m/pkg/pkg.m near line 1235, column 2

version graph

Package: octave-octgpr; Maintainer for octave-octgpr is (unknown);

Reported by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>

Date: Thu, 10 Dec 2009 14:36:02 UTC

Severity: important

Tags: patch

Found in version octave-octgpr/1.1.5-1

Fixed in version octave-octgpr/1.1.5-3

Done: Thomas Weber <thomas.weber.mail@gmail.com>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, debian-superh@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#560335; Package octave-octgpr. (Thu, 10 Dec 2009 14:36:05 GMT) (full text, mbox, link).


Acknowledgement sent to Nobuhiro Iwamatsu <iwamatsu@nigauri.org>:
New Bug report received and forwarded. Copy sent to debian-superh@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>. (Thu, 10 Dec 2009 14:36:05 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
To: submit@bugs.debian.org
Subject: octave-octgpr: FTBFS: error: called from `pkg:configure_make' in file /usr/share/octave/3.0.5/m/pkg/pkg.m near line 1235, column 2
Date: Thu, 10 Dec 2009 23:29:23 +0900
[Message part 1 (text/plain, inline)]
Package: octave-octgpr 
Version: 1.1.5-1
Severity: important
Tags: patch
User: debian-sh4@superh.org
Usertags: sh4
X-Debbugs-CC: debian-superh@lists.debian.org

Hi,

I am now trying to run Debian on Renesas SH(sh4) CPU.
http://buildd.debian-ports.org/status/architecture.php?a=sh4

octave-octgpr FTBFS on sh4. Because configure of this package generated
from old autoconf.

http://buildd.debian-ports.org/fetch.php?pkg=octave-octgpr&arch=sh4&ver=1.1.5-1&stamp=1260428529&file=log&as=raw

-----
.....
checking how to get verbose linking output from gfortran... -v
checking for Fortran 77 libraries of gfortran...  -little -L/usr/lib/gcc/sh4-linux-gnu/4.3.4 -L/usr/lib/gcc/sh4-linux-gnu/4.3.4/../../.. -lgfortranbegin -lgfortran -lm
checking for dummy main to link with Fortran 77 libraries... unknown
.....
-----

Old autoconf adds -little option to compile option. sh4 architecture can't
interpret this option. Therefore, this has build error.
 http://lists.gnu.org/archive/html/bug-autoconf/2008-10/msg00039.html

We need patch revising this.
I added patch to revising these. Package building was fine.
Please apply  patch.

Best regards,
 Nobuhiro

-- 
Nobuhiro Iwamatsu
  GPG ID: 40AD1FA6
[octave-octgpr_sh4_support.diff (text/x-diff, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#560335; Package octave-octgpr. (Thu, 10 Dec 2009 19:03:03 GMT) (full text, mbox, link).


Acknowledgement sent to Thomas Weber <thomas.weber.mail@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>. (Thu, 10 Dec 2009 19:03:03 GMT) (full text, mbox, link).


Message #10 received at 560335@bugs.debian.org (full text, mbox, reply):

From: Thomas Weber <thomas.weber.mail@gmail.com>
To: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>, 560335@bugs.debian.org
Subject: Re: [Pkg-octave-devel] Bug#560335: octave-octgpr: FTBFS: error: called from `pkg:configure_make' in file /usr/share/octave/3.0.5/m/pkg/pkg.m near line 1235, column 2
Date: Thu, 10 Dec 2009 20:01:38 +0100
Hi Nobuhiro, 
On Thu, Dec 10, 2009 at 11:29:23PM +0900, Nobuhiro Iwamatsu wrote:
> Package: octave-octgpr 
> Version: 1.1.5-1
> Severity: important
> Tags: patch
> User: debian-sh4@superh.org
> Usertags: sh4
> X-Debbugs-CC: debian-superh@lists.debian.org
> 
> Hi,
> 
> I am now trying to run Debian on Renesas SH(sh4) CPU.
> http://buildd.debian-ports.org/status/architecture.php?a=sh4
> 
> octave-octgpr FTBFS on sh4. Because configure of this package generated
> from old autoconf.
> 
> http://buildd.debian-ports.org/fetch.php?pkg=octave-octgpr&arch=sh4&ver=1.1.5-1&stamp=1260428529&file=log&as=raw
> 
> -----
> .....
> checking how to get verbose linking output from gfortran... -v
> checking for Fortran 77 libraries of gfortran...  -little -L/usr/lib/gcc/sh4-linux-gnu/4.3.4 -L/usr/lib/gcc/sh4-linux-gnu/4.3.4/../../.. -lgfortranbegin -lgfortran -lm
> checking for dummy main to link with Fortran 77 libraries... unknown
> .....
> -----
> 
> Old autoconf adds -little option to compile option. sh4 architecture can't
> interpret this option. Therefore, this has build error.
>  http://lists.gnu.org/archive/html/bug-autoconf/2008-10/msg00039.html
> 
> We need patch revising this.
> I added patch to revising these. Package building was fine.
> Please apply  patch.

> --- a/gawk-3.1.6.dfsg/debian/rules	2009-07-08 15:38:42.000000000 +0900
> +++ b/gawk-3.1.6.dfsg/debian/rules	2009-07-08 15:39:13.000000000 +0900
> @@ -24,11 +24,18 @@
>  install_script	:= install -m 755

Maybe I'm missing something, but your patch is against gawk. If you send
me the correct patch, I can push it upstream.

	Thomas





Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#560335; Package octave-octgpr. (Thu, 10 Dec 2009 22:03:02 GMT) (full text, mbox, link).


Acknowledgement sent to Nobuhiro Iwamatsu <iwamatsu@nigauri.org>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>. (Thu, 10 Dec 2009 22:03:03 GMT) (full text, mbox, link).


Message #15 received at 560335@bugs.debian.org (full text, mbox, reply):

From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
To: Thomas Weber <thomas.weber.mail@gmail.com>
Cc: 560335@bugs.debian.org
Subject: Re: [Pkg-octave-devel] Bug#560335: octave-octgpr: FTBFS: error: called from `pkg:configure_make' in file /usr/share/octave/3.0.5/m/pkg/pkg.m near line 1235, column 2
Date: Fri, 11 Dec 2009 06:58:22 +0900
[Message part 1 (text/plain, inline)]
Hi,

2009/12/11 Thomas Weber <thomas.weber.mail@gmail.com>:
>> We need patch revising this.
>> I added patch to revising these. Package building was fine.
>> Please apply  patch.
>
>> --- a/gawk-3.1.6.dfsg/debian/rules    2009-07-08 15:38:42.000000000 +0900
>> +++ b/gawk-3.1.6.dfsg/debian/rules    2009-07-08 15:39:13.000000000 +0900
>> @@ -24,11 +24,18 @@
>>  install_script       := install -m 755
>
> Maybe I'm missing something, but your patch is against gawk. If you send
> me the correct patch, I can push it upstream.
>
Oh, sorry....
I attached correct patch.

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
[octave-octgpr_sh4_support.diff (application/octetstream, attachment)]

Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#560335; Package octave-octgpr. (Thu, 10 Dec 2009 23:09:06 GMT) (full text, mbox, link).


Acknowledgement sent to Thomas Weber <thomas.weber.mail@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>. (Thu, 10 Dec 2009 23:09:06 GMT) (full text, mbox, link).


Message #20 received at 560335@bugs.debian.org (full text, mbox, reply):

From: Thomas Weber <thomas.weber.mail@gmail.com>
To: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: 560335@bugs.debian.org
Subject: Re: [Pkg-octave-devel] Bug#560335: octave-octgpr: FTBFS: error: called from `pkg:configure_make' in file /usr/share/octave/3.0.5/m/pkg/pkg.m near line 1235, column 2
Date: Fri, 11 Dec 2009 00:07:55 +0100
On Fri, Dec 11, 2009 at 06:58:22AM +0900, Nobuhiro Iwamatsu wrote:
> Hi,
> 
> 2009/12/11 Thomas Weber <thomas.weber.mail@gmail.com>:
> >> We need patch revising this.
> >> I added patch to revising these. Package building was fine.
> >> Please apply  patch.
> >
> >> --- a/gawk-3.1.6.dfsg/debian/rules    2009-07-08 15:38:42.000000000 +0900
> >> +++ b/gawk-3.1.6.dfsg/debian/rules    2009-07-08 15:39:13.000000000 +0900
> >> @@ -24,11 +24,18 @@
> >>  install_script       := install -m 755
> >
> > Maybe I'm missing something, but your patch is against gawk. If you send
> > me the correct patch, I can push it upstream.
> >
> Oh, sorry....
> I attached correct patch.

Thanks, but there seems a problem here. The configure script from
octave-octgpr 1.1.5-1 does not contain the -little option at all.

I need to look into this, it might be that octave3.0 contains an old
config.guess file.

	Thomas




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#560335; Package octave-octgpr. (Fri, 11 Dec 2009 00:06:04 GMT) (full text, mbox, link).


Acknowledgement sent to Nobuhiro Iwamatsu <iwamatsu@nigauri.org>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>. (Fri, 11 Dec 2009 00:06:04 GMT) (full text, mbox, link).


Message #25 received at 560335@bugs.debian.org (full text, mbox, reply):

From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
To: Thomas Weber <thomas.weber.mail@gmail.com>
Cc: 560335@bugs.debian.org
Subject: Re: [Pkg-octave-devel] Bug#560335: octave-octgpr: FTBFS: error: called from `pkg:configure_make' in file /usr/share/octave/3.0.5/m/pkg/pkg.m near line 1235, column 2
Date: Fri, 11 Dec 2009 09:02:34 +0900
Hi,

2009/12/11 Thomas Weber <thomas.weber.mail@gmail.com>:
> On Fri, Dec 11, 2009 at 06:58:22AM +0900, Nobuhiro Iwamatsu wrote:
>> Hi,
>>
>> 2009/12/11 Thomas Weber <thomas.weber.mail@gmail.com>:
>> >> We need patch revising this.
>> >> I added patch to revising these. Package building was fine.
>> >> Please apply  patch.
>> >
>> >> --- a/gawk-3.1.6.dfsg/debian/rules    2009-07-08 15:38:42.000000000 +0900
>> >> +++ b/gawk-3.1.6.dfsg/debian/rules    2009-07-08 15:39:13.000000000 +0900
>> >> @@ -24,11 +24,18 @@
>> >>  install_script       := install -m 755
>> >
>> > Maybe I'm missing something, but your patch is against gawk. If you send
>> > me the correct patch, I can push it upstream.
>> >
>> Oh, sorry....
>> I attached correct patch.
>
> Thanks, but there seems a problem here. The configure script from
> octave-octgpr 1.1.5-1 does not contain the -little option at all.

This patch can work gfortran check of configure normally on sh4.
The reason is because autoconf which made configure included in
octave-octgpr is old.

>
> I need to look into this, it might be that octave3.0 contains an old
> config.guess file.

Yes, this revision method is not preferable. This is a simple revision method.
I think that you had better constitute configure again with new autoconf.

Best regards,
  Nobuhiro
-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6




Information forwarded to debian-bugs-dist@lists.debian.org, Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>:
Bug#560335; Package octave-octgpr. (Thu, 07 Jan 2010 20:09:02 GMT) (full text, mbox, link).


Acknowledgement sent to Thomas Weber <thomas.weber.mail@gmail.com>:
Extra info received and forwarded to list. Copy sent to Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>. (Thu, 07 Jan 2010 20:09:03 GMT) (full text, mbox, link).


Message #30 received at 560335@bugs.debian.org (full text, mbox, reply):

From: Thomas Weber <thomas.weber.mail@gmail.com>
To: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: 560335@bugs.debian.org
Subject: Re: [Pkg-octave-devel] Bug#560335: octave-octgpr: FTBFS: error: called from `pkg:configure_make' in file /usr/share/octave/3.0.5/m/pkg/pkg.m near line 1235, column 2
Date: Thu, 7 Jan 2010 21:05:29 +0100
On Fri, Dec 11, 2009 at 09:02:34AM +0900, Nobuhiro Iwamatsu wrote:
> Hi,
> 
> 2009/12/11 Thomas Weber <thomas.weber.mail@gmail.com>:
> > On Fri, Dec 11, 2009 at 06:58:22AM +0900, Nobuhiro Iwamatsu wrote:
> This patch can work gfortran check of configure normally on sh4.
> The reason is because autoconf which made configure included in
> octave-octgpr is old.
> 
> >
> > I need to look into this, it might be that octave3.0 contains an old
> > config.guess file.
> 
> Yes, this revision method is not preferable. This is a simple revision method.
> I think that you had better constitute configure again with new autoconf.

Okay, I pushed a fix for this upstream. I will upload a new version to
Debian with your patch once the current package has migrated to testing
(should be done by the weekend).

Thanks
	Thomas




Added tag(s) pending. Request was from "Thomas Weber" <thomas.weber.mail@gmail.com> to control@bugs.debian.org. (Sat, 16 Jan 2010 21:12:02 GMT) (full text, mbox, link).


Reply sent to Thomas Weber <thomas.weber.mail@gmail.com>:
You have taken responsibility. (Sat, 16 Jan 2010 21:42:31 GMT) (full text, mbox, link).


Notification sent to Nobuhiro Iwamatsu <iwamatsu@nigauri.org>:
Bug acknowledged by developer. (Sat, 16 Jan 2010 21:42:34 GMT) (full text, mbox, link).


Message #37 received at 560335-close@bugs.debian.org (full text, mbox, reply):

From: Thomas Weber <thomas.weber.mail@gmail.com>
To: 560335-close@bugs.debian.org
Subject: Bug#560335: fixed in octave-octgpr 1.1.5-3
Date: Sat, 16 Jan 2010 21:38:46 +0000
Source: octave-octgpr
Source-Version: 1.1.5-3

We believe that the bug you reported is fixed in the latest version of
octave-octgpr, which is due to be installed in the Debian FTP archive:

octave-octgpr_1.1.5-3.diff.gz
  to main/o/octave-octgpr/octave-octgpr_1.1.5-3.diff.gz
octave-octgpr_1.1.5-3.dsc
  to main/o/octave-octgpr/octave-octgpr_1.1.5-3.dsc
octave-octgpr_1.1.5-3_amd64.deb
  to main/o/octave-octgpr/octave-octgpr_1.1.5-3_amd64.deb



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 560335@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Weber <thomas.weber.mail@gmail.com> (supplier of updated octave-octgpr 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@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 16 Jan 2010 21:58:15 +0100
Source: octave-octgpr
Binary: octave-octgpr
Architecture: source amd64
Version: 1.1.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Octave Group <pkg-octave-devel@lists.alioth.debian.org>
Changed-By: Thomas Weber <thomas.weber.mail@gmail.com>
Description: 
 octave-octgpr - functions to smooth and interpolate scattered data in Octave
Closes: 560335
Changes: 
 octave-octgpr (1.1.5-3) unstable; urgency=low
 .
   * New patch: octave-octgpr_sh4_support.diff (closes: #560335). Change
     configure script to work correctly with sh4 architecture. Thanks to
     Nobuhiro Iwamatsu for the patch.
Checksums-Sha1: 
 b8e262ccc8ec34b0c5ad8264931b4f8e0d4b9303 1412 octave-octgpr_1.1.5-3.dsc
 98a0e109f68f3933432d0b7607e00d20cb550e1a 3040 octave-octgpr_1.1.5-3.diff.gz
 ebd30879a53c53aad2410f5b138f7b3f73556e83 559392 octave-octgpr_1.1.5-3_amd64.deb
Checksums-Sha256: 
 c6fe04e97279727832c812821b423e1d92e7c1f2b5dd07aee0a476d3920a28ec 1412 octave-octgpr_1.1.5-3.dsc
 9eeea3c185c25fed56896167eee64b339c1d057dbd3edd76e8c6970c21abbf15 3040 octave-octgpr_1.1.5-3.diff.gz
 827cff8866ec9b186c0fdbb44e49f435e2af5d5b9e48d39a9cd2c235fd023650 559392 octave-octgpr_1.1.5-3_amd64.deb
Files: 
 7f71e9ee200d59b796f0a1ce19c7dcdc 1412 math optional octave-octgpr_1.1.5-3.dsc
 35b3474756626af2160c32851a53acca 3040 math optional octave-octgpr_1.1.5-3.diff.gz
 c96368506d5507994347a24ef8ef44d4 559392 math optional octave-octgpr_1.1.5-3_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAktSKSIACgkQPqD4a3lPnXzPGACeLoqeZkIORVzopSDaX4OOEV0y
HXoAnAmQc1hSQRDgoBCtlus0oGVv6Hh/
=8eHz
-----END PGP SIGNATURE-----





Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Tue, 08 Jun 2010 07:31:03 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Sat Jul 1 14:52:20 2023; Machine Name: bembo

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.