Opened 9 months ago
Last modified 8 months ago
#69429 assigned defect
ifeffit @1.2.13: build failure
Reported by: | KenedySanchez | Owned by: | joefowler (Joe Fowler) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.1 |
Keywords: | Cc: | shashanksd11 (Shashank P M) | |
Port: | ifeffit |
Description (last modified by jmroot (Joshua Root))
Attempted to install Demeter says failed, but when I attempt to clean and retry I get an error
error deleting "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_demeter/demeter": not owner Error: Failed to clean demeter: error deleting "/opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/science/demeter/work": permission denied Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port demeter failed
Ive read so many previous tickets and attempted all toucbelshooting issues, nothing has worked. I have Sonoma 14.2.1. Download Macports using basic pkg download.
Change History (7)
comment:1 follow-up: 4 Changed 9 months ago by jmroot (Joshua Root)
Description: | modified (diff) |
---|---|
Keywords: | demeter rsync removed |
Port: | demeter added |
comment:2 Changed 9 months ago by jmroot (Joshua Root)
Cc: | joefowler added |
---|
comment:3 Changed 9 months ago by KenedySanchez
comment:4 follow-up: 6 Changed 9 months ago by KenedySanchez
Replying to jmroot:
What command are you running to clean? It looks like you may have forgotten to use
sudo
.
I was using sudo port clean --all all
. I did forget sudo, but even after finishing command and trying to install Demeter again using sudo port install xorg-server demeter
I get this error.
---> Configuring ifeffit Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled: strcmp: found in ifeffit-1.2.13/readline/config.log exit: found in ifeffit-1.2.13/config.log, ifeffit-1.2.13/readline/config.log strcoll: found in ifeffit-1.2.13/readline/config.log ---> Building ifeffit Error: Failed to build ifeffit: command execution failed Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_science_ifeffit/ifeffit/main.log for details. Error: Follow https://guide.macports.org/#project.tickets if you believe there is a bug. Error: Processing of port demeter failed
comment:5 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | joefowler removed |
---|---|
Owner: | set to joefowler |
Port: | ifeffit added; demeter removed |
Status: | new → assigned |
Summary: | processing port of Demeter failed. No previous tickets helped. → ifeffit @1.2.13: build failure |
Ok, so the original problem was not a problem, and the new problem is something different. Please attach the main.log file mentioned in the error message.
comment:6 Changed 9 months ago by ryandesign (Ryan Carsten Schmidt)
Replying to KenedySanchez:
Warning: Configuration logfiles contain indications of -Wimplicit-function-declaration; check that features were not accidentally disabled: strcmp: found in ifeffit-1.2.13/readline/config.log exit: found in ifeffit-1.2.13/config.log, ifeffit-1.2.13/readline/config.log strcoll: found in ifeffit-1.2.13/readline/config.log
These warnings, which may or may not represent a real problem but which should probably be fixed in the usual way, were previously reported in #63246, which was a duplicate of #61570, which was marked fixed although these warnings were not fixed.
I reran builds of ifeffit on our macOS 14 build machines and they failed with:
ld: warning: ignoring duplicate libraries: '-lSystem' ld: duplicate LC_RPATH '/opt/local/lib/libgcc' in '/opt/local/lib/libpgplot5.2.2.dylib' clang: error: linker command failed with exit code 1 (use -v to see invocation)
There have been a zillion other tickets about other ports experiencing this message, which is new in Xcode 15.
comment:7 Changed 8 months ago by ryandesign (Ryan Carsten Schmidt)
Cc: | shashanksd11 added |
---|
Has duplicate #69620.
What command are you running to clean? It looks like you may have forgotten to use
sudo
.