Re: Marking a port as broken

2016-10-31 Thread Adam Mercer
On Mon, Oct 31, 2016 at 1:34 PM, Bradley Giesbrecht wrote: > Test in pre-fetch and give ui_error. > > port cat pinentry-mac | grep -A6 pre-fetch Perfect! Thanks! Cheers Adam ___ macports-users mailing list macports-users@lists.macosforge.org https://l

Marking a port as broken

2016-10-31 Thread Adam Mercer
Hi I have some ports that are out of date due to the newer versions no longer building on macOS and the latest version of dependencies no longer supporting the older versions that still support macOS. I'm working with upstream to try and resolve this but in the meantime is there a way to mark thes

Holding a package at a given version

2016-08-01 Thread Adam Mercer
Hi Sometimes I want to hold a given package at a specific version, is there a way to do this with port? Currently I use something like the following: $ sudo port upgrade outdated and not gnuplot however that only works if none of the outdated ports have a dependency on gnuplot. Is there somethi

Re: Spawning ping for packages.macports.org failed

2016-02-29 Thread Adam Mercer
On Mon, Feb 29, 2016 at 9:09 AM, Daniel J. Luke wrote: > lsof might help you find the culprit - but yeah, you're going to get strange > failures if you're hitting resource limits. I couldn't see anything obvious when I looked after it failed with that error but I'll take another look if I see t

Re: Spawning ping for packages.macports.org failed

2016-02-28 Thread Adam Mercer
On Fri, Feb 26, 2016 at 1:52 PM, Daniel J. Luke wrote: > dig @131.215.125.1 packages.macports.org > > and > > dig @131.215.254.100 packages.macports.org > > to help rule out basic dns problems. Both those commands return what I would expect: builder-osx-1:~ ram$ dig @131.215.125.1 packages.macp

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Adam Mercer
On Feb 26, 2016 09:42, "Daniel J. Luke" wrote: > What does /etc/resolv.conf contain? # This file is automatically generated. # search ligo.caltech.edu ligo.org nameserver 131.215.125.1 nameserver 131.215.254.100 Cheers Adam ___ macports-users mailing

Re: Spawning ping for packages.macports.org failed

2016-02-26 Thread Adam Mercer
On Fri, Feb 26, 2016 at 7:10 AM, Rainer Müller wrote: > The command would be: > > ping -noq -c3 -t3 $host | grep round-trip | cut -d / -f 5 If I run that for packages.macports.org, the first one it says that fails then I get the following: builder-osx-1:~ ram$ ping -noq -c3 -t3 packages.macport

Re: Spawning ping for packages.macports.org failed

2016-02-25 Thread Adam Mercer
On Thu, Feb 25, 2016 at 7:50 PM, Ryan Schmidt wrote: > You apparently can't resolve hosts, or at least MacPorts and programs it > spawn can't. I don't know why that would be, if you can do it outside of > MacPorts. Yes it's very weird... I'm open to any suggestions on how to debug this... Che

Spawning ping for packages.macports.org failed

2016-02-25 Thread Adam Mercer
Hi Just setting up MacPorts on a new machine and when I try to install a port it fails with the following: DEBUG: Starting logging for expat DEBUG: changing euid/egid - current euid: 0 - current egid: 0 DEBUG: egid changed to: 501 DEBUG: euid changed to: 507 DEBUG: Executing org.macports.main (ex

PortIndex failing for a few ports due to hdf5 not active

2015-11-19 Thread Adam Mercer
Hi When I recently updated a 10.11 machine I noticed the following during a port sync: Creating port index in /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports Failed to parse file science/cdo/Portfile: Registry error: hdf5 not registered as installed & active. Failed to p

Re: Determining the date a given port was installed

2015-01-08 Thread Adam Mercer
On Wed, Jan 7, 2015 at 11:42 PM, Ryan Schmidt wrote: > And the "port location" command can help you with that. So you could use: > > $ ls -l $(port -q location zlib) > -rw-r--r-- 1 root wheel 211184 Sep 21 03:27 > /opt/local/var/macports/software/zlib/zlib-1.2.8_0+universal.darwin_14.i386-x86

Re: Determining the date a given port was installed

2015-01-07 Thread Adam Mercer
On Wed, Jan 7, 2015 at 1:20 PM, René J.V. wrote: > You could also look at the files in ${prefix}/var/macports/software/${name} That seems to be the most straightforward approach, thanks. Cheers Adam ___ macports-users mailing list macports-users@list

Determining the date a given port was installed

2015-01-07 Thread Adam Mercer
Hi Is there a way to determine the date that a given port was installed? So far I've just been looking at the date of files provided by the port but I'm wondering if there is a better way to determine this? Cheers Adam ___ macports-users mailing list m

Re: MacPorts 2.3.0-rc1 now available for testing

2014-05-12 Thread Adam Mercer
Hi I've been using the 2.3.0 beta releases and now the rc1 release and I've just noticed that port seems to have forgotten what ports I've explicitly requested, for example: $ port installed requested None of the specified ports are installed. $ As such "port echo leaves" reports a lot of leaves

Re: MacPorts automake and python

2014-03-20 Thread Adam Mercer
On Thu, Mar 20, 2014 at 2:55 PM, Sean Farley wrote: > I tend to agree with you but need help seeing how this worked > before. What path did automake pick up before this change? If you look at the patch you can see the original paths:

Re: MacPorts automake and python

2014-03-20 Thread Adam Mercer
On Thu, Mar 20, 2014 at 2:28 PM, Jeremy Lavergne wrote: > Isn't this a pythonism, things install to python's site-packages directory? The main point is that we don't want random things, outside the control of MacPorts, installed in the MacPorts prefix. This is just going to lead to people forcing

MacPorts automake and python

2014-03-20 Thread Adam Mercer
Hi Since automake was bumped to 1.14.1_1 it can't be used to build any python software outside of MacPorts as it always tries to install the python modules into MacPorts prefix. I understand why we want to ensure that ports always installs modules into the MacPorts prefix, but I can't understand w

Re: Setting up a new Mavericks machine

2013-10-24 Thread Adam Mercer
On Thu, Oct 24, 2013 at 12:09 PM, John Patrick wrote: > What version of xcode have you installed via the App Store? $ xcodebuild -version Xcode 5.0.1 Build version 5A2053 $ > You need to install xcode then do the command line you mentioned. You shouldn't _need_ to install Xcode first, but I do

Setting up a new Mavericks machine

2013-10-24 Thread Adam Mercer
Hi I'm in the process of setting up a new Mavericks machine and in looking through the installation instructions and looking through the MavericksProblems wiki page and I noticed it says: "Ensure you have at least the command line tools installed by running xcode-select --install from a Terminal.

Re: Removing requested flag from a port

2013-10-17 Thread Adam Mercer
On Thu, Oct 17, 2013 at 10:08 PM, Lawrence Velázquez wrote: > See the port(1) man page. Nice, looks like that seen quite a few updates since I last looked at it. Cheers Adam ___ macports-users mailing list macports-users@lists.macosforge.org https://

Re: Removing requested flag from a port

2013-10-17 Thread Adam Mercer
On Thu, Oct 17, 2013 at 9:12 PM, Brandon Allbery wrote: > sudo port unsetrequested ... > (IIRC) Thanks, that did the trick. I couldn't find any mention of that in the guide... Cheers Adam ___ macports-users mailing list macports-users@lists.macosforg

Removing requested flag from a port

2013-10-17 Thread Adam Mercer
Hi Sometimes I mark a port as requested using: $ sudo port setrequested to make sure I don't actually remove certain ports when uninstalling leaves and I was just wondering if there is a way to mark a previously requested port as no-longer requested? Cheers Adam __

Re: groff configure hanging

2013-10-17 Thread Adam Mercer
On Thu, Oct 17, 2013 at 7:20 PM, Eric Gallager wrote: > Yes, that's http://trac.macports.org/ticket/40793 and > http://trac.macports.org/ticket/40797 Thanks, I looked for tickets this morning when first encountering the problem but didn't recheck before asking. Cheers Adam _

groff configure hanging

2013-10-17 Thread Adam Mercer
Hi I'm having a strange problem installing groff, it just seems to hang after looking for awk: ---> Configuring groff checking separator character to use in groff search paths... : checking for gs... gs checking for pnmcut... found checking for pnmcrop... found checking for pnmtopng... found ch

use_autoreconf yes and autotools dependencies

2013-08-20 Thread Adam Mercer
Hi I just added "use_autoreconf yes" to a port file as I was patching the build system however the buildbot is failing as it appears that it's using the system autotools: gnuscripts/lalsuite_build.m4:23: warning: macro `AM_COND_IF' not found in library gnuscripts/lalsuite_swig.m4:110: warning: ma

Re: Who maintains webkit-gtk port?

2013-07-26 Thread Adam Mercer
On Fri, Jul 26, 2013 at 1:13 PM, Rodolfo Aramayo wrote: > I am trying to report a bug with the webkit-gtk port and I want to cc > the port maintainer > I searched the web site but it is not entirely clear to me how to > associate a port with a maintainer The output of "port info webkit-gtk" has

Re: problem with MacPorts under Mavericks/Xcode5

2013-06-11 Thread Adam Mercer
On Tue, Jun 11, 2013 at 1:47 PM, Lawrence Velázquez wrote: > I suspect very few of us have access to Mavericks at this time. Needless to > say, running MacPorts on pre-release operating systems is unsupported. There's also the NDA to consider Cheers Adam __

Re: installing kaffe triggers universal ports

2013-05-30 Thread Adam Mercer
On Thu, May 30, 2013 at 9:29 PM, Leo Singer wrote: > When I try to install kaffe with "sudo port install kaffe", I suddenly start > getting a lot of universal ports (audiofile, esound, gmp, expat). Why is > that? It does not look like kaffe itself is universal by default: Looking at the Portfi

Re: MacPorts opt folder: Hidden one?

2013-05-23 Thread Adam Mercer
On Thu, May 23, 2013 at 7:37 PM, Eneko Gotzon Ares wrote: > Due to difficulties accessing the content of the user accounts I have had to > reinstall the system, and I took the opportunity to also reinstall MacPorts. > Now, its opt folder is a hidden one: Is that its normal status? I think this is

Re: libcanberra fails to build

2013-04-04 Thread Adam Mercer
On Thu, Apr 4, 2013 at 3:54 PM, Rodolfo Aramayo wrote: > Is this a known issue? > Should I report a bug? > Log is attached There's already a ticket: Cheers Adam ___ macports-users mailing list macports-users@l

Re: matplotlib with X11

2012-12-26 Thread Adam Mercer
On Sat, Dec 22, 2012 at 2:00 PM, Corey Cooke wrote: > Does anyone know how to set up matplotlib (right now i'm using > py27-matplotlib) such that it uses X11 to draw the windows so they can be > viewed from a remote SSH session? I've tried changing the backend in > ~/.matplotlib/matplotlibrc from

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-26 Thread Adam Mercer
On Thu, Jul 26, 2012 at 11:31 AM, Jeremy Huddleston Sequoia wrote: > I'd be interested in hearing "me too"s or "works for me"s from others on 10.7 > installing through XCode (as opposed to ML users or those going to > connect.apple.com) to find out if this is a 1-off issue or something others

Re: Oddity using Xcode 4.4 on OS 10.7.

2012-07-26 Thread Adam Mercer
On Thu, Jul 26, 2012 at 11:31 AM, Jeremy Huddleston Sequoia wrote: > I'd be interested in hearing "me too"s or "works for me"s from others on 10.7 > installing through XCode (as opposed to ML users or those going to > connect.apple.com) to find out if this is a 1-off issue or something others

Re: LaTeX documents failing to build, unable to load file loadhyph-lo.tex

2012-07-25 Thread Adam Mercer
On Wed, Jul 25, 2012 at 11:23 AM, Mojca Miklavec wrote: >> $ kpsewhich language.dat >> /opt/local/var/db/texmf/tex/generic/config/language.dat >> $ > > When was this file generated? I believe it contains lao? (which it shouldn't) Looks like it was last modified on 16 July, which was around the t

Re: LaTeX documents failing to build, unable to load file loadhyph-lo.tex

2012-07-25 Thread Adam Mercer
On Wed, Jul 25, 2012 at 10:38 AM, Mojca Miklavec wrote: > The Lao hyphenation patterns have been removed and the file should not > be present, however it seems that your language.dat and/or > language.def still reference it. I have no idea how macports handle > language.dat/def files, but either

LaTeX documents failing to build, unable to load file loadhyph-lo.tex

2012-07-25 Thread Adam Mercer
Hi Recently I've noticed that some of my LaTeX files are failing to build with the following error: ! I can't find file `loadhyph-lo.tex'. I imagine sound kind of update of the TeX cache or similar is needed? Cheers Adam ___ macports-users mailing li

Re: Cleanup of compiler variants in py-numpy and py-scipy

2012-07-13 Thread Adam Mercer
On Mon, Jul 9, 2012 at 6:07 PM, Adam Mercer wrote: > Currently py-numpy and py-scipy have the following compiler variants: > gcc43, gcc44, gcc45, gcc46, and gcc47. Whereas the atlas port only > provides variants using gcc45, gcc46, and gcc47. Therefore I propose > removing the gcc4

Re: p5.12-locale-gettext fails to compile

2012-07-02 Thread Adam Mercer
On Mon, Jul 2, 2012 at 5:19 PM, Artemio Gonzalez Lopez wrote: > I know Xcode 4.5 is rather cutting edge, but if somebody else has experienced > this problem and has any ideas as to its cause I would appreciate any > pointers, suggestions or workarounds. It's not just Xcode-4.5, I saw the same

Re: MacPorts 2.1.0-beta1 now available for testing

2012-04-23 Thread Adam Mercer
On Mon, Apr 23, 2012 at 10:42, Joshua Root wrote: > Have many people tested this? We've only had one real bug reported so > far, and that one was present in 2.0.4. If this is just a really solid > release, great; but if nobody is testing it, well, please do or the bugs > will just end up in the fi

Group file and registry warnings when upgrading swig-python

2012-04-23 Thread Adam Mercer
Hi On updating a couple of my machines today I saw the following: ---> Computing dependencies for swig-python ---> Fetching swig-python ---> Verifying checksum(s) for swig-python ---> Extracting swig-python ---> Configuring swig-python ---> Building swig-python ---> Staging swig-python int

Re: Using MacPorts Python packages in different Python

2012-04-20 Thread Adam Mercer
On Fri, Apr 20, 2012 at 04:32, Kamesh Krishnamurthy wrote: > Do you think MKL can be included as a variant? Patches are welcome. Cheers Adam ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listi

Re: Using MacPorts Python packages in different Python

2012-04-18 Thread Adam Mercer
On Tue, Apr 17, 2012 at 14:17, Frank Schima wrote: > py-numpy and py-scipy have atlas variants which use the atlas port instead > of the Accelerate framework. The atlas port does tune to your processor. > Have you tried that? I have Cc'ed Adam, the maintainer of these ports, if he > could comment

Re: error using MacPorts zlib, not present with system zlib?

2012-02-22 Thread Adam Mercer
On Wed, Feb 22, 2012 at 15:50, Eric Cronin wrote: > I'm not near a Mac right now, but I believe the system version of zlib is > pretty ancient.  In version 1.2.4 there was a "Wholesale replacement of gz* > functions with faster versions" according to zlib.net, one of which I > suspect was the rep

error using MacPorts zlib, not present with system zlib?

2012-02-22 Thread Adam Mercer
Hi Not sure of the correct place to discuss this but in tracking down a build issue with a port I've found an interesting issue with MacPorts zlib. This simple test code illustrates the problem: [ram@mimir tmp]$ cat test.c #include #include #include int main(void) { void *file; int c;

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

2011-11-30 Thread Adam Mercer
On Wed, Nov 30, 2011 at 15:17, Dominik Reichardt wrote: > I was able to do this yesterday. You can't click on it but you can click on > the install or update and download it right from the purchase list. Then this is new, I was unable to download Xcode4 for SL a couple of months ago and was exp

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

2011-11-30 Thread Adam Mercer
On Wed, Nov 30, 2011 at 11:39, Dominik Reichardt wrote: > As I wrote before, you are mistaken. If you purchased Xcode for SL you can > still download it from the App Store. It shows up fine in the purchased > list/tab. I just did that yesterday on a SL mac that didn't have xcode4 > installed be

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

2011-11-30 Thread Adam Mercer
On Sun, Nov 27, 2011 at 14:45, Ned Deily wrote: > Can anyone else who is still running 10.6 SL and who purchased Xcode 4 > through the App Store say what happens when they try to download Xcode 4 > from the App Store now (or since Xcode 4.2 was released)? Xcode 4 for Snow Leopard is no longer av

Re: upgrading coreutils

2011-11-30 Thread Adam Mercer
> 63 My original question still applies: On Tue, Nov 29, 2011 at 22:57, Adam Mercer wrote: > On Tue, Nov 29, 2011 at 20:44, deva seetharam wrote: > >> :info:configure autom4te: /Developer/usr/bin/gm4 failed with exit status: 63 >> :info:configure aclocal: /Developer/usr

Re: upgrading coreutils

2011-11-29 Thread Adam Mercer
On Tue, Nov 29, 2011 at 20:44, deva seetharam wrote: > :info:configure autom4te: /Developer/usr/bin/gm4 failed with exit status: 63 > :info:configure aclocal: /Developer/usr/bin/autom4te failed with exit status: > 63 It appears to be using the system versions of the autorools instead of those f

Re: installing py27-scipy on Mac OS 10.7

2011-10-28 Thread Adam Mercer
On Fri, Oct 28, 2011 at 14:26, Joe VanAndel wrote: > macports states that it is building gcc44, and after several hours, I > don't see any real progress .  I have two 'f951' tasks running, each > consuming 2.8GB of real memory (and as much as 32GB of virtual). It seems that there are currently i

error from buildbot for py26-matplotlib

2011-10-23 Thread Adam Mercer
Hi I recevied the following email from buildbot regarding my recent commit. It seems that there was a failure in step 8 for py26-matplotlib, but I can't find a reason for this failure. How do I determine what went wrong? Cheers Adam On Sun, Oct 23, 2011 at 11:36, wrote: > The Buildbot has de

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

2011-10-17 Thread Adam Mercer
On Sat, Oct 15, 2011 at 12:57, Ryan Schmidt wrote: > I guess MacPorts thinks you have Xcode 4.0 or 4.1. It is determined by > running "xcodebuild -version"; see: > > https://trac.macports.org/browser/trunk/base/src/macports1.0/macports.tcl?rev=85382#L365 > > Is it an old developer preview of 4.2

Re: system git vs MacPorts git for fetching source

2011-10-16 Thread Adam Mercer
On Sun, Oct 16, 2011 at 10:40, Jason Swails wrote: > You could always change this to tracking instead for the time being.  From > git 1.7.7 manpage: > >    o    tracking - deprecated synonym for upstream. That's a temporary solution, that will work for the time being. > Can you simply r

system git vs MacPorts git for fetching source

2011-10-16 Thread Adam Mercer
Hi As the source for certain ports are obtained by Git I've been seeing a problem regarding fetching the source related to a setting I have in my ~/.gitconfig, specifically: [push] default = upstream I believe this option was added in Git-1.7.0, when source is fetched for port that use git the

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

2011-10-15 Thread Adam Mercer
On Sat, Oct 15, 2011 at 10:44, Jeremy Lavergne wrote: > clang is the default for Xcode 4.2 Now that is odd; why would my system, with Xcode-4.2, be choosing llvm-gcc-4.2 then? Is $xcodeversion obtained at runtime or when base is configured? Cheers Adam _

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

2011-10-15 Thread Adam Mercer
On Sat, Oct 15, 2011 at 10:23, Jeremy Lavergne wrote: > It isn't presently a configuration you can change, however you can presently > specify it when you run a port command: > `port install py27-matplotlib configure.compiler=clang` In the ticket the reported states that they aren't doing that.

clang vs llvm-gcc-4.2 with py27-matplotlib

2011-10-15 Thread Adam Mercer
Hi 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 llvm-gcc-

Packages ignoring applications_dir

2011-09-08 Thread Adam Mercer
Hi In my macports.conf I have applications_dir set as /opt/local/Applications/MacPorts, however when installing python27, for example, the app bundles are installed in /Applications/MacPorts. I notice that the port is installed from a package and not built from source but shouldn't the final locat

Re: lang/python* ports and python_select

2011-09-02 Thread Adam Mercer
On Wed, Aug 24, 2011 at 10:42, Rainer Müller wrote: > Yes, the python_select port provides the base file which can not be assigned > to a specific versioned port. Of course. Thanks for the clarification. Cheers Adam ___ macports-users mailing list ma

lang/python* ports and python_select

2011-08-05 Thread Adam Mercer
Hi I've noticed that the python ports have a runtime dependency on python_select, e.g.: $ port info python27 | grep Runtime Runtime Dependencies: python_select $ As the select functionality has been moved into port itself is this still needed? Cheers Adam __

Re: py25-scipy failing due to arch flags set in python25 PortGroup

2011-05-30 Thread Adam Mercer
On Mon, May 30, 2011 at 13:23, Ryan Schmidt wrote: > python.add_archflags    no > universal_variant       no > > Those lines probably need to be added to py25-scipy and py-scipy. Thanks, that did the trick (with the python25 version, I haven't got python24 installed at the moment). > -arch flag

py25-scipy failing due to arch flags set in python25 PortGroup

2011-05-30 Thread Adam Mercer
Hi In try to fix a build error in py25-scipy (#29644[1]) it's failing with: :info:build Undefined symbols: :info:build "_Py_BuildValue", referenced from: :info:build _f2py_rout__fftpack_destroy_dct1_cache in _fftpackmodule.o :info:build _f2py_rout__fftpack_destroy_dct2_cache in _fft

Re: standard variants for py26-numpy

2011-02-15 Thread Adam Mercer
On Mon, Feb 14, 2011 at 21:49, Dan Ports wrote: > Given that py26-gtk and py26-cairo depend on numpy, keeping build time > down is quite a legitimate concern, so I too wonder whether -atlas > ought to be the default. Atlas also seems to be the source of a lot of recent build issues with numpy. I

Re: Cleaning distfiles

2011-01-25 Thread Adam Mercer
On Tue, Jan 25, 2011 at 22:50, Jason Swails wrote: > {sudo} port clean --all uninstalled > > Does that do the trick?  You can optionally replace --all with --dist to > just get rid of the distfiles.  I don't want to do this to test it since I > actually want to hold on to those files. That'll rem

Cleaning distfiles

2011-01-25 Thread Adam Mercer
Hi My distfiles directory is getting quite large with old distfiles and sources for ports I no longer have installed, is there a simple way to clean this out so that the only distfiles remaining are for the ports that are installed? Cheers Adam ___ mac

Re: py26-numpy is much slower than NumPy compiled for MacPython

2010-12-07 Thread Adam Mercer
On Tue, Dec 7, 2010 at 23:02, Konrad Hinsen wrote: > My installation uses the default, gcc 4.4, and my numbers are for a MacBook > Pro running at 2.53 GHz. > > Does gcc-4.2 mean you used the gcc from Apple's Xcode package? Even though you are using the gcc44 variant only the fortran compiler fr

Re: py26-numpy is much slower than NumPy compiled for MacPython

2010-12-07 Thread Adam Mercer
On Tue, Dec 7, 2010 at 17:31, Frank Schima wrote: > Wow, interesting result. I just ran the benchmark on my Mac Pro 2008 and got > 44 s with py26-numpy. I rebuilt it just to take a look. I noticed it is using > -O3 in the configure flags which is good, but it was using gcc-4.2 to build. > I ha

Re: Matching maintainers

2010-12-06 Thread Adam Mercer
On Tue, Dec 7, 2010 at 00:40, Ryan Schmidt wrote: Ryan > See: > > http://lists.macosforge.org/pipermail/macports-dev/2010-October/013131.html > > And: > > http://lists.macosforge.org/pipermail/macports-dev/2010-October/013133.html > > So you want: > > > #!/bin/bash > > HANDLE=ram > > port livech

Matching maintainers

2010-12-06 Thread Adam Mercer
Hi For checking if there are any updates to the ports I maintain I use the following: port echo maintainer:ram | xargs -n 1 port livecheck however this returns ports that I don't maintain but the maintainer field starts with ram, e.g. atf and perforce. How can I match ram as a complete string? I

Re: numpy & non-Apple gcc?

2010-09-22 Thread Adam Mercer
On Wed, Sep 22, 2010 at 04:33, Michael Dickens wrote: > Thank you, Michael.  I hadn't found that one yet in a quick search.  I like > that it's based on Apple's GCC42 & thus doesn't have the potential issues > we've been talking about when using different GCC versions; seems like it's > worth

Re: numpy & non-Apple gcc?

2010-09-17 Thread Adam Mercer
On Fri, Sep 17, 2010 at 12:14, Michael Dickens wrote: > On Sep 17, 2010, at 12:48 PM, Adam Mercer wrote: >> Looking at the history, the use of macports gcc was added when atlas >> was added as a dependency [1]. I believe this was due to compiler ABI >> differences. > &

Re: numpy & non-Apple gcc?

2010-09-17 Thread Adam Mercer
On Fri, Sep 17, 2010 at 09:27, Michael Dickens wrote: > Does anyone know or remember why MP's version of numpy (I use py26-numpy) > requires non-Apple gcc?  Why -not- use Apple's GCC?  In playing around with > various installs (+gcc44, +universal), reading through debug outputs, and > testing b

Re: where do python packages install

2010-09-14 Thread Adam Mercer
On Mon, Sep 13, 2010 at 23:22, Srinath Vadlamani wrote: > I just installed py26-scipy.  I need to add the install location to my > $PYTHONPATH.  Where is it? Why do you need to add it to PYTHONPATH, MacPorts python will be able to find scipy without setting this? Cheers Adam ___

Re: warnings on upgrade to qt-mac @4.6.3_5

2010-08-11 Thread Adam Mercer
On Wed, Aug 11, 2010 at 11:54, Michael Dickens wrote: > (1) You can ignore the warning; is will not impact the installation > and/or select of qt4-mac. Good to know. > (2) Interestingly, I removed that section of code from the Portfile a > ways back, since it is unnecessary.  It's odd that it s

warnings on upgrade to qt-mac @4.6.3_5

2010-08-11 Thread Adam Mercer
Hi On updating to qt4-mac @4.6.3_5 today the following was displayed: ---> Installing qt4-mac @4.6.3_5 Port 'qt4-mac' was selected; none is now selected. To select another port for group 'qt4', please run 'qt4_select'. Error: Target org.macports.deactivate returned: no files matched glob pat

autoconf updated to 2.67

2010-08-05 Thread Adam Mercer
Hi I've just committed an update to autoconf to bring it up to the newly release 2.67, which should fix all the regressions that were present in the 2.66 release that was reverted. From my testing this has not caused any build issues but if you find any autoconf related build issues, that were not

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Adam Mercer
On Wed, Jul 28, 2010 at 01:01, chrissam wrote: > --->  Attempting to fetch wine_gecko-1.0.0-x86.cab from > http://voxel.dl.sourceforge.net/wine > --->  Verifying checksum(s) for wine-devel > --->  Extracting wine-devel > --->  Configuring wine-devel > Error: Target org.macports.configure returned

Re: Autoconf problems, revert?

2010-07-05 Thread Adam Mercer
On Mon, Jul 5, 2010 at 12:10, Adam Mercer wrote: > I'll perform this revert later on this afternoon. autoconf has been reverted to 2.65_1 in r69426. Cheers Adam ___ macports-users mailing list macports-users@lists.macosforge.

Autoconf problems, revert?

2010-07-05 Thread Adam Mercer
Hi It seems that the update to autoconf-2.66, has caused a lot of problems. I have so far I have fixed three regressions wrt to 2.65, but it seems that there are several more: #25509, #25520. One of the main autoconf developers left for vacation shortly after the 2.66 release so he won't be able

Re: LaTeX build errors since updating to 2009

2010-06-22 Thread Adam Mercer
On Tue, Jun 22, 2010 at 10:36, Dan Ports wrote: > Yes, texlive-latex-extra. > > The new texlive ports don't install a full installation by default. You > can get one by installing texlive +full, but it's pretty big so I > recommend installing any specific packages you need instead (see 'port > li

LaTeX build errors since updating to 2009

2010-06-22 Thread Adam Mercer
Hi I updated one of my boxes yesterday and the texlive ports where updated to the new 2009 version, since then some of my documents have been failing to build as the wrapfig.sty and moreverb.sty files are missing, i.e. the build fails with: ! LaTeX Error: File `wrapfig.sty' not found. or ! LaTe

Re: NumPy, SciPy, universal builds, and default fortran compiler for scientific ports

2010-06-17 Thread Adam Mercer
On Thu, Jun 17, 2010 at 14:24, Joshua Root wrote: >> I agree, but I think one problem is that NumPy uses the same compiler >> flags as were used to build Python (at least that used to be the >> case), so if Python was built universally so was NumPy - not sure if >> this is still the case... > > I

Re: NumPy, SciPy, universal builds, and default fortran compiler for scientific ports

2010-06-17 Thread Adam Mercer
On Thu, Jun 17, 2010 at 10:48, Joshua Root wrote: > I don't know why anyone would need a universal scipy or numpy. Do they > have any dependents that only build for a particular arch? It might be > best to just mark all the dependents as non-universal too. I agree, but I think one problem is tha

Re: NumPy, SciPy, universal builds, and default fortran compiler for scientific ports

2010-06-16 Thread Adam Mercer
On Wed, Jun 16, 2010 at 12:09, vincent habchi wrote: Vincent > - Further testing, especially on the new i7 machines: gcc43 seems to be > incompatible, gcc45 seems to work, but gcc44 behavior is unknown to me at > this time; > - Maintainer's approval :) I believe this i7 incompatiblity was the

NumPy, SciPy, universal builds, and default fortran compiler for scientific ports

2010-06-16 Thread Adam Mercer
Hi There are several tickets open regarding build issues that can essentially be stemmed to the problem that the NumPy and SciPy, at the moment, do not support universal variants. The first of which #19397 [1] provides a solution to the universal build problem by using a wrapper script for the com

Re: atlas depends on gcc43 *and* gcc44 ???

2010-06-05 Thread Adam Mercer
On Sat, Jun 5, 2010 at 12:46, D. M. Monarres wrote: > The gcc44 build with port 1.8.2 on 10.6.3 isn't building for me. It > looks like it is failing while building gcj. Which ticket is this? Cheers Adam ___ macports-users mailing list macports-users@l

Re: atlas depends on gcc43 *and* gcc44 ???

2010-06-02 Thread Adam Mercer
On Wed, Jun 2, 2010 at 18:37, Ryan Schmidt wrote: >> That was a while ago so maybe it's time we revisit this? With my >> py25-numpy and py2{5,6}-scipy maintainers hat on I'd vote for a switch >> to gcc44 as the default compiler for scientific ports. > > Great! Now we're getting somewhere. :) > >

Re: atlas depends on gcc43 *and* gcc44 ???

2010-06-02 Thread Adam Mercer
On Wed, Jun 2, 2010 at 17:40, Ryan Schmidt wrote: > AFAIK there *was* a consensus to use gcc43 by default for science ports. I > had not heard any update on that decision, and pointed this discrepancy out > to Marcus who updated atlas and qrupdate to use gcc44 instead. See the > mailing list l

Re: port outdated show updates, port upgrade outdated say no updates available

2010-05-30 Thread Adam Mercer
On Sun, May 30, 2010 at 23:24, Joshua Root wrote: Josh > I think I got it (r68286). Please test. :-) Success, at least it's not being reported as outdated now: $ port outdated No installed ports are outdated. $ port installed gcc44 The following ports are currently installed: gcc44 @4.4.1_0

Re: port outdated show updates, port upgrade outdated say no updates available

2010-05-30 Thread Adam Mercer
On Sun, May 30, 2010 at 23:06, Joshua Root wrote: > Well, that actually explains a lot. The receipt has 'epoch 2', while the > current portfile is at epoch 1. No idea how it got there unless you used > a modified portfile at some point, but in any case the epoch value would > have been carried ov

Re: port outdated show updates, port upgrade outdated say no updates available

2010-05-30 Thread Adam Mercer
On Sun, May 30, 2010 at 23:01, Joshua Root wrote: > You want proc get_outdated_ports, which in trunk starts at line 707 of > src/port/port.tcl. Hopefully it's not too hard to follow. Thanks, found it... just got to learn the basic of tcl now :-) Cheers Adam

Re: port outdated show updates, port upgrade outdated say no updates available

2010-05-30 Thread Adam Mercer
On Sun, May 30, 2010 at 22:41, Joshua Root wrote: > The quickest way to get to the bottom of this may be for you to do some > good old fashioned printf debugging in get_outdated_ports, to see at > what point gcc44 gets excluded from the list. I'll take a look, although I'm not very familier with

Re: port outdated show updates, port upgrade outdated say no updates available

2010-05-30 Thread Adam Mercer
On Sun, May 30, 2010 at 22:32, Joshua Root wrote: >> Is there a way the registry could have got corrupted in some strange >> way that would result port to think gcc44 wasn't installed? > > Maybe. Post the contents of the receipt. I've uploaded it to

Re: port outdated show updates, port upgrade outdated say no updates available

2010-05-30 Thread Adam Mercer
On Sat, May 29, 2010 at 17:13, Joshua Root wrote: Josh > Very odd indeed. I can't replicate this with test ports with the same > versions and revisions. I take it 'port echo outdated' also gives you > nothing? Yes $ port outdated The following installed ports are outdated: gcc44

port outdated show updates, port upgrade outdated say no updates available

2010-05-29 Thread Adam Mercer
Hi Just updated to base 1.9.0-rc1, and switched to sqlite based registry, and found an interesting problem: $ port outdated The following installed ports are outdated: gcc44 4.4.1_0 < 4.4.4_1 $ sudo port -u upgrade outdated Error: No ports matched the given expression $

Re: uninstall help please

2010-04-30 Thread Adam Mercer
On Fri, Apr 30, 2010 at 12:27, Scott Mc Laughlin wrote: > scott-mc:~ scott$ sudo port -d selfupdate > Password: > dlopen(/opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib, 10): no > suitable image found.  Did find: > /opt/local/share/macports/Tcl/pextlib1.0/Pextlib.dylib: no matching > archi

Re: py26-scipy fails to build (link?) at interpolate module

2010-04-28 Thread Adam Mercer
On Wed, Apr 28, 2010 at 18:36, D. M. Monarres wrote: > Did three things: > 1) Removed hand compiled SuiteSparse installed in /usr/local > 2) Disabled ccache > 3) reinstalled python26 and py26-numpy > Now py26-scipy installs. Temperamental beast isn't it. Which was it that made the problem go away

Re: py26-scipy fails to build (link?) at interpolate module

2010-04-28 Thread Adam Mercer
On Wed, Apr 28, 2010 at 15:28, D. M. Monarres wrote: > I searched the trac and didn't see anything about this, so I was wondering > if this was something new > py26-scipy fails to build with a linking error. The odd part is the mixing > of gcc-4.3 and gcc-4.2 I see in the error. that shouldn't b

Re: Looking for git

2010-03-19 Thread Adam Mercer
On Sat, Mar 20, 2010 at 00:16, Scott Haneda wrote: Scott > I can not locate this in MacPorts.  Am I overlooking the obvious?  If so, can > someone give me the port name please? The port is called git-core: $ port info git-core git-core @1.7.0.2 (devel) Variants: bash_completion, [

Re: port install wget broken

2010-03-12 Thread Adam Mercer
On Fri, Mar 12, 2010 at 16:51, john maclean wrote: > port install wget is broken for me on Snow Leopard. here's the tail > end of `sudo port install -d wget` shown below. Anything that I can do > to help myself here? Check the list at: if you still

  1   2   >