This is a success report for perl from @HARE, generated with the help of perlbug 1.33 running under perl v5.6.1. Perl reported to build OK on this system. Note...
Philip.Newton@...
Jan 1, 2001 1:29 pm
78329
with perl-current: /usr/include/inttypes.h:1: warning: redefinition of `int8_t' /usr/include/sys/types.h:103: warning: `int8_t' previously declared here ...
Doug MacEachern
dougm@...
Jan 1, 2001 7:14 pm
78330
i think the default typemap should use Perl_croak() rather than croak() as xsubpp does. ... +++ lib/ExtUtils/typemap Mon Jan 1 11:39:15 2001 @@ -55,22 +55,22...
Doug MacEachern
dougm@...
Jan 1, 2001 7:38 pm
78331
any reason XS() functions should not be static? the only one dlsym() needs to see is boot_$module_name. the patch also protoypes the boot_ function (i'm...
Doug MacEachern
dougm@...
Jan 1, 2001 7:43 pm
78332
this patch adds make ModuleName.pp as a shortcut for: make "CC=cc -E" ModuleName.o > ModuleName.pp not sure if this is the right place for it, but i find it...
Doug MacEachern
dougm@...
Jan 1, 2001 9:25 pm
78333
This is a bug report for perl from ttel5535@..., generated with the help of perlbug 1.26 running under perl 5.00503. ... [Please enter...
ttel5535@...
Jan 1, 2001 10:15 pm
78334
... I don't know whether Configure fu is required. I think the question is more why Linux has defines unprotected against double inclusion. Then of course,...
Jarkko Hietaniemi
jhi@...
Jan 1, 2001 10:37 pm
78335
... This has been fixed in 5.6.0. Thanks for your bug report....
Mark-Jason Dominus
mjd@...
Jan 1, 2001 10:52 pm
78336
... Well spotted. This bug has been fixed in recent perls -- the output my 5.6.0 shows is identical to your expected output. I believe it was patch #2372 which...
Daniel Chetlin
daniel@...
Jan 1, 2001 10:57 pm
78337
... Yes at least two: A. the B::C compiler expects to be be able to init data structures with their names. B. Some of us (e.g. Tk) call XS functions from other...
Nick Ing-Simmons
nick@...
Jan 1, 2001 10:59 pm
78338
... thanks, that gets rid of the warnings for me (not using -Duse64bitint) i suppose i could hack my header files too. looks a bit braindead at the moment: %...
Doug MacEachern
dougm@...
Jan 1, 2001 11:18 pm
78339
... ok, this patch shouldn't break anything. ... +++ lib/ExtUtils/xsubpp Mon Jan 1 15:16:34 2001 @@ -1183,6 +1183,7 @@ # print function header print Q<<"EOF";...
Doug MacEachern
dougm@...
Jan 1, 2001 11:24 pm
78340
... It's a CWD problem in solaris_2.sh, here's a diff: ... *************** *** 464,470 **** EOM exit 1 fi ! . ./workshoplibpth.cbu case "$cc -v...
Alan Burlison
Alan.Burlison@...
Jan 1, 2001 11:59 pm
78341
... Not so fast. We have been switching these things back and forth over several months for the various cbus. We cannot keep on doing that. Why do we do...
Jarkko Hietaniemi
jhi@...
Jan 2, 2001 12:36 am
78342
... Hmm. Would . $src/UU/foo.cbu work? Is $src (or $rsrc, I forget which offhand and am connected by a way-too-low-bandwidth pipe to investigate now) defined...
Andy Dougherty
doughera@...
Jan 2, 2001 2:18 am
78343
... That's a definite possibility. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack...
Jarkko Hietaniemi
jhi@...
Jan 2, 2001 2:19 am
78344
This is a build failure report for perl from mike@..., generated with the help of perlbug 1.33 running under perl v5.7.0. ... [Please enter your report...
builder@...
Jan 2, 2001 3:18 am
78345
All of the messages seem to be due to somthing like '18446744073709551616' ne '1.84467440737095516e+19' where the last couple of digits are lost in the...
Mike Stok
mike@...
Jan 2, 2001 5:17 am
78346
... Since @.patch=8297 this test still fails: op/numconvert........FAILED at test 13 lib/encode...........FAILED at test 2696 lib/filecopy.........Scalars...
H.Merijn Brand
h.m.brand@...
Jan 2, 2001 9:01 am
78347
... Ok - the main point is that long doubles now work - with the temporary patch in place both -Duselongdouble and -Dusemorebits pass all tests when built with...
Alan Burlison
Alan.Burlison@...
Jan 2, 2001 9:31 am
78348
Hello, i'm trying to compile perl 5.6 on an AIX system but i'm having trouble getting things work. I have IBM's C compiler. when i'm running the Configure...
dil@...
Jan 2, 2001 9:32 am
78349
... They have been there for a while - they seemed to start after one of Ilya's efficiency patches went in. -- Nick Ing-Simmons <nik@...> Via, but not...
Nick Ing-Simmons
nik@...
Jan 2, 2001 9:48 am
78350
AIX 4's bsh, which is for valid reasons a replacement for the default sh, has a bogus test builtin, which is revealed by the 8218 symlink patch. bsh's test ...
H.Merijn Brand
h.m.brand@...
Jan 2, 2001 10:31 am
78351
... Sorry, I missed that patch when I tried to convert my old solaris_2.sh to the current bleadperl. ... This affects only cross-CBU calls; solaris_2.sh has...
Lupe Christoph
lupe@...
Jan 2, 2001 10:42 am
78352
... Can we see your output of 'myconfig' ? ... -- H.Merijn Brand Amsterdam Perl Mongers (http://www.amsterdam.pm.org/) using perl-5.005.03, 5.6.0,...
H.Merijn Brand
h.m.brand@...
Jan 2, 2001 10:45 am
78353
... FWIW: this bug has been reported by dil@... as ID 20010102.001 in perlbug. -- H.Merijn Brand Amsterdam Perl Mongers...
H.Merijn Brand
h.m.brand@...
Jan 2, 2001 12:02 pm
78354
... Yup, this is the HP-UX casting mystery. ... This is a new one that NI-S ran into: something really odd is going on with UTF-8 since if the failing tests...
Jarkko Hietaniemi
jhi@...
Jan 2, 2001 1:51 pm
78355
... Thanks, looks good. I think the test_h testing should be conditional on having symlinks, though. ... -- $jhi++; # http://www.iki.fi/jhi/ # There is this...
Jarkko Hietaniemi
jhi@...
Jan 2, 2001 1:53 pm
78356
... I exchanged some email with Chris, so far no progress. The errors indicate that something has gone wrong when probing for the gethost* protos. -- $jhi++;...
Jarkko Hietaniemi
jhi@...
Jan 2, 2001 1:56 pm
78357
... I adviced dil@... to upgrade vac using my description in README.aix and this ... -- H.Merijn Brand Amsterdam Perl Mongers...