#18274: kdelibs4 throws an error after building -------------------------------+-------------------------------------------- Reporter: nerdrew@… | Owner: illogic-al@… Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.7.0 Keywords: | Port: kdelibs4 -------------------------------+-------------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => illogic-al@… * port: => kdelibs4 Old description:
The file: macports/dports/_resources/port1.0/group/kde4-1.0.tcl contains a line that hass $USER in it. It isn't escaped, so when it goes to print it, it throws an error and says:
" ###################################################### # Programs will not start until you issue the foll: # Error: Target org.macports.activate returned: can't read "USER": no such variable Error: The following dependencies failed to build: kdebase4 kdebase4-runtime kdelibs4 soprano kdepimlibs4 akonadi gpgme pth libical qimageblitz Error: Status 1 encountered during processing. " (the above error came after soprano finished building)
It seems to run when any port in the kde4 group finishes. Building koffice2-devel has lots of dependencies on ports in the kde4 group, so after each one finishes, the above error is thrown, and the build stops.
New description: The file: macports/dports/_resources/port1.0/group/kde4-1.0.tcl contains a line that hass $USER in it. It isn't escaped, so when it goes to print it, it throws an error and says: {{{ ###################################################### # Programs will not start until you issue the foll: # Error: Target org.macports.activate returned: can't read "USER": no such variable Error: The following dependencies failed to build: kdebase4 kdebase4-runtime kdelibs4 soprano kdepimlibs4 akonadi gpgme pth libical qimageblitz Error: Status 1 encountered during processing. }}} (the above error came after soprano finished building) It seems to run when any port in the kde4 group finishes. Building koffice2-devel has lots of dependencies on ports in the kde4 group, so after each one finishes, the above error is thrown, and the build stops. -- -- Ticket URL: <http://trac.macports.org/ticket/18274#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS