Re: problem with gedit and pidgin

2011-10-05 Thread André Kaplan

 gedit
 Xlib:  extension RANDR missing on display /tmp/launch-WDYhvv/:0.
 
 ** (gedit:69774): WARNING **: Could not load theme icon gtk-home: L'icône « 
 gtk-home » n'est pas présente dans le thème
 
 (gedit:69774): GLib-GObject-CRITICAL **: g_object_unref: assertion 
 `G_IS_OBJECT (object)' failed
 
 ** (gedit:69774): WARNING **: Could not load theme icon system-file-manager: 
 L'icône « system-file-manager » n'est pas présente dans le thème
 gedit: Fatal IO error 35 (Resource temporarily unavailable) on X server 
 /tmp/launch-WDYhvv/:0.

 imac-de-meriem-lentz:~ harlock59$ pidgin
 Xlib:  extension RANDR missing on display /tmp/launch-WDYhvv/:0.
 Pidgin: Fatal IO error 35 (Resource temporarily unavailable) on X server 
 /tmp/launch-WDYhvv/:0.

Hi,

It looks like you're using Apple's X11. Install and use XQuartz instead.
See https://trac.macports.org/wiki/FAQ#randr

Regards,
André
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Upgraded (partially?) to v2.0.3, now port updates fail, OSX 10.6.8

2011-10-05 Thread Fielding, Eric J (3242)
I upgraded to MacPorts v2.0.3 when a recent port selfupdate recommended this. 
It ran for a long time doing the conversion, and after about 20 minutes, I 
stopped it. Now it seems that my MacPorts directories are corrupted.

When I ran  sudo port upgrade outdated I had several port updates refuse to 
activate. I was able to override them with the force flag. Now I reached the 
gdk-pixbuf2 package and it refuses to update because it can't uninstall.
=
---  Computing dependencies for gdk-pixbuf2
---  Cleaning gdk-pixbuf2
---  Uninstalling gdk-pixbuf2 @2.22.1_1
Error: Target org.macports.uninstall returned: error deleting 
/opt/local/var/macports/software/gdk-pixbuf2/2.22.1_1: directory not empty
Log for gdk-pixbuf2 is at: 
/opt/local/var/macports/logs/_opt_local_var_macports_registry_portfiles_gdk-pixbuf2_2.22.1_1/gdk-pixbuf2/main.log
Warning: Failed to execute portfile from registry for gdk-pixbuf2 @2.22.1_1
---  Uninstalling gdk-pixbuf2 @2.22.1_1
Error: Uninstall gdk-pixbuf2 2.22.1_1 failed: error deleting 
/opt/local/var/macports/software/gdk-pixbuf2/2.22.1_1: directory not empty
To report a bug, see http://guide.macports.org/#project.tickets


Do I need to erase all of MacPorts and start over? Or should I just delete the 
files in the directories where it complains?

OSX 10.6.8

Thanks,
   ++Eric
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


MacPorts design (curiosity)

2011-10-05 Thread Jason Swails
Hey,

What was the inspiration behind the MacPorts design?  Were ideas borrowed
from a specific Linux package manager (the portage system seems pretty
similar).  I like MacPorts as my Mac package manager, and would love to
check out a Linux distro's package manager that inspired it (if such a one
exists).

Just curious.

Thanks!
Jason
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: MacPorts design (curiosity)

2011-10-05 Thread Richard L. Hamilton
AFAIK it originated in FreeBSD, and NetBSD also adopted something similar.  But 
I think what's on the Mac is probably a bit different than either of those, in 
terms of the commands and so on.  (I've never used the equivalent on neither of 
those BSDs)

Some optional software for the Unix environment on Windows (SFU/SUA) is also 
packaged in a somewhat similar manner (more like NetBSD does it, I think).

Although a lot of package systems bear some similarities, I'm not aware of a 
Linux distro that's using the ports system like either FreeBSD/NetBSD or the 
Mac does, although I don't exactly go around comparing distros, so I might have 
missed it.  But ports on FreeBSD originated somewhere around 1993 or 1994, 
which makes it older than most Linux distros except maybe Slackware.

On Oct 5, 2011, at 1:26 PM, Jason Swails wrote:

 Hey,
 
 What was the inspiration behind the MacPorts design?  Were ideas borrowed 
 from a specific Linux package manager (the portage system seems pretty 
 similar).  I like MacPorts as my Mac package manager, and would love to check 
 out a Linux distro's package manager that inspired it (if such a one exists).
 
 Just curious.
 
 Thanks!
 Jason
 ___
 macports-users mailing list
 macports-users@lists.macosforge.org
 http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

-- 
The waitress asked, Do you want lemon or no lemon with that iced tea?
Naturally, I said yes, and then burst out laughing, because there simply
wasn't any other answer in Boolean logic.  She didn't get it, but I got
the lemon, which I wanted anyway.  Later, I realized a quantum computer
could have offered another answer: Schroedinger's Lemon!

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


Re: MacPorts design (curiosity)

2011-10-05 Thread Andrew Todd
On Wed, Oct 5, 2011 at 2:17 PM, Richard L. Hamilton rlha...@smart.net wrote:
 Although a lot of package systems bear some similarities, I'm not aware of a
 Linux distro that's using the ports system like either FreeBSD/NetBSD or the
 Mac does, although I don't exactly go around comparing distros, so I might
 have missed it.  But ports on FreeBSD originated somewhere around 1993 or
 1994, which makes it older than most Linux distros except maybe Slackware.

I guess that Gentoo's Portage system would be an example of a system
that borrows from BSD ports, but that's another path to walk down.
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: MacPorts design (curiosity)

2011-10-05 Thread Scott Webster
Yeah, I think the one word answer to your question is FreeBSD.

Scott

On Wed, Oct 5, 2011 at 10:26 AM, Jason Swails jason.swa...@gmail.com wrote:
 Hey,

 What was the inspiration behind the MacPorts design?  Were ideas borrowed
 from a specific Linux package manager (the portage system seems pretty
 similar).  I like MacPorts as my Mac package manager, and would love to
 check out a Linux distro's package manager that inspired it (if such a one
 exists).

 Just curious.

 Thanks!
 Jason

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


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


Binary package priorities

2011-10-05 Thread Scott Webster
Do we keep track of requests to packages.macports.org to figure out
which binaries are most important to add to the repository?

Scott
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


gnome-terminal fails to load

2011-10-05 Thread Tim Johnson
I've installed gnome-terminal, and I did not see any error messages,
but when I go to start it, I get the following error:

linus:~ tim$ gnome-terminal Dynamic session lookup supported but failed:
launchd did not provide a socket path, verify that
org.freedesktop.dbus-session.plist is loaded!  Failed to get the session bus:
Not enough memory Falling back to non-factory mode.  Dynamic session lookup
supported but failed: launchd did not provide a socket path, verify that
org.freedesktop.dbus-session.plist is loaded!  Failed to summon the GConf
demon; exiting.  Failed to contact configuration server; some possible causes
are that you need to enable TCP/IP networking for ORBit, or you have stale NFS
locks due to a system crash. See http://projects.gnome.org/gconf/ for
information. (Details -  1: Failed to get connection to session: Not enough
memory)

Please advise. This macports is pretty amazing...
-- 
Tim 
tim at tee jay forty nine dot com or akwebsoft dot com
http://www.akwebsoft.com
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


[no subject]

2011-10-05 Thread Bradley Giesbrecht
+1
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gnome-terminal fails to load

2011-10-05 Thread Ryan Schmidt

On Oct 5, 2011, at 19:29, Tim Johnson wrote:

 I've installed gnome-terminal, and I did not see any error messages,
 but when I go to start it, I get the following error:
 
 linus:~ tim$ gnome-terminal Dynamic session lookup supported but failed:
 launchd did not provide a socket path, verify that
 org.freedesktop.dbus-session.plist is loaded! 


And is dbus-session loaded?



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


Re: Binary package priorities

2011-10-05 Thread Ryan Schmidt

On Oct 5, 2011, at 16:56, Scott Webster wrote:

 Do we keep track of requests to packages.macports.org to figure out
 which binaries are most important to add to the repository?

I have certainly never seen any web server statistics from MacPorts.

We do have a Google Summer of Code project in progress to deliver a statistics 
interface about installed ports.


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


Re: Binary package priorities

2011-10-05 Thread Jeremy Lavergne
 We do have a Google Summer of Code project in progress to deliver a 
 statistics interface about installed ports.

It's actually completed... when will it get added to trunk?



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Upgraded (partially?) to v2.0.3, now port updates fail, OSX 10.6.8

2011-10-05 Thread Ryan Schmidt

On Oct 5, 2011, at 09:50, Fielding, Eric J (3242) wrote:

 I upgraded to MacPorts v2.0.3 when a recent port selfupdate recommended 
 this. It ran for a long time doing the conversion, and after about 20 
 minutes, I stopped it. Now it seems that my MacPorts directories are 
 corrupted. 

The conversion of installed ports to MacPorts 2 format can take several hours, 
depending on how many you have installed and how fast your disk is.

I'm not certain how to instruct MacPorts to attempt the conversion again, now 
that you interrupted it.

 When I ran  sudo port upgrade outdated I had several port updates refuse to 
 activate. I was able to override them with the force flag. Now I reached the 
 gdk-pixbuf2 package and it refuses to update because it can't uninstall.
 =
 ---  Computing dependencies for gdk-pixbuf2
 ---  Cleaning gdk-pixbuf2
 ---  Uninstalling gdk-pixbuf2 @2.22.1_1
 Error: Target org.macports.uninstall returned: error deleting 
 /opt/local/var/macports/software/gdk-pixbuf2/2.22.1_1: directory not empty
 Log for gdk-pixbuf2 is at: 
 /opt/local/var/macports/logs/_opt_local_var_macports_registry_portfiles_gdk-pixbuf2_2.22.1_1/gdk-pixbuf2/main.log
 Warning: Failed to execute portfile from registry for gdk-pixbuf2 @2.22.1_1
 ---  Uninstalling gdk-pixbuf2 @2.22.1_1
 Error: Uninstall gdk-pixbuf2 2.22.1_1 failed: error deleting 
 /opt/local/var/macports/software/gdk-pixbuf2/2.22.1_1: directory not empty
 To report a bug, see http://guide.macports.org/#project.tickets
 
 
 Do I need to erase all of MacPorts and start over? Or should I just delete 
 the files in the directories where it complains?
 
 OSX 10.6.8


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


Re: Binary package priorities

2011-10-05 Thread Ryan Schmidt

On Oct 5, 2011, at 20:45, Jeremy Lavergne wrote:

 We do have a Google Summer of Code project in progress to deliver a 
 statistics interface about installed ports.
 
 It's actually completed...

Ah, I see.

 when will it get added to trunk?

When someone evaluates the work and determines it's suitable to merge. I don't 
know who typically does that; I haven't involved myself in the GSoC projects 
before.


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


Re: Binary package priorities

2011-10-05 Thread Jeremy Lavergne
 When someone evaluates the work and determines it's suitable to merge. I 
 don't know who typically does that; I haven't involved myself in the GSoC 
 projects before.

All righty. I'll check with wms and see if the server is setup already to 
accept incoming reports.



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Binary package priorities

2011-10-05 Thread Scott Webster
I don't know anything about the GSoC project, but it seems like it
would be fairly straightforward to process the webserver logs to see
what people are upgrading.  Something like this:

-regexp out lines with requested package names
-cut out everything but the package name/arch/etc.
-sort by name
-count how many times each one appears

Of course, this only tells you what people are upgrading, not what
people have installed.  But perhaps that's what's most important to be
able to provide anyway.  I guess you could think about whether or not
what people upgraded in the past is an accurate predictor of what they
will upgrade in the future.

Producing binaries which are often requested makes sense, but I guess
if a port is popular but not often updated it wouldn't take much
server-side build time to produce the binary.

Hmm, looks like you could almost make a GSoC project out of this...

Scott

On Wed, Oct 5, 2011 at 6:43 PM, Ryan Schmidt ryandes...@macports.org wrote:

 On Oct 5, 2011, at 16:56, Scott Webster wrote:

 Do we keep track of requests to packages.macports.org to figure out
 which binaries are most important to add to the repository?

 I have certainly never seen any web server statistics from MacPorts.

 We do have a Google Summer of Code project in progress to deliver a 
 statistics interface about installed ports.



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


xorg-libxcb: shell command failed

2011-10-05 Thread Zhong Ren
Hi,

I need to install or upgrade xorg-libxcb because some other packages depend on 
it.  I am stuck here for more than a week now.  Is there a way to get around 
this?  Can I use python26 and how?  Any help is appreciated.  Please see the 
error message below.

renz@ounce.local:~ % sudo port install xorg-libxcb +python27+universal
---  Computing dependencies for xorg-libxcb
---  Building xorg-libxcb
Error: Target org.macports.build returned: shell command failed (see log for 
details)
Log for xorg-libxcb is at: 
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/xorg-libxcb/main.log
Error: Status 1 encountered during processing.
To report a bug, see http://guide.macports.org/#project.tickets

Zhong Ren
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: xorg-libxcb: shell command failed

2011-10-05 Thread Jeremy Lavergne
 Error: Target org.macports.build returned: shell command failed (see log for 
 details)
 Log for xorg-libxcb is at: 
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/xorg-libxcb/main.log

Please post the log somewhere.



smime.p7s
Description: S/MIME cryptographic signature
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: xorg-libxcb: shell command failed

2011-10-05 Thread Ryan Schmidt

On Oct 5, 2011, at 21:54, Jeremy Lavergne wrote:

 Error: Target org.macports.build returned: shell command failed (see log for 
 details)
 Log for xorg-libxcb is at: 
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_xorg-libxcb/xorg-libxcb/main.log
 
 Please post the log somewhere.

And please clean and try again before doing so.



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