Skip to content

Commit

Permalink
Extend perl-5.24.1
Browse files Browse the repository at this point in the history
Adding SVG XML2 and Log4perl
  • Loading branch information
thomas committed May 30, 2017
1 parent 53cfac0 commit c73fa45
Showing 1 changed file with 498 additions and 0 deletions.
Loading

3 comments on commit c73fa45

@thomas
Copy link
Contributor Author

@thomas thomas commented on c73fa45 May 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was a bit weird, that the third build succeeded, whereas the first two tries failed.
The command used was always:
sudo tools/build.sh perl-5.24.1-1 --purge 2>&1 | tee ../perl-5.24.1-1.build.log.build_user

Log#2 and log#3 are saved in /scratch/tmp/perl-pkg-scripts-build-logs , with diff -W180 -y *build_user* | less one might snoop around in the output.

@donald
Copy link
Contributor

@donald donald commented on c73fa45 May 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wenn es mal so, mal so ist, dann liegt es oft an dem parallel build. In diesem Fall aber nicht. Der erste Fehler ist wohl der Selbsttest von IO::Event
Running make for M/MU/MUIR/modules/IO-Event-0.813.tar.gz
[...]
Running make test
[..]
# Looks like you planned 115 tests but ran 111.
#
print 64748: Connection reset by peer
Compilation failed in require at t/forked2.t line 5.
t/forked2.t .....
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 4/115 subtests

Also 4 tests von forked2.t , leider ist unklar, welche.
Ich hab das mal so probiert:

prun perl perl -MCPAN -eshell
cpan> look IO::Event
perl Makefile.PL

make
make test

oder

perl -Mblib t/forked2.t

Scheint aber jedes mal zu gehen.
Hmm, die testen irgendwelche event loops mit timern und so, sogar client-server Kommunikation... Die suchen freie Netzwerkports...
Eventuell was Load abhängiges... oder eine race condition bezüglich der Netzwerkports
War das system, auf dem du gebaut hast, noch mit anderen Aktivitäten beschäftigt?

D.

@thomas
Copy link
Contributor Author

@thomas thomas commented on c73fa45 May 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Naja, ich war auf heulsuse, und es war eher ruhig - nun hab ich natürlich nicht die ganze zeit draufgestarrt, aber im xload war nix zu sehen (so als indiz).

Please sign in to comment.