> On Jun 6, 2015, at 11:42, Alexander Hansen <alexanderk.han...@gmail.com> 
> wrote:
> 
> Changing the subject to something less vague.
> 
> We prefer that bug reports only involve one package at a time, so that people 
> can more easily search for their issue in the mailing list archives.
> 
>> On Jun 3, 2015, at 23:44, Radek Szklarczyk <kedar...@yahoo.com> wrote:
>> 
>> Dear Fink-users,
>> Recently I observe a number of "mv" command errors when trying to update 
>> fink packages. That happens for pip-py27, virtualenv-py27 and a few other 
>> packages. Please advise!
>> Greetings,
>> Radek 
>> 
>> $ fink update pip-py27
>> Information about 11265 packages read in 1 seconds.
>> The following package will be installed or updated:
>> pip-py27
>> Setting runtime build-lock...
>> dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-pip-py27-7.0.0-1 
>> /sw/src/fink.build
>> dpkg-deb: building package `fink-buildlock-pip-py27-7.0.0-1' in 
>> `/sw/src/fink.build/fink-buildlock-pip-py27-7.0.0-1_2015.06.04-08.35.58_darwin-x86_64.deb'.
>> Installing build-lock package...
>> /sw/bin/dpkg-lockwait -i 
>> /sw/src/fink.build/fink-buildlock-pip-py27-7.0.0-1_2015.06.04-08.35.58_darwin-x86_64.deb
>> Selecting previously deselected package fink-buildlock-pip-py27-7.0.0-1.
>> (Reading database ... 254258 files and directories currently installed.)
>> Unpacking fink-buildlock-pip-py27-7.0.0-1 (from 
>> .../fink-buildlock-pip-py27-7.0.0-1_2015.06.04-08.35.58_darwin-x86_64.deb) 
>> ...
>> Setting up fink-buildlock-pip-py27-7.0.0-1 (2015.06.04-08.35.58) ...
>> 
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.aGOqz
>> env LANG=C LC_ALL=C /sw/bin/tar  --no-same-owner --no-same-permissions -xvf 
>> /sw/src/pip-7.0.0.tar.gz
>> pip-7.0.0/
>> pip-7.0.0/AUTHORS.txt
>> pip-7.0.0/CHANGES.txt
>> pip-7.0.0/docs/
>> [...]
>> pip-7.0.0/setup.py
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.SXHC7
>> echo Skipping compile stage
>> Skipping compile stage
>> /bin/rm -rf /sw/src/fink.build/root-pip-py27-7.0.0-1
>> /bin/mkdir -p /sw/src/fink.build/root-pip-py27-7.0.0-1/sw
>> /bin/mkdir -p /sw/src/fink.build/root-pip-py27-7.0.0-1/DEBIAN
>> /usr/sbin/chown -R fink-bld:fink-bld /sw/src/fink.build/root-pip-py27-7.0.0-1
>> sudo -u fink-bld [ENV] sh -c /tmp/fink.JmV2A
>> /tmp/fink.8M6Wc
>> #!/bin/bash -ev
>>  /sw/bin/python2.7 setup.py install 
>> --root=/sw/src/fink.build/root-pip-py27-7.0.0-1
>> /sw/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
>> option: 'entry_points'
>>  warnings.warn(msg)
>> /sw/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
>> option: 'extras_require'
>>  warnings.warn(msg)
>> /sw/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
>> option: 'zip_safe'
>>  warnings.warn(msg)
>> /sw/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
>> option: 'tests_require'
>>  warnings.warn(msg)
>> running install
>> running build
>> running build_py
>> creating build
>> creating build/lib
>> creating build/lib/pip
>> copying pip/__init__.py -> build/lib/pip
>> copying pip/__main__.py -> build/lib/pip
>> copying pip/basecommand.py -> build/lib/pip
>> copying pip/baseparser.py -> build/lib/pip
>> […]
>> /sw/src/fink.build/root-pip-py27-7.0.0-1/sw/lib/python2.7/site-packages/pip/vcs/subversion.py
>>  to subversion.pyc
>> byte-compiling 
>> /sw/src/fink.build/root-pip-py27-7.0.0-1/sw/lib/python2.7/site-packages/pip/wheel.py
>>  to wheel.pyc
>> running install_egg_info
>> Writing 
>> /sw/src/fink.build/root-pip-py27-7.0.0-1/sw/lib/python2.7/site-packages/pip-7.0.0-py2.7.egg-info
>>  for file in /sw/src/fink.build/root-pip-py27-7.0.0-1/sw/bin/pip 
>> /sw/src/fink.build/root-pip-py27-7.0.0-1/sw/bin/pip[23]; do
>>    mv $file ${file}-py2.7
>>  done
>> mv: rename /sw/src/fink.build/root-pip-py27-7.0.0-1/sw/bin/pip to 
>> /sw/src/fink.build/root-pip-py27-7.0.0-1/sw/bin/pip-py2.7: No such file or 
>> directory
>> ### execution of /tmp/fink.8M6Wc failed, exit code 1
>> ### execution of /tmp/fink.JmV2A failed, exit code 1
>> Removing runtime build-lock...
>> Removing build-lock package...
>> /sw/bin/dpkg-lockwait -r fink-buildlock-pip-py27-7.0.0-1
>> (Reading database ... 254259 files and directories currently installed.)
>> Removing fink-buildlock-pip-py27-7.0.0-1 ...
>> Failed: phase installing: pip-py27-7.0.0-1 failed
>> 
>> Before reporting any errors, please run "fink selfupdate" and try again.
>> 
>> If you continue to have issues, please check to see if the FAQ on Fink's 
>> website solves the problem.  If not, ask on one (not both, please) of
>> these mailing lists:
>> 
>>      The Fink Users List <fink-users@lists.sourceforge.net>
>>      The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,
>> 
>> with a carbon copy to the maintainer:
>> 
>>      Kurt Schwehr <goat...@users.sourceforge.net>
>> 
>> Note that this is preferable to emailing just the maintainer directly,
>> since most fink package maintainers do not have access to all possible
>> hardware and software configurations.
>> 
>> Please try to include the complete error message in your report.  This
>> generally consists of a compiler line starting with e.g. "gcc" or "g++"
>> followed by the actual error output from the compiler.
>> 
>> Also include the following system information:
>> Package manager version: 0.38.5
>> Distribution version: selfupdate-rsync Thu Jun  4 08:35:28 2015, 10.10, 
>> x86_64
>> Trees: local/main stable/main local/injected
>> Xcode.app: 6.3.2
>> Xcode command-line tools: 6.3.2.0.1.1431401888
>> Max. Fink build jobs:  1
>> 
>> ——————————————————————————————————————————————
>> 
> 
> <snip>  No useful information in the second one.
> 
> “No such file or directory” are a generic class of errors which indicate that 
> something failed to build but the build process didn’t stop.  
> 
> I don’t reproduce this error on my system (10.10/Xcode 6.3).  What do you get 
> from “/sw/bin/python -V” ?
> 
> -- 
> Alexander Hansen, Ph.D.
> Fink User Liaison
> 

The reply got lost in the moderation queue by accident—I was doing the list 
moderation too early in the morning.   I’ll paste the most relevant items from 
Radek’s reply here:

Thanks for looking into it!

# /sw/bin/python -V
Python 2.7.10

I attach the output again, because the previous was not readable. Do you also 
have warnings

#!/bin/bash -ev
  /sw/bin/python2.7 setup.py install 
--root=/sw/src/fink.build/root-pip-py27-7.0.3-1
/sw/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution 
option: 'entry_points'
  warnings.warn(msg)

In the middle of installation?

Greetings,
Radek 


I don’t see those messages in my build.  This might be one of the rare cases 
where something which is listed as a warning actually indicates a fatal problem.

Let’s check the environment that the build is using.   What do you get from 
“fink dumpinfo -ePYTHONPATH pip-py27”?




------------------------------------------------------------------------------
_______________________________________________
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

Reply via email to