-
Notifications
You must be signed in to change notification settings - Fork 40
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
0.4.1 fails to build on FreeBSD 11.0-RELEASE-p6 #54
Comments
* bug/54: fix, fix build issue on FreeBSD 11 as proposed in bug #54
|
Thanks for the report. I applied your suggested patch, it should be the root cause because none of the As for the PS, I gave up on C language bindings a while ago (apart from using the libdut library internally). Mainly because the API doesn't feel as elegant as I originally envisaged. |
- Update to version 0.4.1 - Remove legacy patches which was accepted upstream [^1] - Fix build error [^2] - Remove C bindings from pkg-plist. Author no longer considers API as public. Extended commentary on the topic given by him in issue freebsd#54. - portlint yields single warning regarding no ftp/http mirror in MASTER_SITES, but I have no idea how to resolve it. Author [admittedly] uses GH as primary platform, but it's HTTPS as well and does nothing in this case. Has been successfully built on following versions: 10.2-RELEASE-p28/amd64 10.2-RELEASE-p28/i386 10.3-RELEASE-p15/amd64 10.3-RELEASE-p15/i386 11.0-RELEASE-p6/amd64 11.0-RELEASE-p6/i386 Full poudriere logs - https://gist.github.com/15287909c8dc2e3a5030c763cb7607a6 [^1]: hroptatyr/dateutils@45ebf6d [^2]: hroptatyr/dateutils#54, patch was accepted by author
|
Thanks for your prompt response and commentary regarding C bindings. Have just successfully built port on various FreeBSD versions/architectures and submitted patch (Bug 215931) to freebsd-ports-bugs@. Issue is now resolved. |
Hello,
I'm working on sysutils/dateutils FreeBSD port and encountered following build error:
Full build log is available here.
Following patch fixed build issue, but I'm not sure that root cause was addressed.
P.S. Also, for some reason, lib files (
include/dateutils/*.h, lib/libdut.a, libdata/pkgconfig/libdut.pc) weren't installed duringmake installphase, though have been built successfully.The text was updated successfully, but these errors were encountered: