Ticket #860 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

Failed Pod extraction halts the build process

Reported by: Hinrik Owned by: jkeenan
Priority: normal Milestone:
Component: core Version: 1.3.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

Doing a "perl Configure.pl && make" on a fresh checkout of Parrot (r40146) fails as shown here:  http://paste.lisp.org/display/83841

It looks like "/usr/bin/perldoc" is appearing twice in the executed command. That is, the Makefile is executing:

/usr/bin/perldoc /usr/bin/perldoc -ud packfile-c.pod ../src/packfile.c

when it should be doing:

/usr/bin/perldoc -ud packfile-c.pod ../src/packfile.c

Change History

Changed 13 years ago by jkeenan

I think we should try to exclude the possibility that this is an unwanted side effect of the fact that you were building Parrot here in an attempt to build Rakudo:

$ perl ./Configure.pl --gen-parrot
Generating Parrot ...
/usr/bin/perl build/gen_parrot.pl

Could you do a fresh output of Parrot from SVN HEAD and then configure and build Parrot without the --gen-parrot option, and then see if you get the same results?

Thank you very much.

kid51

Changed 13 years ago by Hinrik

*sigh*

The issue seems to have mysteriously disappeared (works with Rakudo and without). I've no idea why. Sorry for wasting your time. :)

You can go ahead and close this ticket. If this happens again and I figure out why, I'll reply to this ticket again.

Changed 13 years ago by jkeenan

  • owner set to jkeenan
  • status changed from new to assigned

Changed 13 years ago by jkeenan

  • status changed from assigned to closed
  • resolution set to fixed
  • component changed from none to core

OP reports problem has cleared up; closing ticket.

Note: See TracTickets for help on using tickets.