Opened 5 years ago
Closed 5 years ago
#58532 closed defect (fixed)
pypy @7.1.1: didn't catch all references to /sw and /opt/local
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | danchr (Dan Villiom Podlaski Christiansen) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | pypy |
Description
DEBUG: Executing proc-post-org.macports.patch-patch-0 Error: Failed to patch pypy: didn't catch all references to /sw and /opt/local: /opt/local/var/macports/build/_opt_bblocal_var_buildworker_ports_build_ports_lang_pypy/pypy/work/pypy2.7-v7.1.1-src/pypy/doc/image/bpnn_update_detail.png DEBUG: Error code: NONE
Change History (6)
comment:1 Changed 5 years ago by jmroot (Joshua Root)
comment:2 Changed 5 years ago by ryandesign (Ryan Carsten Schmidt)
Yes. The point is, the build failed, so maybe that check needs to be refined to only check text files.
comment:3 Changed 5 years ago by jmroot (Joshua Root)
comment:4 Changed 5 years ago by jmroot (Joshua Root)
I changed it to a warning for now, just to fix the build failure. I'll leave further refinements to the maintainer, such as restricting the check to appropriate file types, and a maintainer mode variable that can be set to turn the warning into an error.
comment:6 Changed 5 years ago by danchr (Dan Villiom Podlaski Christiansen)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
How could a PNG image possibly contain a relevant path reference? At worst it's just in the metadata, and it could easily just be
/sw
coincidentally occurring somewhere in the binary data.