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

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

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

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 ___

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

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

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

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

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 ryandes...@macports.org 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

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. rjvber...@gmail.com 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

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

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

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

Re: MacPorts automake and python

2014-03-20 Thread Adam Mercer
On Thu, Mar 20, 2014 at 2:28 PM, Jeremy Lavergne jer...@lavergne.gotdns.org 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

Re: MacPorts automake and python

2014-03-20 Thread Adam Mercer
On Thu, Mar 20, 2014 at 2:55 PM, Sean Farley s...@macports.org 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:

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: Setting up a new Mavericks machine

2013-10-24 Thread Adam Mercer
On Thu, Oct 24, 2013 at 12:09 PM, John Patrick nhoj.patr...@gmail.com 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

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 snip checking separator character to use in groff search paths... : checking for gs... gs checking for pnmcut... found checking for pnmcrop... found checking for pnmtopng...

Re: groff configure hanging

2013-10-17 Thread Adam Mercer
On Thu, Oct 17, 2013 at 7:20 PM, Eric Gallager eg...@gwmail.gwu.edu 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

Removing requested flag from a port

2013-10-17 Thread Adam Mercer
Hi Sometimes I mark a port as requested using: $ sudo port setrequested portname 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: Removing requested flag from a port

2013-10-17 Thread Adam Mercer
On Thu, Oct 17, 2013 at 10:08 PM, Lawrence Velázquez lar...@macports.org 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

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:

Re: Who maintains webkit-gtk port?

2013-07-26 Thread Adam Mercer
On Fri, Jul 26, 2013 at 1:13 PM, Rodolfo Aramayo raram...@gmail.com 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

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 lar...@macports.org 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 aron...@macports.org 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:

Re: MacPorts opt folder: Hidden one?

2013-05-23 Thread Adam Mercer
On Thu, May 23, 2013 at 7:37 PM, Eneko Gotzon Ares enekogot...@gmail.com 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

Re: libcanberra fails to build

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

Re: matplotlib with X11

2012-12-26 Thread Adam Mercer
On Sat, Dec 22, 2012 at 2:00 PM, Corey Cooke cdco...@vt.edu 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

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 jerem...@macports.org wrote: I'd be interested in hearing me toos or works for mes 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

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 jerem...@macports.org wrote: I'd be interested in hearing me toos or works for mes 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

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

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 mojca.miklavec.li...@gmail.com 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

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 mojca.miklavec.li...@gmail.com 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,

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 r...@macports.org 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 gcc43

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 artem...@mac.com 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

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 into

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 j...@macports.org 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

Re: Using MacPorts Python packages in different Python

2012-04-20 Thread Adam Mercer
On Fri, Apr 20, 2012 at 04:32, Kamesh Krishnamurthy kames...@gmail.com 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

Re: Using MacPorts Python packages in different Python

2012-04-18 Thread Adam Mercer
On Tue, Apr 17, 2012 at 14:17, Frank Schima macsforever2...@macports.org 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

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 stdio.h #include stdlib.h #include zlib.h int main(void) {

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 ecro...@macports.org 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

Re: upgrading coreutils

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

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 n...@acm.org 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

Re: upgrading coreutils

2011-11-29 Thread Adam Mercer
On Tue, Nov 29, 2011 at 20:44, deva seetharam tagse...@yahoo.com 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

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 joe.vanan...@gmail.com 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

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, nore...@macports.org wrote:

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 ryandes...@macports.org 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

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

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 jason.swa...@gmail.com 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.

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

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 jer...@lavergne.gotdns.org 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

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 jer...@lavergne.gotdns.org 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

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

Re: lang/python* ports and python_select

2011-09-02 Thread Adam Mercer
On Wed, Aug 24, 2011 at 10:42, Rainer Müller rai...@macports.org 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 ___

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

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

Re: standard variants for py26-numpy

2011-02-15 Thread Adam Mercer
On Mon, Feb 14, 2011 at 21:49, Dan Ports dpo...@macports.org 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

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 ___

Re: Cleaning distfiles

2011-01-25 Thread Adam Mercer
On Tue, Jan 25, 2011 at 22:50, Jason Swails jason.swa...@gmail.com 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

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?

Re: Matching maintainers

2010-12-06 Thread Adam Mercer
On Tue, Dec 7, 2010 at 00:40, Ryan Schmidt ryandes...@macports.org 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

Re: numpy non-Apple gcc?

2010-09-17 Thread Adam Mercer
On Fri, Sep 17, 2010 at 09:27, Michael Dickens michae...@macports.org 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

Re: numpy non-Apple gcc?

2010-09-17 Thread Adam Mercer
On Fri, Sep 17, 2010 at 12:14, Michael Dickens michae...@macports.org 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. Thanks Adam

Re: where do python packages install

2010-09-14 Thread Adam Mercer
On Mon, Sep 13, 2010 at 23:22, Srinath Vadlamani srin...@txcorp.com 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 michae...@macports.org 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.  

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

Re: Error installing WINE via macports 1.9.1

2010-07-28 Thread Adam Mercer
On Wed, Jul 28, 2010 at 01:01, chrissam bedpot...@gmail.com 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

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: Autoconf problems, revert?

2010-07-05 Thread Adam Mercer
On Mon, Jul 5, 2010 at 12:10, Adam Mercer r...@macports.org 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.org http

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 !

Re: LaTeX build errors since updating to 2009

2010-06-22 Thread Adam Mercer
On Tue, Jun 22, 2010 at 10:36, Dan Ports dpo...@macports.org 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

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 j...@macports.org 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

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 j...@macports.org 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

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

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 vi...@macports.org 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

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

2010-06-05 Thread Adam Mercer
On Sat, Jun 5, 2010 at 12:46, D. M. Monarres dmmonar...@gmail.com 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

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

2010-06-02 Thread Adam Mercer
On Wed, Jun 2, 2010 at 17:40, Ryan Schmidt ryandes...@macports.org 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

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

2010-06-02 Thread Adam Mercer
On Wed, Jun 2, 2010 at 18:37, Ryan Schmidt ryandes...@macports.org 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

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 j...@macports.org 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

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 j...@macports.org 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 Sun, May 30, 2010 at 22:41, Joshua Root j...@macports.org 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

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 j...@macports.org 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 23:06, Joshua Root j...@macports.org 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

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 mugl...@gmail.com 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

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 dmmonar...@gmail.com 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.

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 dmmonar...@gmail.com 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

Re: Looking for git

2010-03-19 Thread Adam Mercer
On Sat, Mar 20, 2010 at 00:16, Scott Haneda talkli...@newgeo.com 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:

Re: port install wget broken

2010-03-12 Thread Adam Mercer
On Fri, Mar 12, 2010 at 16:51, john maclean jaye...@gmail.com 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: http://trac.macports.org/wiki/FAQ#checksums

Re: py26-scipy recompile fails after installing py26-numpy @1.4.0

2010-01-11 Thread Adam Mercer
On Mon, Jan 11, 2010 at 13:37, Faisal Moledina faisal.moled...@gmail.com wrote: After installing py26-numpy @1.4.0 I needed to reinstall py26-scipy because of the dtype issue explained described at http://old.nabble.com/numpy1.4-dtype-issues:-scipy.stats---pytables-td27108229.html and

Re: problem linking fortran to fftw-3

2009-12-24 Thread Adam Mercer
On Thu, Dec 24, 2009 at 01:58, Peter Marks peter.ma...@pobox.com wrote: I'm trying to build wspr for MacOS. I've done: port install fftw-3 +g95 but during the build I get: /usr/bin/libtool: can't locate file for: -lfftw3f Any clues would would be most welcome. Looks like its trying to

Re: problem linking fortran to fftw-3

2009-12-24 Thread Adam Mercer
On Thu, Dec 24, 2009 at 13:20, Ryan Schmidt ryandes...@macports.org wrote: That's odd, since fftw-3-single depends on fftw-3, so fftw-3 should certainly not be trying to use parts of fftw-3-single. I think Peter is saying the error occurs during the build of wpsr not fftw-3. If its coming

Re: checksum mismatch for pkg-config

2009-11-16 Thread Adam Mercer
On Mon, Nov 16, 2009 at 23:53, Sonia Hamilton so...@snowfrog.net wrote: Sonia The 'port clean' suggested by that FAQ item doesn't solve the problem, suggesting that the file is corrupted on the server itself. How do I setup macports to use another mirror? Does anyone else have a clean copy

Re: checksum mismatch for pkg-config

2009-11-16 Thread Adam Mercer
On Tue, Nov 17, 2009 at 00:20, Sonia Hamilton so...@snowfrog.net wrote: Thanks Adam for your help :-) /opt/local/etc/macports/sources.conf is showing rsync://rsync.macports.org/release/ports/ [default] If I then change that to: #rsync://rsync.macports.org/release/ports/ [default]

Re: Significant delay in receiving mailing list posts

2009-11-08 Thread Adam Mercer
On Sun, Nov 8, 2009 at 02:41, Joshua Root j...@macports.org wrote: The macosforge mail server was having problems. Bill has implemented a temporary fix, with a permanent one to come on Monday. Thanks for the update, things do seem to be much better now. Cheers Adam

Significant delay in receiving mailing list posts

2009-11-07 Thread Adam Mercer
Hi For the past day or so I have noticed that there seems to be a significant delay (between 8 and 20 hours) between the time a message was posted, according to it's headers, and the time at which receive the email in my mailer. Is anyone experiencing anything similar? Cheers Adam

Re: can't install gcc43 or gcc44

2009-08-31 Thread Adam Mercer
On Mon, Aug 31, 2009 at 13:07, Rob Mahurinr...@jlab.org wrote: I'm trying to use MacPorts to install Octave and its dependencies on a new Mac running 10.5.8.  The install fails during the build of gcc. (I have tried gcc43 and gcc44.)  Attached is the output of        sudo port install octave

multiple platform statements

2009-08-29 Thread Adam Mercer
Hi In looking into ticket #20868 I have found that the py25-numpy port installs the f2py binary into the destroot as f2py2.5 on SL whereas on Leopard and Tiger installs it as f2py which I then need to rename in a post-destoot section to avoid conflicts. I therefore need to ensure that the

Re: multiple platform statements

2009-08-29 Thread Adam Mercer
On Sat, Aug 29, 2009 at 16:05, Bryan Blackburnb...@macports.org wrote: Or something similar, tailored to your needs.  Though we may want to still vaguely seem to support non-darwin, in which case you need to also check os.platform: if {${os.platform} == darwin ${os.major} 10} ... Thanks

Re: error on port install py25-pyqt4

2009-07-14 Thread Adam Mercer
On Tue, Jul 14, 2009 at 20:42, tang...@mindspring.com wrote: An error occurred during: sudo port install py25-pyqt4 snip This is http://trac.macports.org/ticket/20184 Cheers Adam ___ macports-users mailing list macports-users@lists.macosforge.org

  1   2   >