Bug 210357 - devel/scons installation error due to bad plist
Summary: devel/scons installation error due to bad plist
Status: Closed Not A Bug
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-17 20:46 UTC by Sean M. Collins
Modified: 2016-06-20 20:14 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sean M. Collins 2016-06-17 20:46:22 UTC
daishi# make install
===>  Installing for scons-2.5.0
===>   scons-2.5.0 depends on executable: gm4 - found
===>   scons-2.5.0 depends on package: py27-setuptools27>0 - found
===>   scons-2.5.0 depends on file: /usr/local/bin/python2.7 - found
===>   scons-2.5.0 depends on executable: python2 - found
===>  Checking if scons already installed
===>   Registering installation for scons-2.5.0
pkg-static: Plist error, directory listed as a file: lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info
*** Error code 74

Stop.
make: stopped in /usr/ports/devel/scons
Comment 1 Sean M. Collins 2016-06-17 20:46:59 UTC
daishi# pwd
/usr/ports/devel/scons/work
daishi# grep 'egg-info' .PLIST.mktmp
lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info
lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/PKG-INFO
lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/SOURCES.txt
lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/dependency_links.txt
lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/top_level.txt
Comment 2 Sean M. Collins 2016-06-17 20:53:11 UTC
daishi# grep 'egg-info' .PLIST.pymodtmp
/usr/local/lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info
/usr/local/lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/dependency_links.txt
/usr/local/lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/top_level.txt
/usr/local/lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/SOURCES.txt
/usr/local/lib/scons-2.5.0/scons-2.5.0-py2.7.egg-info/PKG-INFO
Comment 3 Walter Schwarzenfeld 2016-06-17 21:04:32 UTC
Try reinstall py-setuptools and py-pip.