New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #29144 (closed defect: worksforme)

Opened 2 years ago

Last modified 23 months ago

kdelibs4: gives nonexistant /opt/local/include/QtCrypto to compiler

Reported by: shafff@… Owned by: snc@…
Priority: Normal Milestone:
Component: ports Version: 1.9.2
Keywords: kdelibs, qt Cc: sharky@…, michaelld@…
Port: kdelibs4

Description (last modified by ryandesign@…) (diff)

building kdelibs-4.6.2 from ports fails because there is no /opt/local/include/QtCrypto dir.

issuing

sudo ln -s /opt/local/libexec/qt4-mac/include/QtCrypto /opt/local/include/QtCrypto

solves the problem

Change History

comment:1 Changed 2 years ago by ryandesign@…

  • Cc sharky@…, michaelld@… added
  • Owner changed from macports-tickets@… to snc@…
  • Description modified (diff)
  • Summary changed from gives nonexistant /opt/local/include/QtCrypto to compiler to kdelibs4: gives nonexistant /opt/local/include/QtCrypto to compiler

comment:2 Changed 2 years ago by mlk@…

qt4-mac should reside in ${prefix} -- in this case, /opt/local -- not in ${prefix}/libexec/qt4-mac . Are you using qt4-mac-devel? If so, please remove it an use qt4-mac; qt4-mac-devel is older.

comment:3 Changed 2 years ago by shafff@…

i'm using qt4-mac, updated to the latest version.

header for other modules like QtCore do reside where you say they should be.

also, kdelibs4 build did fail after i set up the symlink - this time it complained that it doesn't know how to make libqca.dylib needed for libplasma.3.dylib

comment:4 Changed 2 years ago by michaelld@…

What does "port installed | grep qt4" return for you? Your qt4-mac install is messed up -- if you have the latest version of qt4-mac (4.7.3_0), then there should be nothing in /opt/local/libexec/qt4-mac .

comment:5 Changed 23 months ago by snc@…

  • Status changed from new to closed
  • Resolution set to worksforme

Closing; not enough information.

Note: See TracTickets for help on using tickets.