[MacPorts] #20313: kdegraphics4-4.2.4 build failure on case-sensitive file-system
#20313: kdegraphics4-4.2.4 build failure on case-sensitive file-system ---------------------------------+------------------------------------------ Reporter: rechner@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: kdegraphics4 ---------------------------------+------------------------------------------ Currently the last line in the kdegraphics4 Portfile is: -DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto But the actual directory name is "QTCrypto" (at least on my fresh install). I fixed the build failure by creating a symlink, but I think the Portfile should be modified accordingly: -DQCA2_INCLUDE_DIR=${prefix}/include/QTCrypto This problem of course only occurs on case-sensitive file-systems, which is the default on Linux, but not on Mac OS. -- Ticket URL: <http://trac.macports.org/ticket/20313> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20313: kdegraphics4-4.2.4 build failure on case-sensitive file-system ---------------------------------+------------------------------------------ Reporter: rechner@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: kdegraphics4 ---------------------------------+------------------------------------------ Description changed by macsforever2000@…: Old description:
Currently the last line in the kdegraphics4 Portfile is:
-DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto
But the actual directory name is "QTCrypto" (at least on my fresh install). I fixed the build failure by creating a symlink, but I think the Portfile should be modified accordingly:
-DQCA2_INCLUDE_DIR=${prefix}/include/QTCrypto
This problem of course only occurs on case-sensitive file-systems, which is the default on Linux, but not on Mac OS.
New description: Currently the last line in the kdegraphics4 Portfile is: {{{ -DQCA2_INCLUDE_DIR=${prefix}/include/QtCrypto }}} But the actual directory name is "QTCrypto" (at least on my fresh install). I fixed the build failure by creating a symlink, but I think the Portfile should be modified accordingly: {{{ -DQCA2_INCLUDE_DIR=${prefix}/include/QTCrypto }}} This problem of course only occurs on case-sensitive file-systems, which is the default on Linux, but not on Mac OS. -- -- Ticket URL: <http://trac.macports.org/ticket/20313#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20313: kdegraphics4-4.2.4 build failure on case-sensitive file-system ---------------------------------+------------------------------------------ Reporter: rechner@… | Owner: macsforever2000@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: kdegraphics4 ---------------------------------+------------------------------------------ Changes (by macsforever2000@…): * owner: macports-tickets@… => macsforever2000@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/20313#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20313: kdegraphics4-4.2.4 build failure on case-sensitive file-system ----------------------------------+----------------------------------------- Reporter: rechner@… | Owner: macsforever2000@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: kdegraphics4 | ----------------------------------+----------------------------------------- Changes (by macsforever2000@…): * status: assigned => closed * resolution: => fixed Comment: Committed revision r53848. Thanks! -- Ticket URL: <http://trac.macports.org/ticket/20313#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts