Opened 9 years ago
Closed 9 years ago
#48209 closed defect (fixed)
py34-bpython @0.13.1_0: missing select file
Reported by: | samjack@… | Owned by: | larryv (Lawrence Velázquez) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | lpsinger (Leo Singer) | |
Port: | py34-bpython |
Description
Running install script for py34-bpython port, I get a failure message for non existent file.
:debug:destroot Executing proc-post-org.macports.destroot-destroot-0 :debug:destroot PortGroup select: Installing select files to destroot :error:destroot org.macports.destroot for port py34-bpython returned: xinstall: Cannot stat: /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-bpython/files/bpython34, No such file or directory :debug:destroot Error code: NONE
In the build step, the script creates an install file for 3.3 version, i.e. /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-bpython/files/bpython33
P.S python 3.3 is not installed
Change History (3)
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Keywords: | bpython removed |
---|---|
Owner: | changed from macports-tickets@… to aronnax@… |
Port: | py-bpython added; py34-bpython removed |
comment:2 Changed 9 years ago by larryv (Lawrence Velázquez)
Cc: | aronnax@… added |
---|---|
Owner: | changed from aronnax@… to larryv@… |
Port: | py34-bpython added; py-bpython removed |
Status: | new → assigned |
Summary: | py34-bpython @0.13.1 install failure → py34-bpython @0.13.1_0: missing select file |
My fault, r130271 was incomplete.
comment:3 Changed 9 years ago by larryv (Lawrence Velázquez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to samjack@…:
In the build step, the script creates an install file for 3.3 version, i.e. /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/python/py-bpython/files/bpython33
That file is not generated; it’s provided by the port itself. I neglected to create a new one when I added the Python 3.4 subport in r130271.
Should be fixed by r138157. Run this in about 30 minutes, and you should be fine.
% sudo port clean py34-bpython % sudo port selfupdate % sudo port install py34-bpython
In the future, please Cc the port maintainers (
port info --maintainers py34-bpython
), if any.