Summary: | www/firefox fails to build | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | pvoigt | ||||
Component: | Individual Port(s) | Assignee: | freebsd-gecko (Nobody) <gecko> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | Flags: | bugzilla:
maintainer-feedback?
(gecko) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
pvoigt
2015-04-12 21:08:03 UTC
Comment on attachment 155526 [details] www/firefox build log > gmake[6]: Entering directory '/usr/ports/www/firefox/work/mozilla-release/obj-x86_64-portbld-freebsd10.1/layout/build' ... > /usr/ports/www/firefox/work/mozilla-release/config/rules.mk:930: recipe for target 'Unified_cpp_layout_build0.o' failed Did you forget to log stderr? There's no error message as for why the recipe failed, usually a compiler error. I have redirected stdout to file using tee, because I expected stderr on stdout. Nevertheless, I rebuilt www/firefox - meanwhile at version 37.0.2 - with # portmaster -D -G www/firefox >/tmp/firefox_build.log 2>&1 and found no additional information. I am not sure if this is what you mean. Well, yesterday I discovered how to use pkg to check shared library depenndencies and I found a stale dependency of print/cups-filters on port openssl. After a rebuild of prints/cups-filters against base openssl I started a rebuild of www/firefox - success! One hint about my above conclusion: I noticed that I could not even cleanly install www/firefox as a binary package because pkg insisted on installing port openssl. But my system does not have port openssl installed at all. Instead I recently rebuilt all ports against base openssl. I change the status of this PR correspondingly. Peter |