Bug 564723
| Summary: | FTBFS dillo-0.8.6-11.fc12: ImplicitDSOLinking | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | FTBFS <ftbfs> | ||||||||||||||||||
| Component: | dillo | Assignee: | Andreas Bierfert <andreas.bierfert> | ||||||||||||||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||
| Severity: | high | Docs Contact: | |||||||||||||||||||
| Priority: | high | ||||||||||||||||||||
| Version: | 13 | CC: | andreas.bierfert, bruno | ||||||||||||||||||
| Target Milestone: | --- | Keywords: | Triaged | ||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||
| Hardware: | All | ||||||||||||||||||||
| OS: | Linux | ||||||||||||||||||||
| URL: | http://linux.dell.com/files/fedora/FixBuildRequires/mock-results/ | ||||||||||||||||||||
| Whiteboard: | |||||||||||||||||||||
| Fixed In Version: | dillo-0.8.6-12.fc13 | Doc Type: | Bug Fix | ||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||
| Last Closed: | 2010-04-16 23:48:30 UTC | Type: | --- | ||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||
| Embargoed: | |||||||||||||||||||||
| Bug Depends On: | |||||||||||||||||||||
| Bug Blocks: | 564245 | ||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||
|
Description
FTBFS
2010-02-13 16:42:56 UTC
Created attachment 391355 [details]
root.log
root.log for i386
Created attachment 391356 [details]
build.log
build.log for i386
Created attachment 391357 [details]
mock.log
mock.log for i386
Created attachment 391358 [details]
root.log
root.log for x86_64
Created attachment 391359 [details]
build.log
build.log for x86_64
Created attachment 391360 [details]
mock.log
mock.log for x86_64
This bug appears to have been reported against 'rawhide' during the Fedora 13 development cycle. Changing version to '13'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping I started looking at this as part of my Fedora Engineering Services task. I think it won't be too hard to fix the missing -lcrypto, but I noticed that the spec file is building stuff outside the build root (or at least isn't cleaning up properly requiring manual cleanup between builds) which is bad. Doing the normal alternate build stuff won't work because you need two copies of the source, one of which gets heavily patched. I'd like to fix this at the same time. I just need to think on it a bit. I think just an rm -rf is needed before the mv. setup normally does that before extracting and archive, so that's probably the right thing to do. Created attachment 405798 [details]
Patch to add -lcrypto for i18n part of build
I think I have something that works now. The problem part of the build was the i18n version. It seems to add an https option or an extra https feature compared to the normal version. And only -lssl was getting added, when -lcrypto was needed as well. So I have included a patch to src/Makefile.in that is only applied in the i18n part of the build. Since src/Makefile is already tweaked by the i18n patch, I am not going to try to add a Makefile.am patch since I don't think it would line up in any case.
I will also be attaching a sample spec file. It includes this patch and tries to removing existing i18n source in the BUILD directory if it already exists. This makes doing multiple rpmbuilds easier. There is a changelog entry for this which you are free to change; I don't need credit.
Created attachment 405799 [details]
Updated spec file
dillo-0.8.6-12.fc13 has been submitted as an update for Fedora 13. http://admin.fedoraproject.org/updates/dillo-0.8.6-12.fc13 Thanks for making the build. dillo-0.8.6-12.fc13 has been pushed to the Fedora 13 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update dillo'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/dillo-0.8.6-12.fc13 dillo-0.8.6-12.fc13 has been pushed to the Fedora 13 stable repository. If problems still persist, please make note of it in this bug report. |