Opened 3 hours ago

Last modified 2 hours ago

#70992 new defect

squeak fails to destroot: error renaming, file already exists

Reported by: barracuda156 Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: Cc:
Port: squeak

Description

Portfile code does something wrong at destroot here:

gnumake: Leaving directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_squeak/squeak/work/Squeak-3.9-8/build'
--->  Patching inisqueak: s|MAJOR=3|MAJOR=39|
--->  Patching inisqueak: s|imgdir=/opt/local/lib/squeak|imgdir=/opt/local/share/squeak|
xinstall: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_squeak/squeak/work/Squeak-3.9-8/build/inisqueak -> /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_squeak/squeak/work/destroot/opt/local/bin//inisqueak
xinstall: mkdir /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_squeak/squeak/work/destroot/opt/local/share/squeak
Error: Failed to destroot squeak: error renaming "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_squeak/squeak/work/destroot/opt/local/doc" to "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_lang_squeak/squeak/work/destroot/opt/local/share/doc": file already exists

Change History (2)

comment:1 Changed 2 hours ago by ryandesign (Ryan Carsten Schmidt)

It used to work, of course, so please attach the main.log file so that we can investigate what has gone wrong.

Note: See TracTickets for help on using tickets.