Re: [Fink-users] fink update-all fails on 10.7.4

2012-05-15 Thread Alexander Hansen
On 5/15/12 7:06 AM, Jack Howarth wrote:

>> What it's about is that Fink needs to be told where your Xcode
>> application actually is:
>>
>> sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
>>
>> (this also tells xcodebuild where it is)
>>
>> We stopped hardcoding the path to Xcode because Apple provides
>> mechanisms to look it up, and because it is relocatable as of version 4.3.2.
> 
> Shouldn't fink (or at least the invocation of the xcode dependency) abort 
> with 
> a clear error message if 'xcode-select -print-path' is unset on 10.7 or later?
> I thought that feature was already added to the current fink.
> 

Nope.  If 'xcode-select -print-path' is unset or wrong then the 'xcode'
virtual package is not "installed".  At least for now the command-line
tools like make, clang, ... all work regardless of that setting.

>>
>>
>> Also, I'll cc the maintainer, since on 10.7 it seems like we don't need
>> a versioned dependency on xcode, and maybe the package could be built
>> with just the command-line tools?
> 
> This is present to insure a cctools which is sufficiently new to avoid
> testsuite regresions. Perhaps the xcode virtual package check could be
> modified to just look at the command-line tools. I am assuming that just
> having the command line tools installed is insufficient for 'xcodebuild 
> -version'
> to report its version, right? I wonder if we could look at the receipt for
> the command line tools installation in order to get the xcode version?
> 

The 'xcode' virtual package grabs the version from Xcode.app's
Info.plist, and therefore it has always returned the version of
Xcode.app.  Of course, until Xcode 4.3.x this also mapped directly into
information about the command-line tools.


-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink update-all will not temporarely remove gcc46

2012-05-15 Thread Alexander Hansen
On 5/15/12 2:24 PM, Gerfried Kumbartzki wrote:
> I operate two Mac systems an iMAc and a MacBook Pro, both have the same 
> system and should be up to date. Both systems have fink installed. The iMac 
> (Xcode 4.1) finished the fink selfupdate 
> and fink update all nicely:
> tulip:~ fink --version
> Package manager version: 0.32.6
> Distribution version: selfupdate-cvs Wed May  9 12:03:03 2012, 10.7, x86_64
> Trees: local/main stable/main stable/crypto unstable/main unstable/crypto 
> local/injected
> 
> MacBook Pro:
> 
> Package manager version: 0.32.6
> Distribution version: selfupdate-cvs Tue May 15 15:27:09 2012, 10.7, x86_64
> Trees: local/main stable/main stable/crypto unstable/main unstable/crypto 
> local/injected
> 
> I upgraded to Xcode 4.3.2 after the first update-all failure
> 
> merlot:~ fink scanpackages
> Password:
> Updating the list of locally available binary packages.
> Scanning dists/local/main/binary-darwin-x86_64
> Scanning dists/stable/main/binary-darwin-x86_64
> Scanning dists/stable/crypto/binary-darwin-x86_64
> Scanning dists/unstable/main/binary-darwin-x86_64
> Scanning dists/unstable/crypto/binary-darwin-x86_64
> Scanning dists/local/injected/binary-darwin-x86_64
> 
> 



> The following packages must be temporarily removed, but there are no .debs to
> restore them from:
>   gcc46
> Updating the list of locally available binary packages.
> Scanning dists/stable/main/binary-darwin-x86_64
> New package: 
> dists/stable/main/binary-darwin-x86_64/libs/perlmods/cpan-meta-yaml-pm_0.008-1_darwin-x86_64.deb
> Exiting with failure.
> 

A workaround is just to run "fink remove gcc46" yourself.

> This was not the first attempt, so few  New packages were created before.
> 
> This is locally on the MacBook Pro.
> merlot:/sw/fink/dists/stable/main/binary-darwin-x86_64/languages 
> total 453104
> drwxr-xr-x  10 root  admin340 May 15 13:42 ./
> drwxr-xr-x  14 root  admin476 May 15 14:34 ../
> -rw-r--r--   1 root  admin 349780 May 15 13:42 
> f2c_20090414-2_darwin-x86_64.deb
> -rw-r--r--   1 root  admin  138115384 Jul 26  2011 
> gcc46-compiler_4.6.1-1000_darwin-x86_64.deb
> -rw-r--r--   1 root  admin   33219166 Jul 26  2011 
> gcc46-shlibs_4.6.1-1000_darwin-x86_64.deb
> -rw-r--r--   1 root  admin  13722 Jul 26  2011 
> gcc46_4.6.1-1000_darwin-x86_64.deb
> -rw-r--r--   1 root  admin   56738740 Jul 26  2011 
> ocaml_3.12.1-1_darwin-x86_64.deb
> -rw-r--r--   1 root  admin1181786 Jul 26  2011 
> tcltk-dev_8.5.10-1_darwin-x86_64.deb
> -rw-r--r--   1 root  admin1181534 Jul 26  2011 
> tcltk-shlibs_8.5.10-1_darwin-x86_64.deb
> -rw-r--r--   1 root  admin1170964 Jul 26  2011 
> tcltk_8.5.10-1_darwin-x86_64.deb
> 

That's an older version of gcc46 than the current one
(gcc46-4.6.3-1000).  If you currently have gcc46-4.6.3-1000 installed
then fink won't install gcc46-4.6.1-1000.

> Another question i have, is it helpful to copy the new debs packages from  
> system to the other
> to shorten the update process?
> 

Sure, that's fine, since both systems are of the same architecture.

> As always I'm very grateful for your help
> 
> Gerfried
> 
> Dr. Gerfried Kumbartzki
> Department of Physics Rutgers University
> voice: 732 445 5500 ext.8498
> fax: 732 445 4343
> 
> 


-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fink update-all will not temporarely remove gcc46

2012-05-15 Thread Gerfried Kumbartzki
I operate two Mac systems an iMAc and a MacBook Pro, both have the same system 
and should be up to date. Both systems have fink installed. The iMac (Xcode 
4.1) finished the fink selfupdate 
and fink update all nicely:
tulip:~ fink --version
Package manager version: 0.32.6
Distribution version: selfupdate-cvs Wed May  9 12:03:03 2012, 10.7, x86_64
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto 
local/injected

MacBook Pro:

Package manager version: 0.32.6
Distribution version: selfupdate-cvs Tue May 15 15:27:09 2012, 10.7, x86_64
Trees: local/main stable/main stable/crypto unstable/main unstable/crypto 
local/injected

I upgraded to Xcode 4.3.2 after the first update-all failure

merlot:~ fink scanpackages
Password:
Updating the list of locally available binary packages.
Scanning dists/local/main/binary-darwin-x86_64
Scanning dists/stable/main/binary-darwin-x86_64
Scanning dists/stable/crypto/binary-darwin-x86_64
Scanning dists/unstable/main/binary-darwin-x86_64
Scanning dists/unstable/crypto/binary-darwin-x86_64
Scanning dists/local/injected/binary-darwin-x86_64


merlot:~ fink update-all
Information about 4771 packages read in 1 seconds.

fink needs help picking an alternative to satisfy a virtual dependency. The
candidates:

(1) fftw: Discrete Fourier Transform Library
(2) fftw-mpi: Discrete Fourier Transform Library

Pick one: [1] 
The following 43 packages will be installed or updated:
 autoconf fontconfig-config fontconfig2-dev fontconfig2-shlibs gcc46 
gcc46-compiler
 gcc46-shlibs gd2 gd2-shlibs gettext-tools ghostscript grace 
libgettextpo2-shlibs
 libjpeg-bin libjpeg8 libjpeg8-shlibs libmpfr4 libmpfr4-shlibs libpng3-shlibs
 libtiff libtiff-bin libtiff-shlibs m4 netcdf netcdf-bin netcdf-shlibs 
netpbm-bin
 netpbm10-shlibs openmotif3-shlibs openmotif4 openmotif4-bin openmotif4-shlibs
 pkgconfig ppl9-shlibs tcltk tcltk-dev tcltk-shlibs texinfo transfig-graphicx
 xemacs xemacs-sumo-pkg xfig xmkmf
The following 83 additional packages will be installed:
 autoconf2.6 automake1.11 blt-dev blt-shlibs cpan-meta-pm5123 cpan-meta-yaml-pm
 docbook-dsssl-nwalsh docbook-dtd docbook-xsl extutils-makemaker-pm5123 fftw
 fftw-shlibs file-temp-pm5123 getoptbin glpk-dev glpk-shlibs gnome-doc-utils
 gtk-doc hdf5.7 hdf5.7-bin hdf5.7-shlibs intltool40 libcurl4 libcurl4-shlibs
 libgettext3-dev libidn libidn-shlibs libjasper.1 libjasper.1-shlibs libjpeg
 liblzma5-shlibs libmpc2 libncursesw5 libncursesw5-shlibs libpaper1-dev
 libpaper1-shlibs libpng15 libpng15-shlibs libpng3 librarian.08-shlibs librtmp
 librtmp-shlibs libsigsegv2 libsigsegv2-shlibs libssh2.1 libssh2.1-shlibs 
libtool2
 libtool2-shlibs libxml2 libxml2-bin libxml2-py27 libxml2-shlibs libxslt
 libxslt-bin libxslt-shlibs netcdf-c7 netcdf-c7-shlibs openjade opensp-bin
 opensp5-dev opensp5-shlibs openssl100-dev openssl100-shlibs parse-cpan-meta-pm
 ppl9 python27 python27-shlibs rarian rarian-compat readline5 readline5-shlibs
 sgml-entities-iso8879 sqlite3-dev sqlite3-shlibs szip szip-shlibs
 test-harness-pm5123 test-simple-pm5123 version-pm5123 
version-requirements-pm5123
 xdg-base xml-parser-pm5123 xz
The following package might be temporarily removed:
 gcc46
Do you want to continue? [Y/n] 
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-cpan-meta-yaml-pm-0.008-1 
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-cpan-meta-yaml-pm-0.008-1' in 
`/sw/src/fink.build/fink-buildlock-cpan-meta-yaml-pm-0.008-1_2012.05.15-16.33.31_darwin-x86_64.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i 
/sw/src/fink.build/fink-buildlock-cpan-meta-yaml-pm-0.008-1_2012.05.15-16.33.31_darwin-x86_64.deb
Selecting previously deselected package 
fink-buildlock-cpan-meta-yaml-pm-0.008-1.
(Reading database ... 50392 files and directories currently installed.)
Unpacking fink-buildlock-cpan-meta-yaml-pm-0.008-1 (from 
.../fink-buildlock-cpan-meta-yaml-pm-0.008-1_2012.05.15-16.33.31_darwin-x86_64.deb)
 ...
Setting up fink-buildlock-cpan-meta-yaml-pm-0.008-1 (2012.05.15-16.33.31) ...

/sw/bin/tar  --no-same-owner --no-same-permissions -xf 
/sw/src/CPAN-Meta-YAML-0.008.tar.gz
ARCHFLAGS="" /usr/bin/perl Makefile.PL PERL="/usr/bin/perl" PREFIX=/sw 
INSTALLPRIVLIB=/sw/lib/perl5 
INSTALLARCHLIB=/sw/lib/perl5/darwin-thread-multi-2level 
INSTALLSITELIB=/sw/lib/perl5 
INSTALLSITEARCH=/sw/lib/perl5/darwin-thread-multi-2level 
INSTALLMAN1DIR=/sw/share/man/man1 INSTALLMAN3DIR=/sw/share/man/man3 
INSTALLSITEMAN1DIR=/sw/share/man/man1 INSTALLSITEMAN3DIR=/sw/share/man/man3 
INSTALLBIN=/sw/bin INSTALLSITEBIN=/sw/bin INSTALLSCRIPT=/sw/bin
Checking if your kit is complete...
Looks good
Writing Makefile for CPAN::Meta::YAML
make
cp lib/CPAN/Meta/YAML.pm blib/lib/CPAN/Meta/YAML.pm
Manifying blib/man3/CPAN::Meta::YAML.3pm
/bin/rm -rf /sw/src/fink.build/root-cpan-meta-yaml-pm-0.008-1
/bin/mkdir -p /sw/src/fink.build/root-cpan-meta-yaml-pm-0.008-1/sw
/bin/mkdir -p /sw/src/fink.build/root-cpan-meta-yaml-pm-0.008-1/DEBI

Re: [Fink-users] openmpi-1.5.5 build stalls when built as nobody(10.7.4/Xcode 4.3.2/4 CPU)

2012-05-15 Thread Jack Howarth
On Tue, May 15, 2012 at 07:51:54AM -0700, Alexander Hansen wrote:
> On 5/15/12 7:11 AM, Jack Howarth wrote:
> > On Tue, May 15, 2012 at 06:57:22AM -0700, Alexander Hansen wrote:
> >> On 5/15/12 6:50 AM, Alexander Hansen wrote:
> >>> On 5/14/12 11:20 PM, Daniel Macks wrote:
>  On Mon, 14 May 2012 20:27:43 -0700, Alexander Hansen
>   wrote:
>  I get down to the following:
> >
> > ...   CCLD   libopen-pal-lt.la
> > rm:
> > /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock:
> >
> > Invalid argument
> > libtool: link: Waiting for
> > /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
> >
> > to be removed
> > /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
> > /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
> > /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
> > /usr/bin/ranlib: file:
> > .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols
> > ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
> > ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
> > ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
> > ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no
> > symbols
> > libtool: link: Waiting for
> > /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
> >
> > to be removed
> > 
> >
> > When I built it with --build-as-nobody turned off, I didn't get this. 
> 
>  Built without hanging on my 2-CPU 10.6/i386/xcode4.2 machine *with*
>  --b-a-n -m.
>  dan
> 
>   --
>  Daniel Macks
>  dma...@netspace.org
> 
> 
> >>>
> >>> 10.6 has a different version of openmpi (1.4.5).
> >>>
> >>
> >> I tried openmpi-1.5.5 again (third time) using --build-as-nobody and it
> >> stalled on a different operation:
> >>
> >> libtool: link: Waiting for
> >> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/orte/mca/iof/tool/.libs/libmca_iof_tool.a.lock
> >> to be removed
> >>
> >> (I didn't happen to log the first attempt--I was testing FinkCommander
> >> for another issue).
> > 
> > Do you ever get these errors with--build-as-nobody turned off? I actually 
> > ran into this lock removal issue once
> > while testing the revised packaging for gromacs...
> > 
> > http://sourceforge.net/tracker/?func=detail&aid=3526390&group_id=17203&atid=414256
> > 
> > but it wasn't reproducible later on. This smells like a fink bug that might 
> > only be tickled
> > for very large builds.
> >Jack
> > 
> 
> On two runs with --build-as-nobody turned off, it built successfully.
> 

Could this be some sort of system scheduling priority issue with fink-bld? Can 
nice be used to bump
up the priority of fink-bld's processes?

> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openmpi-1.5.5 build stalls when built as nobody(10.7.4/Xcode 4.3.2/4 CPU)

2012-05-15 Thread Alexander Hansen
On 5/15/12 7:11 AM, Jack Howarth wrote:
> On Tue, May 15, 2012 at 06:57:22AM -0700, Alexander Hansen wrote:
>> On 5/15/12 6:50 AM, Alexander Hansen wrote:
>>> On 5/14/12 11:20 PM, Daniel Macks wrote:
 On Mon, 14 May 2012 20:27:43 -0700, Alexander Hansen
  wrote:
 I get down to the following:
>
> ...   CCLD   libopen-pal-lt.la
> rm:
> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock:
>
> Invalid argument
> libtool: link: Waiting for
> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
>
> to be removed
> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
> /usr/bin/ranlib: file:
> .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols
> ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
> ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
> ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
> ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no
> symbols
> libtool: link: Waiting for
> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
>
> to be removed
> 
>
> When I built it with --build-as-nobody turned off, I didn't get this. 

 Built without hanging on my 2-CPU 10.6/i386/xcode4.2 machine *with*
 --b-a-n -m.
 dan

  --
 Daniel Macks
 dma...@netspace.org


>>>
>>> 10.6 has a different version of openmpi (1.4.5).
>>>
>>
>> I tried openmpi-1.5.5 again (third time) using --build-as-nobody and it
>> stalled on a different operation:
>>
>> libtool: link: Waiting for
>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/orte/mca/iof/tool/.libs/libmca_iof_tool.a.lock
>> to be removed
>>
>> (I didn't happen to log the first attempt--I was testing FinkCommander
>> for another issue).
> 
> Do you ever get these errors with--build-as-nobody turned off? I actually ran 
> into this lock removal issue once
> while testing the revised packaging for gromacs...
> 
> http://sourceforge.net/tracker/?func=detail&aid=3526390&group_id=17203&atid=414256
> 
> but it wasn't reproducible later on. This smells like a fink bug that might 
> only be tickled
> for very large builds.
>Jack
> 

On two runs with --build-as-nobody turned off, it built successfully.


-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openmpi-1.5.5 build stalls when built as nobody(10.7.4/Xcode 4.3.2/4 CPU)

2012-05-15 Thread Jack Howarth
On Tue, May 15, 2012 at 06:57:22AM -0700, Alexander Hansen wrote:
> On 5/15/12 6:50 AM, Alexander Hansen wrote:
> > On 5/14/12 11:20 PM, Daniel Macks wrote:
> >> On Mon, 14 May 2012 20:27:43 -0700, Alexander Hansen
> >>  wrote:
> >> I get down to the following:
> >>>
> >>> ...   CCLD   libopen-pal-lt.la
> >>> rm:
> >>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock:
> >>>
> >>> Invalid argument
> >>> libtool: link: Waiting for
> >>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
> >>>
> >>> to be removed
> >>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
> >>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
> >>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
> >>> /usr/bin/ranlib: file:
> >>> .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols
> >>> ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
> >>> ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
> >>> ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
> >>> ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no
> >>> symbols
> >>> libtool: link: Waiting for
> >>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
> >>>
> >>> to be removed
> >>> 
> >>>
> >>> When I built it with --build-as-nobody turned off, I didn't get this. 
> >>
> >> Built without hanging on my 2-CPU 10.6/i386/xcode4.2 machine *with*
> >> --b-a-n -m.
> >> dan
> >>
> >>  --
> >> Daniel Macks
> >> dma...@netspace.org
> >>
> >>
> > 
> > 10.6 has a different version of openmpi (1.4.5).
> > 
> 
> I tried openmpi-1.5.5 again (third time) using --build-as-nobody and it
> stalled on a different operation:
> 
> libtool: link: Waiting for
> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/orte/mca/iof/tool/.libs/libmca_iof_tool.a.lock
> to be removed
> 
> (I didn't happen to log the first attempt--I was testing FinkCommander
> for another issue).

Do you ever get these errors with--build-as-nobody turned off? I actually ran 
into this lock removal issue once
while testing the revised packaging for gromacs...

http://sourceforge.net/tracker/?func=detail&aid=3526390&group_id=17203&atid=414256

but it wasn't reproducible later on. This smells like a fink bug that might 
only be tickled
for very large builds.
   Jack

> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] gtk-doc build failure on 10.6/x86_64

2012-05-15 Thread Derek Homeier
On 15.05.2012, at 1:15AM, Alexander Hansen wrote:

> Check /sw/src/fink.build/gtk-doc-1.18-1/gtk-doc-1.18/config.log .  I have:
> 
> configure:11372: checking for XML catalog (/sw/etc/xml/catalog)
> configure:11375: result: found
> configure:11386: checking for xmlcatalog
> configure:11404: found /sw/bin/xmlcatalog
> configure:11417: result: /sw/bin/xmlcatalog
> configure:11436: checking for DocBook XML DTD V4.3 in XML catalog
> configure:11439: $XMLCATALOG --noout "$XML_CATALOG_FILE" "-//OASIS//DTD
> DocBook XML V4.3//EN" >&2
> file:///sw/share/xml/dtd/docbookx/4.3.0/docbookx.dtd

Ah, that ^ file was missing - it appears I had a broken docbook installation 
that had installed 
into /sw instead of the %p for that tree, /sw64. 
/sw64/bin/fink rebuild docbook-dtd fixed the problem.

Thanks for your help,
Derek


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink update-all fails on 10.7.4

2012-05-15 Thread Jack Howarth
On Tue, May 15, 2012 at 06:40:14AM -0700, Alexander Hansen wrote:
> On 5/15/12 12:25 AM, Attila Krasznahorkay wrote:
> > Dear All,
> > 
> > I've updated my laptop to MacOS X 10.7.4 yesterday. Since then, when I do:
> > 
> > fink selfupdate
> > fink update-all
> > 
> > I get the following answer (after the second call, the first one goes 
> > through okay):
> > 
> > Information about 4756 packages read in 1 seconds.
> > Can't resolve dependency "xcode (>= 3.1.2)" for package "gcc47-4.7.0-1001" 
> > (no matching packages/versions found)
> > Exiting with failure.
> > 
> > Of course I didn't remove my Xcode installation with the update. I still 
> > have version 4.3.2 (I believe the newest one) installed under 
> > /Applications/.
> > 
> > Anyone know what this is about?
> > 
> > Cheers,
> >   Attila
> > 
> > -
> >  Attila Krasznahorkay  attila.krasznahor...@cern.ch
> >  New York University  Phone: +41-22-76 77368
> >  The ATLAS Collaboration Room: 32-S-A19
> > -
> > 
> > 
> > 
> 
> What it's about is that Fink needs to be told where your Xcode
> application actually is:
> 
> sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
> 
> (this also tells xcodebuild where it is)
> 
> We stopped hardcoding the path to Xcode because Apple provides
> mechanisms to look it up, and because it is relocatable as of version 4.3.2.

Shouldn't fink (or at least the invocation of the xcode dependency) abort with 
a clear error message if 'xcode-select -print-path' is unset on 10.7 or later?
I thought that feature was already added to the current fink.

> 
> 
> Also, I'll cc the maintainer, since on 10.7 it seems like we don't need
> a versioned dependency on xcode, and maybe the package could be built
> with just the command-line tools?

This is present to insure a cctools which is sufficiently new to avoid
testsuite regresions. Perhaps the xcode virtual package check could be
modified to just look at the command-line tools. I am assuming that just
having the command line tools installed is insufficient for 'xcodebuild 
-version'
to report its version, right? I wonder if we could look at the receipt for
the command line tools installation in order to get the xcode version?

> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openmpi-1.5.5 build stalls when built as nobody(10.7.4/Xcode 4.3.2/4 CPU)

2012-05-15 Thread Alexander Hansen
On 5/15/12 6:50 AM, Alexander Hansen wrote:
> On 5/14/12 11:20 PM, Daniel Macks wrote:
>> On Mon, 14 May 2012 20:27:43 -0700, Alexander Hansen
>>  wrote:
>> I get down to the following:
>>>
>>> ...   CCLD   libopen-pal-lt.la
>>> rm:
>>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock:
>>>
>>> Invalid argument
>>> libtool: link: Waiting for
>>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
>>>
>>> to be removed
>>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
>>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
>>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
>>> /usr/bin/ranlib: file:
>>> .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols
>>> ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
>>> ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
>>> ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
>>> ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no
>>> symbols
>>> libtool: link: Waiting for
>>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
>>>
>>> to be removed
>>> 
>>>
>>> When I built it with --build-as-nobody turned off, I didn't get this. 
>>
>> Built without hanging on my 2-CPU 10.6/i386/xcode4.2 machine *with*
>> --b-a-n -m.
>> dan
>>
>>  --
>> Daniel Macks
>> dma...@netspace.org
>>
>>
> 
> 10.6 has a different version of openmpi (1.4.5).
> 

I tried openmpi-1.5.5 again (third time) using --build-as-nobody and it
stalled on a different operation:

libtool: link: Waiting for
/sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/orte/mca/iof/tool/.libs/libmca_iof_tool.a.lock
to be removed

(I didn't happen to log the first attempt--I was testing FinkCommander
for another issue).
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] openmpi-1.5.5 build stalls when built as nobody(10.7.4/Xcode 4.3.2/4 CPU)

2012-05-15 Thread Alexander Hansen
On 5/14/12 11:20 PM, Daniel Macks wrote:
> On Mon, 14 May 2012 20:27:43 -0700, Alexander Hansen
>  wrote:
> I get down to the following:
>>
>> ...   CCLD   libopen-pal-lt.la
>> rm:
>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock:
>>
>> Invalid argument
>> libtool: link: Waiting for
>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
>>
>> to be removed
>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
>> /usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
>> /usr/bin/ranlib: file:
>> .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols
>> ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
>> ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
>> ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
>> ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no
>> symbols
>> libtool: link: Waiting for
>> /sw/src/fink.build/openmpi-1.5.5-1/openmpi-1.5.5/opal/mca/paffinity/hwloc/.libs/libmca_paffinity_hwloc.a.lock
>>
>> to be removed
>> 
>>
>> When I built it with --build-as-nobody turned off, I didn't get this. 
> 
> Built without hanging on my 2-CPU 10.6/i386/xcode4.2 machine *with*
> --b-a-n -m.
> dan
> 
>  --
> Daniel Macks
> dma...@netspace.org
> 
> 

10.6 has a different version of openmpi (1.4.5).

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


Re: [Fink-users] fink update-all fails on 10.7.4

2012-05-15 Thread Alexander Hansen
On 5/15/12 12:25 AM, Attila Krasznahorkay wrote:
> Dear All,
> 
> I've updated my laptop to MacOS X 10.7.4 yesterday. Since then, when I do:
> 
> fink selfupdate
> fink update-all
> 
> I get the following answer (after the second call, the first one goes through 
> okay):
> 
> Information about 4756 packages read in 1 seconds.
> Can't resolve dependency "xcode (>= 3.1.2)" for package "gcc47-4.7.0-1001" 
> (no matching packages/versions found)
> Exiting with failure.
> 
> Of course I didn't remove my Xcode installation with the update. I still have 
> version 4.3.2 (I believe the newest one) installed under /Applications/.
> 
> Anyone know what this is about?
> 
> Cheers,
>   Attila
> 
> -
>  Attila Krasznahorkay  attila.krasznahor...@cern.ch
>  New York University  Phone: +41-22-76 77368
>  The ATLAS Collaboration Room: 32-S-A19
> -
> 
> 
> 

What it's about is that Fink needs to be told where your Xcode
application actually is:

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

(this also tells xcodebuild where it is)

We stopped hardcoding the path to Xcode because Apple provides
mechanisms to look it up, and because it is relocatable as of version 4.3.2.


Also, I'll cc the maintainer, since on 10.7 it seems like we don't need
a versioned dependency on xcode, and maybe the package could be built
with just the command-line tools?
-- 
Alexander Hansen, Ph.D.
Fink User Liaison
http://finkakh.wordpress.com/2012/02/21/got-job/

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users


[Fink-users] fink update-all fails on 10.7.4

2012-05-15 Thread Attila Krasznahorkay
Dear All,

I've updated my laptop to MacOS X 10.7.4 yesterday. Since then, when I do:

fink selfupdate
fink update-all

I get the following answer (after the second call, the first one goes through 
okay):

Information about 4756 packages read in 1 seconds.
Can't resolve dependency "xcode (>= 3.1.2)" for package "gcc47-4.7.0-1001" (no 
matching packages/versions found)
Exiting with failure.

Of course I didn't remove my Xcode installation with the update. I still have 
version 4.3.2 (I believe the newest one) installed under /Applications/.

Anyone know what this is about?

Cheers,
  Attila

-
 Attila Krasznahorkay  attila.krasznahor...@cern.ch
 New York University  Phone: +41-22-76 77368
 The ATLAS Collaboration Room: 32-S-A19
-



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users