Opened 11 years ago
Closed 11 years ago
#41192 closed defect (fixed)
rcs @5.8.2 / OSX 10.9 build failure
Reported by: | inyeollee | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | rcs |
Description
Error message:
... ---> Building rcs ---> Staging rcs into destroot Error: org.macports.destroot for port rcs returned: command execution failed Please see the log file for port rcs for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_rcs/rcs/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port rcs failed
Log file attached.
Attachments (1)
Change History (5)
Changed 11 years ago by inyeollee
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|---|
Port: | rcs added |
Status: | new → assigned |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r112953 seems to have fixed this, either by updating to 5.9.1 or by removing the autoreconf step: it now builds on the buildbots.
comment:3 Changed 11 years ago by inyeollee
Resolution: | fixed |
---|---|
Status: | closed → reopened |
I still have the same failure. Attempting to install rcs 5.9.1 still installs 5.8.2 and fails the same way I reported. What I tried is:
$ sudo port selfupdate $ sudo port clean all $ sudo port install rcs <-- this installs 5.8.2 and fails. $ sudo port install rcs @5.9.1 <-- thsi still installs 5.8.2 and fails.
Am I missing something here?
comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
MacPorts does not support specifying a version at install time; you'll always get the single version that is available.
Sounds like you haven't run "sudo port selfupdate" since I committed the fix.
Note: See
TracTickets for help on using
tickets.
It builds fine for me on Mavericks. But all three buildbots (Snow Leopard, Lion, Mountain Lion) also failed to build rcs just now, with the same error that you have in your log. It looks to me like it's having problems with a texinfo file. But on my system it builds fine whether or not I have the texinfo port installed. When I don't, I assume it uses /usr/bin/makeinfo instead.
A new version of rcs is out. I'll try updating the port to that version and see what happens.