Re: Can't do anything in Terminal Due To Macports Installer Never Quitting

2013-03-25 Thread Richard DeLaurell
Did you try Ctrl-c?


On Mon, Mar 25, 2013 at 2:33 AM, Scott Clausen scottclau...@mac.com wrote:

 Hello,

 After a recent update of Macports I now have the following constantly
 running in Mountain Lion terminal:

 # MacPorts Installer addition on 2009-11-22_at_17:22:04: adding an
 appropriate PATH variable for use with MacPorts.
 export
 PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
 # Finished adapting your PATH environment variable for use with MacPorts.
 # export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
 # export PATH=usr/local/bin:/usr/local/sbin:/usr/local/mysql/
 ~
 # Setting PATH for MacPython 2.6
 # The orginal version is saved in .bash_profile.pysave

 PATH=/Library/Frameworks/Python.framework/Versions/2.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
 export PATH

 ##
 # Your previous /Users/Scott/.bash_profile file was backed up as
 /Users/Scott/.bash_profile.macports-saved_2009-11-22_at_17:22:04
 ##

 # MacPorts Installer addition on 2009-11-22_at_17:22:04: adding an
 appropriate PATH variable for use with MacPorts.
 export
 PATH=/opt/local/bin:/opt/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
 # Finished adapting your PATH environment variable for use with MacPorts.
 # export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
 # export PATH=usr/local/bin:/usr/local/sbin:/usr/local/mysql/

 This text is repeated again and again, each time I hit the return key. No
 matter how many instances of terminal I open this happens again and again
 and I can't seem to get it to stop. I would greatly appreciate any help as
 it appears I screwed up royally.

 Thanks,

 Scott




 Anti-intellectualism has been a constant thread winding its way through
 our political and cultural life,
 nurtured by the false notion that democracy means that 'my ignorance is
 just as good as your knowledge.' -- Isaac Asimov


 It runs all the time and I can't seem to get it to stop. I would greatly
 appreciate any help as it appears I screwed up royally.

 Thanks,

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

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


dfu-programmer patch file for ATMega16u2?

2013-02-08 Thread Richard DeLaurell
Is there a patch file available for dfu-programmer, specifically one which
includes compatibility with ATMega16u2 (Arduino Uno, Rev 3)?

Dfu-programmer in MacPorts is v. 0.5.4 which was said to have such a patch,
but I cannot find it.  The version at sourceforge is 0.6.0 which (the
summary page says) has support for the uno built-in.

Thank you for any help.

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


Re: Failed to install webkit-gtk

2012-12-25 Thread Richard DeLaurell
This does not answer your question, but if you just need to get a working
version of gimp2 there is the precompiled binary file available
herehttp://www.gimp.org/downloads/
.

Good luck.


On Tue, Dec 25, 2012 at 7:16 AM, Eneko Gotzon Ares enekogot...@gmail.comwrote:

 Good morning Byte Masters :) I'm a humble mac user using the Terminal and
 Macports for the first time so, if possible, try to be elementary, please.

 Running:
 2.1 GHz PowerPC G5 —last and more powerful PowerPC iMac—
 OS X.5.8
 MacPorts base version 2.1.2.
 Ports tree updated.

 The processing of port gimp failed. I have tried it twice, failing both.
 Terminal says:
 Error: org.macports.build for port webkit-gtk returned: command execution
 failed
 Error: Failed to install webkit-gtk
 Error: The following dependencies were not installed: gimp-app gimp2
 webkit-gtk gimp-jp2 gimp-lqr-plugin gtk-nodoka-engine gutenprint icns-gimp
 macclipboard-gimp macfile-gimp ufraw cfitsio dcraw gtkimageview xsane
 The log says:
 [...]
 :error:build org.macports.build for port webkit-gtk returned: command
 execution failed
 :debug:build Error code: CHILDSTATUS 58871 2
 :debug:build Backtrace: command execution failed
while executing
 system -nice 0 $fullcmdstring
(eval body line 1)
invoked from within
 eval system $notty $nice \$fullcmdstring
invoked from within
 command_exec build
(procedure portbuild::build_main line 8)
invoked from within
 $procedure $targetname
 :info:build Warning: targets not executed for webkit-gtk:
 org.macports.activate org.macports.build org.macports.destroot
 org.macports.install
 :error:build Failed to install webkit-gtk
 :debug:build Registry error: google-test not registered as installed 
 active.
 Complete log file:




 I cannot find results for the error CHILDSTATUS 58871 2 in the Internet.
 What I must do? To install google-test?

 * Instead, Inkscape and Wordpress ports have been correctly installed.

 Thank you very much
 --
 Eneko Gotzon Ares


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


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


Re: (re)viewing messages/notes from installation

2012-05-07 Thread Richard DeLaurell
Running port notes dbus gives me this:

dbus has the following notes:


  # Startup items have been generated that will aid in
  # starting dbus with launchd. They are disabled
  # by default. Execute the following command to start them,
  # and to cause them to launch at startup:
  #
  # sudo launchctl load -w
/Library/LaunchDaemons/org.freedesktop.dbus-system.plist
  # launchctl load -w
/Library/LaunchAgents/org.freedesktop.dbus-session.plist



So I think your method is correct.

Are you running it as su or as a regular user?

On Mon, May 7, 2012 at 1:06 PM, Mark Perkins m...@sixshooterpeaks.netwrote:

 Greetings,
 Messages/notes often fly by unnoticed when printed during installation,
 especially for ports that are built as dependencies of others.  The note
 about startupitem for dbus is a topical example. 8-)

 How do I (re)view any such messages?  I *thought* that

port notes port

 would do the trick.  But I get:

- port installed dbus
The following ports are currently installed:
  dbus @1.4.18_0 (active)
- port notes dbus
dbus has no notes.

 even though I see such a note in Portfile.

 I'm missing something...

 Thanks,
 Mark
 ___
 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


Re: (re)viewing messages/notes from installation

2012-05-07 Thread Richard DeLaurell
On Mon, May 7, 2012 at 2:07 PM, Mark Perkins m...@sixshooterpeaks.netwrote:


 So now my question is why?   Even though my tree is newer than what is
 installed, shouldn't I be able to see things relevant to my installation?


Those are the kind of insights only available from an oracular source
(trans. I think Ryan will have to answer that question for you.)


 Mark


 On 2012/05/07 12:42, Richard DeLaurell wrote:
  Running port notes dbus gives me this:
 
  dbus has the following notes:
 
 
 
# Startup items have been generated that will aid in
# starting dbus with launchd. They are disabled
# by default. Execute the following command to start them,
# and to cause them to launch at startup:
#
# sudo launchctl load -w
  /Library/LaunchDaemons/org.freedesktop.dbus-system.plist
# launchctl load -w
  /Library/LaunchAgents/org.freedesktop.dbus-session.plist
 
 
 
 
  So I think your method is correct.
 
  Are you running it as su or as a regular user?
 
  On Mon, May 7, 2012 at 1:06 PM, Mark Perkins m...@sixshooterpeaks.net
 wrote:
 
  Greetings,
  Messages/notes often fly by unnoticed when printed during installation,
  especially for ports that are built as dependencies of others.  The note
  about startupitem for dbus is a topical example. 8-)
 
  How do I (re)view any such messages?  I *thought* that
 
 port notes port
 
  would do the trick.  But I get:
 
 - port installed dbus
 The following ports are currently installed:
   dbus @1.4.18_0 (active)
 - port notes dbus
 dbus has no notes.
 
  even though I see such a note in Portfile.
 
  I'm missing something...
 
  Thanks,
  Mark
  ___
  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


Re: pls HELP: cannot use Macport after installation

2012-01-28 Thread Richard DeLaurell
No expert here, but it seems like you may have
thishttps://trac.macports.org/ticket/31381problem (no access to
rsync) and
this https://trac.macports.org/wiki/howto/SyncingWithSVN is probably the
best solution (i.e. use svn instead of rsync).

I think it will help the true experts on this list to help you if you say
which version of OS X you are using and which of MacPorts as well.

Good luck.

On Sat, Jan 28, 2012 at 2:37 PM, Andrea D'Amore and.dam...@macports.orgwrote:

 On Sat, Jan 28, 2012 at 21:12, Yemi Adebiyi aadeb...@rsmas.miami.edu
 wrote:
  I considered doing the self update using the command: sudo port
 selfupdate.
  but what i had in return was this message:
 
  Warning: No index(es) found! Have you synced your source indexes?
  ---  Updating MacPorts base sources using rsync
  Error: /opt/local/bin/port: port selfupdate failed: Error synchronizing
  MacPorts sources: shell command failed (see log for details)
 
  I dont even know here the log is!

 Try running:
 sudo port -d selfupdate

 and paste relevant output back to the mailing list.

 --
 Andrea
 ___
 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


primer on growl

2011-10-15 Thread Richard DeLaurell
Hello everyone,

Sorry if this is off-topic and/or a bit simple-minded, but . . .

What is growl?

Do I need it?  If so, what do I need it for?

Thanks for the info--

Richard DeLaurell

OSX 10.5.8 (Leopard, saving up for Lion)
MacPorts 2.0.3
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: gimp for Lion

2011-10-03 Thread Richard DeLaurell
Fabriczio,

Which version of X11 are you using?

Richard DeLaurell

On Mon, Oct 3, 2011 at 8:32 AM, Fabrizio Bartolomucci
fbarto...@gmail.comwrote:

 Actually if I try to start gimp on the terminal I receive the following
 logs:

 (gimp:87978): GLib-WARNING **: goption.c:2132: ignoring no-arg,
 optional-arg or filename flags (8) on option of type 0
 Dynamic session lookup supported but failed: launchd did not provide a
 socket path, verify that org.freedesktop.dbus-session.plist is loaded!
 Dynamic session lookup supported but failed: launchd did not provide a
 socket path, verify that org.freedesktop.dbus-session.plist is loaded!
 Not enough memory

 That could be clarifying for someone.

 Il giorno 03/ott/2011, alle ore 14:50, Fabrizio Bartolomucci ha scritto:


 Il giorno 03/ott/2011, alle ore 00:31, Ryan Schmidt ha scritto:

 On Oct 2, 2011, at 09:50, Fabrizio Bartolomucci wrote:

 That is another problem: the lion gcc compiler reports an error when I try
 to do anything with sudo port; I also tried to reinstall macport to no
 avail. If you are interested I send here the log of the compiler when I am
 back to my mac.


 Remember to Reply All when you reply so that the discussion stays on the
 macports-users mailing list and doesn't get stuck in our private mailboxes.
 You should send any such problem reports to the list if you're not sure it's
 a bug, or report a ticket in the issue tracker if you're sure it is.

 Note also that on Lion, MacPorts uses llvm-gcc-4.2 or clang to compile most
 ports, not gcc, but it can vary by port.

 OK, thanks.
 Strangely it seemed the compiler got fixed by itself; I executed sudo port
 upgrade outdated and it goes smoothly and extensively (it took about one
 hour to complete) but for a number of warning of the kind:
 Warning: Deactivate forced.  Proceeding despite dependencies.
 Warning: Uninstall forced.  Proceeding despite dependencies.
 because of some dependencies.

 I also managed to install gimp 2.6 and launch it: yet it hangs after
 showing the splash screen and loaded the plugins and extensions, while the
 colored wheel spins. The application is reported to be not responding. Same
 situation with X11.
 I tried to quit and retry but the situation remained the same.

 --
 *Dr. Fabrizio Bartolomucci*
 *eMail: *fbarto...@gmail.com
 *Phone:* +39 3474013121 - Skype
 Flickr http://www.flickr.com/photos/fbartolom/ - 
 LinkedInhttp://it.linkedin.com/in/fbartolom
  - Facebook http://www.facebook.com/fabriziob - 
 YouTubehttp://www.youtube.com/fbartolom
  - Lulu http://www.lulu.com/fbartolom - 
 Googlehttp://www.google.it/search?client=safarirls=enq=%22fabrizio+bartolomucci%22+fbartolom
  - Twitter http://www.twitter.com/fbartolom - 
 WhoHubhttp://www.whohub.com/fbartolom
 Copainsdavanthttp://copainsdavant.linternaute.com/membre/16677688/1473782626/fabrizio_bartolomucci/
  - Nikon http://www.nikonista.it/fbartolom - 
 Amazonhttp://www.amazon.com/gp/pdp/profile/A2M3CGV3IK2IN6/ref=cm_psrch_profile
  - New York 
 Timeshttp://timespeople.nytimes.com/view/user/26964925/activities.html
  - Apple 
 Storehttp://itunes.apple.com/it/artist/fabrizio-bartolomucci/id406836752
  - Google+ https://plus.google.com/u/0/115214524310655230595/ 
 Anobiihttp://www.anobii.com/fbartolom/books
 Download VCF File 
 http://www.virtualtags.net/uk/resources/Fabrizio.vcf*Please
 think about the environment,
 and the cost of ink cartridges, before hitting the print button.*


 --
 *Dr. Fabrizio Bartolomucci*
 *eMail: *fbarto...@gmail.com
 *Phone:* +39 3474013121 - Skype
 Flickr http://www.flickr.com/photos/fbartolom/ - 
 LinkedInhttp://it.linkedin.com/in/fbartolom
  - Facebook http://www.facebook.com/fabriziob - 
 YouTubehttp://www.youtube.com/fbartolom
  - Lulu http://www.lulu.com/fbartolom - 
 Googlehttp://www.google.it/search?client=safarirls=enq=%22fabrizio+bartolomucci%22+fbartolom
  - Twitter http://www.twitter.com/fbartolom - 
 WhoHubhttp://www.whohub.com/fbartolom
 Copainsdavanthttp://copainsdavant.linternaute.com/membre/16677688/1473782626/fabrizio_bartolomucci/
  - Nikon http://www.nikonista.it/fbartolom - 
 Amazonhttp://www.amazon.com/gp/pdp/profile/A2M3CGV3IK2IN6/ref=cm_psrch_profile
  - New York 
 Timeshttp://timespeople.nytimes.com/view/user/26964925/activities.html
  - Apple 
 Storehttp://itunes.apple.com/it/artist/fabrizio-bartolomucci/id406836752
  - Google+ https://plus.google.com/u/0/115214524310655230595/ 
 Anobiihttp://www.anobii.com/fbartolom/books
 Download VCF File 
 http://www.virtualtags.net/uk/resources/Fabrizio.vcf*Please
 think about the environment,
 and the cost of ink cartridges, before hitting the print button.*


 ___
 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


Re: Macports needs libcurl 7.x.x. How could i install it?

2011-10-03 Thread Richard DeLaurell
On Mon, Oct 3, 2011 at 1:39 PM, Arnaldo Pirrone arn...@yahoo.it wrote:

 Hi everyone.
 I tried to install macports on mac os x 10.6.8. The setup went fine.
 When i tried to update via the command sudo port -v selfupdate,
 it crashes saying that is needed libcurl 7.x.x, but it found version 6.x.x.

 How can I install libcurl 7.x.x to use macports?


Arnaldo,

Have you installed curl yet?

What version number is it?

Richard DeLaurell



 Thanks
 Arnaldo Pirrone

 ___
 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


Re: unable to install grantlee 0.1.9_0

2011-09-09 Thread Richard DeLaurell
On Thu, Sep 8, 2011 at 11:49 PM, Ryan Schmidt ryandes...@macports.orgwrote:


 And you had run sudo port clean grantlee before that?


Yes.

I've run it again a few times this morning as well and still no luck.

I saved the log file from a 4.2 run and a 4.0 and compared the two.

Running diff on the two files returns time stamps and lines where the gcc is
named (either 4.2, or 4.0); other than that, the only differences are the
following error mesages which are returned as the compilation fails (at 76%
or so of completion):

From 4.0 run:

:info:build //usr/include/c++/4.0.0/tr1/hashtable:1045: error: no matching
function for call to ‘std::tr1::hashtableqint32, std::pairconst qint32,
qint32, std::allocatorstd::pairconst qint32, qint32 ,
Internal::extract1ststd::pairconst qint32, qint32 ,
std::equal_toqint32, QtHasherqint32, Internal::mod_range_hashing,
Internal::default_ranged_hash, Internal::prime_rehash_policy, false, true,
true::m_allocate_node(Internal::hash_nodestd::pairconst qint32, qint32,
false*)’
:info:build //usr/include/c++/4.0.0/tr1/hashtable:1046: error: request for
member ‘copy_code_from’ in ‘* tail’, which is of non-class type
‘Internal::hash_nodestd::pairconst qint32, qint32, false*’

From 4.2 run:

:info:build //usr/include/c++/4.0.0/tr1/hashtable:1045: error: no matching
function for call to ‘std::tr1::hashtableint, std::pairconst int, int,
std::allocatorstd::pairconst int, int ,
Internal::extract1ststd::pairconst int, int , std::equal_toint,
QtHasherint, Internal::mod_range_hashing, Internal::default_ranged_hash,
Internal::prime_rehash_policy, false, true,
true::m_allocate_node(Internal::hash_nodestd::pairconst int, int,
false*)’
:info:build //usr/include/c++/4.0.0/tr1/hashtable:1046: error: request for
member ‘copy_code_from’ in ‘* tail’, which is of non-class type
‘Internal::hash_nodestd::pairconst int, int, false*’

Sorry to be so much trouble about this, but it seems that none of the new
kde4 ports will install/upgrade without the grantlee lib.

Thanks for your patience and any help.

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


Re: unable to install grantlee 0.1.9_0

2011-09-08 Thread Richard DeLaurell
Ryan,

I am afraid that did not work for me.

On Wed, Sep 7, 2011 at 10:12 PM, Ryan Schmidt ryandes...@macports.orgwrote:


 You seem to be using gcc-4.0; presumably you are on Leopard or Tiger?


It's true, I am still using leopard.

Perhaps grantlee is not compatible with gcc-4.0 and requires gcc-4.2, and
 this was not noticed because others use Snow Leopard which uses gcc-4.2.

 I am able to reproduce this problem on Snow Leopard by running sudo port
 install grantlee configure.compiler=gcc-4.0. If you are running Leopard,
 perhaps you can work around it by running sudo port install grantlee
 configure.compiler=gcc-4.2. (Run sudo port clean grantlee first, of
 course.) Let me know if that works and I can fix the port to always do that.
 If you're on Tiger you'll have a harder time because Xcode on Tiger does not
 include gcc-4.2.


 I ran the install with configure.compiler=gcc-4.2, but it reported the
same errors at the same point.

However, I may be doing something wrong; I say this because a diff of the
two log files (one with configure.compiler=gcc-4.2 and one without it)
returns just the respective time stamps as the only differences.

FYI, macports 2.0.3 (via selfupdate 9/7), OS X 10.5.8.

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


unable to install grantlee 0.1.9_0

2011-09-07 Thread Richard DeLaurell
These seem to be the significant errors from the log (the point at which
compilation stops):

:info:build //usr/include/c++/4.0.0/tr1/hashtable:1045: error: no matching
function for call to ‘std::tr1::hashtableint, std::pairconst int, int,
std::allocatorstd::pairconst int, int ,
Internal::extract1ststd::pairconst int, int , std::equal_toint,
QtHasherint, Internal::mod_range_hashing, Internal::default_ranged_hash,
Internal::prime_rehash_policy, false, true,
true::m_allocate_node(Internal::hash_nodestd::pairconst int, int,
false*)’

:info:build //usr/include/c++/4.0.0/tr1/hashtable:1046: error: request for
member ‘copy_code_from’ in ‘* tail’, which is of non-class type
‘Internal::hash_nodestd::pairconst int, int, false*’

port outdated reports that boost is up to date (@1.47.0_0).

Any guidance would be appreciated.

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


registry errors across versions

2011-09-01 Thread Richard DeLaurell
I know this must be an old issue, but I cannot find the answer so sorry for
asking again.

I ran port_cutleaves and got a host of registry errors: port_name not
registered for those ports which were found and which I asked to uninstall.

Is this b/c those ports were installed unter 1.9.x and now I'm trying to
uninstall under 2.0.1?

If it is what I need to do, how can the registry be resolved across
versions?

Thanks for any help--

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


Re: winetricks: Error: Checksum (sha1) mismatch for winetricks

2011-05-28 Thread Richard DeLaurell
On Fri, May 27, 2011 at 05:03:11PM -0500, Peng Yu wrote:
 Hi,
 
 I get the following error when I try to install winetricks. I checked
 Ticket port. It seems that this error appeared before and has been
 fixed. Could anybody let me know what the problem is and how to
 successfully install winetricks?

If you need to install it right now, the manual installation instructions 
given on the forum linked below work well:

http://forum.winehq.org/viewtopic.php?p=55538sid=4ed305a19434192c70507757543fa2ed

Richard
 
 ~$sudo port install winetricks
 Warning: port definitions are more than two weeks old, consider using 
 selfupdate
 ---  Computing dependencies for winetricks
 ---  Dependencies to be installed: cabextract zenity libnotify
 ---  Fetching cabextract
 ---  Attempting to fetch cabextract-1.3.tar.gz from
 http://distfiles.macports.org/cabextract
 ---  Verifying checksum(s) for cabextract
 ---  Extracting cabextract
 ---  Configuring cabextract
 ---  Building cabextract
 ---  Staging cabextract into destroot
 ---  Installing cabextract @1.3_0
 ---  Activating cabextract @1.3_0
 ---  Cleaning cabextract
 ---  Fetching libnotify
 ---  Attempting to fetch libnotify-0.5.2.tar.bz2 from
 ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/libnotify/0.5
 ---  Verifying checksum(s) for libnotify
 ---  Extracting libnotify
 ---  Configuring libnotify
 ---  Building libnotify
 ---  Staging libnotify into destroot
 ---  Installing libnotify @0.5.2_1
 ---  Activating libnotify @0.5.2_1
 ---  Cleaning libnotify
 ---  Fetching zenity
 ---  Attempting to fetch zenity-2.30.0.tar.bz2 from
 ftp://ftp.cse.buffalo.edu/pub/Gnome/sources/zenity/2.30/
 ---  Verifying checksum(s) for zenity
 ---  Extracting zenity
 ---  Configuring zenity
 ---  Building zenity
 ---  Staging zenity into destroot
 ---  Installing zenity @2.30.0_0
 ---  Activating zenity @2.30.0_0
 ---  Cleaning zenity
 ---  Fetching winetricks
 ---  Attempting to fetch winetricks from http://www.kegel.com/wine/
 ---  Verifying checksum(s) for winetricks
 Error: Checksum (sha1) mismatch for winetricks
 Error: Checksum (rmd160) mismatch for winetricks
 Error: Target org.macports.checksum returned: Unable to verify file checksums
 Log for winetricks is at:
 /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_x11_winetricks/main.log
 Error: Status 1 encountered during processing.
 To report a bug, see http://guide.macports.org/#project.tickets
 
 
 -- 
 Regards,
 Peng
 ___
 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


Re: 'port upgrade outdated' stops at gcc44

2011-05-28 Thread Richard DeLaurell
On Sat, May 28, 2011 at 08:45:55AM -0500, Peng Yu wrote:
 Hi,
 
 'port upgrade outdated' stops at gcc44. Does anyone know why this
 happens and how to fix it?

If no error is reported then I think that one just takes a very long time to 
update.

Patience et langeur de temps applies to cpu cycles as well as to rage.

Richard

 
 $sudo port upgrade outdated
 Password:
 ---  Computing dependencies for gcc44
 ---  Fetching gcc44
 ---  Attempting to fetch gcc-core-4.4.6.tar.bz2 from
 ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.4.6/
 
 
 -- 
 Regards,
 Peng
 ___
 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


Re: 'port upgrade outdated' stops at gcc44

2011-05-28 Thread Richard DeLaurell
On Sat, May 28, 2011 at 12:42:55PM -0500, Peng Yu wrote: 
 I'm not sure how patient I should be. It took me a whole night w/o 
 finishing it. I don't think just downloading the files should take 
 that long. When I check cpu using, I don't see an processes for 
 updating take any cpu. This looks weird to me.

Try using the -v switch, so:

sudo port install -v gcc44

That will give you verbose output. If you're using the Mac OS X
terminal, then you'll see the title of the session window (in which
you started the install) flip through sed, cc1, sh, and so
forth as it goes through the process.

It will also give you a running total on the downloads as they happen.

That's sometimes more informative then what top returns; note
that in top you won't see port or install listed as processes
during install.

Rather you'll see gnumake and sed, and the others.

I'm sorry I am not more help to you.

I'll be watching the Champions' League final now, so maybe someone
who actually knows something will sign on and be more helpful.

Richard

 
 On Sat, May 28, 2011 at 9:30 AM, Richard DeLaurell
 richard.delaur...@gmail.com wrote:
  On Sat, May 28, 2011 at 08:45:55AM -0500, Peng Yu wrote:
  Hi,
 
  'port upgrade outdated' stops at gcc44. Does anyone know why this
  happens and how to fix it?
 
  If no error is reported then I think that one just takes a very long time 
  to update.
 
  Patience et langeur de temps applies to cpu cycles as well as to rage.
 
  Richard
 
 
  $sudo port upgrade outdated
  Password:
  ---  Computing dependencies for gcc44
  ---  Fetching gcc44
  ---  Attempting to fetch gcc-core-4.4.6.tar.bz2 from
  ftp://gcc.gnu.org/pub/gcc/releases/gcc-4.4.6/
 
 
  --
  Regards,
  Peng
  ___
  macports-users mailing list
  macports-users@lists.macosforge.org
  http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
 
 
 
 
 -- 
 Regards,
 Peng
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: winetricks: Error: Checksum (sha1) mismatch for winetricks

2011-05-28 Thread Richard DeLaurell
On Sat, May 28, 2011 at 01:47:53PM -0500, Ryan Schmidt wrote:
 
 On May 28, 2011, at 08:06, Richard DeLaurell wrote:
 
  On Fri, May 27, 2011 at 05:03:11PM -0500, Peng Yu wrote:
  
  
  I get the following error when I try to install winetricks. I checked
  Ticket port. It seems that this error appeared before and has been
  fixed. Could anybody let me know what the problem is and how to
  successfully install winetricks?
  
  If you need to install it right now, the manual installation instructions 
  given on the forum linked below work well:
 
 The manual installation instructions tell the user to copy software manually 
 into /opt/local, which is precisely what we don't want users to be doing. Why 
 not just use MacPorts to install it?

You're right, of course.

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


Re: Can't paste in x11 version 2.6.1

2011-05-27 Thread Richard DeLaurell
On Fri, May 27, 2011 at 06:33:16PM -0500, Donglian Xu wrote:
 Hi genius, experts,

All of the genius/experts are out; nobody but us noobs here now.
 
   I've just installed MacPorts and then port install x11 version 2.6.1,

Did you install the X11 localizations as well?

Those are here: 
http://static.macosforge.org/xquartz/downloads/X11-Locales-2.3.3.2.dmg

HTH

Richard

 initial motivation of which is to solve the pasting problem with x11 that
 came with my MacBook 2009.  However, it still doesn't work. Of course, with
 a three button mouse, it works with option + middle click, but I want to
 use the keyboard combination. Is there any way to do so? I promise I have
 tried almost all the advices that are available from google.
   My OS is 10.5.8.
 
 Thanks,
 Donglian
 
 -- 
 What language is thine, O sea?
 The language of eternal question.
 What language is thine, O sky?
 The language of eternal silence.

 ___
 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


Re: Error Synchronization of the local ports tree failed (Off Topic)

2011-05-22 Thread Richard DeLaurell
On Sun, May 22, 2011 at 01:56:58PM -0500, Ryan Schmidt wrote:
 
 If your new Mac has a different processor or OS version than your old Mac, 
 then you will need to reinstall all ports. If you use Apple's Migration 
 Assistant to migrate data from your old Mac to your new one, it will migrate 
 your MacPorts installation, but you will then need to uninstall it and all 
 the ports, and then reinstall. Instructions are in our wiki:
 
 https://trac.macports.org/wiki/Migration

 [snip]  
 Xcode 3 is still free, the latest version of which (3.2.6) works fine on Snow 
 Leopard. It's what I'm still using; I too see no reason to pay for Xcode at 
 this time. Links to download free versions of Xcode are in our guide:
 
 http://guide.macports.org/chunked/installing.xcode.html


I didn't realize that Xcode 3 can bring MacPorts to Snow Leopard;
that's very good to know.

Satisfying my i5/i7 craving AND having MacPorts all at the same
time would be the best of all possible worlds.

Thanks for your help.

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


Re: Error Synchronization of the local ports tree failed (Off Topic)

2011-05-21 Thread Richard DeLaurell
Juliana,

Sorry for the off-topic post.

I am considering replacing my laptop with a new MacBook Pro, but
am reluctant to lose my access to MacPorts with a new version of
the OS.  More accurately, I am too cheap to want to have to pay for
XCode with a new system.

Do you mind if I ask, did your new MBP come with Snow Leopard?
Did your installation DVD come with XCode?  If not, were you able
to download it, gratis?

Thanks for any information you might share.

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


Re: odd problem with port command

2011-05-17 Thread Richard DeLaurell
Sounds like this:

http://lists.macosforge.org/pipermail/macports-tickets/2010-August/063430.html

On Tue, May 17, 2011 at 11:00:01AM -0700, kevin beckford wrote:
 Ordinarily, I pull down the git repo into my home directory, sync from
 there and install with sudo:
 
 git fetch
 port sync
 port outdated
 sudo port -u upgrade outdated
 
 I can tweak a few things, such as adding lua support to vim, simple
 upgrades of ports, etc. Works.
 
 Foolishly I decided to try to update the port binaries, which were at
 1.9.99.  Now when I try to install a port, or upgrade, I get this:
 
 DEBUG: changing euid/egid - current euid: 0 - current egid: 0
 DEBUG: egid changed to: 4294967294
 DEBUG: euid changed to: 4294967294
 DEBUG: could not read
 /Users/kb/src/trunk/dports/net/wireshark-devel/Portfile: permission
 denied
 while executing
 file mtime ${portpath}/Portfile
 (procedure open_statefile line 46)
 invoked from within
 open_statefile
 (procedure check_variants line 29)
 invoked from within
 check_variants install
 invoked from within
 $workername eval check_variants $target
 (procedure mportexec line 5)
 invoked from within
 mportexec $workername install
 Error: Unable to upgrade port: could not read
 /Users/kb/src/trunk/dports/net/wireshark-devel/Portfile: permission
 denied
 To report a bug, see http://guide.macports.org/#project.tickets
 [root:8va:0:~ ]#
 
 As can be seen, I'm running this as root, so no permissions problems
 should be seen.
 
 Can anyone shed some light on this? I kind of need to install ruby :(
 ___
 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


Re: Attempting to fetch gcc-core

2011-05-16 Thread Richard DeLaurell
On Mon, May 16, 2011 at 09:25:12PM -0500, Thomas Gederberg wrote:
 I'm a new MacPorts user and am trying to install py27-scipy.  It's been 
 attempting to fetch gcc-core (see below) now for several hours.  Don't know 
 whether to kill it or just wait:

I can't tell you why it's taking so long, but you can CTL-c it at any time and 
when you restart the install later it should just pick up again where it left 
off.

(Of course, that might also mean restarting the download from bit zero.)

 
 Excuse the newbie if this is dumb question.

Sorry for the dumb/newbie response.

 
 Thanks
 
 ___
 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


Re: fvwm - where's pager??

2010-03-30 Thread Richard DeLaurell
Does your .fwmrc file call for the pager module?

Check here: http://www.fvwm.org/documentation/manpages/stable/FvwmPager.php

Good luck--

Richard DeLaurell

On Tue, Mar 30, 2010 at 3:59 PM, Pau vim.u...@googlemail.com wrote:

 Hi,

 running macports on 10.6

 I installed fvwm, my favourite wm, but I realise that the pager is missing!

 When right-clicking I get the menu and an entry for the pager, but
 when I click on it, it does not appear.

 The pager on fvwm is the most important thing. Does anybody know who's
 the maintainer of fvwm?

 In the site it is reported Maintained by: nomaintainer

 thanks,

 Pau
 ___
 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


Re: broken X11

2010-03-29 Thread Richard DeLaurell
Are you issuing startx from your CLI, or are you using the gui?

I think if you startx in the terminal it tends to collide with the mac
windowing env.

Try using spotlight to find x11 and double-click the application icon in
any list returned; that would be a definitive test of whether you have
borked it or not.

Sorry if this is not helpful.

Good luck--

Richard

On Mon, Mar 29, 2010 at 10:59 AM, Raymond Brock br...@pa.msu.edu wrote:

 Hello,
 I'm grasping at straws here. Somehow I have broken X11 on my macbook pro
 running 10.6.2. The only thing I can think of that might have done this
 (excluding all of the other things I might have done and don't remember!) is
 the installation of MacPorts a while ago. I realize from looking at my bash
 profile that there were some changes to my $PATH and I wonder whether
 somehow this caused me difficulties.

 The symptoms are that when I launch X11, it starts and then immediately
 closes. I have:

 1. reinstalled from the snow leopard CD
 2. deleted org.whatever preferences from the ~/Library/

 My $PATH at the moment is:

 [pb-d-128-141-35-100...\ bin]$ echo $PATH

 /opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/opt/local/bin:/opt/local/sbin:/sw/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin

 If anyone has any ideas - even if MacPorts is not the cause, I'd really
 appreciate some clues.

 thanks,
 Ray

 The console reports the following during the episode:

 3/29/10 06:58:51 PM; Mar 29 com.apple.launchd[1] 
 (org.dnsupdate.daemon[13974]) posix_spawn(/usr/local/sbin/dnsupdate,
 ...): No such file or directory
 3/29/10 06:58:51 PM; Mar 29 com.apple.launchd[1] (org.dnsupdate.daemon[13974])
 Exited with exit code: 1
 3/29/10 06:58:51 PM; Mar 29 com.apple.launchd[1] (org.dnsupdate.daemon)
 Throttling respawn: Will start in 10 seconds
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] X11.app:
 main(): argc=2
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[0]
 = /Applications/Utilities/X11.app/Contents/MacOS/X11.bin
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[1] =
 -psn_0_21296206
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] Waiting for
 startup parameters via Mach IPC.
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] X11.app:
 Could not connect to server (DISPLAY=:0.0, unsetting).  Starting X server.
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] X11.app:
 Launching /usr/X11/bin/startx:
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[0] =
 /bin/sh
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[1] = -c
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[2] =
 /usr/X11/bin/startx
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] font_cache:
 Scanning user font directories to generate X11 font caches
 3/29/10 06:58:55 PM; Mar 29 org.x.privileged_startx[13990] font_cache:
 Scanning system font directories to generate X11 font caches
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] font_cache:
 Updating FC cache
 3/29/10 06:58:55 PM; Mar 29 defaults[14011]
 The domain/default pair of (org.x.X11, dpi) does not exist
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] xauth:
  creating new authority file /Users/chipbrockMBP/.serverauth.13982
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] 
 launch_msg(CheckIn)
 IPC failure: Operation not permitted
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] X11.app:
 do_start_x11_server(): argc=6
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[0] =
 /usr/X11/bin/X
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[1] = :0
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[2] =
 -nolisten
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[3] = tcp
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[4] =
 -auth
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] argv[5] =
 /Users/chipbrockMBP/.serverauth.13982
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] Xquartz
 starting:
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] X.Org X
 Server 1.4.2-apple45
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] Build Date:
 20090705
 3/29/10 06:58:55 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] (EE) XKB:
 Couldn't open rules file /usr/X11/share/X11/xkb/rules/base
 3/29/10 06:58:56 PM; Mar 29 org.x.privileged_startx[13990] font_cache:
 Updating FC cache
 3/29/10 06:58:57 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] font_cache:
 Done
 3/29/10 06:58:57 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] xrdb: No such
 file or directory
 3/29/10 06:58:57 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] xrdb: can't
 open file '@@PREFIX@@/share/@@NAME@@/CXterm.ad'
 3/29/10 06:58:57 PM; Mar 29 [0x0-0x144f44e].org.x.X11[13975] _FontTransOpen:
 Unable to Parse address @@PREFIX@@/share/@@NAME@@/fonts
 

Re: New user, port selfupdate error

2010-03-19 Thread Richard DeLaurell
The man page says that -d (debug mode) implies -v.

Did you try:

sudo port -d selfupdate

to see if there is any more debug info available that way?

Sorry if this isn't helpful.

Good luck--

Richard

On Fri, Mar 19, 2010 at 5:15 PM, t...@qx.net t...@qx.net wrote:

 Hello,

 I am attempting to use macports for the first time.  I am not a computer
 science person, but do have limited experience with gcc and configure/make
 installations.  I installed macports 1.7 from a disk image, with a
 successful completion message.  I then tried the second step of

 % sudo port -v selfupdate

 receiving the error shown in the below partial terminal output.

 My system is Mac PowerPC 750 ( pismo ) running OS X 10.4.11.
 Darwin Kernel Version 8.11.0
 Xcode 2.5
 gcc 4.0.1
 GNU make 3.81

 -
 I have also tried the following, with the current port version 1.7, and
 received the indicated Error:

 % cd /opt/local/bin/portslocation/dports/faac
 % sudo port install faac
 Password:
 Error: Unable to execute port: invalid command name livecheck.type

 --
 Any help will be greatly appreciated!

 Best regards,
 Tom

 The following is the partial selfupdate terminal output:
 .
 .
 .
 configure: creating ./config.status
 config.status: creating src/programs/daemondo/Makefile
 config.status: creating Doxyfile
 config.status: creating Makefile
 config.status: creating Mk/macports.autoconf.mk
 config.status: creating doc/prefix.mtree
 config.status: creating doc/macosx.mtree
 config.status: creating doc/macports.conf
 config.status: creating portmgr/freebsd/Makefile
 config.status: creating portmgr/fedora/macports.spec
 config.status: creating src/Makefile
 config.status: creating src/macports1.0/macports_autoconf.tcl
 config.status: creating src/port1.0/port_autoconf.tcl
 config.status: creating src/registry1.0/registry_autoconf.tcl
 config.status: creating src/programs/Makefile
 config.status: creating src/macports1.0/macports_fastload.tcl
 config.status: creating setupenv.bash
 config.status: creating src/pkg_mkindex.sh
 config.status: creating src/config.h
 sh: line 1: make: command not found
 Error: /opt/local/bin/port: port selfupdate failed: Error installing new
 MacPorts base: shell command cd
 /opt/local/var/macports/sources/rsync.macports.org/release/base 
 ./configure --prefix=/opt/local --with-tclpackage=/Library/Tcl --with-
 install-user=root --with-install-group=admin --with-directory-mode=0755 
 make  make install returned error 127
 Command output: checking for Tcl public headers... /usr/include
 checking for tclsh... /usr/bin/tclsh
 checking for Tcl package directory... /Library/Tcl
 checking whether tclsh was compiled with threads... yes
 checking for curl-config... /usr/bin/curl-config
 checking for Tcl Thread package... yes
 checking for sqlite3_open in -lsqlite3... yes
 checking for Tcl sqlite3 location... /usr/lib/sqlite3
 checking how to build libraries... shared
 checking that any existing MacPorts install can be upgraded... yes
 configure: creating ./config.status
 config.status: creating src/programs/daemondo/Makefile
 config.status: creating Doxyfile
 config.status: creating Makefile
 config.status: creating Mk/macports.autoconf.mk
 config.status: creating doc/prefix.mtree
 config.status: creating doc/macosx.mtree
 config.status: creating doc/macports.conf
 config.status: creating portmgr/freebsd/Makefile
 config.status: creating portmgr/fedora/macports.spec
 config.status: creating src/Makefile
 config.status: creating src/macports1.0/macports_autoconf.tcl
 config.status: creating src/port1.0/port_autoconf.tcl
 config.status: creating src/registry1.0/registry_autoconf.tcl
 config.status: creating src/programs/Makefile
 config.status: creating src/macports1.0/macports_fastload.tcl
 config.status: creating setupenv.bash
 config.status: creating src/pkg_mkindex.sh
 config.status: creating src/config.h
 sh: line 1: make: command not found

 %

 ___
 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


Re: No sound/audio in KDE4

2010-02-05 Thread Richard DeLaurell
I haven't been able to get the sound to work either.

All of the kdegames are silent.

If you do a port search kde you will see that all of the pertinent ports
for kde 3.5 say, No KDE sound support in the description, so sound was
obviously problematic with that version.

On the other hand, the kde 4 port descriptions do not say that.

Perhaps someone with more knowledge than me could tell us whether sound is *
supposed* to work in kde4 or not?

Richard

MacPorts 1.8.2
Darwin 9.8.0
OS X 10.5.8
Xcode 3.1.2

On Fri, Feb 5, 2010 at 4:39 AM, Daniel Simon daniel.si...@itn.liu.sewrote:

 Anyone?!

 Has anyone gotten a KDE4 app installed that can produce sound?  Amarok?
  How did you do it?

 I tried installing kdemultimedia4.  Installed properly (without kmix), but
 no change in sound.

 Tried installing phonon directly.  Installed properly, no change in sound.


 Thanks,

 /Daniel Simon





 On 2 Feb 2010, at 8.21, Daniel Simon wrote:

 I've installed kdegames4 and kdeedu4 successfully (the programs all run
 fine) but there's no sound/audio.

 In particular, trying klettres from kdeedu4 produces no sound.  On the
 other hand, if I go into to the qtdemo application and load the phonon test
 app, I do hear the test sound.  So, QT can produce sound, but KDE can't.
  I've looked in the logs in Console.app, but don't see anything when I try
 to call a sound from a KDE app.

 I installed kdegames4 and kdeedu4 roughly following this protocol:
 http://lists.macosforge.org/pipermail/macports-users/2010-January/018527.html

 Anyone have any suggestions?

 System info:
 iBook G3 500 MHz and PowerBook G4 700 MHz (compiled on PB, tested on both,
 same result)
 OS X 10.4.11 (latest)
 XCode 2.5
 MacPorts-1.8.2-10.4-Tiger (after selfupdate)

 Thanks!

 ATT1..txt



 ___
 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


knotify/kded4 cancel system shutdown

2010-01-30 Thread Richard DeLaurell
Immediately following an upgrade of all my installed ports, knotify and
kded4 began not terminating cleanly at system shutdown.

If either/both is/are running at system shutdown, I have to kill it/them
from the terminal or select shutdown from the finder's apple menu at least
twice--dismissing a dialog about knotify or kded4 (or each in turn)
canceling shutdown--before the system will do so.

Note that in order to get kdebase4-runtime to upgrade I had to roll soprano
back to 2.2_1 from 2.3.70_0 (then reactivate the latter).

The shutdown problem existed after the port upgrade installed, but before
I convinced kdebase4-runtime to upgrade, so it seems like a separate issue
to me.

Thanks for any help.

Richard

MacPorts 1.8.2
Darwin 9.8.0
OS X 10.5.8
Xcode 3.1.2
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


Re: Uninstalling a program

2009-12-23 Thread Richard DeLaurell
port_cutleaves is itself a port and must be installed to use or read the man
page.

Try:

sudo port install port_cutleaves

Richard

On Wed, Dec 23, 2009 at 5:56 AM, Peter Hindrichs p...@ispnet.ca wrote:


 On 2009-12-23, at 02:12 , Ryan Schmidt wrote:

 
  On Dec 22, 2009, at 11:07, Peter Hindrichs wrote:
 
  I have a program that I am not using anymore and would like to uninstall
 it and all its dependencies.
 
  Would I use something like  sudo port uninstall fish +dependecies
 
  As was mentioned in the other thread, after you uninstall a port, you
 should use port_cutleaves if you want to see if there are now unneeded
 dependencies that can also be uninstalled.

 How do I use port_cutleaves if I use it by itself all I get is command
 not found.
 
 
 

 Peter

 






 ___
 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


kdebase4 apps fail to start w/LSOpenFromURLSpec() failed with error -10810

2009-11-08 Thread Richard DeLaurell
(Apologies if this is a double-post; I sent this yesterday, but it does not
seem to have posted properly.)

This is likely a very simple question as I'm a bit new to this, but all of
my kdebase4 apps (konsole, e.g.) fail to start and return this error:

LSOpenFromURLSpec() failed with error -10810 for the file
/Applications/MacPorts/KDE4/
konsole.app

I searched the archive, but the only reference seems to be about doxygen
which is installed, active and up-to-date on my system.

All of the kdegames4 apps do start, however, via this command:

open /Applications/MacPorts/KDE4/app name.app

or even via the dock.

What am I doing/have done wrong?

Thanks for any help.

Richard

MBP-Core2Duo, 4G; OS X 10.5.8; MacPorts v. 1.8.1
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users


kdebase4 apps fail to start w/LSOpenFromURLSpec() failed with error -10810

2009-11-07 Thread Richard DeLaurell
Probably a very newbie question, but all of my kdebase4 apps (konsole, e.g.)
fail to start and return this error:

LSOpenFromURLSpec() failed with error -10810 for the file
/Applications/MacPorts/KDE4/
konsole.app

I searched the archive, but the only reference seems to be about doxygen
which is installed, active and up-to-date on my system.

All of the kdegames4 apps do start, however, via this command:

open /Applications/MacPorts/KDE4/app name.app

or even via the dock.

What am I doing/have done wrong?

Thanks for any help.

Richard

MBP-Core2Duo, 4G; OS X 10.5.8; MacPorts v. 1.8.1
___
macports-users mailing list
macports-users@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users