#57281 closed defect (fixed)
Installing inetutils with variants fails
Reported by: | jpmelko | Owned by: | Schamschula (Marius Schamschula) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | inetutils |
Description
Same thing for +server or both Works without variants This is on Mojave, but it was the same before
Bacchus:~ root# port install inetutils +client ---> Computing dependencies for inetutils ---> Staging inetutils into destroot Error: Failed to destroot inetutils: could not read "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_inetutils/inetutils/work/destroot/opt/local/bin/rcp": no such file or directory Error: See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_net_inetutils/inetutils/main.log for details. Error: Follow https://guide.macports.org/#project.tickets to report a bug. Error: Processing of port inetutils failed
Attachments (1)
Change History (14)
Changed 6 years ago by jpmelko
comment:1 Changed 6 years ago by Schamschula (Marius Schamschula)
Owner: | set to Schamschula |
---|---|
Status: | new → assigned |
comment:2 Changed 6 years ago by Schamschula (Marius Schamschula)
Cc: | Schamschula removed |
---|
comment:3 Changed 6 years ago by Schamschula (Marius Schamschula)
Port: | inetutils added |
---|
comment:5 Changed 6 years ago by Schamschula (Marius Schamschula)
Indeed. I see the same error under High Sierra with Xcode 10.
comment:6 Changed 6 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 6 years ago by jpmelko
Sorry but there is a problem
titi@Bacchus: ~ $ grsh grsh: cannot execute /opt/local/bin/rlogin: No such file or directory
comment:8 Changed 6 years ago by Schamschula (Marius Schamschula)
I ran strings
on all client executables. This issue is unique to grsh.
This can be fixed using reinplace in post-destroot. I will commit this in in a few hours (I'm in a meeting)
comment:9 Changed 6 years ago by Schamschula (Marius Schamschula)
comment:10 Changed 6 years ago by jpmelko
Curious
titi@Bacchus: ~ $ grsh localhost Segmentation fault: 11 titi@Bacchus: ~ $ grsh localhost 'pwd' Segmentation fault: 11 titi@Bacchus: ~ $ titi@Bacchus: ~ $ grlogin localhost connect to address ::1: Connection refused Trying 127.0.0.1... connect to address 127.0.0.1: Connection refused Trying ::1... connect to address ::1: Connection refused Trying 127.0.0.1... connect to address 127.0.0.1: Connection refused ^C titi@Bacchus: ~ $
comment:11 Changed 6 years ago by Schamschula (Marius Schamschula)
Two different problems:
1) the Segmentation fault
- I'm not sure what is happening here
2) Connection refused
Is there a server running? Probably not!
comment:12 Changed 6 years ago by jpmelko
Connection refused is normal. Just to say that grlogin has no seg fault
comment:13 Changed 6 years ago by Schamschula (Marius Schamschula)
Note: See
TracTickets for help on using
tickets.
Hmm. I just installed inetutils w/o any issues on my MBP running Mojave.