Opened 2 years ago

Closed 2 years ago

#64654 closed defect (fixed)

ghc-filesystem @1.5.10 does not build on PPC: Easy fix apparently found

Reported by: barracuda156 Owned by: evanmiller (Evan Miller)
Priority: Normal Milestone:
Component: ports Version: 2.7.1
Keywords: powerpc, leopard, ppc64, snowleopard Cc:
Port: ghc-filesystem

Description

c1plus: all warnings being treated as errors
make[2]: *** [test/CMakeFiles/filesystem_test.dir/filesystem_test.cpp.o] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ghc-filesystem/ghc-filesystem/work/build'
make[1]: *** [test/CMakeFiles/filesystem_test.dir/all] Error 2
cc1plus: all warnings being treated as errors
make[2]: *** [test/CMakeFiles/fwd_impl_test.dir/impl_test.cpp.o] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ghc-filesystem/ghc-filesystem/work/build'
make[1]: *** [test/CMakeFiles/fwd_impl_test.dir/all] Error 2
cc1plus: all warnings being treated as errors
make[2]: *** [test/CMakeFiles/filesystem_test_cpp17.dir/filesystem_test.cpp.o] Error 1
make[2]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ghc-filesystem/ghc-filesystem/work/build'
make[1]: *** [test/CMakeFiles/filesystem_test_cpp17.dir/all] Error 2
make[1]: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ghc-filesystem/ghc-filesystem/work/build'
make: *** [all] Error 2
make: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ghc-filesystem/ghc-filesystem/work/build'
Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ghc-filesystem/ghc-filesystem/work/build" && /usr/bin/make -j4 -w all VERBOSE=ON 
Exit code: 2
Error: Failed to build ghc-filesystem: command execution failed
Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_devel_ghc-filesystem/ghc-filesystem/main.log for details.
Error: Follow https://guide.macports.org/#project.tickets if you believe there
is a bug.
Error: Processing of port ghc-filesystem failed

Attachments (1)

main.log (134.0 KB) - added by barracuda156 2 years ago.

Download all attachments as: .zip

Change History (6)

Changed 2 years ago by barracuda156

Attachment: main.log added

comment:1 Changed 2 years ago by kencu (Ken)

Summary: ghc-filesystem fails to build for ppc on 10.5.8ghc-filesystem @1.5.10 does not build on PPC

comment:2 Changed 2 years ago by barracuda156

This line added makes it build:

configure.args-append -DGHC_FILESYSTEM_BUILD_TESTING=OFF

comment:3 Changed 2 years ago by barracuda156

Summary: ghc-filesystem @1.5.10 does not build on PPCghc-filesystem @1.5.10 does not build on PPC: Easy fix apparently found

comment:4 Changed 2 years ago by barracuda156

Keywords: leopard snowleopard added; Leopard removed

comment:5 Changed 2 years ago by evanmiller (Evan Miller)

Owner: set to evanmiller
Resolution: fixed
Status: newclosed

In ca0a35dea7bf1caad510ec0123a8d3d56d3c44cd/macports-ports (master):

ghc-filesystem: skip tests on PowerPC / i386

Closes: #64654

Note: See TracTickets for help on using tickets.