Re: Installing MacPorts with the new Command Line Tools for Xcode?

2012-02-17 Thread Jeremy Lavergne
did anybody already try to install MacPorts using only the new Command Line Tools for Xcode? I'll get a new iMac today and would like to avoid the huge download of the full XCode package. Yes, the CLI package will provide just the normal compilers for you--no xcodebuild. This is needed for

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

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: Migration wiki page

2012-02-17 Thread Jeremy Lavergne
Should the instructions say to uninstall ports before doing any upgrading, in case the upgrade breaks macports? Worth a shot; realistically, someone should have had access to Xcode 4.3 prior to its launch and could have addressed this issue. smime.p7s Description: S/MIME cryptographic

Re: Xcode 4.3: Apparently Persistent License Agreement

2012-02-17 Thread Jeremy Lavergne
Thank you much for this report; this precisely the feedback we've been looking for. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Macports broken after upgrading to Mac OS X 10.7 Lion

2012-02-16 Thread Jeremy Lavergne
After I upgraded from Mac OS 10.6 Snow Leopard to 10.7 Lion, MacPorts stopped working. Most installation operations would hang the system. Getting a Lion-specific .dmg (2.0.3) and installing it did not fix the issue. Now, even trying to do a sudo port selfupdate launches some background

Re: Continually rebuilding the same package

2012-02-14 Thread Jeremy Lavergne
My MacPorts installation has started rebuilding SuiteSparse @3.4.0_0 over and over. Every time it's given the opportunity to do so, as in, whenever I say port upgrade suitesparse or port upgrade anything-that-depends-on-suitesparse, it'll deinstall, rebuild, and install it again.

Re: Py Setup Tools uninstall snag during port uninstall inactive

2012-02-09 Thread Jeremy Lavergne
How do I determine what ports rely upon py-setuptools again? `port dependents py-setuptools` However, based on your error, the real issue is the registry believes the port installed when in fact it isn't (perhaps the archive got deleted or some other funky thing?). smime.p7s Description:

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeremy Lavergne
I'm curious: did you upgrade to Lion without following the great migration? https://trac.macports.org/wiki/Migration smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Question about Xcode 4.2.1 on Lion

2012-02-05 Thread Jeremy Lavergne
checking how to run the C preprocessor... /lib/cpp What's /lib ? smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Unclear error message while getting started

2012-01-31 Thread Jeremy Lavergne
2. If I am doing a sync, how can it be that I haven't synced my source indexes? Your ISP or firewall is blocking the actual process, otherwise it would just work, as you expected. You can see this by repeating your command with the debug flag (sudo port -d selfupdate). Please consider

Re: How to install a port update ?

2012-01-30 Thread Jeremy Lavergne
I have download the Portfile from the website sudo port install liblastfm smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: How to install a port update ?

2012-01-30 Thread Jeremy Lavergne
Library not loaded: /opt/local/var/macports/*/liblastfm.0.dylib The libraries are incorrectly linked. We need some more information to make a repair for them: Please send the results of these two commands (also let us know if there are no matches): otool -L /opt/local/lib/liblastfm*dylib

Re: can not install macports on 10.6.8

2012-01-17 Thread Jeremy Lavergne
Apparently Apple has removed Xcode from their site for pre-Lion systems. Have you visited connect.apple.com? It now redirects you to developer.apple.com after login, but I see Xcode going all the way back to version 1.0. Specifically: 1.0 1.5 2.2.1 2.3 2.4 2.4.1 3.0 3.1 3.1.1 3.1.2 3.1.3 3.1.4

Re: How to retain build of a port

2012-01-13 Thread Jeremy Lavergne
I was wondering if there is a flag that will retain the build directory of a port in: /opt/local/var/macports/build -k keep mode (don't autoclean after install) inline: sopa.png Stop SOPA. smime.p7s Description: S/MIME cryptographic signature

Re: MacPorts-2.0.3 can’t be installed on this computer.

2012-01-11 Thread Jeremy Lavergne
I can't find 1.7.1 to install. Any uninstall command I use returns this: Check here: https://distfiles.macports.org/MacPorts/ ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Mono build error

2012-01-11 Thread Jeremy Lavergne
Sudo port clean mono And try again. Ryan this is another instance of a version change in a dirty work directory? Botond Balázs balazsbot...@gmail.com wrote: Hi, I'm new to Mac OS X and MacPorts in particular but not to Unix and package managers in general. I installed MacPorts about a week

Re: Distributing binaries in macports

2012-01-07 Thread Jeremy Lavergne
--- Fetching archive for libusb --- Attempting to fetch libusb-1.0.8_0.darwin_10.x86_64.tbz2 from http://packages.macports.org/libusb --- Attempting to fetch libusb-1.0.8_0.darwin_10.x86_64.tbz2.rmd160 from http://packages.macports.org/libusb --- Installing libusb @1.0.8_0 ---

Re: How can I control the Perl version I want?

2012-01-05 Thread Jeremy Lavergne
So I did what you guys suggested and issued the command: port install perl5 perl5.14 @5.14.1_2+threads You're after `perl5 +perl_514` not `perl (+perl_512) and perl5.14, right? ___ macports-users mailing list macports-users@lists.macosforge.org

Re: How can I control the Perl version I want?

2012-01-05 Thread Jeremy Lavergne
The big take aways here are: * the perl5 port currently controls the perl symlink * to specify a specific 5.xversionn the variants must be used * variants are specified by + -- Sent from my Android phone with K-9 Mail. Please excuse my brevity. Rodolfo Aramayo raram...@gmail.com wrote:

Re: Distributing binaries in macports

2012-01-04 Thread Jeremy Lavergne
I'm not sure if there is a way so that I can directly install binaries from macports. Right now, macports compiles packages during installation, which may take too long to finish and take too much cpu time. Would you please let me know if there is such an option available? Thanks! MacPorts

Re: Distributing binaries in macports

2012-01-04 Thread Jeremy Lavergne
I have never changed anything in macports.conf. What I'm suppose to look for in this file? This is the only currently included setting: #portarchivetype tbz2 That is the only line in your macports.conf that should have the word archive in it. ___

Re: port install failed

2012-01-01 Thread Jeremy Lavergne
Likely you need to run `sudo port clean emacs` and then try again Shiyuan gshy2...@gmail.com wrote: Hello, I get an error when I try to do sudo port install emacs the error is : Error: Unable to execute port: couldn't open

Re: Hèle sur MacPorts in french

2011-12-31 Thread Jeremy Lavergne
Warning: No index(es) found! Have you synced your source indexes? Unrecognized action selfupgrade-- Je ne sais pas ce que veut dire sync ni de quels index il s'agit ni ou ils se trouvent les commandes de sud port -fv selfupgrade 'sudo port selfupdate' x2 smime.p7s Description: S/MIME

Re: Triple universal?

2011-12-28 Thread Jeremy Lavergne
I also wouldn't recommend using just three architectures (i.e. excluding ppc64) because some ports have trouble building for an odd number of architectures. Would recommend, you mean? ppc64 is the least tested of the architectures. smime.p7s Description: S/MIME cryptographic signature

Re: having programs launch on reboot

2011-12-19 Thread Jeremy Lavergne
Nothing there about running them on reboot. However, another plist (vmware.plist) has the following switch keyRunAtLoad/keytrue/ From `man launchd.plist`: RunAtLoad boolean This optional key is used to control whether your job is launched once at the time the job is

Re: having programs launch on reboot

2011-12-19 Thread Jeremy Lavergne
so, in other words, I shouldn't worry about RunAtLoad, but change the Disabled key as follows keyDisabled/keyfalse/ Does that seem reasonable? Interestingly, on reading http://guide.macports.org/chunked/reference.startupitems.html, I tried the following $sudo

Re: Suggest removing all python packages from macports repository

2011-12-11 Thread Jeremy Lavergne
Once you start using macport for python packages, basically you lose the opportunity to use any native method for installing python packages. Although I'm no expert on python, to use python and any python packages, I find that the following method the most convenient. Therefore, I

Re: port make?

2011-12-08 Thread Jeremy Lavergne
Any help? (really my reason for writing this is shouldn't there be a $ port make or shouldn't $ port build re-run it? You might become familiar with the various phases available: http://guide.macports.org/#reference.phases or the man page. Rather than going past all the phases and installing

Re: port atlas not found

2011-12-04 Thread Jeremy Lavergne
Atomically, meaning all or nothing? Atomically in that we don't provide the new index until the process has completed. It seems that we get broken portindexes (ports missing) when people update while it's being rebuilt. The same issue manifested on the site when someone might visit when it

Re: port atlas not found

2011-12-04 Thread Jeremy Lavergne
Well you definitely shouldn't be trying to do anything else with MacPorts while a selfupdate or sync is running. I'm asking if--for sure--the PortIndex from the server is always 100% complete when users go to download it. smime.p7s Description: S/MIME cryptographic signature

Re: What/where Xcode 4.0.2 for Macports install in Snow Leopard?

2011-11-30 Thread Jeremy Lavergne
Xcode 4.0.1, 4.0.2, 4.1, or 4.2 for Snow Leopard. (4.2.1 is Lion only.) When I go there with a free account all Xcode 4s are for Lion only. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: Fetch fails will porting abiword via portfile

2011-11-29 Thread Jeremy Lavergne
You have attached a file called smime.p7s. I have no ideas what to do with it. I presume that I must extract missing-nibs.diff from it, but finder does not give me that option that I can see. If I double-click it is opened in keychain-access app, but I am unclear as to what to do to get

Re: AbiWord for Intel?

2011-11-28 Thread Jeremy Lavergne
I guessing that abiword has been built, but I don't know where it is installed. Give this a spin: `port contents abiword` ___ macports-users mailing list macports-users@lists.macosforge.org

Re: AbiWord for Intel?

2011-11-28 Thread Jeremy Lavergne
That means it installed a GUI app in $applications_dir. Running port in a directory containing a portfile requires leaving the portfile's name from the command: Port install instead of port install abiword. Tim Johnson t...@akwebsoft.com wrote: * Jeremy Lavergne jer...@lavergne.gotdns.org

Re: libzzip won't build correctly with clang

2011-11-28 Thread Jeremy Lavergne
I'd guess it can't build with clang. Try clean, and then append configure.compiler=llvm-gcc-4.2 to the install command. Sujit Nair sujit.n...@gmail.com wrote: Hi All, I am relatively new to macports and would really appreciate if someone can help me. I have the same problem which was

Re: Fetch fails will porting abiword via portfile

2011-11-28 Thread Jeremy Lavergne
patchfiles missing-nibs.diff Your patchfile is missing (./files/missing-nibs.diff); it should be placed in the same directory as the Portfile. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: Lots and lots of system time

2011-11-25 Thread Jeremy Lavergne
MacBook Pro, 2.66 GHz Intel Core 2 Duo, 8 GB RAM Looks like build.macports.org is a quad core Xeon Xserve running 2.0, 2.66 or 3.0 GHz. If you have some ports that cannot be built in parallel, it should give you a reasonable comparison. The latest build took just under 10 minutes, where that

Re: feature request: tell us where the pkg is.

2011-11-25 Thread Jeremy Lavergne
Right now, all packages are in `port work PORTNAME`. Roger Pack rogerdpa...@gmail.com wrote: Hello. After running this command: $ port pkg dos2unix Warning: MacPorts running without privileges. You may be unable to complete certain actions (e.g. install). --- Computing dependencies for dos2unix

Re: specify pkg license

2011-11-25 Thread Jeremy Lavergne
Is it possible to specify a license to be placed within a macports created pkg? Simply adding it to $prefix/share/$name would suffice. Most ports do this; if you find some that do not a ticket could be filed, depending on the license requirement. Keep in mind some programs have it bundled

Re: specify pkg license

2011-11-25 Thread Jeremy Lavergne
Would this license be displayed to the user who installs the generated pkg file? (apparently pkg files require a License.rtf file [1]?) Thanks! Depends on the actual binary implementation. As far as MacPorts itself is concerned, it is only reveled thorough the standard procedure of running

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread Jeremy Lavergne
Is that as it should be or does something else need to be done to tell the Enthought distro that it is using PySide 1.0.8? Here are a basic: what does `which python` return? smime.p7s Description: S/MIME cryptographic signature ___

Re: Can I use Macports to update Enthought python?

2011-11-25 Thread Jeremy Lavergne
It returns: /Library/Frameworks/Python.framework/Versions/Current/bin/Python which is an alias pointing to the Enthought python. and, to confirm, when I run Python it is the Enthought version that runs. /Library/ is not a MacPort-provided Python. They should all be based on

Re: Port uninstall question

2011-11-22 Thread Jeremy Lavergne
`$ sudo port uninstall --follow-dependencies ruby19` first to deal with the You're looking for --follow-dependents instead, which I think is actually the default action now. smime.p7s Description: S/MIME cryptographic signature ___ macports-users

Re: Port uninstall question

2011-11-22 Thread Jeremy Lavergne
I don't believe that's the default. The default is to act on only the port you specified. Only trunk must have that magic then. smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: Port uninstall question

2011-11-22 Thread Jeremy Lavergne
I haven't used trunk. What behavior are you experiencing? You ask MacPorts to uninstall some library, and MacPorts automatically uninstalls all ports that were using that library too? That seems undesirable to me. Well I know it computes the order to do the uninstallation now, I guess I only

Re: Binary builds???

2011-11-20 Thread Jeremy Lavergne
Any other tips for getting the binary downloads to work? I copied macports.conf.default over to macports.conf, and tried to install a couple of packages (like geos), but it still tries to build. And fails. Are you running 10.6? Currently that's the only platform for which we have binaries

Re: compiling digikam

2011-11-19 Thread Jeremy Lavergne
i can not compile the digikam port. And i have no idea what causes the problem. Can someone help me out? Or just point me into a direction i can investigate. Build log can be found at: http://dl.dropbox.com/u/8286796/digikam_problem_main.log The only guess i have is, that it has to do

Re: howto replace old default macports.conf with latest

2011-11-19 Thread Jeremy Lavergne
The binary build thread made me realize my 2 year old default macports.conf is hopelessly out of date. A quick search of FAQ, Guide, etc. didn't turn up any advice on how best to update it, and I expect that just replacing it with the latest default may not be it. If I replace it, do I

Re: gcc version mismatches

2011-11-16 Thread Jeremy Lavergne
How do I force compilation of all the packages? Something like: sudo port -f -s upgrade installed smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: gcc version mismatches

2011-11-16 Thread Jeremy Lavergne
I'm not sure what order that would upgrade the ports in. It might not be in dependency order. Also, I think this will probably rebuild ports multiple times, once for each time it appears as a dependency. You're better off uninstalling all ports, then installing the ports you want. So

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

Re: upgrade problems: port uninstall failed: directory not empty

2011-11-14 Thread Jeremy Lavergne
I just moved to Mac OS 10.7 (Lion), and naturally did a `port selfupdate` followed by a `port upgrade outdated`. Any help is kindly appreciated. https://trac.macports.org/wiki/Migration smime.p7s Description: S/MIME cryptographic signature ___

Re: Prompt what package to install when it is missing

2011-11-11 Thread Jeremy Lavergne
That would answer the present question what port provides this executable program in ${prefix}/bin but what about ports like apache2 that install their binaries elsewhere? If they're not in $PATH then we don't care. What about GUI programs? What about manpages or perl modules or php modules

Re: error installing PDL 2.4.6

2011-11-11 Thread Jeremy Lavergne
It also tells you where the log file is: please attach it to a ticket: trac.macports.org. Puneet Kishor punk.k...@gmail.com wrote: Well, besides the errors listed below (although their cause is not listed) On Nov 11, 2011, at 3:09 PM, Puneet Kishor wrote: :info:build make[1]: *** [subdirs]

Re: Prompt what package to install when it is missing

2011-11-11 Thread Jeremy Lavergne
Today, that's what we're after. Other days, we're after ... so? Command-Not-Found is a python package: http://bazaar.launchpad.net/~zkrynicki/command-not-found/trunk/files/head:/CommandNotFound/ It can pull down a new list of files (scan data) in case you want it to be a separate step

Re: PHP5 development environment using older versions

2011-11-10 Thread Jeremy Lavergne
It sounds like you want a snapshot of the whole ports tree, rather than a sprinkling of ports. If you do this, and remove the main repo from sources.conf, macports wont try to installer newer versions as it wont know about them. This is basically like using a local svn repo for the port tree,

Re: PHP5 development environment using older versions

2011-11-10 Thread Jeremy Lavergne
In that case, you'd want your snapshot to consist of only the ones you want frozen in time, and set it as the default source in sources.conf. for any port not in that tree, it will go to the usual repo. Phillip Koebbe phillipkoe...@gmail.com wrote: On Nov 10, 2011, at 11:56 AM, Jeremy

Re: follow-up pango

2011-11-09 Thread Jeremy Lavergne
Error: cairo: Variant no_x11 conflicts with x11 Either use +no_x11/-x11 or -no_x11/+x11. Setting a mixed combination makes no sense, which is why MacPorts gave up. ___ macports-users mailing list macports-users@lists.macosforge.org

Re: texi2html won't build

2011-11-09 Thread Jeremy Lavergne
First off, what's with all the User 503 stuff? True, I don't have one, so why is it popping up? A search finds that a whole bunch of stuff in the MacPorts directory is owned by User 503. I didn't change the owner; there's never been a User 503 on this system that I know of (my own

Re: Forgot sudo on 'port upgrade outdated'

2011-11-07 Thread Jeremy Lavergne
Error: Unable to upgrade port: couldn't open /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_databases_sqlite3/sqlite3/work/.macports.sqlite3.state: permission denied I'd first try `sudo port clean sqlite3`.

Re: Possible to recompile/build PHP with specific compile option

2011-11-06 Thread Jeremy Lavergne
2. Change the PHP port file to include that compile option (where is it??) This tells you where it is: port file php5 This opens a terminal editor: port edit php5 smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: wireshark: *-devel version older than non-devel?

2011-11-05 Thread Jeremy Lavergne
Did I understood right? *-devel is the development version, where the other is without *-devel in string is the stable. You're correct, it just means the devel version hasn't been updated. smime.p7s Description: S/MIME cryptographic signature ___

Re: Possible to recompile/build PHP with specific compile option

2011-11-05 Thread Jeremy Lavergne
My question is, is it possible to use PHP via Macports but with the --enable-fd-setsize=2048 option? You ought to be able to add this to your Portfile to add that configuration it: configure.args-append --enable-fd-setsize=2048 Once it's there, uninstall and reinstall but be sure to force

Re: PHP extensions php_mbstring ON ios

2011-11-02 Thread Jeremy Lavergne
There was a patch submitted to MacPorts to allow it to build for iOS (archs arm6 and arm7), but it never got committed. If you look through the dev list history you can find and likely use these patches. Martin Sebastian Brilla Ghia mar...@mgscreativa.com wrote: Hi, anyone can tell me where

Re: boxes not working in Lion?

2011-10-19 Thread Jeremy Lavergne
You may want to wait on upgrading to Xcode 4.2; since Apple has removed all versions of gcc from it, it is causing some problems with some of our ports and it may take us a while to sort it out. It's not really us so much so as _all_ developers that their software doesn't work with a new

Re: How to create a package uninstaller?

2011-10-18 Thread Jeremy Lavergne
OS X's Installer does not have the concept of uninstallers. 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: py27-epydoc ?

2011-10-16 Thread Jeremy Lavergne
I am looking for epydoc for python27. It seems the port does not exist, any chance it appears one day ? May be it exists an equivalent tool for python27 available through macports, let me know. I'm adding a python 2.7 module right now (py27-epydoc). It should be available after about 10

Re: netpbm fails to download using svn

2011-10-16 Thread Jeremy Lavergne
How does this error get corrected if the maintainer is unwilling to fix an obvious defect? Based on the rest of the ticket, there might not be anything to be done: You're not the first one to report intermittent svn failures from svn.sourceforge.net. This can happen both with http and with

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
`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 -v installed gdal smime.p7s Description: S/MIME cryptographic signature ___

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
$port installed gdal The following ports are currently installed: gdal @1.8.0_0+expat gdal @1.8.0_1+curl+expat+geos+netcdf+postgresql90+python27+spatialite+sqlite3 (active) gdal @1.8.0_1+expat So, it seems I have multiple versions of gdal installed, and the PostGIS configure

Re: determining the exact variants that got installed

2011-10-16 Thread Jeremy Lavergne
I am specifically requesting for the only gdal-config available. You can manually run gdal-config; see what values it prints out for you. When you run it without argument it should tell you how to use it, then run it again requesting as much information as you can from it. smime.p7s

Re: clang vs llvm-gcc-4.2 with py27-matplotlib

2011-10-15 Thread Jeremy Lavergne
In #31046 [1] py27-matplotlib is failing to build with Xcode-4.2, the compiler being used is clang. When I try to reproduce this on my Lion system with Xcode-4.2 I can't, my system builds the port using llvm-gcc-4.2. Does anyone have any idea why one system would use clang and another

Re: clang vs llvm-gcc-4.2 with py27-matplotlib

2011-10-15 Thread Jeremy Lavergne
clang is the default for Xcode 4.2 In the ticket the reported states that they aren't doing that. What is the default compiler for Xcode-4.2? From base/src/port1.0/portconfigure.tcl: # internal function to determine the default compiler proc portconfigure::configure_get_default_compiler {args}

Re: problem building mingw cross compiler

2011-10-12 Thread Jeremy Lavergne
Looks like MingW itself crashed. internal compiler error: Segmentation fault: 11 Please submit a full bug report, with preprocessed source if appropriate. See http://www.mingw.org/bugs.shtml for instructions. ___ macports-users mailing list

Re: problem building mingw cross compiler

2011-10-12 Thread Jeremy Lavergne
I was about to submit a bug report, but it might be that the first question they will ask will be, why I'm still using 3.4.5-20060117-2 (more than 5 years old) which might not be supported any more. A year ago when I had problems with Segmentation fault of ldd, all problems were gone when I

Re: problem building mingw cross compiler

2011-10-12 Thread Jeremy Lavergne
I have now found the following ticket: http://trac.macports.org/ticket/30349 Changing the compiler with if {${configure.compiler} == llvm-gcc-4.2} { configure.compiler gcc-4.2 } indeed works fine and basic cross-compilation seems to work with the binary that I get. Added that

Re: Archive fetch problem

2011-10-12 Thread Jeremy Lavergne
Check your macports.conf: is there a archive type set? Scott Webster sewebs...@gmail.com wrote: 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

Re: Archive fetch problem

2011-10-12 Thread Jeremy Lavergne
portarchivetype tgz I've never adjusted that manually. Should I set it to tbz2 or just comment it out? Commenting out should do the trick; the default is currently tbz2. smime.p7s Description: S/MIME cryptographic signature ___

Re: Webmin missing in action?

2011-10-09 Thread Jeremy Lavergne
Can you do a `port provides /opt/local/webmin-1.510`? This will let us know the port that was used, and then we can look up the history of what happened to it. My guess is it was never in MacPorts, and it was actually manually installed by following any number of tutorials out there which

Re: Unable to upgrade gnutls

2011-10-07 Thread Jeremy Lavergne
libgcrypt @1.5.0_0+universal (active) platform='darwin 10' archs='i386 x86_64' Non-fat file: /opt/local/lib/libgcrypt.dylib is architecture: x86_64 Evidently, that port failed to build universally. I think the next step is rebuilding the package, either uninstall and install, or do

Re: Unable to upgrade p5.12-autodia

2011-10-07 Thread Jeremy Lavergne
For some reason the package isn't being picked up by the mirrors, or it's in a different directory structure than expected: either way I added in the specific location on CPAN. Do a selfupdate and it should eventually try downloading from that site.

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

2011-10-06 Thread Jeremy Lavergne
Thanks for your reply and explanation. It might be a good idea to add a warning when the conversion starts that it could take a very long time so others don't make my mistake. I should probably just start over from scratch, to avoid future problems with a partial conversion. I see the

Re: Unable to upgrade gnutls

2011-10-06 Thread Jeremy Lavergne
It sounds like one of two things happened: * it isn't successfully building universally * it cannot build in parallel. We can easily test for the second case by appending build.jobs=1 to the port command: sudo port install gnutls +universal build.jobs=1 Let us know how that goes.

Re: Binary package priorities

2011-10-05 Thread Jeremy Lavergne
We do have a Google Summer of Code project in progress to deliver a statistics interface about installed ports. It's actually completed... when will it get added to trunk? smime.p7s Description: S/MIME cryptographic signature ___ macports-users

Re: Binary package priorities

2011-10-05 Thread Jeremy Lavergne
When someone evaluates the work and determines it's suitable to merge. I don't know who typically does that; I haven't involved myself in the GSoC projects before. All righty. I'll check with wms and see if the server is setup already to accept incoming reports. smime.p7s Description:

Re: xorg-libxcb: shell command failed

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

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

2011-10-04 Thread Jeremy Lavergne
I've got an initial check into base now: http://trac.macports.org/changeset/84908 ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Re: change port dependencies

2011-10-04 Thread Jeremy Lavergne
FWIW I also have qt4-mac 4.7.3, installed from Macports around July this year. So it was a legitimate port once. Also, it should not much matter what x is in 4.7.x IME, unless you need some particular bug fix or minor feature. It's just strange that 4.7.3 should be a recent installation

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

2011-10-03 Thread Jeremy Lavergne
a package version When you say a package version, do you mean a disk image install? smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Error deleting directory after 2.x upgrade

2011-09-27 Thread Jeremy Lavergne
I'm skeptical: was it an error or just a warning? After upgrading MacPorts, I am now getting an error about uninstalling because a directory is not empty. ___ macports-users mailing list macports-users@lists.macosforge.org

Re: Error: Status 1 encountered during processing.

2011-09-18 Thread Jeremy Lavergne
It occurs to me to wonder what's in these files. Could there be a proxy in the way that's trying to e.g. ask for a password? In both instances, you can run the `file ...` utility to learn what your computer might think the file is. For example: $ file

Re: Error: Status 1 encountered during processing.

2011-09-18 Thread Jeremy Lavergne
Do you have any idea why this worked OK under Leopard but when I upgraded to Snow Leopard I got these virus message? There aren't any packages available for non-Snow Leopard systems, so likely nothing was downloaded and subsequently flagged as a virus. I'm curious though, if you don't mind

Re: apache2 fastcgi

2011-09-17 Thread Jeremy Lavergne
Is the fastcgi module for apache2 available on macports? Both of these are for apache2: mod_fastcgi @2.4.6 (www) An Apache module that implements the FastCGI protocol mod_fcgid @2.3.5 (www) An alternative FastCGI module for Apache2 smime.p7s Description: S/MIME cryptographic

Re: root fails to build

2011-09-16 Thread Jeremy Lavergne
Is there a way to run: port upgrade outdated while excluding the port 'root'?? You might try: port upgrade outdated and not root You can test this with echo first: port echo outdated and not root smime.p7s Description: S/MIME cryptographic signature

Re: Error: Status 1 encountered during processing.

2011-09-15 Thread Jeremy Lavergne
--- Fetching archive for expat --- Attempting to fetch expat-2.0.1_1.darwin_10.x86_64.tbz2 from http://packages.macports.org/expat --- Attempting to fetch expat-2.0.1_1.darwin_10.x86_64.tbz2.rmd160 from http://packages.macports.org/expat Error: Target org.macports.archivefetch returned:

Re: Error: Status 1 encountered during processing.

2011-09-15 Thread Jeremy Lavergne
Now I re-run the command to install mplayer-devel and I get an error on the next file. :-( See below. ---start--- --- Fetching archive for gperf --- Attempting to fetch gperf-3.0.4_2.darwin_10.x86_64.tbz2 from http://packages.macports.org/gperf --- Attempting to fetch

Re: libmagic?

2011-09-14 Thread Jeremy Lavergne
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 magic.h system header. I tried port search magic and found nothing that seemed appropriate. Any suggestions? Not sure if it's the same magic.h that you're

Re: Errors building gcc44 under MacOsX

2011-09-04 Thread Jeremy Lavergne
How can I check the zlib port? This will tell you more about the zlib you have installed, including architecture: port -v installed zlib smime.p7s Description: S/MIME cryptographic signature ___ macports-users mailing list

Re: Errors building gcc44 under MacOsX

2011-09-04 Thread Jeremy Lavergne
I get only The following ports are currently installed: zlib @1.2.5_0 (active) which is less information than I get from port info zlib Neither command tells me anything about x86-64. You must be running an old version of MacPorts then. Have you considered updating it `port selfupdate`?

<    1   2   3   4   5   6   7   >