Re: Help please

2012-02-19 Thread James Linder
ure >> --disable-checking --enable-werror --prefix=/usr --mandir=/share/man >> --enable-languages=c,objc,c++,obj-c++ >> --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib >> --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- &

Re: Help please

2012-02-19 Thread Ryan Schmidt
On Feb 19, 2012, at 06:21, James Linder wrote: > On 19/02/2012, at 4:34 PM, Ryan Schmidt wrote: > >> On Feb 18, 2012, at 23:06, James Linder wrote: >> >>> On 19/02/2012, at 10:22 AM, Ryan Schmidt wrote: >>> On Feb 18, 2012, at 19:49, James Linder wrote: > sh-3.2# port install lib

Re: Help please

2012-02-19 Thread James Linder
On 19/02/2012, at 4:34 PM, Ryan Schmidt wrote: > On Feb 18, 2012, at 23:06, James Linder wrote: > >> On 19/02/2012, at 10:22 AM, Ryan Schmidt wrote: >> >>> On Feb 18, 2012, at 19:49, James Linder wrote: >>> sh-3.2# port install libgnome Error: Unable to open port: couldn't read file

Re: Help please

2012-02-19 Thread Ryan Schmidt
On Feb 18, 2012, at 23:06, James Linder wrote: > On 19/02/2012, at 10:22 AM, Ryan Schmidt wrote: > >> On Feb 18, 2012, at 19:49, James Linder wrote: >> >>> sh-3.2# port install libgnome >>> Error: Unable to open port: couldn't read file >>> "/opt/local/share/macports/Tcl/port1.0/portmirror.tcl"

Re: Help please

2012-02-18 Thread James Linder
On 19/02/2012, at 10:22 AM, Ryan Schmidt wrote: > > On Feb 18, 2012, at 19:49, James Linder wrote: > >> sh-3.2# port install libgnome >> Error: Unable to open port: couldn't read file >> "/opt/local/share/macports/Tcl/port1.0/portmirror.tcl": no such file or >> directory > > Please clean ("s

Re: Help please

2012-02-18 Thread James Linder
On 19/02/2012, at 10:22 AM, Ryan Schmidt wrote: > > On Feb 18, 2012, at 19:49, James Linder wrote: > >> sh-3.2# port install libgnome >> Error: Unable to open port: couldn't read file >> "/opt/local/share/macports/Tcl/port1.0/portmirror.tcl": no such file or >> directory > > Please clean ("s

Re: Help please

2012-02-18 Thread Ryan Schmidt
On Feb 18, 2012, at 19:49, James Linder wrote: > sh-3.2# port install libgnome > Error: Unable to open port: couldn't read file > "/opt/local/share/macports/Tcl/port1.0/portmirror.tcl": no such file or > directory Please clean ("sudo port clean libgnome") and try again, using the debug flag (

Help please

2012-02-18 Thread James Linder
G'day for ages I've been using gnome-terminal. Today it would not start (The ONLY thing I did was allow firefox to upgrade) This describes my fault exactly: https://trac.macports.org/ticket/27235 dutifully I installed libgnome after selfupdate: ( sh-3.2# port selfupdate Warning: No index(es) fo

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Dominik Reichardt
Though the path looks like a wrong macports.conf entry for developer_dir. With an empty path for developer_dir the log said that there is no /usr/bin/clang even though I could clearly see and execute it ;) That's what lead me to look at the build folder. Dom Am 18.02.2012 um 07:32 schrieb Domin

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Dominik Reichardt
Interestingly that's what the log said in my libpvx problem. And yes, there is no clang at this location. Anyway on closer inspection, looking the config.err in the build folder it revealed that not a missing clang was the problem but that the SDKs weren't found. IMO this only reveals a problem

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Ryan Schmidt
On Feb 17, 2012, at 20:49, Arturo Rinaldi wrote: > @ Ryan : here is my config.logcould you look at it and give your opinion > ? thx in advance Well it says: ./configure: line 2555: /Applications/Xcode.app/Contents/Developer/usr/bin/clang: No such file or directory __

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Arturo Rinaldi
)? I have absolutely no idea. I hate how Apple dumps changes like this on us with zero warning. I don't have Lion and have no interest in upgrading to it at this time so I am not in a position to help with this situation. Good luck. I see :) Thanks Dominik @ Ryan : here is my config.log...

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Dominik Reichardt
ration necessary because of all the >> other ports that should need a bump first before bumping others (libtool, >> perl, etc)? > > I have absolutely no idea. I hate how Apple dumps changes like this on us > with zero warning. I don't have Lio

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Ryan Schmidt
> perl, etc)? I have absolutely no idea. I hate how Apple dumps changes like this on us with zero warning. I don't have Lion and have no interest in upgrading to it at this time so I am not in a position to help with this situation. Good luck. __

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Dominik Reichardt
> > On Feb 17, 2012, at 15:13, Dominik Reichardt wrote: > >> My "port upgrade outdated" tries to build libvpx. This fails and the >> config.err shows: > > https://trac.macports.org/ticket/33283 > Thanks. I realize you are first having to deal with all the fallout of xcode 4.3 but is there a

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Ryan Schmidt
On Feb 17, 2012, at 15:13, Dominik Reichardt wrote: > My "port upgrade outdated" tries to build libvpx. This fails and the > config.err shows: https://trac.macports.org/ticket/33283 ___ macports-users mailing list macports-users@lists.macosforge.org

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Dominik Reichardt
> > > Am 17.02.2012 um 17:55 schrieb Arturo Rinaldi : > >> Nella citazione in data Fri Feb 17 17:40:46 2012, Dominik Reichardt ha >> scritto: >>> I think the macports.conf instructions are partly wrong. >>> Changing >>> >>> #developer_dir /Developer >>> To >>> >>> developer_dir >>> doe

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Dominik Reichardt
Am 17.02.2012 um 17:55 schrieb Arturo Rinaldi : > Nella citazione in data Fri Feb 17 17:40:46 2012, Dominik Reichardt ha > scritto: >> I think the macports.conf instructions are partly wrong. >> Changing >> >> #developer_dir /Developer >> To >> >> developer_dir >> doesn't make much sens

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Arturo Rinaldi
Nella citazione in data Fri Feb 17 17:40:46 2012, Dominik Reichardt ha scritto: I think the macports.conf instructions are partly wrong. Changing #developer_dir /Developer To developer_dir doesn't make much sense. I'd say developer_dir /applications/xcode.app/contents/Developer mak

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Dominik Reichardt
I think the macports.conf instructions are partly wrong. Changing #developer_dir /Developer To developer_dir doesn't make much sense. I'd say developer_dir /applications/xcode.app/contents/Developer makes more sense but I could ve wrong Dom Am 17.02.2012 um 16:54 schrieb Arturo Rinaldi : >

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Ryan Schmidt
the top questions in our FAQ: https://trac.macports.org/wiki/FAQ#missingxcode but since you're on a new version of Xcode, which we already know causes other problems for MacPorts, the standard answers might not help. What's in the config.log?

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Jeremy Lavergne
> also made before this > > sudo port clean all Did you uninstall all packages before you tried building again? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Arturo Rinaldi
Nella citazione in data Fri Feb 17 15:46:49 2012, Jeremy Lavergne ha scritto: do you mean "command line tools" in the preferences pane as unix tools ? i already did that ! I think he is referring to developer_dir in your macports.conf i just followed the instructions at https://trac.mac

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Jeremy Lavergne
> do you mean "command line tools" in the preferences pane as unix tools ? i > already did that ! I think he is referring to developer_dir in your macports.conf ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge

Re: issues with Xcode 4.3 in port install - help !

2012-02-17 Thread Arturo Rinaldi
Nella citazione in data Fri Feb 17 02:32:44 2012, Dominik Reichardt ha scritto: Apple got rid of /developer instead it is in /applications/xcode.app/contents/developer Making a symlink from that to /developer might help, but you also need a symlink for /developer/sdks since that also vanished

Re: issues with Xcode 4.3 in port install - help !

2012-02-16 Thread Dominik Reichardt
Apple got rid of /developer instead it is in /applications/xcode.app/contents/developer Making a symlink from that to /developer might help, but you also need a symlink for /developer/sdks since that also vanished and is somewhere else in developer right now. Probably needs to install unix dev

Re: Help with Lion's symbolic links

2012-02-07 Thread M A
On Mon, Feb 6, 2012 at 11:03 PM, Justin C. Walker wrote: > > On Feb 6, 2012, at 18:40 , M A wrote: > >> I apologize for raising an issue that is not specific to macports, but >> Google hasn't provided me an answer. In any case, after upgrading my >> system to Lion I find that I can no longer save

Re: Help with Lion's symbolic links

2012-02-06 Thread Lawrence Velázquez
On Feb 7, 2012, at 12:12 a.m., Brandon Allbery wrote: > In 10.7.0 and 10.7.1 I could navigate to a directory symlink, but the > application would present the target path instead of the symlink path as the > current folder on the next use (this also happened in Snow Leopard). I am seeing this be

Re: Help with Lion's symbolic links

2012-02-06 Thread Brandon Allbery
On Tue, Feb 7, 2012 at 00:03, Justin C. Walker wrote: > On Feb 6, 2012, at 18:40 , M A wrote: > > I apologize for raising an issue that is not specific to macports, but > > Google hasn't provided me an answer. In any case, after upgrading my > > system to Lion I find that I can no longer save to

Re: Help with Lion's symbolic links

2012-02-06 Thread Justin C. Walker
On Feb 6, 2012, at 18:40 , M A wrote: > I apologize for raising an issue that is not specific to macports, but > Google hasn't provided me an answer. In any case, after upgrading my > system to Lion I find that I can no longer save to symbolic links to a > directory in standard Mac GUI applicatio

Re: Help with Lion's symbolic links

2012-02-06 Thread M A
Yes, it has has always worked fine for me in every previous OS version. It just seems to be Lion that's the problem. On Mon, Feb 6, 2012 at 8:44 PM, Ryan Schmidt wrote: > > On Feb 6, 2012, at 20:40, M A wrote: > >> I apologize for raising an issue that is not specific to macports, but >> Google h

Re: Help with Lion's symbolic links

2012-02-06 Thread Ryan Schmidt
On Feb 6, 2012, at 20:40, M A wrote: > I apologize for raising an issue that is not specific to macports, but > Google hasn't provided me an answer. In any case, after upgrading my > system to Lion I find that I can no longer save to symbolic links to a > directory in standard Mac GUI application

Help with Lion's symbolic links

2012-02-06 Thread M A
I apologize for raising an issue that is not specific to macports, but Google hasn't provided me an answer. In any case, after upgrading my system to Lion I find that I can no longer save to symbolic links to a directory in standard Mac GUI applications. So, for instance, I might have dir_orig as a

Help With Kmymoney port

2012-01-29 Thread Salatiel Filho
Hi , i am really new to the osx system and i am having a few problems with the kmymoney port that i am unable to understand. Well , i successfully installed kmymoney + gnupg + pin entry from ports so i could use my encrypted kmymoney file as i use inside linux. Well, if i start kmymoney from the la

Re: pls HELP: cannot use Macport after installation

2012-01-29 Thread Andrea D'Amore
On Sat, Jan 28, 2012 at 22:26, Yemi Adebiyi wrote: > --->  Updating MacPorts base sources using rsync > rsync: failed to connect to rsync.macports.org: Operation timed out (60) > rsync error: error in socket IO (code 10) at > /SourceCache/rsync/rsync-42/rsync/clientserver.c(105) [receiver=2.6.9]

Re: pls HELP: cannot use Macport after installation

2012-01-28 Thread Yemi Adebiyi
After i ran /sudo port -d selfupdate/ this is what I got: Warning: No index(es) found! Have you synced your source indexes? DEBUG: MacPorts sources location: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs ---> Updating MacPorts base sources using rsync rsync: failed to con

Re: pls HELP: cannot use Macport after installation

2012-01-28 Thread Richard DeLaurell
No expert here, but it seems like you may have this<https://trac.macports.org/ticket/31381>problem (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

Re: pls HELP: cannot use Macport after installation

2012-01-28 Thread Andrea D'Amore
On Sat, Jan 28, 2012 at 21:12, Yemi Adebiyi 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 > E

pls HELP: cannot use Macport after installation

2012-01-28 Thread Yemi Adebiyi
ails) / I dont even know here the log is! *please kindly help*. I use Mac OS X Lion 10.7.2 Yemi ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: help

2012-01-28 Thread Ryan Schmidt
On Jan 27, 2012, at 08:37, Jason Swails wrote: > I know 4.6 has it (I've installed it and used it), but the last time I > installed 4.6, _that_ was the current developer version and gfortran was only > available as a variant. Since it's now among the stable releases, I didn't > know if MacPor

Re: help

2012-01-27 Thread Jason Swails
On Thu, Jan 26, 2012 at 5:45 PM, Chris Jones wrote: > > gfortran comes installed as part of gcc44 and gcc45 (and maybe gcc46, now, > I'm not sure). > > > gcc 4.6 has it. > I know 4.6 has it (I've installed it and used it), but the last time I installed 4.6, _that_ was the current developer versio

Re: help

2012-01-26 Thread Chris Jones
it gives a negative result" is totally useless in regard to giving you any help. Please provide exact transcripts of what commands you are running, and exactly how they fail. The know for a fact that the MacPorts gcc versions do provide working gfortran binaries … cheers Chris

Re: help

2012-01-26 Thread Ryan Schmidt
On Jan 26, 2012, at 17:01, Jirina R Stone wrote: > I tried all this with a negative result What does this mean? ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: help

2012-01-26 Thread Jirina R Stone
ult provide a 'gfortran' binary, but they are installed as 'gfortran- mp-4.' Chris Hope this helps, Jason What shall I do? Please help stone ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforg

Re: help

2012-01-26 Thread Chris Jones
' Chris > > Hope this helps, > Jason > > > What shall I do? > > Please help > > stone > ___ > macports-users mailing list > macports-users@lists.macosforge.org > http://lists.macosforge.org/mailman

Re: help

2012-01-26 Thread Jason Swails
lps, Jason > What shall I do? > > Please help > > stone > __**_ > macports-users mailing list > macports-users@lists.**macosforge.org > http://lists.macosforge.org/**mailman/listinfo.cgi/macports-**users<http://lists.maco

Re: gfortran (was: help)

2012-01-25 Thread Ryan Schmidt
On Jan 24, 2012, at 21:36, Jirina R Stone wrote: > I need to install gfortran for my new computer - Mac OS X 10.6. > > gcc47 which supposedly includes gfotran variant does not work. In what way does it not work? Is there a bug report filed? > What shall I do? You could try a different version

help

2012-01-24 Thread Jirina R Stone
I need to install gfortran for my new computer - Mac OS X 10.6. gcc47 which supposedly includes gfotran variant does not work. What shall I do? Please help stone ___ macports-users mailing list macports-users@lists.macosforge.org http

Re: need help on upgrade macport

2011-11-18 Thread Jin Chen
Can I ask a follow-up question please? I was trying to use Emacs 23.2 in terminal using Macport. After setting up Macport and installing emacs: sudo port install emacs I found that launching emacs from the terminal did not load my .emacs config file, which using Emacs.app did so. Does Mac

Re: need help on upgrade macport

2011-11-17 Thread Ryan Schmidt
Phillip Koebbe wrote: > I don't know how prevalent this is, but there are reports of Xcode 4.2 not > playing nice with many things. The first I saw of it was a note in the RVM > installation that indicated 4.2 would not build some rubies and gems > correctly. I recently got a new Mac with Lion

Re: need help on upgrade macport

2011-11-17 Thread Jin Chen
Sorry Phillip :-) Thanks again Jeremy and Ryan! On Thu, Nov 17, 2011 at 1:33 PM, Phillip Koebbe wrote: > I've been having a bit of trouble with reply/reply all myself ... > > Begin forwarded message: > > *From: *Jin Chen > *Subject: **Re: need help on upgrade macport

Fwd: need help on upgrade macport

2011-11-17 Thread Phillip Koebbe
I've been having a bit of trouble with reply/reply all myself ... Begin forwarded message: > From: Jin Chen > Subject: Re: need help on upgrade macport > Date: November 17, 2011 12:31:58 PM CST > To: Phillip Koebbe > > Thank you all for sending me these suggestions

Re: need help on upgrade macport

2011-11-15 Thread Ryan Schmidt
On Nov 15, 2011, at 16:13, Jin Chen wrote: > I recently ran into a problem of using some terminal tools -- I upgraded into > Lion and Xcode 4.2. > Definitely clean and try again like Jeremy said, but the log said: :info:build dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib :info:

Re: need help on upgrade macport

2011-11-15 Thread Jeremy Lavergne
> ---> Computing dependencies for gnome-doc-utils > ---> Building gnome-doc-utils If it jumps straight to building it was a dirty build directory from your old OS/Xcode. Clean and try again: sudo port clean gnome-doc-utils smime.p7s Description: S/MIME cryptographic signature __

need help on upgrade macport

2011-11-15 Thread Jin Chen
urces_rsync.macports.org_release_ports_gnome_gnome-doc-utils/gnome-doc-utils/work/gnome-doc-utils-0.20.6/doc' :info:build Making all in gnome-doc-make :info:build make[2]: Entering directory `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_gnome_g

Re: i383-elf-gdb build help

2011-10-02 Thread Ryan Schmidt
Since we're now talking about the development of portfiles, the -dev list is the correct place to discuss this. Please remove the -users list from any replies. On Oct 2, 2011, at 07:02, Dongsheng Wang wrote: > I copied the Portfile from corss/arm-elf-gdb to start. After replaced all > "arm" wi

Re: i383-elf-gdb build help

2011-10-02 Thread Dongsheng Wang
I copied the Portfile from corss/arm-elf-gdb to start. After replaced all "arm" with "i386", it actually worked all the way to activation. And, it gave the following error during activation phrase. (I hade arm-elf-gdb installed already BTW) After I deactivate arm-elf-gdb and try again. Everything i

Re: i383-elf-gdb build help

2011-09-29 Thread Dongsheng Wang
Thanks, Ryan, Have never done that, but I will give it a try. ds On Thu, Sep 29, 2011 at 1:21 AM, Ryan Schmidt wrote: > On Sep 28, 2011, at 14:09, Dongsheng Wang wrote: > > > It seems i386-elf-gdb port is not available, so I am trying to build it > manually, and I got a error for make command.

Re: i383-elf-gdb build help

2011-09-28 Thread Ryan Schmidt
On Sep 28, 2011, at 14:09, Dongsheng Wang wrote: > It seems i386-elf-gdb port is not available, so I am trying to build it > manually, and I got a error for make command. > > > > In file included from ../../gdb-7.3.1/bfd/archive.c:130: > ../../gdb-7.3.1/bfd/sysdep.h:173:21: error: libintl

Re: rsync operation timed out (was: Re: Help)

2011-09-17 Thread Ryan Schmidt
On Sep 17, 2011, at 07:28, Jean-Francois Gobin wrote: > On Sat, Sep 17, 2011 at 7:00 AM, jarode zago wrote: >> Hi Every one, after having installed macports 2.03 on Lion with Xcode 4.1, >> the command sudo port -v selfupdate failed, and i cannot not install >> anything… >> the output of the pre

Re: Help

2011-09-17 Thread Jean-Francois Gobin
Good Morning, Could you try this from your shell? telnet rsync.macports.org 873 The timeout leads me to think that something on your network is blocking the tcp connection to the server. J. On Sat, Sep 17, 2011 at 7:00 AM, jarode zago wrote: > Hi

Help

2011-09-17 Thread jarode zago
command failed (see log for details) please help me to solve this problem because i need to install other software using the port. Thanks a lot ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

looking for help - upgrade to Macports 2.01 failing on

2011-08-18 Thread Jeffrey Jay Hayes
Hi Folks, this issue is being trac'd on https://trac.macports.org/ticket/30574 but there is no maintainer response. the tail end of sudo port -v -d selfupdate shows this: ===> making install in src/port < ../../doc/prefix.mtree /usr/sbin/mtree -U -d -e -p /opt/local > /dev/null < ../../doc/bas

Help installing swi-prolog

2011-08-13 Thread Tim Schneider
some playing around, cleaning the port and so on, I finally got it installed by activating a different version of fontconfig: sudo port activate fontconfig @2.8.0_0+universal After this, I was able to install the port. I don't know if anybody else has this problem, but I hope this could

Re: build errors help

2011-08-02 Thread Brandon Allbery
On Wed, Aug 3, 2011 at 00:50, Scott Webster wrote: > On Tue, Aug 2, 2011 at 9:45 PM, Brandon Allbery > wrote: > > There are plenty of pastebins out there that will let you paste fairly > big > > logs and then paste the resulting URL into a list message. > > Good point! Ok, so, "let it be known"

Re: build errors help

2011-08-02 Thread Scott Webster
On Tue, Aug 2, 2011 at 9:45 PM, Brandon Allbery wrote: > There are plenty of pastebins out there that will let you paste fairly big > logs and then paste the resulting URL into a list message. Good point! Ok, so, "let it be known" that anyone referring to a log should always post it on the web s

Re: build errors help

2011-08-02 Thread Brandon Allbery
On Wed, Aug 3, 2011 at 00:16, Scott Webster wrote: > While I don't necessarily disagree with keeping list traffic small (though > perhaps small is relative these days), I asked for the logs because often > it's impossible to help without them. Do or should we have a pol

Re: build errors help

2011-08-02 Thread Scott Webster
While I don't necessarily disagree with keeping list traffic small (though perhaps small is relative these days), I asked for the logs because often it's impossible to help without them. Do or should we have a policy of "only post compressed logs" or, never post logs? Obv

Re: build errors help

2011-08-02 Thread Ryan Schmidt
On Aug 2, 2011, at 16:58, Luke Thomas Mergner wrote: > Per a request I uploaded the log files but they are being held for moderation. I rejected your email because it was too large. Many people subscribe to this list and most will not be interested in your logs. I suggest you file a bug report

build errors help

2011-08-02 Thread Luke Thomas Mergner
Hi, Per a request I uploaded the log files but they are being held for moderation. After looking through known Lion bugs, it turns out that dbus won't build at all yet. Not sure about neon. In any case, I'm following the official migration advice now: https://trac.macports.org/wiki/Migrati

Re: build errors help

2011-08-02 Thread Scott Webster
On Tue, Aug 2, 2011 at 2:44 PM, Luke Thomas Mergner wrote: > Hi, > On 10.7 and Macports 2.0.1, I've had build failures on both neon and dbus. >  I'm not a programmer so looking at the log files, which I've done, doesn't > help me figure out what's going on.  I

build errors help

2011-08-02 Thread Luke Thomas Mergner
Hi, On 10.7 and Macports 2.0.1, I've had build failures on both neon and dbus. I'm not a programmer so looking at the log files, which I've done, doesn't help me figure out what's going on. I've tried to run 'port clean' on both before attempting to up

Re: libtool: libltdl.dylib is not in the destroot (was: Re: pls help me with the installation of qt4-mac)

2011-07-14 Thread Ryan Schmidt
contains lines that say "Skipping completed".) If you need further help resolving the issue, clean libtool and try again, and send the complete main.log. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.ma

pls help me with the installation of qt4-mac

2011-07-13 Thread Yifei Li
Hi, I got the following error when I tried to install qt4-mac: Error: /opt/local/lib/libltdl.dylib is not in the destroot. Please clean libtool and try again. Error: Target org.macports.destroot returned: missing /opt/local/lib/libltdl.dylib in destroot However, libltdl.dylib does exist in /opt/l

Re: Help: problem with PySide and libpng

2011-06-16 Thread Ryan Schmidt
On Jun 16, 2011, at 14:41, Thomas Haymore wrote: > > dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6 > /site-packages/PySide/QtGui.so, 2): Library not loaded: > /opt/local/lib/libpng12.0.dylib > Referenced from: /opt/local/lib/libQtGui.4.dylib > Reason: Inc

Help: problem with PySide and libpng

2011-06-16 Thread Thomas Haymore
ort upgrade outdated }}} and {{{ sudo port -n upgrade --force libpng }}} All with no effect. I'm using a Mac 10.6, if that information helps. Any help? Thomas ___ macports-users mailing list macports-users@lists.macosforge.org http://lis

suggestion: better help on "install" help

2011-05-11 Thread Roger Pack
Hello all. My thought is to propose that this message: $ port help install Usage: install Installs the given ports be changed to this: $ port help install Usage: install Installs the given ports. See also the variants command for options. Feedback? -r

Re: Need help with using a MacPorts-created .dmg installer for ffmpeg 0.6.2

2011-05-11 Thread Eric
Ryan, Thanks for both the error message clarification and the link to where earlier Xcode versions are to be found ... Eric --- On Wed, 5/11/11, Ryan Schmidt wrote: From: Ryan Schmidt Subject: Re: Need help with using a MacPorts-created .dmg installer for ffmpeg 0.6.2 To: "Eric

Re: Need help with using a MacPorts-created .dmg installer for ffmpeg 0.6.2

2011-05-11 Thread Eric
Ryan, Thanks. I was wondering whether/how I should have included the mailing list ... My bad! I'll "Reply All" in the future ... Eric --- On Wed, 5/11/11, Ryan Schmidt wrote: From: Ryan Schmidt Subject: Re: Need help with using a MacPorts-created .dmg installer for ffmpeg

Re: Need help with using a MacPorts-created .dmg installer for ffmpeg 0.6.2

2011-05-11 Thread Ryan Schmidt
On May 11, 2011, at 08:00, Ryan Schmidt wrote: > On May 10, 2011, at 15:27, Eric wrote: > >> ---> Extracting zlib >> Error: On Mac OS X 10.5, zlib 1.2.5 requires Xcode 3.1 or later but you have >> Xcode 3.0. >> Error: Target org.macports.extract returned: incompatible Xcode version >> Error: F

Re: Need help with using a MacPorts-created .dmg installer for ffmpeg 0.6.2

2011-05-11 Thread Ryan Schmidt
/local/bin/ffmpeg. (Not sure if that's the correct location for the ffmpeg symlink to be; you'll have to consult your program's documentation or do some trial and error testing.) > Thank you very much for your help. > > Eric Stewart > Catonsville, MD ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Need help with using a MacPorts-created .dmg installer for ffmpeg 0.6.2

2011-05-10 Thread Ryan Schmidt
On May 10, 2011, at 12:08, Eric wrote: > I am trying to use ffmpeg (version 0.6.2) on my iMac running Mac OS X 10.5.8. > I successfully installed that package on MacPorts on my MacBook Pro running > Snow Leopard 10.6.7. Then, on that MBP, in Terminal > > sudo port dmg ffmpeg > > worked to cre

Need help with using a MacPorts-created .dmg installer for ffmpeg 0.6.2

2011-05-10 Thread Eric
the Subsonic server software for purposes of transcoding audio and video files by Subsonic. AFAIK, there is no way to point Subsonic to the ffmpeg executable in the /opt/local/bin folder ... even if I could get that executable to be able to locate its own .dylib files! Any help

Re: selfupdate failed, help me diagnose the problem

2011-04-05 Thread Fredrik
Ryan, Diego, John thank you. I'm an idiot, using the -d flag revealed "permission denied" for rsync which reminded me to use sudo! Anyway, even though it's a dumb mistake perhaps the default error message could be a bit clearer, just a thought. Thanks 5 apr 2011 kl. 23.50 skrev Ryan Schmidt

RE: selfupdate failed, help me diagnose the problem

2011-04-05 Thread John Korchok
...@lists.macosforge.org] On Behalf Of Fredrik Sent: Tuesday, April 05, 2011 5:40 PM To: MacPorts Users Subject: selfupdate failed, help me diagnose the problem Hello, I got this recommendation when searching for a port: Warning: port definitions are more than two weeks old, consider using

Re: selfupdate failed, help me diagnose the problem

2011-04-05 Thread Diego Kuperman
Hello, On 4/5/11 11:39 PM, Fredrik wrote: Hello, I got this recommendation when searching for a port: Warning: port definitions are more than two weeks old, consider using selfupdate When acting on this suggestion I got this output: ---> Updating the ports tree Error: Synchronization of the

Re: selfupdate failed, help me diagnose the problem

2011-04-05 Thread Ryan Schmidt
On Apr 5, 2011, at 16:39, Fredrik wrote: > ---> Updating the ports tree > Error: Synchronization of the local ports tree failed doing rsync > Error: /opt/local/bin/port: port selfupdate failed: Couldn't sync the ports > tree: Synchronization of 1 source(s) failed > > > Any ideas where to go f

selfupdate failed, help me diagnose the problem

2011-04-05 Thread Fredrik
Hello, I got this recommendation when searching for a port: Warning: port definitions are more than two weeks old, consider using selfupdate When acting on this suggestion I got this output: ---> Updating the ports tree Error: Synchronization of the local ports tree failed doing rsync Error:

Re: firefox-x11 xulrunner not-bug help?

2010-12-30 Thread Steve Witham
> Computing dependencies for firefox-x11 Error: Cannot install xulrunner for the arch(s) 'i386' because Error: its dependency nss does not build for the required arch(s) by default Error: and does not have a universal variant. Error: Unable to execute port: architecture mismatch To repor

Re: firefox-x11 xulrunner not-bug help?

2010-12-29 Thread Jeremy Huddleston
t; > > A message by jeremyhu on ticket #25855 says > > * *status*changed from/new/to/closed/ > * *resolution*set to/invalid/ > > +internal_dependencies forxulrunner+universal for others > > Please ask for help on the mailing

firefox-x11 xulrunner not-bug help?

2010-12-28 Thread Steve Witham
xulrunner+universal for others Please ask for help on the mailing list as this is not a bug Okay. Can anyone here help? --Steve ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: xterm hangs - help needed

2010-12-05 Thread Jeremy Huddleston
What do you see in /var/log/system.log during this time? Can you start an xterm within X11.app (from the Applications menu)? On Nov 28, 2010, at 09:22, Mike Coughlan wrote: > I can't get an xterm to show on up my screen. I think my environment may be > messed up, but I'm not sure how to trouble

Re: xterm hangs - help needed

2010-11-28 Thread Keith J. Schultz
Hi Mike, Under Snow Leopard you are not suppose to set DISPLAY as long as you are using launchd. Setting DISPLAY will screw things up! Once you have a xterm you can get the DIISPLAY out of it and pass that on. From the Terminal I started a couple of xterms and a

Re: xterm hangs - help needed

2010-11-28 Thread Ryan Schmidt
On Nov 28, 2010, at 11:22, Mike Coughlan wrote: > I can't get an xterm to show on up my screen. I think my environment may be > messed up, but I'm not sure how to troubleshoot. Or maybe ports missed a > dependency. > > Here's my system info. > Mac OS X 10.6.4 > echo $DISPLAY > /tmp/launch-Xpga

Re: xterm hangs - help needed

2010-11-28 Thread Mike Coughlan
ow in the long run. Still snow leapord and mac ports. Best, Mike Coughlan --- On Sun, 11/28/10, Mike Coughlan wrote: > From: Mike Coughlan > Subject: Re: xterm hangs - help needed > To: macports-users@lists.macosforge.org > Date: Sunday, November 28, 2010, 5:30 PM > Hi Keith,

Re: xterm hangs - help needed

2010-11-28 Thread Mike Coughlan
Hi Keith, Thanks for the help. The only environment var I see is PATH in ~/.profile: export PATH=/opt/local/bin:/opt/local/sbin:$PATH Here's the repeated error message from the system logs. --- bootstrap_check_in(). Mach service: com.google.Keystone.Daemon Nov 28 17:18:33

xterm hangs - help needed

2010-11-28 Thread Mike Coughlan
I can't get an xterm to show on up my screen. I think my environment may be messed up, but I'm not sure how to troubleshoot. Or maybe ports missed a dependency. Here's my system info. Mac OS X 10.6.4 echo $DISPLAY /tmp/launch-Xpga6G/org.x:0 When I run xterm, the mac X11 icon shows up in my syst

Re: Please Help - can't get mysql to run

2010-10-21 Thread Ryan Schmidt
On Oct 21, 2010, at 10:05, Mo Issa wrote: > I tried the unset TMPDIR command and I still get the same error. This is > driving me insane. Any help from you guys will be great! That was the only hit on Google that I found for the error message. Anything else in your environment that mi

Re: Please Help - can't get mysql to run

2010-10-21 Thread Mo Issa
> I tried the unset TMPDIR command and I still get the same error. This is > driving me insane. Any help from you guys will be great! > > Many Thanks, > > Mo. > > > > > > Replying back to list... > > On Oct 20, 2010, at 17:46, Mo Issa wrote: >

Re: Please Help - can't get mysql to run

2010-10-20 Thread Ryan Schmidt
Replying back to list... On Oct 20, 2010, at 17:46, Mo Issa wrote: > Ryan Schmidt wrote: > >> On Oct 20, 2010, at 17:08, Mo Issa wrote: >> >> >> after I successfully installed mysql and the server port using macports, >> >> I rebooted, then I’ve been trying to create the initial database but

<    1   2   3   4   5   6   7   >