HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:14:15 GMT Content-length: 1309 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 1454 make failing for parrot when rakudo git repo path in $PATH environment variable snarkyboojum jkeenan "I've been debugging a parrot build error on my OS X machine all afternoon and think I have found the source of the issue. I've previously installed parrot via Rakudo, and was attempting to install Parrot again. 'make' was failing with an error suggesting that libraries couldn't be found (http://paste.lisp.org/display/95091), specifically -lparrot. It turned out that I had an old rakudo git repo path in my $PATH, and this was causing the parrot build to use the wrong lib paths, so even doing a make on a separate parrot SVN copy was still trying to use rakudo/blib/lib. Removing the rakudo git repo path from my $PATH fixed the issue. I didn't trace through the whole parrot configure process but it seemed to be something to do with the steps in inter::libparrot? i.e. config/inter/libparrot.pm Simply removing the rakudo git repo path from $PATH allowed the parrot build ('make') to continue properly from the rakudo configure script, and also from a separate parrot SVN checked out copy." bug closed normal configure trunk low fixed darwin arrot/ch