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

2015-04-14 Thread Enrico Pirani
Ryan Schmidt ryandes...@macports.org writes:

 On Apr 13, 2015, at 12:35 PM, Eneko Gotzon wrote:
 On Mon, Apr 13, 2015 at 5:42 PM, Michael Dickens wrote:
 try​ cleaning each…
 
 I frequently run:
 sudo port clean --all installed​ 

 There's no particular need to do that. It may help reclaim some disk space, 
 but probably not all the disk space that could be reclaimed, and it may 
 remove some files that you need later: Cleaning --all removes distfiles as 
 well; perhaps you'll need those again later if you rebuild the port with 
 different options or if a revision increase occurs; in that case, you'll 
 waste time downloading the distfiles again. And cleaning only the installed 
 ports won't help you build ports that aren't yet installed that have prior 
 failed build attempts.

 The guidance in our ticket filing instructions stands: if a build fails, 
 clean the port and try again before reporting a problem.

There is no build fail. Every port has been upgraded without any
error. Just they dont startX. CLI is working. 


 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users

-- 
Dr. Enrico Pirani
Medico Chirurgo
Specialista in Chirurgia Toracica
FMH Chirurgia Cardiaca 
Via Matteotti 7
35042 Este (Padova)

Cell:392-6224668
Tel: 0429-17660135

  Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute in
  questo messaggio sono riservate ed a uso esclusivo del destinatario.
  Qualora il messaggio Le fosse pervenuto per errore, La invitiamo ad
  eliminarlo senza copiarlo e a non inoltrarlo a terzi, dandocene gentilmente
  comunicazione. Grazie.

  Pursuant to Legislative Decree No. 196/2003, you are hereby informed that
  this message contains confidential information intended only for the use of
  the addressee. If you are not the addressee, and have received this message
  by mistake, please delete it and immediately notify us. You may not copy or
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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

2015-04-14 Thread Eneko Gotzon
On Mon, Apr 13, 2015 at 7:46 PM, Michael Dickens michae...@macports.org
wrote:

 You might also want to try:
 sudo port reclaim


​Thank you very much Michael.​

-- 
Eneko Gotzon Ares
enekogot...@gmail.com
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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

2015-04-14 Thread Enrico Pirani
René J.V. Bertin rjvber...@gmail.com writes:

 On Tuesday April 14 2015 15:43:16 Enrico Pirani wrote:

There is no build fail. Every port has been upgraded without any
error. Just they dont startX. CLI is working. 

 You mean the X server (XQuartz.app or X11.app) isn't started automatically 
 when you start an X application?
X server is running ok (oddly Dia is opening correctly). Just the other
apps: zathura, gimp, inkscape, and KDE..)
 If that's the case you might want to try reinstalling that X server so that 
 launchctl files that may have gone missing are reinstalled. You'll want to 
 log off and back in again after doing that (that might even help without 
 reinstalling).

 R.
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users

-- 
Dr. Enrico Pirani
Medico Chirurgo
Specialista in Chirurgia Toracica
FMH Chirurgia Cardiaca 
Via Matteotti 7
35042 Este (Padova)

Cell:392-6224668
Tel: 0429-17660135

  Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute in
  questo messaggio sono riservate ed a uso esclusivo del destinatario.
  Qualora il messaggio Le fosse pervenuto per errore, La invitiamo ad
  eliminarlo senza copiarlo e a non inoltrarlo a terzi, dandocene gentilmente
  comunicazione. Grazie.

  Pursuant to Legislative Decree No. 196/2003, you are hereby informed that
  this message contains confidential information intended only for the use of
  the addressee. If you are not the addressee, and have received this message
  by mistake, please delete it and immediately notify us. You may not copy or
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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

2015-04-14 Thread René J . V . Bertin
On Tuesday April 14 2015 16:37:06 Enrico Pirani wrote:

 You mean the X server (XQuartz.app or X11.app) isn't started automatically 
 when you start an X application?
X server is running ok (oddly Dia is opening correctly). Just the other
apps: zathura, gimp, inkscape, and KDE..)

First off: KDE doesn't use X11 on OS X, at least not when you install it 
through MacPorts.

If X apps fail to connect to a running X server something else is awry; they 
probably try to connect to the wrong $DISPLAY. That said, I've been seeing an 
issue on an OS X 10.6 VM where even from a terminal I couldn't connect to 
DISPLAY=:0.0 but DISPLAY=localhost:0.0 worked perfectly fine. That must be 
something else though, because if you're trying to start X applications through 
LaunchServices (Finder, Dock, ...) your DISPLAY variable supposedly contains 
the path to a socket rather than a more traditional [host]:display.screen 
string.

R.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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

2015-04-14 Thread René J . V . Bertin
On Tuesday April 14 2015 15:43:16 Enrico Pirani wrote:

There is no build fail. Every port has been upgraded without any
error. Just they dont startX. CLI is working. 

You mean the X server (XQuartz.app or X11.app) isn't started automatically when 
you start an X application?
If that's the case you might want to try reinstalling that X server so that 
launchctl files that may have gone missing are reinstalled. You'll want to log 
off and back in again after doing that (that might even help without 
reinstalling).

R.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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

2015-04-14 Thread Ryan Schmidt

On Apr 13, 2015, at 12:35 PM, Eneko Gotzon wrote:
 On Mon, Apr 13, 2015 at 5:42 PM, Michael Dickens wrote:
 try​ cleaning each…
 
 I frequently run:
 sudo port clean --all installed​ 

There's no particular need to do that. It may help reclaim some disk space, but 
probably not all the disk space that could be reclaimed, and it may remove some 
files that you need later: Cleaning --all removes distfiles as well; perhaps 
you'll need those again later if you rebuild the port with different options or 
if a revision increase occurs; in that case, you'll waste time downloading the 
distfiles again. And cleaning only the installed ports won't help you build 
ports that aren't yet installed that have prior failed build attempts.

The guidance in our ticket filing instructions stands: if a build fails, clean 
the port and try again before reporting a problem.

___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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

2015-04-14 Thread Enrico Pirani


Inviato da iPad

 Il giorno 14/apr/2015, alle ore 17:04, René J.V. Bertin rjvber...@gmail.com 
 ha scritto:
 
 On Tuesday April 14 2015 16:37:06 Enrico Pirani wrote:
 
 You mean the X server (XQuartz.app or X11.app) isn't started automatically 
 when you start an X application?
 X server is running ok (oddly Dia is opening correctly). Just the other
 apps: zathura, gimp, inkscape, and KDE..)
 
 First off: KDE doesn't use X11 on OS X, at least not when you install it 
 through MacPorts.
 
 If X apps fail to connect to a running X server something else is awry; they 
 probably try to connect to the wrong $DISPLAY. That said, I've been seeing an 
 issue on an OS X 10.6 VM where even from a terminal I couldn't connect to 
 DISPLAY=:0.0 but DISPLAY=localhost:0.0
 worked perfectly fine. That must be something else though, because if you're 
 trying to start X applications through LaunchServices (Finder, Dock, ...) 
 your DISPLAY variable supposedly contains the path to a socket rather than a 
 more traditional [host]:display.screen string.
 
I run application from terminal. Tried to clean-reinstall xorg and log-out. 
This happened after upgrading ports... Pity, even if I know there are 
precompiled version of some apps I prefer compiled version running under 
xfree.. 
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 when doing an upgrade with multiple dependencies,
sometimes the builds get jammed and need to be cleaned. This is where a
lot of build-cruft happens that needs cleaning. - MLD
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 if there is a log somewhere of what is happening. 

 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, 2015, at 11:35 AM, Enrico Pirani wrote:
 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 gnome related...
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users

-- 
Dr. Enrico Pirani
Medico Chirurgo
Specialista in Chirurgia Toracica
FMH Chirurgia Cardiaca 
Via Matteotti 7
35042 Este (Padova)

Cell:392-6224668
Tel: 0429-17660135

  Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute in
  questo messaggio sono riservate ed a uso esclusivo del destinatario.
  Qualora il messaggio Le fosse pervenuto per errore, La invitiamo ad
  eliminarlo senza copiarlo e a non inoltrarlo a terzi, dandocene gentilmente
  comunicazione. Grazie.

  Pursuant to Legislative Decree No. 196/2003, you are hereby informed that
  this message contains confidential information intended only for the use of
  the addressee. If you are not the addressee, and have received this message
  by mistake, please delete it and immediately notify us. You may not copy or

  LocalWords:  replyis Xdisplay
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 if there's a crash log. Might be
under one of the various logs too. If not, then I'm not sure where to
point you -- maybe try another message to this list with a different
subject  see what comes of it? Good luck! - MLD

On Mon, Apr 13, 2015, at 01:17 PM, Enrico Pirani wrote:
 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 if there is a log somewhere of what is happening.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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: 
https://trac.macports.org/wiki/FAQ#buildfails ):
{{{
sudo port clean cmake
sudo port install cmake
}}}
If that fails, then search for your issue 
https://trac.macports.org/search , and if not found then open a new
ticket ticket  https://trac.macports.org/newticket , and add my email
as owner and I'll work with you there. Thanks! - MLD

On Mon, Apr 13, 2015, at 08:55 AM, Enrico Pirani wrote:
 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), oddly Dia is 
 the only working app. I am using OSX 10.9.5 Xcode 6.2.
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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, 2015, at 11:35 AM, Enrico Pirani wrote:
 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 gnome related...
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users


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 gnome related...
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 https://lists.macosforge.org/mailman/listinfo/macports-users

-- 
Dr. Enrico Pirani
Medico Chirurgo
Specialista in Chirurgia Toracica
FMH Chirurgia Cardiaca 
Via Matteotti 7
35042 Este (Padova)

Cell:392-6224668
Tel: 0429-17660135

  Ai sensi del D.Lgs. 196/2003 si precisa che le informazioni contenute in
  questo messaggio sono riservate ed a uso esclusivo del destinatario.
  Qualora il messaggio Le fosse pervenuto per errore, La invitiamo ad
  eliminarlo senza copiarlo e a non inoltrarlo a terzi, dandocene gentilmente
  comunicazione. Grazie.

  Pursuant to Legislative Decree No. 196/2003, you are hereby informed that
  this message contains confidential information intended only for the use of
  the addressee. If you are not the addressee, and have received this message
  by mistake, please delete it and immediately notify us. You may not copy or
___
macports-users mailing list
macports-users@lists.macosforge.org
https://lists.macosforge.org/mailman/listinfo/macports-users