#29475 closed defect (fixed)
python32 @3.2_1+ucs4 post-destroot error - reinplace failure
Reported by: | katsuji.ishikawa@… | Owned by: | jyrkiwahlstedt |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | Cc: | macports.org@… | |
Port: | python32 |
Description
python32 +ucs4 post-destroot error.
% sudo port install python32 +ucs4 ---> Computing dependencies for python32 ---> Fetching python32 ---> Verifying checksum(s) for python32 ---> Extracting python32 ---> Applying patches to python32 ---> Configuring python32 ---> Building python32 ---> Staging python32 into destroot Error: reinplace: couldn't read file "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python32/work/destroot/opt/local/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/config-3.2m/Makefile": no such file or directory Error: Target org.macports.destroot returned: reinplace sed(1) failed Log for python32 is at: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_python32/main.log Error: Status 1 encountered during processing. To report a bug, see <http://guide.macports.org/#project.tickets>
So, I wrote a patch.
( reinplace config-3.2m/Makefile when not ucs4 variants,
reinplace config-3.2mu/Makefile when ucs4 variants) I checked +ucs4 variants and novariants build.
Attachments (1)
Change History (7)
comment:1 Changed 14 years ago by katsuji.ishikawa@…
comment:2 Changed 14 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to jwa@… |
---|---|
Port: | python32 added |
Changed 14 years ago by katsuji.ishikawa@…
Attachment: | patch-python32-Portfile.txt added |
---|
fixed Portfile's patch
comment:4 Changed 13 years ago by freezingmariner@…
I'm still getting this exact same error with the latest version of macports on Lion.
comment:5 Changed 13 years ago by jyrkiwahlstedt
Resolution: | → fixed |
---|---|
Status: | new → closed |
Should work after r83190
comment:6 Changed 13 years ago by macports.org@…
I can confirm that the issue has been fixed for me, python32 +ucs4 installs without any issue.
Note: See
TracTickets for help on using
tickets.
Oh, mistake. incorrect patch.. Please ignore this patch. sorry.