New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20159 (closed defect: worksforme)

Opened 14 months ago

Last modified 14 months ago

glibmm fails to build during install of Gobby

Reported by: thewoolleyman@… Owned by: devans@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port: glibmm

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

I found this bug (#18999), but that isn't my problem. My /opt/local/etc/macports/variants.conf and /usr/local/etc/macports/variants.conf are empty.

Attached is a file output from running the suggested commands from that ticket:

 http://gist.github.com/140502

Thanks, -- Chad

Attachments

gobby_fail.txt Download (144.4 KB) - added by thewoolleyman@… 14 months ago.
Output from running  http://gist.github.com/140502
gobby_fail_different_machine.txt Download (0.8 KB) - added by thewoolleyman@… 14 months ago.

Change History

Changed 14 months ago by thewoolleyman@…

Output from running  http://gist.github.com/140502

Changed 14 months ago by thewoolleyman@…

  • cc thewoolleyman@… added

Cc Me!

Changed 14 months ago by thewoolleyman@…

Attaching another file with the (truncated, just the error) output from a failed gobby install on a different machine...

Changed 14 months ago by thewoolleyman@…

Changed 14 months ago by blb@…

  • owner changed from macports-tickets@… to devans@…
  • port set to glibmm
  • summary changed from Gobby not working for me to glibmm fails to build during install of Gobby

Your first error:

DEBUG: Assembled command: 'cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glibmm/work/glibmm-2.20.0" && ./configure --prefix=/opt/local'
sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glibmm/work/glibmm-2.20.0: No such file or directory
Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glibmm/work/glibmm-2.20.0" && ./configure --prefix=/opt/local " returned error 1
Command output: sh: line 0: cd: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_devel_glibmm/work/glibmm-2.20.0: No such file or directory

appears to be an issue with glibmm; I'm not sure why it can't find that directory which should exist upon extracting. Try a sudo port clean --work glibmm and then try your initial install of gobby again.

The second error sounds like a missing dependency, but there isn't enough information to go on to determine which port is having the issue there; full debug output would be needed. However, if it isn't glibmm, please open a new ticket for that.

Changed 14 months ago by macsforever2000@…

  • description modified (diff)

Changed 14 months ago by devans@…

  • cc thewoolleyman@… removed

First of all, the fact that you have macports files in /usr/local is suspicious. MacPorts doesn't install anything there by default and installing files manually in /usr/local (not using MacPorts usually causes problems.

To test if this is causing problems, just temporarily move /usr/local to /usr/local.bak and try building glibmm again.

sudo port clean glibmm
sudo port -d build glibmm

removing you from CC because the ticket reporter is automatically copied.

Changed 14 months ago by thewoolleyman@…

I have opened a new ticket for the second error, with the full debug output attached:  http://trac.macports.org/ticket/20183

Changed 14 months ago by thewoolleyman@…

sudo port clean --work glibmm worked for me. After that, gobby installed and ran fine. I also renamed /usr/local/etc to /usr/local/etc.bak. Thanks for the help!

Changed 14 months ago by devans@…

  • status changed from new to closed
  • resolution set to worksforme
Note: See TracTickets for help on using tickets.