[MacPorts] #32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error --------------------------------------------------------------------------------------------------------------------------------+ Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 2.0.3 Keywords: Scala, sudo port upgrade --enforce-variants gtk2 +universal , sudo port install fontconfig, sudo port install gtk2 | Port: fontconfig, gtk2, (enforce-variants gtk2 +universal) --------------------------------------------------------------------------------------------------------------------------------+ I am trying to install a free program called Scala that requires installation of MacPorts, and the ports "fontconfig" and "gtk2". These two seemed to install correctly from the terminal with the following commands: sudo port install fontconfig sudo port install gtk2 which tells me (if I understand the way MacPorts works) I installed both Macports, and these specific ports correctly. The instructions then ask me to modify my ".profile" file adding this line: export PATH=/opt/local/bin:/opt/local/sbin:$PATH which I did, and then install the libpng 1.4.5 or Combo Installer, which I did. Then, because I have a 64 bit Imac, I was asked to use the following terminal command: sudo port upgrade --enforce-variants gtk2 +universal, and when doing this I got the following error messsage: Error: Target org.macports.build returned: shell command failed (see log for details) Log for p5.12-xml-parser is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5 -xml-parser/p5.12-xml-parser/main.log Error: Unable to upgrade port: 1 Could anyone help me figure out why I cannot do this? -- Ticket URL: <https://trac.macports.org/ticket/32077> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * keywords: Scala, sudo port upgrade --enforce-variants gtk2 +universal , sudo port install fontconfig, sudo port install gtk2 => * priority: High => Normal * cc: adam.clay@… (removed) * port: fontconfig, gtk2, (enforce-variants gtk2 +universal) => p5.12 -xml-parser Old description:
I am trying to install a free program called Scala that requires installation of MacPorts, and the ports "fontconfig" and "gtk2". These two seemed to install correctly from the terminal with the following commands:
sudo port install fontconfig sudo port install gtk2
which tells me (if I understand the way MacPorts works) I installed both Macports, and these specific ports correctly.
The instructions then ask me to modify my ".profile" file adding this line:
export PATH=/opt/local/bin:/opt/local/sbin:$PATH
which I did, and then install the libpng 1.4.5 or Combo Installer, which I did.
Then, because I have a 64 bit Imac, I was asked to use the following terminal command:
sudo port upgrade --enforce-variants gtk2 +universal,
and when doing this I got the following error messsage:
Error: Target org.macports.build returned: shell command failed (see log for details) Log for p5.12-xml-parser is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5 -xml-parser/p5.12-xml-parser/main.log Error: Unable to upgrade port: 1
Could anyone help me figure out why I cannot do this?
New description: I am trying to install a free program called Scala that requires installation of MacPorts, and the ports "fontconfig" and "gtk2". These two seemed to install correctly from the terminal with the following commands: {{{ sudo port install fontconfig sudo port install gtk2 }}} which tells me (if I understand the way MacPorts works) I installed both Macports, and these specific ports correctly. The instructions then ask me to modify my ".profile" file adding this line: {{{ export PATH=/opt/local/bin:/opt/local/sbin:$PATH }}} which I did, and then install the libpng 1.4.5 or Combo Installer, which I did. Then, because I have a 64 bit Imac, I was asked to use the following terminal command: {{{ sudo port upgrade --enforce-variants gtk2 +universal, }}} and when doing this I got the following error messsage: {{{ Error: Target org.macports.build returned: shell command failed (see log for details) Log for p5.12-xml-parser is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_perl_p5 -xml-parser/p5.12-xml-parser/main.log Error: Unable to upgrade port: 1 }}} Could anyone help me figure out why I cannot do this? -- Comment: Please attach the indicated main.log file so we can see why it failed. -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Comment(by ryandesign@…): And you know, we have scala in MacPorts. So all you should have needed to do was e.g. "sudo port install scala29" and it would take care of all the dependencies for you. You said you installed "libpng 1.4.5 or Combo Installer". If that means you manually installed libpng, without using MacPorts, please uninstall it; it might interfere with MacPorts. -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Comment(by adam.clay@…): Oh, thank you for this information. How can I uninstall libpng? And you are saying then, to install scala All I need to do is type what you said in? -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Comment(by blair@…): The Scala I'm familiar with is a language that runs on the JVM, so it's odd that there are instructions telling you to install fontconfig and gtk2, which are not needed at all. Can you provide a link to the instructions you mentioned? Perhaps its a different scala? Also, there's no , at the end of the command: {{{ sudo port upgrade --enforce-variants gtk2 +universal, }}} if that wasn't intentional? -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Comment(by adam.clay@…): This 'scala' is a free program for microtonal music - retuning instruments to scales beyond of the modern used, 12-tone equal temperament scale. Here is the website with the complicated install instructions: http://www .huygens-fokker.org/scala/downloads.html I only put a comma at the end of the command because I copied it from the website. It said I needed that command because my iMac is 64 bits. -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Comment(by luis.kop@…): I've the same problem. I'm not able to install p5.12-xml-parser I'm just doing sudo port upgrade outdated. Anyone can help me? I'm going to attach the log. -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Comment(by adam.clay@…): Replying to [comment:2 ryandesign@…]:
And you know, we have scala in MacPorts. So all you should have needed to do was e.g. "sudo port install scala29" and it would take care of all the dependencies for you.
You said you installed "libpng 1.4.5 or Combo Installer". If that means you manually installed libpng, without using MacPorts, please uninstall it; it might interfere with MacPorts.
I tried installing Scala with the command "sudo port install scala29", but it seemed that when I tried to open scala after that, the icon in the dock just sat there for awhile and never loaded, eventually just quitting on its own. Can anyone tell me how to unsinstall the "libpng 1.4.5" thing? As ryandesign@macports.org had told me to do? -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: enforce-variants gtk2 +universal - @MacPorts version 2.03 - error -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Comment(by carcode@…): I am doing an upgrade also and found several items missing in the index: - p5.12-xml-parser - p5.12-getopt-long - p5.12-pathtools - p5.12-scalar-list-utils - p5.12-locale-gettext All missing port name starts with p5.12!!! What is wrong here with MacPorts? -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: p5.12-xml-parser @2.40 build failure -------------------------------------+-------------------------------------- Reporter: adam.clay@… | Owner: mjg@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: | Port: p5.12-xml-parser -------------------------------------+-------------------------------------- Changes (by jmr@…): * owner: macports-tickets@… => mjg@… Comment: The attached log is incomplete. Please clean and generate a complete one. -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#32077: p5.12-xml-parser @2.40 build failure -------------------------------+-------------------- Reporter: adam.clay@… | Owner: mjg@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Resolution: worksforme | Keywords: Port: p5.12-xml-parser | -------------------------------+-------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => worksforme Comment: Closing because this bug is stale and the requested information was never provided. -- Ticket URL: <https://trac.macports.org/ticket/32077#comment:10> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts