Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#44184 closed defect (duplicate)

qt4-mac not being installed

Reported by: beusapu@… Owned by: michaelld (Michael Dickens)
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc:
Port: qt4-mac

Description (last modified by neverpanic (Clemens Lang))

Sorry if I'm not doing this the right way, but I don't know anything about computers. I'm just trying to get a program to work on my computer, and I get an error:

sudo port install cockatrice
Password:
---> Computing dependencies for Cockatrice
---> Dependencies to be installed: qt4-mac
---> Fetching distfiles for qt4-mac
---> Attempting to fetch qt-everywhere-opensource-src-4.8.6.tar.gz from http://mse.uk.distfiles.macports.org/sites/distfiles.macports.org/qt4-mac
---> Verifying checksums for qt4-mac
---> Extracting qt4-mac
---> Applying patches to qt4-mac
---> Configuring qt4-mac
Error: org.macports.configure for port qt4-mac returned: configure failure: command execution failed
Error: Failed to install qt4-mac
Please see the log file for port qt4-mac for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_qt4-mac/qt4-mac/main.log
Error: The following dependencies were not installed: qt4-mac
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port cockatrice failed

Attachments (1)

main.log (19.4 KB) - added by beusapu@… 10 years ago.

Download all attachments as: .zip

Change History (7)

comment:1 Changed 10 years ago by neverpanic (Clemens Lang)

Description: modified (diff)
Owner: changed from macports-tickets@… to michaelld@…
Port: qt4-mac added

Please use WikiFormatting and preview your post when posting in Trac. When reporting bugs against ports, please Cc the maintainer of the port that failed (port info --maintainer qt4-mac) and set the port field.

Please attach the main.log mentioned in the error message (possibly compressing it using gzip first to reduce its size).

Changed 10 years ago by beusapu@…

Attachment: main.log added

comment:2 Changed 10 years ago by beusapu@…

I think I figured it out and attached the log. Sorry for my inexperience.

comment:3 Changed 10 years ago by michaelld (Michael Dickens)

The log is just for part of configure; having the rest might help. Can you please do the following:

sudo port clean qt4-mac
sudo port selfupdate
sudo port install qt4-mac

and if that errors out, do:

cp `port logfile qt4-mac` ~/Desktop/qt4-mac-log.txt
bzip2 ~/Desktop/qt4-mac-log.txt

and then attach the compressed logfile.

comment:4 Changed 10 years ago by beusapu@…

I found this link https://trac.macports.org/ticket/37368

I followed the instructions there, and it worked!

Thanks for the help

comment:5 Changed 10 years ago by mf2k (Frank Schima)

Resolution: duplicate
Status: newclosed

Duplicate of #37368.

comment:6 Changed 10 years ago by michaelld (Michael Dickens)

I'm glad you got qt4-mac installed ... but I'm curious: what specific instructions worked for you? I don't know that ticket #37368 was ever really resolved except eventually things worked.

Note: See TracTickets for help on using tickets.