Re: [Fink-users] Failed: can't install package fink-0.41.0-101 ... (message 2)

2016-09-26 Thread Alexander Hansen

> On Sep 26, 2016, at 15:26, Saleh Elmohamed  
> wrote:
> 
> see below…
> 
>> On Sep 26, 2016, at 3:06 PM, Alexander Hansen  
>> wrote:
>> 
>> 
>>> On Sep 26, 2016, at 15:00, Saleh Elmohamed  
>>> wrote:
>>> 
>>> Hi Alex,
>>> 
>>> Thanks for your help. See reply below …
>>> 
 On Sep 26, 2016, at 2:51 PM, Alexander Hansen 
  wrote:
 
 
> On Sep 26, 2016, at 14:35, Saleh Elmohamed 
>  wrote:
> 
> Hi all,
> 
> Thought to re-send a note on a bug during selfupdate … Thanks for any
> suggestions on a possible fix to it.
> 
> -S
> 
> 
> 
> 
>>> fink selfupdate
> 
> /usr/bin/rsync -az -q  
> rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP 
> /sw/fink/TIMESTAMP.tmp
> I will now run the rsync command to retrieve the latest package 
> descriptions. 
> /usr/bin/rsync -rtz --delete-after --delete -q   --include='10.9-libcxx/' 
> --include='10.9-libcxx/stable/' --include='10.9-libcxx/stable/main/' 
> --include='10.9-libcxx/stable/main/finkinfo/' 
> --include='10.9-libcxx/stable/main/finkinfo/*/' 
> --include='10.9-libcxx/stable/main/finkinfo/*' 
> --include='10.9-libcxx/stable/main/finkinfo/**/*' --include='VERSION' 
> --include='DISTRIBUTION' --include='README' --exclude='**' 
> 'rsync://distfiles.master.finkmirrors.net/finkinfo' '/sw/fink/'
> Downloading the indexes of available packages in the binary distribution.
> /sw/bin/apt-get-lockwait -q update
> Hit http://bindist.finkmirrors.net stable/main Packages
> Hit http://bindist.finkmirrors.net stable/main Release
> Reading Package Lists...
> Building Dependency Tree...
> Scanning package description files..
> Information about 9858 packages read in 1 seconds.
> The following package will be installed or updated:
> fink
> Reading buildlock packages...
> /sw/bin/dpkg-lockwait -i 
> /sw/var/cache/apt/archives/fink_0.41.0-101_darwin-x86%5f64.deb
> (Reading database ... 146490 files and directories currently installed.)
> Preparing to replace fink 0.41.0-101 (using 
> .../fink_0.41.0-101_darwin-x86%5f64.deb) ...
> Unpacking replacement fink ...
> Setting up fink (0.41.0-101) ...
> Checking system... i386-apple-darwin15.6.0
> Under Mac OS X 10.11.6, Fink must be bootstrapped or updated with gcc
> 4.2, however, you currently have gcc (unknown version) selected.
> Make sure that your developer tools are current for your system and
> have not been locally modified.
> /sw/bin/dpkg: error processing fink (--install):
> subprocess post-installation script returned error exit status 69
> Errors were encountered while processing:
> fink
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't install package fink-0.41.0-101
> 
 
 (we should probably change the gcc version message here)
 
 Whoops, I forgot about your original post.  Sorry about that.
 
 The message usually comes comes up when gcc (really clang, now) gives an 
 output which is unexpected. What do you get from the following commands:
 
>>> 
 /usr/bin/gcc —version
>>> 
>>> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
>>> --with-gxx-include-dir=/usr/include/c++/4.2.1
>>> Apple LLVM version 8.0.0 (clang-800.0.38)
>>> Target: x86_64-apple-darwin15.6.0
>>> Thread model: posix
>>> InstalledDir: 
>>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
>>> 
 ls -l /usr/bin/gcc
>>> 
>>> -rwxr-xr-x  1 root  wheel  18176 Jul  8 19:52 /usr/bin/gcc
>>> 
 
 ?
>> 
>> Hmm.  Those look OK.  Guess we’ll need to look for some more obscure things.
>> 
>> Do you happen to have an executable called gcc_select in your PATH?  (“which 
>> gcc_select”) ?  That used to be provided by Apple and we used it, and 
>> there’s still some legacy hooks that might be picking that out.
> 
> 
> which gcc_select
> 
> yields no information …. nothing … blank

That’s what we want. :-)  We’ve had people add their own “gcc_select” and 
actually mess fink up until it was removed.--
___
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] Failed: can't install package fink-0.41.0-101 ... (message 2)

2016-09-26 Thread Alexander Hansen

> On Sep 26, 2016, at 15:15, Saleh Elmohamed  
> wrote:
> 
> Hi Alex,
> 
> It looks ok now. Likely I might have forgotten to agree
> initially to the license. Once that was done it appears
> to be ok as it looks:
> 
> 
> >> fink selfupdate
> /usr/bin/rsync -az -q  
> rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP 
> /sw/fink/TIMESTAMP.tmp
> I will now run the rsync command to retrieve the latest package descriptions. 
> /usr/bin/rsync -rtz --delete-after --delete -q   --include='10.9-libcxx/' 
> --include='10.9-libcxx/stable/' --include='10.9-libcxx/stable/main/' 
> --include='10.9-libcxx/stable/main/finkinfo/' 
> --include='10.9-libcxx/stable/main/finkinfo/*/' 
> --include='10.9-libcxx/stable/main/finkinfo/*' 
> --include='10.9-libcxx/stable/main/finkinfo/**/*' --include='VERSION' 
> --include='DISTRIBUTION' --include='README' --exclude='**' 
> 'rsync://distfiles.master.finkmirrors.net/finkinfo' '/sw/fink/'
> Downloading the indexes of available packages in the binary distribution.
> /sw/bin/apt-get-lockwait -q update
> Hit http://bindist.finkmirrors.net stable/main Packages
> Hit http://bindist.finkmirrors.net stable/main Release
> Reading Package Lists...
> Building Dependency Tree...
> Scanning package description files..
> Information about 9858 packages read in 1 seconds.
> No packages to install.
> 
> The core packages have been updated. You should now update the other packages 
> using
> commands like 'fink update-all’.
> 
> >> fink update-all
> Information about 9858 packages read in 16 seconds.
> No packages to install.
> 

Ah!  That makes sense.

—akh


--
___
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] Failed: can't install package fink-0.41.0-101 ... (message 2)

2016-09-26 Thread Alexander Hansen

> On Sep 26, 2016, at 15:00, Saleh Elmohamed  
> wrote:
> 
> Hi Alex,
> 
> Thanks for your help. See reply below …
> 
>> On Sep 26, 2016, at 2:51 PM, Alexander Hansen  
>> wrote:
>> 
>> 
>>> On Sep 26, 2016, at 14:35, Saleh Elmohamed  
>>> wrote:
>>> 
>>> Hi all,
>>> 
>>> Thought to re-send a note on a bug during selfupdate … Thanks for any
>>> suggestions on a possible fix to it.
>>> 
>>> -S
>>> 
>>> 
>>> 
>>> 
> fink selfupdate
>>> 
>>> /usr/bin/rsync -az -q  
>>> rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP 
>>> /sw/fink/TIMESTAMP.tmp
>>> I will now run the rsync command to retrieve the latest package 
>>> descriptions. 
>>> /usr/bin/rsync -rtz --delete-after --delete -q   --include='10.9-libcxx/' 
>>> --include='10.9-libcxx/stable/' --include='10.9-libcxx/stable/main/' 
>>> --include='10.9-libcxx/stable/main/finkinfo/' 
>>> --include='10.9-libcxx/stable/main/finkinfo/*/' 
>>> --include='10.9-libcxx/stable/main/finkinfo/*' 
>>> --include='10.9-libcxx/stable/main/finkinfo/**/*' --include='VERSION' 
>>> --include='DISTRIBUTION' --include='README' --exclude='**' 
>>> 'rsync://distfiles.master.finkmirrors.net/finkinfo' '/sw/fink/'
>>> Downloading the indexes of available packages in the binary distribution.
>>> /sw/bin/apt-get-lockwait -q update
>>> Hit http://bindist.finkmirrors.net stable/main Packages
>>> Hit http://bindist.finkmirrors.net stable/main Release
>>> Reading Package Lists...
>>> Building Dependency Tree...
>>> Scanning package description files..
>>> Information about 9858 packages read in 1 seconds.
>>> The following package will be installed or updated:
>>> fink
>>> Reading buildlock packages...
>>> /sw/bin/dpkg-lockwait -i 
>>> /sw/var/cache/apt/archives/fink_0.41.0-101_darwin-x86%5f64.deb
>>> (Reading database ... 146490 files and directories currently installed.)
>>> Preparing to replace fink 0.41.0-101 (using 
>>> .../fink_0.41.0-101_darwin-x86%5f64.deb) ...
>>> Unpacking replacement fink ...
>>> Setting up fink (0.41.0-101) ...
>>> Checking system... i386-apple-darwin15.6.0
>>> Under Mac OS X 10.11.6, Fink must be bootstrapped or updated with gcc
>>> 4.2, however, you currently have gcc (unknown version) selected.
>>> Make sure that your developer tools are current for your system and
>>> have not been locally modified.
>>> /sw/bin/dpkg: error processing fink (--install):
>>> subprocess post-installation script returned error exit status 69
>>> Errors were encountered while processing:
>>> fink
>>> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
>>> Failed: can't install package fink-0.41.0-101
>>> 
>> 
>> (we should probably change the gcc version message here)
>> 
>> Whoops, I forgot about your original post.  Sorry about that.
>> 
>> The message usually comes comes up when gcc (really clang, now) gives an 
>> output which is unexpected.  What do you get from the following commands:
>> 
> 
>> /usr/bin/gcc —version
> 
> Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr 
> --with-gxx-include-dir=/usr/include/c++/4.2.1
> Apple LLVM version 8.0.0 (clang-800.0.38)
> Target: x86_64-apple-darwin15.6.0
> Thread model: posix
> InstalledDir: 
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
> 
>> ls -l /usr/bin/gcc
> 
> -rwxr-xr-x  1 root  wheel  18176 Jul  8 19:52 /usr/bin/gcc
> 
>> 
>> ?

Hmm.  Those look OK.  Guess we’ll need to look for some more obscure things.

Do you happen to have an executable called gcc_select in your PATH?  (“which 
gcc_select”) ?  That used to be provided by Apple and we used it, and there’s 
still some legacy hooks that might be picking that out.


-- 
Alexander Hansen, Ph.D.
Fink User Liaison


--
___
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] Failed: can't install package fink-0.41.0-101 ... (message 2)

2016-09-26 Thread Alexander Hansen

> On Sep 26, 2016, at 14:35, Saleh Elmohamed  
> wrote:
> 
> Hi all,
> 
> Thought to re-send a note on a bug during selfupdate … Thanks for any
> suggestions on a possible fix to it.
> 
> -S
> 
> 
> 
> 
> >> fink selfupdate
> 
> /usr/bin/rsync -az -q  
> rsync://distfiles.master.finkmirrors.net/finkinfo//TIMESTAMP 
> /sw/fink/TIMESTAMP.tmp
> I will now run the rsync command to retrieve the latest package descriptions. 
> /usr/bin/rsync -rtz --delete-after --delete -q   --include='10.9-libcxx/' 
> --include='10.9-libcxx/stable/' --include='10.9-libcxx/stable/main/' 
> --include='10.9-libcxx/stable/main/finkinfo/' 
> --include='10.9-libcxx/stable/main/finkinfo/*/' 
> --include='10.9-libcxx/stable/main/finkinfo/*' 
> --include='10.9-libcxx/stable/main/finkinfo/**/*' --include='VERSION' 
> --include='DISTRIBUTION' --include='README' --exclude='**' 
> 'rsync://distfiles.master.finkmirrors.net/finkinfo' '/sw/fink/'
> Downloading the indexes of available packages in the binary distribution.
> /sw/bin/apt-get-lockwait -q update
> Hit http://bindist.finkmirrors.net stable/main Packages
> Hit http://bindist.finkmirrors.net stable/main Release
> Reading Package Lists...
> Building Dependency Tree...
> Scanning package description files..
> Information about 9858 packages read in 1 seconds.
> The following package will be installed or updated:
>  fink
> Reading buildlock packages...
> /sw/bin/dpkg-lockwait -i 
> /sw/var/cache/apt/archives/fink_0.41.0-101_darwin-x86%5f64.deb
> (Reading database ... 146490 files and directories currently installed.)
> Preparing to replace fink 0.41.0-101 (using 
> .../fink_0.41.0-101_darwin-x86%5f64.deb) ...
> Unpacking replacement fink ...
> Setting up fink (0.41.0-101) ...
> Checking system... i386-apple-darwin15.6.0
> Under Mac OS X 10.11.6, Fink must be bootstrapped or updated with gcc
> 4.2, however, you currently have gcc (unknown version) selected.
> Make sure that your developer tools are current for your system and
> have not been locally modified.
> /sw/bin/dpkg: error processing fink (--install):
>  subprocess post-installation script returned error exit status 69
> Errors were encountered while processing:
>  fink
> ### execution of /sw/bin/dpkg-lockwait failed, exit code 1
> Failed: can't install package fink-0.41.0-101
> 

(we should probably change the gcc version message here)

Whoops, I forgot about your original post.  Sorry about that.

The message usually comes comes up when gcc (really clang, now) gives an output 
which is unexpected.  What do you get from the following commands:

/usr/bin/gcc --version
ls -l /usr/bin/gcc

?


--
___
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-0.41.0-101 du_sk.t build failure

2016-09-26 Thread Alexander Hansen
(plaintext, please)

> On Sep 26, 2016, at 12:14, Patrick Carmack  wrote:
> 
> I have several Macs, but Fink has recently started to fail to build on two of 
> my Mac Pros. I suspect that it has something to do with an interaction 
> between the Core Storage configuration that I have on the two cMP’s and du. I 
> have been getting around it by manually editing du_sk.t to pass the test, but 
> thought I would bring it up since it has persisted.
> 
> Here’s the output from the failed build. In the script, du fails on the first 
> test because it returns a value larger than 8.
> 
> Thank You,
> 
> Patrick Carmack
> 
>> 
>> Use 'fink reinstall fink' to switch distributions
>> from 10.11 to 10.12.
>> Information about 9855 packages read in 7 seconds.
>> No .deb found so fink-0.41.0-101 must be rebuilt
>> The package 'fink' will be built without being installed.
>> Reading build dependency for fink-0.41.0-101...
>> Reading dependency for fink-0.41.0-101...
>> Reading build conflict for fink-0.41.0-101...
>> The following package will be rebuilt:
>>  fink
>> Setting runtime build-lock...
>> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fink-0.41.0-101 
>> /sw/src/fink.build
>> dpkg-deb: building package `fink-buildlock-fink-0.41.0-101' in 
>> `/sw/src/fink.build/fink-buildlock-fink-0.41.0-101_2016.09.26-14.06.06_darwin-x86_64.deb'.
>> Installing build-lock package...
>> /sw/bin/dpkg-lockwait -i 
>> /sw/src/fink.build/fink-buildlock-fink-0.41.0-101_2016.09.26-14.06.06_darwin-x86_64.deb
>> Selecting previously deselected package fink-buildlock-fink-0.41.0-101.
>> (Reading database ... 180189 files and directories currently installed.)
>> Unpacking fink-buildlock-fink-0.41.0-101 (from 
>> .../fink-buildlock-fink-0.41.0-101_2016.09.26-14.06.06_darwin-x86_64.deb) ...
>> Setting up fink-buildlock-fink-0.41.0-101 (2016.09.26-14.06.06) ...
>> 
>> env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xvf 
>> /sw/src/fink-0.41.0.tar.gz
>> fink-0.41.0/
>> fink-0.41.0/10.7/
>> fink-0.41.0/10.7/apt.info
>> fink-0.41.0/10.7/apt.patch
>> fink-0.41.0/10.7/base-files.info
>> fink-0.41.0/10.7/bzip2.info
>> fink-0.41.0/10.7/bzip2.patch
>> fink-0.41.0/10.7/cvs.info
>> fink-0.41.0/10.7/cvs.patch
>> fink-0.41.0/10.7/debianutils.info
>> fink-0.41.0/10.7/dpkg-base-files.info
>> fink-0.41.0/10.7/dpkg-bootstrap.info
>> fink-0.41.0/10.7/dpkg.info
>> fink-0.41.0/10.7/dpkg.patch
>> fink-0.41.0/10.7/fink-mirrors.info
>> fink-0.41.0/10.7/gettext-tools-tests.patch
>> fink-0.41.0/10.7/gettext-tools.info
>> fink-0.41.0/10.7/gzip.info
>> fink-0.41.0/10.7/libgettext8-shlibs.info
>> fink-0.41.0/10.7/libgettext8-shlibs.patch
>> fink-0.41.0/10.7/libiconv.info
>> fink-0.41.0/10.7/libiconv.patch
>> fink-0.41.0/10.7/ncurses.info
>> fink-0.41.0/10.7/openssl100-dev.info
>> fink-0.41.0/10.7/openssl100-dev.patch
>> fink-0.41.0/10.7/sensible-utils.info
>> fink-0.41.0/10.7/tar.info
>> fink-0.41.0/10.7/unzip.info
>> fink-0.41.0/10.7/unzip.patch
>> fink-0.41.0/10.9-libcxx/
>> fink-0.41.0/10.9-libcxx/apt.info
>> fink-0.41.0/10.9-libcxx/apt.patch
>> fink-0.41.0/10.9-libcxx/base-files.info
>> fink-0.41.0/10.9-libcxx/bzip2.info
>> fink-0.41.0/10.9-libcxx/bzip2.patch
>> fink-0.41.0/10.9-libcxx/cvs.info
>> fink-0.41.0/10.9-libcxx/cvs.patch
>> fink-0.41.0/10.9-libcxx/debianutils.info
>> fink-0.41.0/10.9-libcxx/dpkg-base-files.info
>> fink-0.41.0/10.9-libcxx/dpkg-bootstrap.info
>> fink-0.41.0/10.9-libcxx/dpkg.info
>> fink-0.41.0/10.9-libcxx/dpkg.patch
>> fink-0.41.0/10.9-libcxx/fink-mirrors.info
>> fink-0.41.0/10.9-libcxx/gettext-tools-tests.patch
>> fink-0.41.0/10.9-libcxx/gettext-tools.info
>> fink-0.41.0/10.9-libcxx/gzip.info
>> fink-0.41.0/10.9-libcxx/libgettext8-shlibs.info
>> fink-0.41.0/10.9-libcxx/libgettext8-shlibs.patch
>> fink-0.41.0/10.9-libcxx/libiconv.info
>> fink-0.41.0/10.9-libcxx/libiconv.patch
>> fink-0.41.0/10.9-libcxx/ncurses.info
>> fink-0.41.0/10.9-libcxx/openssl100-dev.info
>> fink-0.41.0/10.9-libcxx/openssl100-dev.patch
>> fink-0.41.0/10.9-libcxx/sensible-utils.info
>> fink-0.41.0/10.9-libcxx/tar.info
>> fink-0.41.0/10.9-libcxx/unzip.info
>> fink-0.41.0/10.9-libcxx/unzip.patch
>> fink-0.41.0/AUTHORS
>> fink-0.41.0/Authors.md
>> fink-0.41.0/bootstrap
>> fink-0.41.0/bootstrap-phase2.pl
>> fink-0.41.0/compiler_wrapper-10.6.in
>> fink-0.41.0/compiler_wrapper-10.7.in
>> fink-0.41.0/compiler_wrapper-10.9.in
>> fink-0.41.0/COPYING
>> fink-0.41.0/Copying.md
>> fink-0.41.0/dpkg-checkall.sh
>> fink-0.41.0/fink-dpkg-status-cleanup.in
>> fink-0.41.0/fink-instscripts.in
>> fink-0.41.0/fink-scanpackages.in
>> fink-0.41.0/fink-virtual-pkgs.in
>> fink-0.41.0/fink.8.in
>> fink-0.41.0/fink.conf.5.in
>> fink-0.41.0/fink.csh
>> fink-0.41.0/fink.in
>> fink-0.41.0/fink.info.in
>> fink-0.41.0/fink.sh
>> fink-0.41.0/fink.shlibs
>> fink-0.41.0/g++-wrapper.in
>> fink-0.41.0/images/
>> fink-0.41.0/images/finkDoneFailed.png
>> fink-0.41.0/images/finkDonePassed.png
>> fink-0.41.0/images/finkPackageBuildFailed.png
>> 

[Fink-users] fink-0.41.0-101 du_sk.t build failure

2016-09-26 Thread Patrick Carmack
I have several Macs, but Fink has recently started to fail to build on two of 
my Mac Pros. I suspect that it has something to do with an interaction between 
the Core Storage configuration that I have on the two cMP’s and du. I have been 
getting around it by manually editing du_sk.t to pass the test, but thought I 
would bring it up since it has persisted.

Here’s the output from the failed build. In the script, du fails on the first 
test because it returns a value larger than 8.

Thank You,

Patrick Carmack

> 
> Use 'fink reinstall fink' to switch distributions
> from 10.11 to 10.12.
> Information about 9855 packages read in 7 seconds.
> No .deb found so fink-0.41.0-101 must be rebuilt
> The package 'fink' will be built without being installed.
> Reading build dependency for fink-0.41.0-101...
> Reading dependency for fink-0.41.0-101...
> Reading build conflict for fink-0.41.0-101...
> The following package will be rebuilt:
>  fink
> Setting runtime build-lock...
> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fink-0.41.0-101 
> /sw/src/fink.build
> dpkg-deb: building package `fink-buildlock-fink-0.41.0-101' in 
> `/sw/src/fink.build/fink-buildlock-fink-0.41.0-101_2016.09.26-14.06.06_darwin-x86_64.deb'.
> Installing build-lock package...
> /sw/bin/dpkg-lockwait -i 
> /sw/src/fink.build/fink-buildlock-fink-0.41.0-101_2016.09.26-14.06.06_darwin-x86_64.deb
> Selecting previously deselected package fink-buildlock-fink-0.41.0-101.
> (Reading database ... 180189 files and directories currently installed.)
> Unpacking fink-buildlock-fink-0.41.0-101 (from 
> .../fink-buildlock-fink-0.41.0-101_2016.09.26-14.06.06_darwin-x86_64.deb) ...
> Setting up fink-buildlock-fink-0.41.0-101 (2016.09.26-14.06.06) ...
> 
> env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xvf 
> /sw/src/fink-0.41.0.tar.gz
> fink-0.41.0/
> fink-0.41.0/10.7/
> fink-0.41.0/10.7/apt.info
> fink-0.41.0/10.7/apt.patch
> fink-0.41.0/10.7/base-files.info
> fink-0.41.0/10.7/bzip2.info
> fink-0.41.0/10.7/bzip2.patch
> fink-0.41.0/10.7/cvs.info
> fink-0.41.0/10.7/cvs.patch
> fink-0.41.0/10.7/debianutils.info
> fink-0.41.0/10.7/dpkg-base-files.info
> fink-0.41.0/10.7/dpkg-bootstrap.info
> fink-0.41.0/10.7/dpkg.info
> fink-0.41.0/10.7/dpkg.patch
> fink-0.41.0/10.7/fink-mirrors.info
> fink-0.41.0/10.7/gettext-tools-tests.patch
> fink-0.41.0/10.7/gettext-tools.info
> fink-0.41.0/10.7/gzip.info
> fink-0.41.0/10.7/libgettext8-shlibs.info
> fink-0.41.0/10.7/libgettext8-shlibs.patch
> fink-0.41.0/10.7/libiconv.info
> fink-0.41.0/10.7/libiconv.patch
> fink-0.41.0/10.7/ncurses.info
> fink-0.41.0/10.7/openssl100-dev.info
> fink-0.41.0/10.7/openssl100-dev.patch
> fink-0.41.0/10.7/sensible-utils.info
> fink-0.41.0/10.7/tar.info
> fink-0.41.0/10.7/unzip.info
> fink-0.41.0/10.7/unzip.patch
> fink-0.41.0/10.9-libcxx/
> fink-0.41.0/10.9-libcxx/apt.info
> fink-0.41.0/10.9-libcxx/apt.patch
> fink-0.41.0/10.9-libcxx/base-files.info
> fink-0.41.0/10.9-libcxx/bzip2.info
> fink-0.41.0/10.9-libcxx/bzip2.patch
> fink-0.41.0/10.9-libcxx/cvs.info
> fink-0.41.0/10.9-libcxx/cvs.patch
> fink-0.41.0/10.9-libcxx/debianutils.info
> fink-0.41.0/10.9-libcxx/dpkg-base-files.info
> fink-0.41.0/10.9-libcxx/dpkg-bootstrap.info
> fink-0.41.0/10.9-libcxx/dpkg.info
> fink-0.41.0/10.9-libcxx/dpkg.patch
> fink-0.41.0/10.9-libcxx/fink-mirrors.info
> fink-0.41.0/10.9-libcxx/gettext-tools-tests.patch
> fink-0.41.0/10.9-libcxx/gettext-tools.info
> fink-0.41.0/10.9-libcxx/gzip.info
> fink-0.41.0/10.9-libcxx/libgettext8-shlibs.info
> fink-0.41.0/10.9-libcxx/libgettext8-shlibs.patch
> fink-0.41.0/10.9-libcxx/libiconv.info
> fink-0.41.0/10.9-libcxx/libiconv.patch
> fink-0.41.0/10.9-libcxx/ncurses.info
> fink-0.41.0/10.9-libcxx/openssl100-dev.info
> fink-0.41.0/10.9-libcxx/openssl100-dev.patch
> fink-0.41.0/10.9-libcxx/sensible-utils.info
> fink-0.41.0/10.9-libcxx/tar.info
> fink-0.41.0/10.9-libcxx/unzip.info
> fink-0.41.0/10.9-libcxx/unzip.patch
> fink-0.41.0/AUTHORS
> fink-0.41.0/Authors.md
> fink-0.41.0/bootstrap
> fink-0.41.0/bootstrap-phase2.pl
> fink-0.41.0/compiler_wrapper-10.6.in
> fink-0.41.0/compiler_wrapper-10.7.in
> fink-0.41.0/compiler_wrapper-10.9.in
> fink-0.41.0/COPYING
> fink-0.41.0/Copying.md
> fink-0.41.0/dpkg-checkall.sh
> fink-0.41.0/fink-dpkg-status-cleanup.in
> fink-0.41.0/fink-instscripts.in
> fink-0.41.0/fink-scanpackages.in
> fink-0.41.0/fink-virtual-pkgs.in
> fink-0.41.0/fink.8.in
> fink-0.41.0/fink.conf.5.in
> fink-0.41.0/fink.csh
> fink-0.41.0/fink.in
> fink-0.41.0/fink.info.in
> fink-0.41.0/fink.sh
> fink-0.41.0/fink.shlibs
> fink-0.41.0/g++-wrapper.in
> fink-0.41.0/images/
> fink-0.41.0/images/finkDoneFailed.png
> fink-0.41.0/images/finkDonePassed.png
> fink-0.41.0/images/finkPackageBuildFailed.png
> fink-0.41.0/images/finkPackageBuildPassed.png
> fink-0.41.0/images/finkPackageInstallationFailed.png
> fink-0.41.0/images/finkPackageInstallationPassed.png
> fink-0.41.0/images/finkPackageRemovalFailed.png
>