-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't compile blead with g++ 4.8.1 #13572
Comments
From @khwilliamsonThis is a bug report for perl from khw@khw.(none), I get the following messages with the latest Ubuntu. Chris Williams g++ -c -D_REENTRANT -D_GNU_SOURCE -DPERL_BOOL_AS_CHAR -DDEBUGGING ^ ^ ^ Flags: Site configuration information for perl 5.19.9: Configured by khw at Sun Feb 2 22:58:54 MST 2014. Summary of my perl5 (revision 5 version 19 subversion 9) configuration: @INC for perl 5.19.9: Environment for perl 5.19.9: PATH=/home/khw/bin:/home/khw/perl5/perlbrew/bin:/home/khw/print/bin:/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/usr/games:/usr/local/games:/home/khw/iands/www:/home/khw/cxoffice/bin |
From @bingosOn Sun, Feb 02, 2014 at 10:23:46PM -0800, karl williamson wrote:
OpenSUSE 13.1 with g++ 4.8.1 Also on Debian sid with g++ 4.8.2 Cheers, --
|
The RT System itself - Status changed from 'new' to 'open' |
From @greergaOn Mon, 3 Feb 2014, Chris 'BinGOs' Williams wrote:
And latest Ubuntu, which is why my g++ smokers have been paused. Latest glibc added __THROW to the malloc-like function declarations which So we need to: #ifndef __THROW and add __THROW to the Perl malloc-like functions. I've been meaning to commit such a fix for a while now but maybe finally -- |
From @bingosOn Mon, Feb 03, 2014 at 10:29:26AM +0000, Chris 'BinGOs' Williams wrote:
Also reproduced on Debian GNU/kFreeBSD with g++ - gcc version 4.8.2 (Debian 4.8.2-14) --
|
From @tonycozOn Mon Feb 03 07:11:01 2014, perl@greerga.m-l.org wrote:
Removing the PERL_MALLOC_OK => 1 in ext/SDBM_File/Makefile.PL also allows perl to build. #defining those names (malloc, calloc, realloc, free) is fairly questionable from a C standard point of view, since we still include the headers. Tony |
From @khwilliamsonOn 02/03/2014 03:34 PM, Tony Cook via RT wrote:
Just to get things to work again, I commited a patch with Tony's |
From @jkeenanOn Sun Feb 02 22:23:46 2014, public@khwilliamson.com wrote:
FWIW, today I was able to successfully build and test Perl blead (which is RC1) on Ubuntu 13.10 with gcc 4.8.1 *with a smaller set of configuration options* than the other contributors to this RT have done. I am attaching the Perl -V output as perlVg++.txt Thank you very much. |
From @jkeenanSummary of my perl5 (revision 5 version 20 subversion 0) configuration: Characteristics of this binary (from libperl): |
From @khwilliamsonThis appears to be no longer a problem, and as the original OP, I'm closing it |
@khwilliamson - Status changed from 'open' to 'resolved' |
Migrated from rt.perl.org#121151 (status was 'resolved')
Searchable as RT121151$
The text was updated successfully, but these errors were encountered: