Opened 10 years ago

Closed 10 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)

main.log (162.8 KB) - added by inyeollee 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by inyeollee

Attachment: main.log added

comment:1 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: rcs added
Status: newassigned

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.

comment:2 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

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 10 years ago by inyeollee

Resolution: fixed
Status: closedreopened

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 10 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: reopenedclosed

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.