#69041 closed defect (fixed)
EqualX @0.7.1: no such file or directory
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | barracuda156 |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | EqualX |
Description
Error: Failed to destroot EqualX: error copying "/opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_tex_EqualX/EqualX/work/equalx-0.7.1/EqualX.app": no such file or directory
Looks like it's equalx.app, not EqualX.app.
Change History (7)
comment:1 Changed 10 months ago by barracuda156
comment:2 Changed 10 months ago by barracuda156
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 follow-up: 6 Changed 10 months ago by jmroot (Joshua Root)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
The fix introduced another failure on case-sensitive filesystems.
comment:4 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
comment:5 follow-up: 7 Changed 10 months ago by barracuda156
Can we set case-sensitive CI up? So we avoid this kind of issues instead of having to fix them.
comment:6 Changed 10 months ago by barracuda156
Replying to jmroot:
The fix introduced another failure on case-sensitive filesystems.
Sorry, missed that one instance of using ${name}
.
comment:7 Changed 10 months ago by ryandesign (Ryan Carsten Schmidt)
Replying to barracuda156:
Can we set case-sensitive CI up? So we avoid this kind of issues instead of having to fix them.
I didn't think GitHub Actions offered that, but if they do, then figure out what we have to change in our workflow files to request it.
Note: See
TracTickets for help on using
tickets.
Thank you, I will fix it today.