Bug 733615
Summary: | pkg build dependency check does not work | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Thomas Sailer <fedora> |
Component: | octave | Assignee: | Rakesh Pandit <rakesh.pandit> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | alex, mmahut, orion, susi.lehtola |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-12 00:18:52 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: |
Description
Thomas Sailer
2011-08-26 09:34:56 UTC
Works fine for me with: octave-3.4.2-2.fc15.i686 octave-devel-3.4.2-2.fc15.i686 octave-miscellaneous-1.0.11-3.fc15.i686 octave-struct-1.0.9-5.fc15.i686 Rawhide scratch build http://koji.fedoraproject.org/koji/taskinfo?taskID=3309487 built fine. F15 build roots might not be up to date at the moment. Should be once the recent octave updates are pushed to stable which should be soon. I am 99% sure I commented on this issue and closed this yesterday. The problem was that I had accidentally done a buildroot override for octave-3.4.2-1.fc1{5,6} instead of octave-3.4.2-2.fc1{5,6}. So, even though octave-3.4.2-2.fc16 was already in F16 stable, the buildroot override took preference, and compiling extensions didn't work in 3.4.2-1. I succcesfully rebuild octave-optim yesterday after correcting the override. Still does not work for me, see http://koji.fedoraproject.org/koji/taskinfo?taskID=3547338 I think I've found the problem. In the pkg build code, install() is called is such a way a to be completely impossible to test the package deps yet it is being requested to do so. For now I'm patching build() to call install and telling it not check deps. As I understand it, upstream is looking to do a major rewrite of the pkg functions so hopefully this will get addressed. octave-3.6.3-2.fc18.2 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/octave-3.6.3-2.fc18.2 Package octave-3.6.3-2.fc18.2: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing octave-3.6.3-2.fc18.2' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-20841/octave-3.6.3-2.fc18.2 then log in and leave karma (feedback). octave-3.6.3-2.fc18.2 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report. |