Bug 224054 - www/iridium: Fails with non-default python
Summary: www/iridium: Fails with non-default python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-chromium (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-03 12:51 UTC by Peter Wullinger
Modified: 2018-02-20 20:24 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (chromium)


Attachments
poudriere build log (77.68 KB, text/x-log)
2017-12-03 12:51 UTC, Peter Wullinger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Wullinger 2017-12-03 12:51:57 UTC
Created attachment 188491 [details]
poudriere build log

When building with

DEFAULT_VERSIONS += python=3.6

I have configuration failing with 

Command: python -- /wrkdirs/usr/ports/www/iridium/work/iridium-browser-58.0/build/mac/should_use_hermetic_xcode.py bsd
Returned 1.
stderr:

  File "/wrkdirs/usr/ports/www/iridium/work/iridium-browser-58.0/build/mac/should_use_hermetic_xcode.py", line 30
    print main()

As far as I can see, the failing scripts are generated during configure, are thus not processed by shebangfix and still have "#! /usr/bin/env python".

Not sure how to best fix this, though.
Comment 1 Peter Wullinger 2018-02-20 20:24:11 UTC
At least for me this is fixed by ports r462371, also referenced in bug #225752. 

Port now builds and generates a working package.