Changes between Initial Version and Version 1 of Ticket #57350


Ignore:
Timestamp:
Oct 12, 2018, 12:50:55 AM (6 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You could attach the main.log file mentioned in the error message; that would tell us why it failed to build.

But note that qt3 is very old, having been superseded by qt4 and then by qt5. Probably nobody is interested in fixing the ancient qt3 port at this point.

Instead, we should try to move anything that is using qt3 off of that and onto a newer qt. It looks like there is a new version 4 of the xxdiff project now, which uses qt4. We should try to update the port to that version. Ticket #44526 tracks our progress of attempting to do so.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57350

    • Property Priority changed from High to Normal
    • Property Keywords xxdiff qt3 removed
    • Property Summary changed from Issue of installing xxdiff with port on building qt3 to qt3 build fails
    • Property Port qt3 added
  • Ticket #57350 – Description

    initial v1  
    22Tell me how to solve this issue.
    33
    4 ------------
    5 # port install xxdiff\\
    6 --->  Computing dependencies for xxdiff\\
    7 The following dependencies will be installed:  qt3\\
    8 Continue? [Y/n]: Y\\
    9 --->  Building qt3\\
    10 Error: Failed to build qt3: command execution failed\\
    11 Error: See\\
    12 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt3/qt3/main.log for details.\\
    13 Error: Follow https://guide.macports.org/#project.tickets to report a bug.\\
    14 Error: Processing of port xxdiff failed\\
     4{{{
     5# port install xxdiff
     6--->  Computing dependencies for xxdiff
     7The following dependencies will be installed:  qt3
     8Continue? [Y/n]: Y
     9--->  Building qt3
     10Error: Failed to build qt3: command execution failed
     11Error: See
     12/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_qt3/qt3/main.log for details.
     13Error: Follow https://guide.macports.org/#project.tickets to report a bug.
     14Error: Processing of port xxdiff failed
     15}}}