GNU bug report logs - #58274
giac 1.9.0-21 fails to build

Previous Next

Package: guix;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 3 Oct 2022 14:36:01 UTC

Severity: normal

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58274 in the body.
You can then email your comments to 58274 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

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


Report forwarded to bug-guix <at> gnu.org:
bug#58274; Package guix. (Mon, 03 Oct 2022 14:36:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Mon, 03 Oct 2022 14:36:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: bug-guix <bug-guix <at> gnu.org>
Subject: giac 1.9.0-21 fails to build
Date: Mon, 03 Oct 2022 10:34:39 -0400
Hi,

The build of giac fails like:

--8<---------------cut here---------------start------------->8---
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. -g -O2 -fno-strict-aliasing -DGIAC_GENERIC_CONSTANTS -DTIMEOUT -DHAVE_LIBMICROPYTHON -fpermissive -DQUICKJS -MT alg_ext.lo -MD -MP -MF .deps/alg_ext.Tpo -c alg_ext.cc -o alg_ext.o >/dev/null 2>&1
pari.cc:752:17: error: typedef ‘giac::PFGEN’ is initialized (use ‘decltype’ instead)
  752 |   typedef GEN (*PFGEN)(ANYARG);
      |                 ^~~~~
pari.cc:752:24: error: ‘ANYARG’ was not declared in this scope
  752 |   typedef GEN (*PFGEN)(ANYARG);
      |                        ^~~~~~
pari.cc: In function ‘giac::gen giac::in_pari(const giac::gen&, const giac::context*)’:
pari.cc:829:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  829 |        argvec[k]= (GEN) v[j].val;
      |                   ^~~~~~~~~~~~~~
pari.cc:847:19: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  847 |         argvec[k]=(long int*)(pos -1);
      |                   ^~~~~~~~~~~~~~~~~~~
pari.cc:855:17: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
  855 |       argvec[k]=(long int*) v[j].val;
      |                 ^~~~~~~~~~~~~~~~~~~~
pari.cc:883:16: error: ‘PFGEN’ was not declared in this scope; did you mean ‘GEN’?
  883 |        res = ((PFGEN)call)(_ARGS_);
      |                ^~~~~
      |                GEN
pari.cc:883:22: error: expected ‘)’ before ‘call’
  883 |        res = ((PFGEN)call)(_ARGS_);
      |              ~       ^~~~
      |                      )
pari.cc:887:20: error: expected primary-expression before ‘int’
  887 |        m = (long)((int (*)(ANYARG))call)(_ARGS_);
      |                    ^~~
pari.cc:887:20: error: expected ‘)’ before ‘int’
  887 |        m = (long)((int (*)(ANYARG))call)(_ARGS_);
      |                   ~^~~
      |                    )
pari.cc:887:49: error: expected ‘)’ before ‘;’ token
  887 |        m = (long)((int (*)(ANYARG))call)(_ARGS_);
      |                  ~                              ^
      |                                                 )
pari.cc:891:14: error: expected primary-expression before ‘long’
  891 |        m = ((long (*)(ANYARG))call)(_ARGS_);
      |              ^~~~
pari.cc:891:14: error: expected ‘)’ before ‘long’
  891 |        m = ((long (*)(ANYARG))call)(_ARGS_);
      |             ~^~~~
      |              )
pari.cc:891:44: error: expected ‘)’ before ‘;’ token
  891 |        m = ((long (*)(ANYARG))call)(_ARGS_);
      |            ~                               ^
      |                                            )
pari.cc:895:10: error: expected primary-expression before ‘void’
  895 |        ((void (*)(ANYARG))call)(_ARGS_);
      |          ^~~~
pari.cc:895:10: error: expected ‘)’ before ‘void’
  895 |        ((void (*)(ANYARG))call)(_ARGS_);
      |         ~^~~~
      |          )
pari.cc:895:40: error: expected ‘)’ before ‘;’ token
  895 |        ((void (*)(ANYARG))call)(_ARGS_);
      |        ~                               ^
      |                                        )
make[2]: *** [Makefile:814: pari.lo] Error 1
--8<---------------cut here---------------end--------------->8---

-- 
Thanks,
Maxim




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Fri, 07 Oct 2022 20:18:02 GMT) Full text and rfc822 format available.

Notification sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
bug acknowledged by developer. (Fri, 07 Oct 2022 20:18:02 GMT) Full text and rfc822 format available.

Message #10 received at 58274-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: 58274-done <at> debbugs.gnu.org
Subject: Re: bug#58274: giac 1.9.0-21 fails to build
Date: Fri, 07 Oct 2022 22:17:17 +0200
Hello,

Maxim Cournoyer <maxim.cournoyer <at> gmail.com> writes:

> The build of giac fails like:
>
> --8<---------------cut here---------------start------------->8---
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -DIN_GIAC -I. -I.. -I. -I.. -g -O2 -fno-strict-aliasing -DGIAC_GENERIC_CONSTANTS -DTIMEOUT -DHAVE_LIBMICROPYTHON -fpermissive -DQUICKJS -MT alg_ext.lo -MD -MP -MF .deps/alg_ext.Tpo -c alg_ext.cc -o alg_ext.o >/dev/null 2>&1
> pari.cc:752:17: error: typedef ‘giac::PFGEN’ is initialized (use ‘decltype’ instead)
>   752 |   typedef GEN (*PFGEN)(ANYARG);

Fixed. Thank you.

Regards,
-- 
Nicolas Goaziou




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 05 Nov 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 144 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.