Skip Menu |

This queue is for tickets about the PAR-Packer CPAN distribution.

Report information
The Basics
Id: 35315
Status: resolved
Priority: 0/
Queue: PAR-Packer

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.978
Fixed in: (no value)



Subject: bleadperl@33086 breaks PAR::Packer
Change 33086 by nicholas@nicholas-bouvard on 2008/01/28 10:23:21 The third argument of PUSHEVAL was never used by anything. Ever. ...except by you:) cc -c -DDEBUGGING -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/src/perl/repoperls/installed-perls/perl/p05GgWt/perl-5.10.0@33086/lib/5.11.0/i686-linux-64int/CORE main.c In file included from main.c:57: internals.c:2:40: error: macro "PUSHEVAL" passed 3 arguments, but takes just 2 In file included from main.c:57: internals.c: In function ‘par_redo_stack’: internals.c:2: error: ‘PUSHEVAL’ undeclared (first use in this function) internals.c:2: error: (Each undeclared identifier is reported only once internals.c:2: error: for each function it appears in.) make[1]: *** [main.o] Fehler 1 make[1]: Leaving directory `/home/sand/.cpan/build/PAR-Packer-0.978-aaWndI/myldr' HTH, Regards,
Subject: Re: [rt.cpan.org #35315] bleadperl@33086 breaks PAR::Packer
Date: Sat, 26 Apr 2008 11:01:16 +0200
To: bug-PAR-Packer [...] rt.cpan.org
From: Steffen Mueller <l2ot9pa02 [...] sneakemail.com>
Hi Andreas, Andreas Koenig via RT schrieb: Show quoted text
>> Change 33086 by nicholas@nicholas-bouvard on 2008/01/28 10:23:21
> > The third argument of PUSHEVAL was never used by anything. Ever. > > > > ...except by you:)
thanks, this should be fixed in SVN of PAR::Packer now with help from Nicholas. Will be in the next release. Best regards, Steffen
Thanks, resolved with PAR::Packer 0.979.
My experience is that this is not resolved. The error just shifted from line 2 to line 5. Are you sure you have seen the bug fixed? Do you need any further informations? cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/src/perl/repoperls/installed-perls/perl/pRLNxVQ/perl-5.10.0@33986/lib/5.11.0/i686-linux-64int/CORE sha1.c sha1.c: In function ‘sha_transform’: sha1.c:146: warning: right shift count >= width of type /home/src/perl/repoperls/installed-perls/perl/pRLNxVQ/perl-5.10.0@33986/bin/perl ./file2c.pl /home/src/perl/repoperls/installed-perls/perl/pRLNxVQ/perl-5.10.0@33986/lib/5.11.0/i686-linux-64int/CORE/libperl.a my_perl.c load_me_0 1 30000 cc -c -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/home/src/perl/repoperls/installed-perls/perl/pRLNxVQ/perl-5.10.0@33986/lib/5.11.0/i686-linux-64int/CORE main.c In file included from main.c:57: internals.c:5:40: error: macro "PUSHEVAL" passed 3 arguments, but takes just 2 In file included from main.c:57: internals.c: In function ‘par_redo_stack’: internals.c:5: error: ‘PUSHEVAL’ undeclared (first use in this function) internals.c:5: error: (Each undeclared identifier is reported only once internals.c:5: error: for each function it appears in.) make[4]: *** [main.o] Error 1 make[4]: Leaving directory `/home/sand/.cpan/build/PAR-Packer-0.980-HKu22X/myldr' make[3]: *** [subdirs] Error 2 make[3]: Leaving directory `/home/sand/.cpan/build/PAR-Packer-0.980-HKu22X'
Hi Andreas, thanks for persisting and sorry for the broken fix. I got the PERL_VERSION define wrong (forgot the underscore). It's now fixed (and tested) in the trunk. Best regards, Steffen