Opened 9 years ago

Closed 9 years ago

#46679 closed defect (duplicate)

tigervnc fails

Reported by: Dmole (Tim) Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port: tigervnc

Description

Error: org.macports.build for port tigervnc returned: command execution failed
To report a bug, follow the instructions in the guide:
    http://guide.macports.org/#project.tickets
Error: Processing of port tigervnc failed

Attachments (3)

out.log.7z (1.2 KB) - added by Dmole (Tim) 9 years ago.
main.log.7z (2.0 KB) - added by Dmole (Tim) 9 years ago.
main.log.2.7z (17.6 KB) - added by Dmole (Tim) 9 years ago.

Download all attachments as: .zip

Change History (11)

Changed 9 years ago by Dmole (Tim)

Attachment: out.log.7z added

Changed 9 years ago by Dmole (Tim)

Attachment: main.log.7z added

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

The log you attached does not show what went wrong, possibly because of #37093. Please run "sudo port clean tigervnc", then try again, then attach the new main.log file.

comment:2 Changed 9 years ago by petrrr

Resolution: duplicate
Status: newclosed

This seems to be an accidental duplicate of #46678.

comment:3 in reply to:  2 ; Changed 9 years ago by Dmole (Tim)

Resolution: duplicate
Status: closedreopened

Replying to ryandesign@…:

The log you attached does not show what went wrong, possibly because of #37093. Please run "sudo port clean tigervnc", then try again, then attach the new main.log file.

wow #37093 looks bad but there was only one log file. Oddly clean did not help. I even tried clean all. Is it working for you?

Replying to petr@…:

This seems to be an accidental duplicate of #46678.

Please note that
tightvnc
tigervnc
are not the same port. (though I'm sure they share a lot)

Last edited 9 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:4 in reply to:  3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Replying to elatllat@…:

wow #37093 looks bad but there was only one log file. Oddly clean did not help. I even tried clean all. Is it working for you?

To generate the log we need, please run "sudo port clean tigervnc", then run "sudo port install tigervnc", then, assuming it fails again, please attach the main.log file whose location will be printed.

comment:5 Changed 9 years ago by Dmole (Tim)

Managed to get the error but it needs 4 steps;

sudo port clean tigervnc && \
sudo port install tigervnc;
sudo port clean tigervnc && \
sudo port install tigervnc

Changed 9 years ago by Dmole (Tim)

Attachment: main.log.2.7z added

comment:6 Changed 9 years ago by Dmole (Tim)

grep -iP "[^a-z]error" main.log
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found
:info:build /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_tigervnc/tigervnc/work/tigervnc-1.2.0/common/fltk/src/Fl_cocoa.mm:1347:24: error: cannot initialize a parameter of type 'id<NSFileManagerDelegate>' with an lvalue of type 'FLDelegate *'
:info:build 13 warnings and 1 error generated.
:info:build make[2]: *** [common/fltk/src/CMakeFiles/fltk_static.dir/Fl_cocoa.mm.o] Error 1
:info:build make[1]: *** [common/fltk/src/CMakeFiles/fltk_static.dir/all] Error 2
:info:build make: *** [all] Error 2
:error:build org.macports.build for port tigervnc returned: command execution failed
:debug:build Error code: CHILDSTATUS 6741 2

comment:7 Changed 9 years ago by Dmole (Tim)

same problem on older version #45488

comment:8 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: duplicate
Status: reopenedclosed
Note: See TracTickets for help on using tickets.