Opened 6 weeks ago

Closed 7 days ago

#70992 closed defect (fixed)

squeak fails to destroot: error renaming, file already exists

Reported by: barracuda156 Owned by: Sergey Fedorov <barracuda@…>
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 (3)

comment:1 Changed 6 weeks 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.

comment:3 Changed 7 days ago by Sergey Fedorov <barracuda@…>

Owner: set to Sergey Fedorov <barracuda@…>
Resolution: fixed
Status: newclosed

In 6fb77c0e3b922159d04b8f6534c93c6bf303c4c7/macports-ports (master):

squeak: unbreak destroot

Closes: #70992

Note: See TracTickets for help on using tickets.