Re: Help with conjoined apaches

2012-04-28 Thread Jeremy Lavergne
None of these files are provided by MacPorts and files provided by apache2 and mysql5 are missing so somehow apache2 and mysql5 were most likely uninstalled by port. Do you try to do a forced upgrade apache2 and mysql5 that failed? I think that would have uninstalled apache2 and mysql5

Re: Help with conjoined apaches

2012-04-27 Thread Jeremy Lavergne
I installed macports lamp, and what seems to be happening is that apachectl reports based on the osx stack in terms of where the config file is, the vhosts, etc, and apache uses its config files too. But requesting a page seems to use the macports server path and ignore the vhosts. Should I

Re: error trying to download texlive

2012-04-25 Thread Jeremy Lavergne
I attach the log file to this email, :notice:configure --- Configuring ghostscript :debug:configure Using compiler 'System cc' :debug:configure Environment: CPATH='/opt/local/include' CFLAGS='-pipe -O2 -m64' CPPFLAGS='-isystem/opt/local/include' CXXFLAGS='-pipe -O2 -m64'

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
I am completely foxed by this... When I restart my computer, postgresql91-server and apache2 do not start up automatically. If I type $ sudo port load postgresql91-server I get the message that the port is already loaded. Then I do the following and it starts up fine $

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
Which logs should I look at? Nothing I can see in Pg and Apache2 logs. Well if those logs don't indicate they're even trying to start that says there's either a conflict or they're simply not loaded. Check the system log. smime.p7s Description: S/MIME cryptographic signature

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
Did you check the ownership and permissions of your ${prefix}/var/db/postgresql91 directory and subdirectories? Keep in mind: _both_ postgres and apache are not successfully running at boot. smime.p7s Description: S/MIME cryptographic signature

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
Thanks for reminding me that. Are you sure the partition on which your binaries reside is mounted when the launchd daemon starts? I'm suspicious of colliding Apple daemons at boot, but there should be messages about them in the system log as they try to launch and fail. If there's

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
That’s baffling. Or something kills the processes just after they are launched. Jeremy, are you using an iPhone to answer? :) Nope, the build laptop is the only Apple product I've got these days; I'm just spewing my stream of consciousness/babbling. smime.p7s Description: S/MIME

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
$ sudo apachectl start And `which apachectl` ? smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
all my paths are correct. $which apachectl /opt/local/apache2/bin/apachectl Okay, because in the past /opt/local/apache2/bin wasn't part of the PATH :-) smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
My guess is that apache can't resolve that hostname when it is trying to startup at boot (maybe the network isn't up yet, maybe bind isn't running yet, maybe the firewall hasn't been configured yet...) Can you send us the plist (and possibly wrapper it uses) for apache? I'm curious if it's

Re: PostgreSQL 91 does not start automatically

2012-04-25 Thread Jeremy Lavergne
$less /Library/LaunchDaemons/org.macports.apache2.plist ?xml version='1.0' encoding='UTF-8'? !DOCTYPE plist PUBLIC -//Apple Computer//DTD PLIST 1.0//EN http://www.apple.com/DTDs/PropertyList-1.0.dtd; plist version='1.0' dict keyLabel/keystringorg.macports.apache2/string

Re: Can I install jpeg6b and jpeg at the same time?

2012-04-24 Thread Jeremy Lavergne
Error: jpeg6b has been renamed to jpeg. Please install jpeg instead. jpeg6b has been replaced by jpeg, you can no longer use jpeg6b. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: MacPorts 2.1.0-beta1 now available for testing

2012-04-23 Thread Jeremy Lavergne
Have many people tested this? We've only had one real bug reported so far, and that one was present in 2.0.4. What’s new in this version? https://trac.macports.org/browser/tags/release_2_1_0-beta1/base/ChangeLog smime.p7s Description: S/MIME cryptographic signature

Re: OpenAL framework stops kdegames4 upgrade

2012-04-19 Thread Jeremy Lavergne
FYI, KDE Games in KDE 4.9 development is progressively switching to a new KgSound class in libkdegames. This class uses OpenAL and libsndfile, if the latter is found in a version that can load .ogg files, otherwise KgSound falls back to Phonon (but there has been a history of problems with

Re: OpenAL framework stops kdegames4 upgrade

2012-04-19 Thread Jeremy Lavergne
Well, I just wished to warn that the dependency of kdegames4 on OpenAL and any problems arising will increase as more games start to use it. But I do not understand why pulling in a library from outside Macports is necessarily an issue. Sound (with OpenAL) is working for me in

Re: How remove port info but not installed files?

2012-04-18 Thread Jeremy Lavergne
What's the simplest way to get rid of the macports files from texlive and aysmpotote _WITHOUT_ disturbing the original files from the direct TeXLive 2011 installation? MacPorts won't touch your non-MacPorts files. smime.p7s Description: S/MIME cryptographic signature

Re: Xcode 4.3.2 macports requirement

2012-04-18 Thread Jeremy Lavergne
nanimac:~ xunan$ /usr/bin/xcodebuild -version Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path. then nanimac:~ xunan$ /usr/bin/xcode-select -version xcode-select version 2307. so i replaced xcodebuild with xcode-select

Re: OpenAL framework stops kdegames4 upgrade

2012-04-18 Thread Jeremy Lavergne
For the past several upgrades the only way to get kdegames4 to successfully install has been to remove the OpenAL folder from my /Library/Frameworks folder while it builds. As a result I do not have sound in any of the kdegames. I tried looking through the old ticket reports, but can

Re: variant mismatch when updating pango/cairo

2012-04-17 Thread Jeremy Lavergne
As the error message indicates, pango and cairo should be installed with the same x11 and quartz variants. You have cairo installed with +x11 +quartz and are trying to install pango -x11 +quartz. I'm curious to know whether this is intended behaviour or not. (I would have created a ticket in

Re: variant mismatch when updating pango/cairo

2012-04-17 Thread Jeremy Lavergne
I understand that there has to be a match between versions. What wasn't perfectly clear to me was whether or not macports could use a disabled (already installed) version with matching options or not (possibly by switching versions back and forth). MacPorts can swap between installed versions

Re: Using MacPorts Python packages in different Python

2012-04-17 Thread Jeremy Lavergne
Is there a clean way to make the MacPorts packages available to the Enthought Python without breaking anything? I'd prefer not having multiple copies of rope, pymacs etc., if possible. They're not designed to be used that way; I don't know if they can be made to work that way. If you

Re: UsingTheRightCompiler

2012-04-17 Thread Jeremy Lavergne
Nope. Sorry. But the it works for me argument just isn't going to work. Continuing to chant it doesn't work is just as helpful. Post logs detailing your issues and point them out. You've been asked to do this a couple times now. Without those, the whole thread appears useless. I have tried

Re: UsingTheRightCompiler

2012-04-16 Thread Jeremy Lavergne
There simply HAS to be some way of forcing Macports to use the compiler that I want to use and not argue and not make changes whenever and just do what I tell it to. There is a default compiler option in trunk, but no one is having the issues you are (I build pango weekly to make installers

Re: ?? Warning: xcodebuild exists but failed to execute ??

2012-04-10 Thread Jeremy Lavergne
Warning: xcodebuild exists but failed to execute What happens when you run xcodebuild? sudo xcodebuild -version smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Prefix on subject line for mailing list

2012-04-09 Thread Jeremy Lavergne
Would it be possible to have a prefix for this mailing list? I am using outlook and if I use the header or from field in the outlook rules, i will not accept all the mailing list emails that i belong to. Parsing the subject line seems to have more space. There are several other headers

Re: Wordpress package default installation

2012-04-08 Thread Jeremy Lavergne
There hasn't been any great effort to standardize how the various web app ports work. In my opinion, they should probably all install into a directory ${prefix}/www/${name}. It is then up to the user to configure their web server to use the software from that location. So going with what

Re: Error Building Cairo

2012-04-08 Thread Jeremy Lavergne
I tried again with debug on and I got: ld: warning: in /opt/local/lib/libgs.dylib, file was built for unsupported file format which is not the architecture being linked (i386) Undefined symbols: _spectre_render_context_set_page_size, referenced from: _ps_convert in

Re: Can selfupdate be done incrementally

2012-04-06 Thread Jeremy Lavergne
I also try to run selfupdate daily (one of my other machines is running Debian a cron job kicks around 07:45 each morning to run apt-get update so, if I'm awake, I do Mac Ports too) so the number of ports is minimal on an upgrade if I get a long list of ports, I split them into batches. Not

Re: /usr/local question

2012-04-05 Thread Jeremy Lavergne
The thread has pointed out that there would not be an issue if that were the case: it appears Gnu toolchain puts /usr/local first. Dominik Reichardt domi...@gmail.com wrote: Honoring the order in PATH so when /opt/local is in front of /usr, compilers will honor that. So yes PATH has a lot to do

Re: /usr/local question

2012-04-04 Thread Jeremy Lavergne
OK, I can understand that. Did I really miss this bit in the documentation? Can someone point me please? I believe it should be clearly stated in the Guide. It is not in the Guide, however the FAQ wiki page references it: https://trac.macports.org/wiki/FAQ#defaultprefix smime.p7s

Re: /usr/local question

2012-04-04 Thread Jeremy Lavergne
Yes, that's what I have read. But that just says why macports uses /opt/local: because it cannot use /usr/local, for the reasons listed. This here is something *different*: namely, that (1) There might still be problems if the user has /usr/local around. • Some software

Re: /usr/local question

2012-04-04 Thread Jeremy Lavergne
I use Linux extensively for my servers and Macs when I'm trying to be a human. /usr/local has been around for quite a while in the *nix world (it's even in the default $PATH), and I use it a little on the Macs. I can't think of what the problem is -- (seems to) work fine here :-) I don't

Re: /usr/local question

2012-04-04 Thread Jeremy Lavergne
I might not be opposed to MacPorts printing a warning if anything is found in /usr/local/{bin,etc,include,lib,libexec,man,sbin,share,var}. But I would probably only want to print that if a port actually failed to build. It sounds very reasonable to check if there's anything in /usr/local

Re: /usr/local question

2012-04-04 Thread Jeremy Lavergne
/usr/local is not a viable choice because some software (especially auto* tools from Gnu) look in /usr/local as a default location, which means MacPorts can't be easily isolated when needed. I want to kindly ask the person who wrote this to elaborate, and be as specific as can be: what

Re: /usr/local question

2012-04-04 Thread Jeremy Lavergne
`PATH=$PATH:$HOME/bin` That puts it last in the path, which is probably not what you intended. Your logic there defeats me... Just standard concatenation: it was appended at the end. This doesn't much matter though, since the original thread has nothing to do with $PATH. smime.p7s

Re: /usr/local question

2012-04-04 Thread Jeremy Lavergne
You keep saying that: the software that magically finds its way to /usr/local. What do you even mean by that? The user installed it there; that's about the only way something gets into /usr/local. The user is typically unaware of where packaged software is installed. You can look at our

Re: /usr/local question

2012-04-03 Thread Jeremy Lavergne
Since MacPorts is not compatible with /usr/local, every time I install/update ports I had to sudo mv /usr/local /usr/local.bak and then after I am done building macports stuff I would move it back. This works fine but is kind of cumbersome and sometimes the moved /usr/local directory

Re: A port is clashing with another program installed in /opt that is not a port

2012-04-02 Thread Jeremy Lavergne
$ port notes dbus 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, #

Re: fuse4x-kext build fails during ntfs-3g install

2012-04-02 Thread Jeremy Lavergne
When I try to run xcodebuild from root's home directory, I get the error below. Don't invoke xcodebuild, but instead xcodebuild -license: https://trac.macports.org/wiki/ProblemHotlist#xcode-eula I hope that error message has been updated but simply not released to the users yet. Sorry about

Re: Creating a Private Mirror of MacPorts...

2012-03-29 Thread Jeremy Lavergne
I have mac users who cannot connect to the Internet. I need to create a private mirror for MacPorts for them... But, so far, I haven't been able to find any documentation on how to do that. Does anybody know where I can find documentation for that? Has anybody done it? Whee!!! -RZ

Re: Potential disruption to MacPorts domain registration

2012-03-29 Thread Jeremy Lavergne
My take on this is that GKG.NET has at least one example on record of their behaving in a less than exemplary manner, namely using the BBB logo without permission: http://www.bbb.org/bryan/business-reviews/internet-services/gkgnet-in-bryan-tx-7007745 Sounds like there should be a new

Re: py27 argparse?

2012-03-28 Thread Jeremy Lavergne
Is there any particular reason there is no python 2.7 port of argparse? As of Python = 2.7 and = 3.2, the argparse module is maintained within the Python standard library. smime.p7s Description: S/MIME cryptographic signature ___ macports-users

Re: init script

2012-03-26 Thread Jeremy Lavergne
you need to run a script to startup and stop the service, the service insists on detaching itself so launchd will think it died, you need to perform an action on a system configuration change [restart-netchange, restart-wakeup, restart-dist-notify ...] I think I can address all but one of

Re: init script

2012-03-26 Thread Jeremy Lavergne
* a script to start and stop the service can basically create two KeepAlive:SuccessfulExit jobs Maybe I'm misunderstanding the man page (or not creative enough), but I don't see how that would work... The way I read that is the system can be told to run the start script at load, and only

Re: Warning: xcodebuild exists but failed to execute

2012-03-25 Thread Jeremy Lavergne
Warning: xcodebuild exists but failed to execute https://trac.macports.org/wiki/ProblemHotlist#xcode43 smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: FOSS cross-platform data drive encryption

2012-03-24 Thread Jeremy Lavergne
On 24 March 2012 18:26, bunk3m pneu...@gmail.com wrote: I'm not a lawyer but I'd say it is FOSS. Neither am I, and I'd say it isn't. Pertinently, the lawyers employed by Red Hat (among others) agree with me, not with you. See, for instance,

Re: init script

2012-03-24 Thread Jeremy Lavergne
I installed Redis last night saw that running `sudo port load redis` starts Redis also enables it to start up at boot time. I installed mongodb some months ago have been starting it up by hand so can I start mongod the same way i.e. `sudo port load mongod` will it also enable it at boot

Re: init script

2012-03-24 Thread Jeremy Lavergne
Check the portfile for a startup item-related section. Details are in the guide: http://guide.macports.org/#reference.startupitems If they're in the portfile then you can do `sudo port load X` like you're after. smime.p7s Description: S/MIME cryptographic signature

Re: init script

2012-03-24 Thread Jeremy Lavergne
OK, will do, Jeremy. I loathe launchd plists ;-) I had to write a few for a laptop tracker at a previous job. After seeing how each key works and reading the whole man page, I've come to love launchd quite a bit :-) ...to the point I wonder why we still have daemondo in MacPorts.

RE: MythTV port?

2012-03-24 Thread Jeremy Lavergne
From: macports-users-boun...@lists.macosforge.org [macports-users-boun...@lists.macosforge.org] on behalf of Jeremy Lavergne [jer...@lavergne.gotdns.org] Sent: 23 March 2012 02:32 To: Craig Treleaven Cc: James Linder; macports-users@lists.macosforge.org Subject: Re: MythTV port

Re: xorg-libxcb update pegging CPU running dot processes ?

2012-03-23 Thread Jeremy Lavergne
That's odd. Upgrade xorg-libxcb built in less than 2 minutes for me, and there is no doc build because I don't have doxygen installed. Sounds like a missing dependency on doxygen. File a ticket and cc the maintainer so they can control the doc building. smime.p7s Description: S/MIME

Re: FYI: Xcode 4.3.2 command line tools issue

2012-03-22 Thread Jeremy Lavergne
Xcode 4.3.2 was released, and apparently there is a problem where users with free developer connection memberships cannot install the command line tools. So that would be a problem for MacPorts users. http://prod.lists.apple.com/archives/xcode-users/2012/Mar/msg00619.html If anyone has

Re: FYI: Xcode 4.3.2 command line tools issue

2012-03-22 Thread Jeremy Lavergne
Xcode 4.3.2 was released, and apparently there is a problem where users with free developer connection memberships cannot install the command line tools. So that would be a problem for MacPorts users. http://prod.lists.apple.com/archives/xcode-users/2012/Mar/msg00619.html If anyone has

Re: Should I Uninstall MacPorts to Reinstall?

2012-03-22 Thread Jeremy Lavergne
I'm a new user, and I think this is how I ask a question. I am downloading the digiKam photo application, and to do that, I was required to download Xcode and Macports. I downloaded Xcode 3.0 and then I downloaded Macports. In the terminal, it said: Warning: The installed version of

Re: spe for Python 2.7?

2012-03-22 Thread Jeremy Lavergne
I believe the normal way to deal with this is variants (or, for more complex situations, subports) that specify appropriately matched dependencies. Please reconcile with this from Ryan Schmidt: There only seems to be one port of spe. And there should only be one. We provide multiple

Re: spe for Python 2.7?

2012-03-22 Thread Jeremy Lavergne
Wait, really? If py-foo is a stub that depends on py27-foo, wouldn't requiring py-foo just cause the installation of py27-foo? Until py-foo defaults to py31-foo, then py27-foo may get uninstalled as it becomes a leaf. smime.p7s Description: S/MIME cryptographic signature

Re: FYI: Xcode 4.3.2 command line tools issue

2012-03-22 Thread Jeremy Lavergne
I just downloaded Xcode 4.3.2 from the Mac App Store and updated the Command Line Tools without a problem. Did you login to the app store with an Apple ID that has a free (not paid) developer membership? smime.p7s Description: S/MIME cryptographic signature

Re: FYI: Xcode 4.3.2 command line tools issue

2012-03-22 Thread Jeremy Lavergne
Yes; I don't have a paid membership. Awesome, sounds like they fixed the issue then. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: MythTV port?

2012-03-22 Thread Jeremy Lavergne
I'm going to *attempt* to be a maintainer--I'm very worried that I'm biting off far more than I can chew. The nice thing is most people will tell you what is wrong and maybe how to fix it, rather than just spewing tickets that something somewhere broke. Most people. :-) smime.p7s

Re: noidle

2012-03-22 Thread Jeremy Lavergne
The energy saver system preferences are for setting how long your computer waits to go to sleep when it is idle; building something with MacPorts is not being idle. I imagine the power manager probably largely just looks at whether there is mouse movement or keyboard input to determine

Re: lion update problem

2012-03-20 Thread Jeremy Lavergne
I've installed MP2.0.4 and XC4.3.1. Anybody know what I haven't done to get port to stop thinking XC is 4.1? what is the result of: xcode-select -print-path smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: lion update problem

2012-03-20 Thread Jeremy Lavergne
xcode-select -print-path /Developer You need to tell Xcode's xcode-select to use the new Xcode (silly but it's true). Instructions are here: https://trac.macports.org/wiki/ProblemHotlist#xcode43 smime.p7s Description: S/MIME cryptographic signature

Re: lion update problem

2012-03-20 Thread Jeremy Lavergne
You need to tell Xcode's xcode-select to use the new Xcode (silly but it's true). Instructions are here: https://trac.macports.org/wiki/ProblemHotlist#xcode43 Like a champ -- it's happily upgrading itself now. Thank you very much... Good to hear! smime.p7s Description: S/MIME

Re: Linux detween macport comparison.

2012-03-19 Thread Jeremy Lavergne
When I used linux, I used ./configure, make and make install command. It semms that macport output is only configuring, building and installing but macport don't show the details on the output console. On error, macport ask to see the main.log file. can macport sxhow all the details in

Re: Installer hangs... it's been a bad day.

2012-03-19 Thread Jeremy Lavergne
the installer hung at ./postflight: Updating port image format… Sounds like you had an old (very old) MacPorts installation that needed to be updated, so it was dutifully doing that. If you had many packages installed, converting from the old flat file format may indeed take hours. So

Re: Installer hangs... it's been a bad day.

2012-03-19 Thread Jeremy Lavergne
$ du -sh /opt/local 1.6M/opt/local Note that this is *after* most of the installer script has finished. It's still spinning it's wheels trying to run the postflight script. Since 1.6M is the expected size of a clean macPorts install, I'm pretty sure there aren't any ports in there yet.

Re: gnuplot + aquaterm Lion OS X

2012-03-18 Thread Jeremy Lavergne
:info:build error: error opening '/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_aqua_aquaterm/aquaterm/work/aquaterm/build/AquaTerm.build/Deployment/AQTFwk.build/Objects-normal/x86_64/AQTPlotBuilder.d': Error opening output file

Re: How to install a bunch of packages in a list?

2012-03-18 Thread Jeremy Lavergne
Here is the command and the list of packages that I got: http://bin.cakephp.org/view/1705726929 Well, I have this list, it's good, but what I would like to do is just install everyone of those packages. Any ideas? Instead of `port list` maybe `port echo *ocaml*`. At that point, you can

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

2012-03-17 Thread Jeremy Lavergne
1. On computer A I upgraded Postgres server from 9.0.x to 9.1.3, and Postgis 1.5.3. This caused Geos to be upgraded from 3.3.0 to 3.3.1, but caused gdal 1.8.0 to break. I fixed this by upgrading gdal 1.8.0 to gdal 1.9.0, but am wondering, why didn't gdal also upgrade when Geos was updated?

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

2012-03-17 Thread Jeremy Lavergne
However, my original error, one that prompted all this dance, still persists. On my computer A when I do `git push computer_b I get OpenSSL version mismatch. Built against 105f, you have 1000100f fatal: The remote end hung up unexpectedly On computer B I have the right

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

2012-03-17 Thread Jeremy Lavergne
Well, I am not sure if it is the issue. On both computers I have the identical versions of openssl now. See below computer A$port installed openssl The following ports are currently installed: openssl @1.0.0e_0 openssl @1.0.0e_1 openssl @1.0.0g_0

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

2012-03-17 Thread Jeremy Lavergne
I get the same error about OpenSSL mismatch. Looking at the date, /opt/local/bin/ssh-keygen is from Sep 11, 2011. Do I need to update that? If yes, what port is that a part of, since I can't find it standalone on macports. You can run `port provides FILE` to find out which package a give

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

2012-03-17 Thread Jeremy Lavergne
Sadly, I can't just uninstall openssl and reinstall it. A million other ports depend on it, and it won't let me uninstall it. Just doing a port install doesn't help. I am caught in some kind of a nasty loop here. Suggestions? sudo port -f uninstall openssl sudo port install openssl.

Re: Scala

2012-03-14 Thread Jeremy Lavergne
I get command not found. I tried with the appropriate version number other variations therein but still no luck. What does `port content ...` show? smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: How do I install an older version of Boost?

2012-03-14 Thread Jeremy Lavergne
I'm trying to install the previous version of Boost (1.48) using ports but it would appear that the 1.48.x variants are no longer in Ports? I've tried commands like: $ port install boost @1.48.0_4 But the only thing that gets installed is 1.49. When I execute a port search boost,

Re: [EXTERNAL] Re: How do I install an older version of Boost?

2012-03-14 Thread Jeremy Lavergne
FWIW, It seems odd to me to remove the capability to install the prior version of boost (1.48) so soon after Boost 1.49 is released. It's not even been out a month :/ MacPorts only provides the current version of a port unless there's a known reason to avoid the upgrade. The instructions

Re: Ruby problem

2012-03-14 Thread Jeremy Lavergne
When MacPorts runs, it does of course clear most of the environment variables, including PATH, and set them to known-good values. But this should not affect anything outside of that MacPorts process. I don't know why your shell environment variables are changing in this way. Perhaps rvm

Re: Ruby problem

2012-03-14 Thread Jeremy Lavergne
If Mac Ports clears most of the environment variables when run, should it not also return them to their original state before sudo was called when finished? Pretty sure MacPorts does all this via subshells, so it shouldn't impact your existing environment at all. smime.p7s Description:

Re: npm permissions error

2012-03-11 Thread Jeremy Lavergne
But we are in the business of adding portfiles for software in other package managers. We already do exactly that for perl (cpan), php (pear, pecl), etc. We don't want other package managers installing software into the MacPorts prefix, but that's exactly what npm -g (and cpan and pear and

Re: How do I run py-spyder once installed?

2012-03-08 Thread Jeremy Lavergne
I have what is hopefully a stupid and therefore easy question. I've installed the py-spyder port. The installation of the program and all its dependencies completed successfully. The install added several new things to Launcher, including a folder called MacPorts(other), but nothing that I

Re: How do I run py-spyder once installed?

2012-03-08 Thread Jeremy Lavergne
I presume that this is not what is supposed to happen. A few questions: 1) Have I attempted to run the right thing? It appears you did run the correct thing. 2) Does this error message indicate a bad install? If so, any suggestions as to where to begin fixing it? Probably not a bad install

Re: xorg-libxcb Download Error

2012-03-08 Thread Jeremy Lavergne
When xorg-libxcf tries to download the needed files, it hangs on the following file, which appears to only be hosted at macports given the sites it tried to contact. 0001-Bump-xcb-proto-requirement.patch Do you have any thoughts on the matter? This was fixed very recently. Do another

Re: where are the include files for slepc?

2012-03-05 Thread Jeremy Lavergne
I installed the slepc library through macport, but found no include files in /opt/include. Where are the include files for the library? `port contents slepc` smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: Where is my mpkg/mdmg?

2012-03-05 Thread Jeremy Lavergne
I can't find this one either. I even went so far as to manually update my locate database, but a search for openssl reveals no mpkg or dmg for openssl anywhere. They're inside the work directory: ls `port work openssl` smime.p7s Description: S/MIME cryptographic signature

Re: Where is my mpkg/mdmg?

2012-03-05 Thread Jeremy Lavergne
Am I missing a simple option that allows me to specify where these packages get saved? It's currently not very intuitive for the occasional like myself. Not that I've come across. According to the documentation it is always in the work directory.

Re: update

2012-03-03 Thread Jeremy Lavergne
Error: Failed to install dbus Log for dbus is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_dbus/dbus/main.log Please keep in mind the log is located at the location indicated in the error message. smime.p7s Description:

Re: Question about ticket process

2012-03-02 Thread Jeremy Lavergne
I was wondering something about how the ticket process works. A little over a week ago, I opened a ticket requesting a port (ticket #33325). I susbsequently created a portfile myself and replied to the orginal ticket with the portfile and a patch as attachments. Since then, there does

Re: ssh-copy-id in openssh-Portfile-variant-ssh-copy-id.patch

2012-03-02 Thread Jeremy Lavergne
How can install this patch? sudo port install openssh +ssh_copy_id smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Lion clean (from scratch) install, XCode 4.3 (4E109) + command-line tools and MacPorts-2.0.4-10.7-Lion - NO GO

2012-03-02 Thread Jeremy Lavergne
Any suggestions? Install Xcode. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Lion clean (from scratch) install, XCode 4.3 (4E109) + command-line tools and MacPorts-2.0.4-10.7-Lion - NO GO

2012-03-02 Thread Jeremy Lavergne
Any suggestions? Ah, I see it in the list now--my bad! smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: Cleaning up stale dependencies

2012-02-26 Thread Jeremy Lavergne
The default variant should only get set if none were chosen: it sounds like it always gets set, causing the error. Arno Hautala a...@alum.wpi.edu wrote: On Sun, Feb 26, 2012 at 14:38, Ryan Schmidt ryandes...@macports.org wrote: port deps inkscape +python26 would show you the deps of inkscape

Re: Cleaning up stale dependencies

2012-02-26 Thread Jeremy Lavergne
Perhaps you have +python27 set in your variants.conf? (I don't.) If you do, then the behavior you see is expected. Good call: my earlier thought was unwarranted as the code for setting default_variant is in place. if {![variant_isset python26] ![variant_isset python27]} {

Re: apr-util fail to install from trunk!

2012-02-25 Thread Jeremy Lavergne
here its my log file from the trunk install of MacPorts on my Mountian Lion install it's very likely a violation of your license agreement with Apple to even mention that you have it (much less say anything about it). Logfile: http://pastebin.com/rYqy8462 :info:build clang: error:

Re: clamav and bzip2

2012-02-23 Thread Jeremy Lavergne
That bug should NOT be in a 2012 download! It was resolved in 2006. Suggestions, anyone? Xcode 2.5 is not a 2012 download. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: clamav and bzip2

2012-02-22 Thread Jeremy Lavergne
Having performed software update a number of times what else must I do? Is a later Xcode archived? From: http://guide.macports.org/#installing.xcode Always make sure to install the latest available version of Xcode for your Mac OS X release (with the exception of Xcode 4.3, for now); using

Re: problem to install apr-util in OSX 10.8?

2012-02-20 Thread Jeremy Lavergne
Log for apr-util is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_devel_apr-util/apr-util/main.log We cannot help you without this log file. smime.p7s Description: S/MIME cryptographic signature

Re: vim +ruby problem

2012-02-20 Thread Jeremy Lavergne
Another thing I find interesting -- what is installing libruby.1.9.1? I had Ruby 1.8.7 and 1.9.3 from MacPorts. [darcy:tmp] ll /opt/local/lib/libruby.1.9.* -rw-r--r-- 1 root admin 2.7M Feb 20 15:10 /opt/local/lib/libruby.1.9.1-static.a -rwxr-xr-x 1 root admin 2.0M Feb 20 15:10

Re: VirtualBox does not compile in Lion

2012-02-19 Thread Jeremy Lavergne
Is this correct for virtualbox? --with-openssl-dir=/opt/local Openssl installs headers and libraries to: /opt/local/include/openssl/ /opt/local/lib/engines/ smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: VirtualBox does not compile in Lion

2012-02-19 Thread Jeremy Lavergne
Openssl installs headers and libraries to: /opt/local/include/openssl/ /opt/local/lib/engines/ And some more libraries right inside: /opt/local/lib/ I'm wondering if it needs explicitly told where to find them. smime.p7s Description: S/MIME cryptographic signature

<    1   2   3   4   5   6   7   >