#15665 closed defect (duplicate)
perl5.8 build failure
Reported by: | Dan.Kelley@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | perl | Cc: | |
Port: |
Description
On a 64-bit PPC machine running the latest Leopard, I get as follows. (It's an issue because it also prevents autoconf from building, etc.) I couldn't find this bug reported here, so I hope it's OK to list it, even though I am by no means an expert in building with macports.
$ sudo port clean perl5.8 && sudo port upgrade perl5.8 ---> Cleaning perl5.8 ---> Fetching perl5.8 ---> Verifying checksum(s) for perl5.8 ---> Extracting perl5.8 ---> Applying patches to perl5.8 ---> Configuring perl5.8 ---> Building perl5.8 with target all ---> Staging perl5.8 into destroot Error: Target org.macports.destroot returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/perl-5.8.8" && make install DESTDIR=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/destroot " returned error 2 Command output: Making XS::APItest (dynamic)
Making XS::Typemap (dynamic)
Making attrs (dynamic)
Making re (dynamic)
Making threads (dynamic)
Making threads::shared (dynamic)
Making Errno (nonxs)
make[1]: [extras.make] Error 1 (ignored)
Everything is up to date. Type 'make test' to run test suite.
if [ -n "" ]; \
then \
cd utils; make compile; \ cd ../x2p; make compile; \ cd ../pod; make compile; \
else :; \ fi
./perl installperl --destdir=/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_perl5.8/work/destroot Can't find 'boot_FileGlob' symbol in lib/auto/File/Glob/Glob.bundle
at lib/File/Glob.pm line 96
Compilation failed in require at installperl line 132. BEGIN failed--compilation aborted at installperl line 132. make[1]: * [install.perl] Error 255 make: * [install] Error 2
Error: Unable to upgrade port: 1
Change History (3)
comment:1 Changed 16 years ago by jmroot (Joshua Root)
Milestone: | → Port Bugs |
---|
comment:2 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Please remember WikiFormatting.
This is a duplicate of #13720. Any additional info you can provide there would be helpful in getting this problem resolved.