Re: 'No manual entry for port'

2013-05-01 Thread Scott Webster
I think bash has been the default since 10.3? On Wed, May 1, 2013 at 5:08 PM, Adam Neather wrote: > Because tcsh is the default and I can't work out how to change it to bash. > ;) > > On 02/05/2013, Lawrence Velázquez wrote: > > On May 1, 2013, at 7:39 PM, Adam Neather wrote: > > > >> I've on

Re: 'No manual entry for port'

2013-05-01 Thread Scott Webster
... why are you using tcsh then? (sorry if missed the explanation somewhere) On Wed, May 1, 2013 at 4:39 PM, Adam Neather wrote: > Ah ha, running that setenv command has fixed the problem. > > Cheers very much to everyone that helped! I never would have figured > out the tcsh setenv command on

Re: kdenlive works fine, BUT doesn't include sound in rendered videos

2013-03-06 Thread Scott Webster
I think I've been using the default h.264 render settings, FYI. On Wed, Mar 6, 2013 at 2:53 PM, wrote: > On Mar 6, 2013, at 2:26 PM, Jim Graham wrote: >> Just FWIW, it works fine for me, too. > > Well, it works for me only when I playback the current tracks in kdenlive, > but as soon as I rende

Re: kdenlive works fine, BUT doesn't include sound in rendered videos

2013-03-05 Thread Scott Webster
I seem to recall having a sound issue a few times as well, but in general kdenlive works for me. I think it might have had to do with my output format choices? I do seem to recall some element of non-repeatability though. If you search the web for "kdenlive no sound" or similar, you will find th

Re: Notes...that flash by and are gone...(was Re: any good audio/video editing apps in macports?)

2013-02-26 Thread Scott Webster
On Tue, Feb 26, 2013 at 3:04 PM, Jan Stary wrote: > I agree, in such situations we cannot do anything. > How does that make install messages interspersed > in various places in the install output better > than having them at one place? > Perhaps it is minor, but because if you are watching the in

Re: any good audio/video editing apps in macports?

2013-02-24 Thread Scott Webster
On Sun, Feb 24, 2013 at 3:31 PM, Chris Jones wrote: >> My question, as someone who needs a better editor than iMovie, is: Exactly >> what do I need to do to get kdenlive to work properly? > > just run > > > sudo port install kdenlive > > and make sure you follow the instructions you are given, f

Re: THANKS (WAS: Re: any good audio/video editing apps in macports?)

2013-02-24 Thread Scott Webster
On Sun, Feb 24, 2013 at 3:30 PM, Jim Graham wrote: > I was referring to the install process with online stuff, where it gives > you this neat little display where you move an icon for the app into > an icon for Applications. Not really necessary, but it's there. As I Right, but that has nothing

Re: Magically-disappearing tclsh8.5

2013-02-24 Thread Scott Webster
On Sun, Feb 24, 2013 at 3:14 PM, Jim Graham wrote: > versions of Tcl/Tk. But again, that seems to have been resolved with > the idea of having ports like the following: > > tcl8.4 > tcl8.5 > tcl8.6 > wish8.4 > wish8.5 > wish8.6 > But, as has been noted very recently in other threads on this mail

Re: THANKS (WAS: Re: any good audio/video editing apps in macports?)

2013-02-24 Thread Scott Webster
On Sun, Feb 24, 2013 at 3:03 PM, Jim Graham wrote: > What icon was missing? I said I hadn't copied the icon into finder's > Applications, and that, now that it was working, I just used the icon > in the dock. No missing icon that I'm aware of. > You should not have had to copy "the icon" (I ass

Re: any good audio/video editing apps in macports?

2013-02-24 Thread Scott Webster
On Sun, Feb 24, 2013 at 2:50 PM, Jan Stary wrote: > Does that mean that macports installs stuff out of /opt/local? > For example, under /Applications? > Yes. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.or

Re: Magically-disappearing tclsh8.5

2013-02-24 Thread Scott Webster
On Sun, Feb 24, 2013 at 2:10 PM, Ryan Schmidt wrote: >> There are lots of things that Macports COULD theoretically do, but >> given the available resources it basically only works in "one way." >> That means that there is one available version of every port, and > > This is not always the case. Th

Re: any good audio/video editing apps in macports?

2013-02-24 Thread Scott Webster
A bit late now, but my impression from earlier in this thread when there was some discussion about installing a binary... I think Jim was installing a non-Macports binary. Which is fine of course, but certainly has nothing to do with Macports... and it should be realized that at times it can becom

Re: Magically-disappearing tclsh8.5 (was: any good audio/video editing apps in macports?)

2013-02-24 Thread Scott Webster
There are lots of things that Macports COULD theoretically do, but given the available resources it basically only works in "one way." That means that there is one available version of every port, and there is no trivial mechanism to only apply security updates etc etc. So if you run "port upgrade"

Re: any good audio/video editing apps in macports?

2013-02-23 Thread Scott Webster
On Sat, Feb 23, 2013 at 4:15 PM, Jim Graham wrote: > For those familiar with it, I'm looking for some video editing software, I use kdenlive. ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listin

Re: Having trouble with python readline

2013-02-11 Thread Scott Webster
l time, it wouldn't work because the string it has does not match my sys.path. I would have just thought that installing py25-readline would add the correct readline directory to the sys.path for python. Scott On Sat, Feb 9, 2013 at 12:15 AM, Scott Webster wrote: > swim:~ swebster$ port -v

Re: Mountain Lion X11

2013-02-09 Thread Scott Webster
On Sat, Feb 9, 2013 at 7:27 PM, Ryan Schmidt wrote: > > xorg-server is not required so we should not add a dependency. You might > be using an X11 server on another computer. Or you might be using XQuartz. > > Yeah, could use some variants I guess, but it would probably be silly to go around add

Re: Mountain Lion X11

2013-02-09 Thread Scott Webster
Thanks. Things seem to work again (installed xorg-server). Was any thought given to just adding dependencies to xorg-server for X11 requiring ports? Only for Mountain Lion I guess. On Sat, Feb 9, 2013 at 6:13 PM, Ryan Schmidt wrote: > > On Feb 9, 2013, at 19:58, Scott Webster wrote: &

Mountain Lion X11

2013-02-09 Thread Scott Webster
I think I've just come to the realization that the reason "nothing works" is that I no longer have X11 installed after the mountain lion upgrade. I'm somewhat surprised that there was no dependency on any X11 package when I reinstalled all my ports, but I guess the assumption is that you might be

Re: Having trouble with python readline

2013-02-09 Thread Scott Webster
idt wrote: > > On Feb 9, 2013, at 01:17, Scott Webster wrote: > > > I have python25 and py25-readline installed. python25 is set to be > default with port select. But I can't import readline. Am I missing > something simple here? > > > > Thanks for any advi

Having trouble with python readline

2013-02-08 Thread Scott Webster
I have python25 and py25-readline installed. python25 is set to be default with port select. But I can't import readline. Am I missing something simple here? Thanks for any advice! swim:~ swebster$ port installed python25 py25-readline The following ports are currently installed: py25-readl

Re: installing git-core (to upgrade OpenSSL) leads to errors

2012-03-17 Thread Scott Webster
You can use the force switch to make it uninstall and then reinstall it. Or, as Jeremy suggested earlier, perhaps "sudo port upgrade --force openssl" will force it to rebuild. Scott On Sat, Mar 17, 2012 at 9:34 PM, Mr. Puneet Kishor wrote: > > On Mar 17, 2012, at 11:27 PM, Jeremy Lavergne wrote

Re: gcc et al without XCode

2012-02-23 Thread Scott Webster
I'm not sure, but I think that some ports will require the full xcode to build. My understanding is that Macports officially requires Xcode so that they don't have to support a bunch of different situations. So, it might work, but "you're on your own." Scott On Thu, Feb 23, 2012 at 3:26 PM, Bran

Re: macports broken under Mountain Lion and Xcode 4.4?

2012-02-17 Thread Scott Webster
I'm sure people are generally going to be interested in information about Mountain Lion and Macports, but with Xcode 4.3 just out things are a little overloaded at the moment! Scott On Fri, Feb 17, 2012 at 9:54 AM, Artemio Gonzalez Lopez wrote: > Yesterday I installed Mountain Lion and Xcode 4.4

Re: Migration wiki page

2012-02-17 Thread Scott Webster
Should the instructions say to uninstall ports before doing any upgrading, in case the upgrade breaks macports? Scott On Fri, Feb 17, 2012 at 3:55 PM, Ryan Schmidt wrote: > > On Feb 17, 2012, at 17:26, Jacob Schwartz wrote: > >>> The migration instructions do have you uninstall and reinstall all

Re: gmail phishing warnings

2011-12-22 Thread Scott Webster
On Thu, Dec 22, 2011 at 11:17 AM, Phil Dobbin wrote: >> Except for macports you mean, right? > > No. Nothing has been flagged about Mac Ports... > Well, that is weird. Every time you send a message to the list I get the big warning telling me you are trying to phish me. It isn't just me who see

Re: gmail phishing warnings

2011-12-22 Thread Scott Webster
On Thu, Dec 22, 2011 at 11:12 AM, Phil Dobbin wrote: > I use gmail for virtually all mailing list subscriptions including google > groups & I've seen nothing of these sorts of warning on my travels > regardless of which MUA I use to read them (from mutt through to web > interface). Except for mac

gmail phishing warnings

2011-12-22 Thread Scott Webster
Hello all. For some time now (months?) Google's Gmail has been displaying warning messages on all list traffic from people with a Gmail email address. An example screenshot can be viewed at this url: http://www.phas.ubc.ca/~swebster/gmail.png They recently updated the colour to a more alarming

Re: universal variants on Lion

2011-12-18 Thread Scott Webster
On Sun, Dec 18, 2011 at 10:43 AM, mark brethen wrote: > I couldn't get TeXmacs to build on lion (OS 10.7.2), so I tried with the > universal variant, and all of a sudden Macports started replacing other ports > with their universal variant. Will this cause any problems down the road? > I think

Re: port install libffi failed on OSX 10.7 lion

2011-12-18 Thread Scott Webster
On Sun, Dec 18, 2011 at 9:09 AM, Chris Jones wrote: > p.s. Its also best if you don't send log files as attachments to this list. > Not everyone wants a copy… Attach it to the bug report if you think it adds > information. Or post a link to it online somewhere. Scott

Re: warnings if dependencies don't have the correct variants ?

2011-12-10 Thread Scott Webster
On Sat, Dec 10, 2011 at 12:31 AM, Ryan Schmidt wrote: > I can't explain that. That shouldn't be possible. wine-devel has a library > dependency on gst-plugins-base which has a library dependency on gnome-vfs > which has a library dependency on gconf which has a library dependency on > gtk2. Exc

Re: warnings if dependencies don't have the correct variants ?

2011-12-10 Thread Scott Webster
On Sat, Dec 10, 2011 at 12:11 AM, Ryan Schmidt wrote: >> wine (and wine-devel) only builds 32 bit, so if you want to install it >> on a normally 64-bit system you need to make sure all the dependencies >> are build universal. > > MacPorts does so for you automatically, provided all dependencies we

Re: Request: make the ML's default return candidate be the ML

2011-12-09 Thread Scott Webster
I think you should send the email to whom you desire. You need to use your email client (I use gmail) to accomplish this in whatever way it works. Usually if I am responding to a post to the mailing list I just hit reply all. This causes the To: field to contain the authors address and the Cc: f

Re: warnings if dependencies don't have the correct variants ?

2011-12-09 Thread Scott Webster
On Fri, Dec 9, 2011 at 2:23 PM, Chris Jones wrote: > Hi, > > Is it possible for a port to check if one of its dependencies is installed > with a required variant, and warn if not ? > > I ask since the opengl variant of the root port requires mesa to be installed > with the x11 variant, which is

Re: issues following upgrade to Lion

2011-12-04 Thread Scott Webster
If it is relevant, I'm running the Cisco AnyConnect VPN client on lion in 64-bit kernel mode with no problems :) Scott On Sun, Dec 4, 2011 at 4:13 PM, Ryan Schmidt wrote: > > On Dec 4, 2011, at 18:11, Jim Anderson wrote: > >> It was in the Applications folder and I was able to install it, but on

Re: "port atlas not found"

2011-12-04 Thread Scott Webster
Several other people, including myself, have had this problem before. See the mailing list conversation from Oct 3 entitled "Can't find port "atlas"." Scott On Sat, Dec 3, 2011 at 11:49 PM, Ryan Schmidt wrote: > > On Dec 3, 2011, at 23:14, Lawrence Velázquez wrote: > >> This started happening to

Re: remove old installations

2011-12-01 Thread Scott Webster
Why does it need to fetch again if it's already got the file? Scott On Thu, Dec 1, 2011 at 4:11 PM, Roger Pack wrote: >> Perhaps this is terribly naive:  what about >> sudo port clean --all portname > > Yes that does it. > Maybe what it could do it warn when it's doing a "dirty" installation, >

Re: libzzip won't build correctly with clang

2011-11-28 Thread Scott Webster
On Mon, Nov 28, 2011 at 4:37 PM, Sujit Nair wrote: > Jeremy: Thanks. The configure.compiler=llvm-gcc-4.2 option worked for me. > Scott: What do you mean by clean build? Sorry, I am just learning > terminology. I tried the following earlier and it didn't work. > sudo port clean --all  libzzip > sud

Re: libzzip won't build correctly with clang

2011-11-28 Thread Scott Webster
Well, the bug resolution was supposed to reinplace out the problematic flag, but it seems to still be there. Was that full log from a clean build Sujit? Doesn't look like it? Scott On Mon, Nov 28, 2011 at 4:19 PM, Jeremy Lavergne wrote: > I'd guess it can't build with clang. > > Try clean, and

Re: Request: make the ML's default return candidate be the ML

2011-11-26 Thread Scott Webster
On Sat, Nov 26, 2011 at 9:46 AM, Phillip Koebbe wrote: > I was incorrect. Apparently Google Groups just replaces the Reply-To and > leaves the From intact. I agree with both of you about being able to see who > the knowledgable ones are and that it's nice to pick them out quickly (I do > this a

Re: Make port inactive

2011-11-25 Thread Scott Webster
On Fri, Nov 25, 2011 at 2:43 PM, Phil Dobbin wrote: > I'm wondering whether there is an option to make a port inactive as opposed > to uninstalling it. I read through the Guide but found no clues. > port deactivate portname It's in the man file by the way. Scott

Re: Reinstall all ports after Xcode 4.1 -> 4.2 upgrade?

2011-11-23 Thread Scott Webster
On Wed, Nov 23, 2011 at 5:36 AM, Christoph Deil wrote: > I'd also be interested to understand why exactly this is / isn't necessary, > given that ports are built with the Macports compilers, but these themselves > are build with the XCode compilers. > Note that most ports are built with the XCo

Re: Binary builds???

2011-11-19 Thread Scott Webster
On Sat, Nov 19, 2011 at 12:09 AM, Marko Käning wrote: > On Nov 19, 2011, at 8:50 AM, Roger Pack wrote: > Ooops, I obviously missed this somehow... > > Looks like - since buildbot made his way through all port files - it is > possible to install binary packages, is that true? > > If so, how could

Re: gcc version mismatches

2011-11-16 Thread Scott Webster
On Wed, Nov 16, 2011 at 7:34 PM, Kyle Husmann wrote: > Also, I've found another hitch when adding the > "configure.compiler=macports-gcc-4.4" command: It doesn't > automatically rebuild ports that have binary distributions. How do I > force compilation of all the packages? port -s ___

Re: Prompt what package to install when it is missing

2011-11-11 Thread Scott Webster
Presumably the "easy" thing we could do is keep track of which files exist in the binary archives... Scott On Fri, Nov 11, 2011 at 1:31 PM, Brandon Allbery wrote: > On Fri, Nov 11, 2011 at 16:17, Ryan Schmidt wrote: >> >> Other times, we want to know what port provides a certain header or >> li

Re: Prompt what package to install when it is missing

2011-11-11 Thread Scott Webster
On Fri, Nov 11, 2011 at 12:57 PM, Phillip Koebbe wrote: > > On Nov 11, 2011, at 2:43 PM, Brandon Allbery wrote: > >> Actually, it's only fairly recently that Linux package managers started >> shipping with a master package manifest that could be queried for this kind >> of thing, and it's an add

Re: Prompt what package to install when it is missing

2011-11-11 Thread Scott Webster
On Fri, Nov 11, 2011 at 11:56 AM, Peng Yu wrote: > > I was not taking about the general question as you mentioned. A > smaller step is to just prompt macport packages. > As Ryan basically explained, macports does not "know" what commands are installed by all the different ports. Ubuntu's system

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Scott Webster
Ah, well it usually takes a while but it seems like there is a bigger problem this time! On Oct 28, 2011 1:26 PM, "Adam Mercer" wrote: On Fri, Oct 28, 2011 at 14:26, Joe VanAndel wrote: > macports states that ... It seems that there are currently issues with building the compiler on Lion (usin

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Scott Webster
The way macports is set up is to build the fortran compiler from source, because apple does not include one. gcc takes a long time to compile. Keep waiting would be my recommendation... Scott On Fri, Oct 28, 2011 at 12:26 PM, Joe VanAndel wrote: > Thanks for the explanation about needing a for

Re: php5-mysql +mysql5 error

2011-10-26 Thread Scott Webster
It's not really that you can't put stuff in /usr/local... it's just that if you do, likely macports won't work properly, and we won't be able to support it, so you're on your own. It will depend on the ports you use etc etc. There are large numbers of problems reported on the mailing list and in

Re: install and upgrade scipy encounter disk space problem

2011-10-24 Thread Scott Webster
How to file a ticket, in case this is what you were asking: http://guide.macports.org/#project.tickets On Mon, Oct 24, 2011 at 4:54 PM, Ryan Schmidt wrote: > > On Oct 24, 2011, at 16:05, Ke Wu wrote: > >> On Oct 24, 2011, at 12:05 AM, Ryan Schmidt wrote: >> >>> On Oct 23, 2011, at 22:55, Ke Wu w

Re: determining the exact variants that got installed

2011-10-16 Thread Scott Webster
On Sun, Oct 16, 2011 at 4:26 PM, Mr. Puneet Kishor wrote: > `port gdal` has a lot of variants. I installed it with several of those > variants enabled. Is there a way to determine which all variants got > installed? > port installed gdal ___ macports-

Re: what went where?

2011-10-16 Thread Scott Webster
On Sun, Oct 16, 2011 at 12:32 PM, Mr. Puneet Kishor wrote: > --->  Attempting to fetch > GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python > --->  Verifying checksum(s) for py27-gdal > --->  Extracting py27-gdal > --->  Configuring py27-gdal > --->  Building py

Re: Archive fetch problem

2011-10-12 Thread Scott Webster
Yup, works now. I really don't remember ever touching that part of the config file. Anyway, if this comes up again for someone else it probably means that there was a macports upgrade path that caused people to have that specified by default. Hopefully there aren't too many other people out ther

Re: Universal and upgrades

2011-10-12 Thread Scott Webster
On Wed, Oct 12, 2011 at 4:23 PM, Scott Webster wrote: > Hmm, seems that gstreamer and gst-plugins-base dependencies were just > added to wine-devel.  They of course have deps of their own.  For > instance libidl, which I already have installed non-universal.  It > needs to be univer

Re: Universal and upgrades

2011-10-12 Thread Scott Webster
On Wed, Oct 12, 2011 at 12:42 PM, Adam Dershowitz wrote: > You might be right.  Although, since wine-devel was all built and working > before I tried to upgrade I am not sure how that could be.  The errors were > things like this: > :info:build ld: warning: in /opt/local/lib/libIDL-2.dylib, file

Re: Archive fetch problem

2011-10-12 Thread Scott Webster
On Wed, Oct 12, 2011 at 2:50 PM, Jeremy Lavergne wrote: > Check your macports.conf: is there a archive type set? > Hmmm: portarchivetype tgz I've never adjusted that manually. Should I set it to tbz2 or just comment it out? Thanks, Scott __

Archive fetch problem

2011-10-12 Thread Scott Webster
Here's a snippet of a recent upgrade: ---> Fetching archive for cmake DEBUG: Executing org.macports.archivefetch (cmake) ---> cmake-2.8.6_0.darwin_10.x86_64.tgz doesn't seem to exist in /opt/local/var/macports/software/cmake ---> Attempting to fetch cmake-2.8.6_0.darwin_10.x86_64.tgz from http:

Re: Universal and upgrades

2011-10-12 Thread Scott Webster
wine-devel is 32 bit only. Are you sure the problem wasn't that one of the dependencies was only built as 64-bit, and therefore unsuitable for use with wine-devel? Scott On Wed, Oct 12, 2011 at 11:39 AM, Adam Dershowitz wrote: > I was trying to upgrade wine-devel.  It seems that it now requires

Re: Apache? or binary?

2011-10-08 Thread Scott Webster
As far as I can tell, there are no apache binaries for Lion available through Macports. If you build from source, like usual, then you should have the following options: apache, currently at version 1.3.41 apache2, currently at version 2.2.21 apache20, currently at version 2.0.64 Scott On Sat,

Re: [solved]Re: gnome-terminal fails to load

2011-10-06 Thread Scott Webster
2011 at 2:48 PM, Tim Johnson wrote: > * Tim Johnson [111006 09:57]: >> * Scott Webster [111006 07:56]: >> > On Thu, Oct 6, 2011 at 8:52 AM, Tim Johnson wrote: >> > >> >> > >> And is dbus-session loaded? >> > >  No. `ps' shows noth

Re: gnome-terminal fails to load

2011-10-06 Thread Scott Webster
On Thu, Oct 6, 2011 at 8:52 AM, Tim Johnson wrote: >> >> And is dbus-session loaded? >  No. `ps' shows nothing. How do I load? How do I confirm that it is >  then loaded on reboot? > The commands, which can also be seen with "port notes dbus" are: sudo launchctl load -w /Library/LaunchDaemons/or

Re: Binary package priorities

2011-10-05 Thread Scott Webster
project out of this... Scott On Wed, Oct 5, 2011 at 6:43 PM, Ryan Schmidt 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? >

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/mac

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

Re: Can't install - 'Xcode is not installed..'

2011-10-04 Thread Scott Webster
Go with the graphical option. Just double click it. I don't think you can open .app files from the command like that, though probably if you typed "open Install\ Xcode.app" it would figure it out. Scott On Tue, Oct 4, 2011 at 9:19 AM, Tim Johnson wrote: > * Ryan Schmidt [111003 17:50]: >> >>

Re: Can't find port "atlas"

2011-10-03 Thread Scott Webster
Sure, but I did not update macports tonight. I already had 2.0.3... On Mon, Oct 3, 2011 at 11:20 PM, Ryan Schmidt wrote: > On Oct 3, 2011, at 22:44, Scott Webster wrote: >> On Mon, Oct 3, 2011 at 8:30 PM, Olivier Delalleau wrote: >>> 2011/10/3 Frank Schima wrote: >>>&

Re: Can't find port "atlas"

2011-10-03 Thread Scott Webster
yup, it's back. must have been a temporary glitch. On Mon, Oct 3, 2011 at 8:30 PM, Olivier Delalleau wrote: > 2011/10/3 Frank Schima >> >> On Oct 3, 2011, at 8:48 PM, Olivier Delalleau wrote: >> >> Hi, >> >> Sorry, new to MacPorts, I feel like this must be a stupid question, but I >> can't figu

Re: Can't find port "atlas"

2011-10-03 Thread Scott Webster
I don't see an atlas port either, weird. I selfupdated. Scott On Mon, Oct 3, 2011 at 8:05 PM, Frank Schima wrote: > On Oct 3, 2011, at 8:48 PM, Olivier Delalleau wrote: > > Hi, > > Sorry, new to MacPorts, I feel like this must be a stupid question, but I > can't figure out why when I try "sudo

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

2011-10-03 Thread Scott Webster
do you mean a disk image install? >> > > Yes, i meant the dmg. > > On 03/10/2011 21:43, Scott Webster wrote: > >>In particular there are links near the very top to the pkg installers > > There are a lot of links, i've already done check, but can't find noth

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

2011-10-03 Thread Scott Webster
You may want to review the installation instructions. In particular there are links near the very top to the pkg installers, which might be easier... http://www.macports.org/install.php Scott On Mon, Oct 3, 2011 at 12:40 PM, Arnaldo Pirrone wrote: > On 03/10/2011 21:03, Richard DeLaurell wrote

Re: MacTex vs MacPorts

2011-09-30 Thread Scott Webster
On Fri, Sep 30, 2011 at 9:34 PM, Richard L. Hamilton wrote: > I imagine that if all the components were in MacPorts, it would be easy > enough to have a meta-port that just existed to give single name to cause all > the rest to be installed. > Probably if you install texlive+full you get a lot

Re: MacTex vs MacPorts

2011-09-30 Thread Scott Webster
I don't claim to have all the answers, but recently when I had to compile a "new" latex document I got from a colleague I found that it was not compatible with the macports versions. So I installed MacTex2011. It has a great prefpane to let you switch which tex distribution you want to have activ

Re: Error deleting directory after 2.x upgrade

2011-09-27 Thread Scott Webster
What are you uninstalling? What directory is not empty? Scott On Tue, Sep 27, 2011 at 8:35 AM, Jeff Justice wrote: > After upgrading MacPorts, I am now getting an error about uninstalling > because a "directory is not empty". > > This appears to be a permissions issue.  I haven't seen any real

Re: apache2 fastcgi

2011-09-17 Thread Scott Webster
On Sat, Sep 17, 2011 at 5:39 PM, Mr. Puneet Kishor wrote: > I must be doing something wrong... I can't find apache2 at all in the ports > list at [http://www.macports.org/ports.php] (I am really looking for the > fastcgi module for apache2, which I already have installed via macports, but, > no

Re: libmagic?

2011-09-14 Thread Scott Webster
There's also one in imagemagick... On Wed, Sep 14, 2011 at 2:27 PM, Jeremy Lavergne wrote: >> I am porting a C++ library from Linux to OS X and when I build it with >> one of the MacPorts C++ compilers the compiler can't find the >> system header.  I tried "port search magic" and found >> nothin

Re: FYI - MacPorts selfupdate fails… v 1.9.2 to 2.0.3 .. no log file produced (in an obvious place) w Xcode 4.0.2 - OSX 10.7.1

2011-09-12 Thread Scott Webster
On Mon, Sep 12, 2011 at 5:33 PM, Ryan Schmidt wrote: > On Sep 12, 2011, at 14:52, William H. Magill wrote: > >> Note: this particular error happened before I realized I did not upgrade >> Xcode on this machine…. was Xcode 4.0.2 -- OSX 10.7.1. (However, it failed >> again after updating to Xcode

Re: Packages ignoring applications_dir

2011-09-08 Thread Scott Webster
On Thu, Sep 8, 2011 at 7:06 PM, Bryan Blackburn wrote: > On Thu, Sep 08, 2011 at 06:52:22PM -0700, Scott Webster said: >> It forces a build from source if you use a non-standard prefix?  Wouldn't it >> be straightforward to just replicate the same files into an alterna

Re: Packages ignoring applications_dir

2011-09-08 Thread Scott Webster
It forces a build from source if you use a non-standard prefix? Wouldn't it be straightforward to just replicate the same files into an alternate location? The situation here seems slightly more complex since we're outside the $prefix/ tree... On Sep 8, 2011 6:38 PM, "Bryan Blackburn" wrote: O

Re: Question about installations of Perl

2011-09-05 Thread Scott Webster
perl5 is just a wrapper port for perl5.x. Since you have the 5.12 variant installed, all it does is depend on perl5.12, causing it to be installed. On Mon, Sep 5, 2011 at 7:27 AM, Rodolfo Aramayo wrote: > Ryan, > > I explicitly requested MacPorts to install > > port install perl5.12 +threads > >

Re: Errors building gcc44 under MacOsX

2011-09-04 Thread Scott Webster
Are you sure you used the -v switch? On Sun, Sep 4, 2011 at 1:48 PM, David Epstein wrote: > > > Jeremy Lavergne wrote: >> >> You must be running an old version of MacPorts then. >> Have you considered updating it `port selfupdate`? >> >> I get: >> $ port -v installed zlib >> The following ports a

Re: Unexpected installation problems with MacPorts

2011-08-30 Thread Scott Webster
Why did you install 10.5 and then upgrade to 10.6? Seems to add more confusion to the situation, though it should work... On Tue, Aug 30, 2011 at 5:06 PM, Rodolfo Aramayo wrote: > I am only using: > > perl5.12 @5.12.3_1+threads > > Could it be that when I installed XCODE > (xcode_3.2.6_and_ios_s

Re: python_select/ipython_select

2011-08-06 Thread Scott Webster
On Sat, Aug 6, 2011 at 10:04 PM, Ryan Schmidt wrote: > I think it's ok: > > > > $ port info python_select > python_select @0.3, Revision 1 (sysutils) > > Description:          This port installs files that allow 'port select' to be > used to create links to the preferred default version of python

Re: python_select/ipython_select

2011-08-06 Thread Scott Webster
On Sat, Aug 6, 2011 at 7:19 PM, Ryan Schmidt wrote: > > However, I understand that the files still installed by the *_select ports > are still required for the "port select" mechanism to work correctly, which > is why the *_select ports still exist and are not deprecated. > Aha, that makes sens

Re: [MacPorts-announce] Update hangs configuring g95

2011-08-04 Thread Scott Webster
Glad to hear it worked. Scott On Thu, Aug 4, 2011 at 5:43 PM, martin cohen wrote: > > > --- On *Wed, 8/3/11, Scott Webster * wrote: > > > From: Scott Webster > Subject: Re: [MacPorts-announce] Update hangs configuring g95 > To: macports-users@lists.macosforge.org >

Re: [MacPorts-announce] Update hangs configuring g95

2011-08-03 Thread Scott Webster
On Wed, Aug 3, 2011 at 4:00 PM, David Moreno wrote: > On Aug 3, 2011 6:45 PM, "martin cohen" wrote: >> This is what happens: >> --->  Computing dependencies for g95 >> --->  Fetching archive for g95 >> --->  Attempting to fetch g95-0.92_2+gcc42.darwin_10.x86_64.tgz from >> http://packages.macport

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 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? Obviously if it's a bug then

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've tried to run 'port clean' on both

Re: py27-numeric is replaced by py24-numeric ???

2011-07-29 Thread Scott Webster
I did actually manually install py27-numeric first, so maybe that's what made the difference. On Fri, Jul 29, 2011 at 12:54 PM, Scott Webster wrote: > I just installed py27-biopython without incident on my snow leopard > system.  The dependencies that were installed because of this w

Re: py27-numeric is replaced by py24-numeric ???

2011-07-29 Thread Scott Webster
I just installed py27-biopython without incident on my snow leopard system. The dependencies that were installed because of this were: py27-numeric py27-tkinter py27-pil py27-reportlab I already had everything else. Scott On Fri, Jul 29, 2011 at 12:40 PM, JP Glutting wrote: > No, I don't under

Re: gd2 MacPorts packaging bug

2011-07-28 Thread Scott Webster
Filing a ticket on the macports trac system will likely provide a faster response, but thanks for the report. Here is a link to instructions on filing a ticket: http://guide.macports.org/#project Scott On Thu, Jul 28, 2011 at 4:43 PM, mark brethen wrote: > Arial is gnuplot's default font for m

Re: MacPorts is hijacking account on MacOSXServer

2011-07-25 Thread Scott Webster
On Mon, Jul 25, 2011 at 5:43 PM, David L Ballenger wrote: >  - Install macports on client B, macports created as local account on B with > UID 1042. >  - Create another OD account, it gets UID 1042 since WorkGroup Manager can't > see >   the local directory of client B. Now user with UID 1042 ca

Re: Upgrading to Lion - having problems with migration instructions

2011-07-23 Thread Scott Webster
So the migration instructions don't apply to Lion, right? On Sat, Jul 23, 2011 at 4:36 PM, Jeremy Huddleston wrote: > You should be able to just do: > > 1) Install Lion > 2) Install XCode > 3) sudo port selfupdate > 4) sudo port upgrade outdated > > On Jul 23, 2011, at 16:10, Thomas Gederberg wro

Re: pre 2.0 EOL timeframe?

2011-07-20 Thread Scott Webster
On Wed, Jul 20, 2011 at 1:54 PM, Ryan Schmidt wrote: > > If you're asking what has changed, that's available as always in the > ChangeLog. > > https://svn.macports.org/repository/macports/trunk/base/ChangeLog > So is this change to not use the hardlink system (which seems fairly major) covered b

Re: does istumbler actually install?

2011-07-08 Thread Scott Webster
On Fri, Jul 8, 2011 at 11:35 AM, William H. Magill wrote: > > On Jul 8, 2011, at 2:16 PM, Perry Lee wrote: > >> On Fri, Jul 8, 2011 at 11:13 AM, William H. Magill wrote: >>> And yes, it is definitely not in either /opt/local/bin or /opt/local/sbin >> >> Check /Applications/MacPorts > > Aha... a t

Re: MacPorts 2.0.0-beta3 now available for testing

2011-07-08 Thread Scott Webster
And you specifically installed from the pkg and not from source? I gather that is a difference here? On Thu, Jul 7, 2011 at 11:12 PM, Brandon Allbery wrote: > On Fri, Jul 8, 2011 at 01:57, Joshua Root wrote: >> If your macports.conf was created by 1.8.x, it would have macportsuser >> uncommente

Re: MacPorts 2.0.0-beta1 now available for testing

2011-06-25 Thread Scott Webster
On Sat, Jun 25, 2011 at 2:07 PM, Bradley Giesbrecht wrote: > Ok, so I thought I would create a disk image and install MacPorts there but > the installer refuses with "MacPorts-2.0.0-beta1 can't be installed on this > disk. You can only install this software on the disk that is running Mac OS > X".

Re: Qt Creator 2.2.1

2011-06-24 Thread Scott Webster
Did you selfupdate first? Also it takes a little while for the changes to propagate, so there can be some delay. Probably now that it's been an hour or so it will work... Scott On Fri, Jun 24, 2011 at 2:28 PM, James F. Marshall wrote: > > On Jun 24, 2011, at 12:04 PM, James F.Marshall wrote: >

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

2011-05-27 Thread Scott Webster
As per the message you posted, you should selfupdate, that might solve your problem. Otherwise you might want to check out the checksum part of the FAQ: https://trac.macports.org/wiki/FAQ#checksums Scott On Fri, May 27, 2011 at 3:03 PM, Peng Yu wrote: > Hi, > > I get the following error when I

Re: installing ImageMagick

2011-04-19 Thread Scott Webster
On Tue, Apr 19, 2011 at 4:40 PM, Nathan Derstine wrote: > :msg:fetch --->  Attempting to fetch ImageMagick-6.6.9-1.7z from > http://svn.macports.org/repository/macports/distfiles/ImageMagick > :debug:fetch Fetching failed:: Couldn't resolve host 'svn.macports.org' > :error:fetch Target org.macport

  1   2   3   >