Re: Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Michael Dickens
On Mon, Apr 13, 2015, at 01:35 PM, Eneko Gotzon wrote: I frequently run: sudo port clean --all installed And, that's a good thing. You might also want to try: {{{ sudo port reclaim }}} every so often. Also: {{{ sudo port selfupdate }}} is good to keep 'port' up to date. But, the main issue is

Re: Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Enrico Pirani
Michael Dickens michae...@macports.org writes: Hi Michael, thanks for your support, just one more question, I cleaned all related ports and after they install without problems. But still they dont open Xdisplay (I think apps are ok , if I give gimp --help I get the normal output ). I dont know

Re: Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Michael Dickens
Hi Enrico - Glad those worked too. As I like to say: cruft happens! Cleaning often takes care of these build issues. As to what's going on with running Gimp, I don't know; I don't have or use Gimp (from MacPorts or elsewhere). Check out the Console.app look under User Diagnostic Reports to see

Re: Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Eneko Gotzon
On Mon, Apr 13, 2015 at 5:42 PM, Michael Dickens michae...@macports.org wrote: try ​ cleaning each… I frequently run: sudo port clean --all installed​ -- Eneko Gotzon Ares enekogot...@gmail.com ___ macports-users mailing list

Re: transfer /opt/local to another machine

2015-04-13 Thread Chris Jones
On 13/04/15 10:27, j. van den hoff wrote: thanks to both of you for your answers and clarifications. On Mon, 13 Apr 2015 04:04:14 +0200, Ryan Schmidt ryandes...@macports.org wrote: On Apr 12, 2015, at 5:54 AM, j. van den hoff wrote: I just have upgraded two x86_64 machines from 10.9. to

Re: transfer /opt/local to another machine

2015-04-13 Thread j. van den hoff
thanks to both of you for your answers and clarifications. On Mon, 13 Apr 2015 04:04:14 +0200, Ryan Schmidt ryandes...@macports.org wrote: On Apr 12, 2015, at 5:54 AM, j. van den hoff wrote: I just have upgraded two x86_64 machines from 10.9. to 10.10.3 and upgraded one of them

Re: transfer /opt/local to another machine

2015-04-13 Thread j. van den hoff
On Mon, 13 Apr 2015 11:34:29 +0200, Chris Jones jon...@hep.phy.cam.ac.uk wrote: On 13/04/15 10:27, j. van den hoff wrote: thanks to both of you for your answers and clarifications. On Mon, 13 Apr 2015 04:04:14 +0200, Ryan Schmidt ryandes...@macports.org wrote: On Apr 12, 2015, at 5:54

Re: transfer /opt/local to another machine

2015-04-13 Thread Chris Jones
And it's more than likely that it will happen. It would surprise me somewhat if Atlas doesn't check for `-march=native` support, and that would give you AVX (and later) support if your i7 supports that. You ought to ask the question the other way round: how much of a (real-world) performance

Re: transfer /opt/local to another machine

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 5:44 AM, j. van den hoff wrote: for instance, right now I _do_ have 2 inactive ports (which, by the way, magically reappeared (were downloaded etc) during the `port installed activate' run of the migration procedure (specifically these two: llvm-3.5 @3.5.1_3 and

Re: transfer /opt/local to another machine

2015-04-13 Thread René J . V . Bertin
On Monday April 13 2015 11:43:51 j. van den hoff wrote: If the core-i7 build is using CPU instructions your core 2 due does not have, then the performance hit will be 'significant' (i.e. it simply will not run...). OK, _that_ I would note and accordingly would recompile ;-). I'm not

Re: transfer /opt/local to another machine

2015-04-13 Thread René J . V . Bertin
On Monday April 13 2015 11:30:49 Chris Jones wrote: which is not a nice situation for debugging etc. I am also willing to You've got a point - though I have a hunch that forcing -O3 instead of -O2 or -Os could have more adverse effects. bet the number of ports that would significantly benefit

Re: transfer /opt/local to another machine

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 4:27 AM, j. van den hoff wrote: one marginal observation I made: after `port deactivate installed' when executing `port installed active' I receive the message None of the specified ports are installed. which probably should read None of the specified ports are active.

[Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ton Machielsen
Hi all! New MacPorts user here. So this is what i have done so far: Installed Xcode Installed MacPorts All working fine Replaced MacPorts with Homebrew because i needed something that was in Homebrew but not in MacPorts. Now i cannot remember what. Removed Homebrew. Removed and reinstalled

Re: transfer /opt/local to another machine

2015-04-13 Thread j. van den hoff
On Mon, 13 Apr 2015 12:34:00 +0200, Ryan Schmidt ryandes...@macports.org wrote: On Apr 13, 2015, at 4:27 AM, j. van den hoff wrote: one marginal observation I made: after `port deactivate installed' when executing `port installed active' I receive the message None of the specified ports

Re: transfer /opt/local to another machine

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 5:06 AM, René J.V. Bertin wrote: On Monday April 13 2015 11:43:51 j. van den hoff wrote: If the core-i7 build is using CPU instructions your core 2 due does not have, then the performance hit will be 'significant' (i.e. it simply will not run...). OK, _that_ I

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 7:48 AM, Ton Machielsen wrote: TM-MBP:~ Ton$ /usr/bin/gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) Target:

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 7:18 AM, Ton Machielsen wrote: New MacPorts user here. So this is what i have done so far: Installed Xcode Installed MacPorts All working fine Replaced MacPorts with Homebrew because i needed something that was in Homebrew but not in MacPorts. Now i cannot remember

Re: Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Michael Dickens
Hi Enrico - When submitting a build error -- whether on this list or on a ticket -- please do the following beforehand for the port in issue (in this case, cmake), and alway submit a full build log (not just the latest try; see also the first item in the MacPorts FAQ:

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ton Machielsen
TM-MBP:~ Ton$ /usr/bin/gcc -v Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 6.1.0 (clang-602.0.49) (based on LLVM 3.6.0svn) Target: x86_64-apple-darwin14.3.0 Thread model: posix On Mon, Apr 13, 2015 at

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ryan Schmidt
On Apr 13, 2015, at 7:18 AM, Ton Machielsen wrote: The gcc compiler is installed but does not work. The reason is probably missing header files. In addition to Xcode, have you installed the Xcode command line tools (which among other things installs the contents of /usr/include, which is

Re: [Newbie Alert] Did i screw up my XCode?

2015-04-13 Thread Ton Machielsen
TM-MBP:~ Ton$ sudo xcode-select --install Password: xcode-select: error: command line tools are already installed, use Software Update to install updates On Mon, Apr 13, 2015 at 2:48 PM, Ryan Schmidt ryandes...@macports.org wrote: On Apr 13, 2015, at 7:48 AM, Ton Machielsen wrote:

Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Enrico Pirani
Hello, I have a problem after upgrading outdated packages. The process stops with cmake build. This is the log http://paste.openstack.org/show/203540. And I dont know if this is correlated but most of the apps installed are not starting anymore (Inkscape, Gimp, Gnumeric, Abiword, zathura),

Re: Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Michael Dickens
Hi Enrico - Glad it worked; you're welcome! As for the others, try cleaning each, and when the build fails check out each build log to see if the issue is common or separate. File tickets accordingly, after a search for whether a ticket is already open with your issues. - MLD On Mon, Apr 13,

Re: Cmake failed to build GIMP Inkscape Gnumeric do not start

2015-04-13 Thread Enrico Pirani
Michael Dickens michae...@macports.org writes: Hello Michael, {{{ sudo port clean cmake sudo port install cmake }}} It works !. Thanks. As for the other problems (gimp, inkscape...) should I open a ticket for every ports ? I dont know if it is related to xorg problems (Dia is working) or