-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
module-build-tiny-pm5XXX FTBS #1036
Comments
0.039 on 10.14.6 (pm5184) w/out patching PkgVersion:
Patching PkgVersion to add ARCHFLAGS makes it work. However, isn't it problematic that the patch adding ARCHFLAGS (which I copied from the PatchScript and CompileScript chunks), is hardcoded to use the system-SDK for system-perl? When I tried building module-build-tiny-pm5282, ARCHFLAGS pointed to the perl5.18 SDK directory. |
For now, it seems like this is only a bug in the test: using M::B::T would be in CompileScript, that already has |
Building module-build-xsutil-pm-0.19-1 on 13.6, I see this being run during CompileScript pointing to the SDK (yay).
However, the tests fail during TestScript, missing EXTERN.h. One of the tests gives enough diagnostics:
with the flag pointing to /System, and NOT the SDK. module-build-xsutil-pm uses Build.PL |
On 10.14.5 with system-perl5184:
If I edit PkgVersion.pm to include ARCHFLAGS in TestScript, then the tests pass:
Also, there's no
module-build-tiny-pm-10.15.info
The text was updated successfully, but these errors were encountered: