-
-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
wkhtmltopdf build failed on darwin #11861
Comments
previous problems fixed. next:
|
"/nix/store/s150x6ps466da9pfmpbvja0vq88542w7-mariadb-10.1.9.drv" -> "/nix/store/6br54284zm1bzqf8qmv16hk15d50vky6-qt-mod-4.8.6.drv" so mariadb and postgresql are dependencys of qt-mod-4.8.6. that is not needed here |
I updated to the latest version on 16.03, attemping build on my OSX machine now |
gah no luck |
My build is failing at mariadb as well |
I got past the error as well by not depending on mysql, now getting the same error as you:
looks like qt4 is broken on osx or something similar? /cc @ttuegel @copumpkin |
|
It builds a custom qt because they need some patches. The build probably expects the apple compiler, I'm still not clear on how to set that. /cc @copumpkin @shlevy any pointers? |
Currently fails on nixos on linking too...
Attempted to build latest commit: d2dcbd3 |
On the plus side, Chromium can now do everything that wkhtmltopdf can, and it does build. You can ask it from CLI to headlessly save to PDF, and there's a whole API that you can access with e.g. puppeteer. |
sry I'm a bad maintainer, I haven't had a chance to look at this yet |
Thank you for your contributions. This has been automatically marked as stale because it has had no activity for 180 days. If this is still important to you, we ask that you leave a comment below. Your comment can be as simple as "still important to me". This lets people see that at least one person still cares about this. Someone will have to do this at most twice a year if there is no other activity. Here are suggestions that might help resolve this more quickly:
|
Unbreak wkhtmltopdf on darwin by changing dylib paths. Fixes issue NixOS#11861.
i have no idea why it builds mariadb and postgresql.
https://gist.github.com/davidak/c2e98780dfb09d0ae398
that mariadb build fails is another issue (#11863).
@jb55
The text was updated successfully, but these errors were encountered: