Bug 462651
Summary: | Missing BuildRequires leads to missing component (lablgtksourceview.cma) in binary package | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alan Dunn <amdunn> | ||||
Component: | ocaml-lablgtk | Assignee: | Alan Dunn <amdunn> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | rawhide | CC: | rjones | ||||
Target Milestone: | --- | Keywords: | Reopened | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2008-10-24 23:53:02 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: | |||||||
Attachments: |
|
Description
Alan Dunn
2008-09-17 20:02:58 UTC
I fixed this in Rawhide which is the only thing I use for OCaml development at the moment. http://koji.fedoraproject.org/koji/taskinfo?taskID=831768 rpm2cpio ocaml-lablgtk-2.10.1-4.fc10.x86_64.rpm | cpio -t | grep lablgtksourceview.cma ./usr/lib64/ocaml/lablgtk2/lablgtksourceview.cma If you want to get the updated package, enable the Fedora development repository in F9. If you really really want it in F9, reopen the bug... I would actually like it in F9 if possible - other packages I want to add (and also add into F9) require this component. Created attachment 321163 [details]
Backport of F-10 changes to F-9 - fix missing BuildRequires
(In reply to comment #1) > I fixed this in Rawhide which is the only thing I use for OCaml > development at the moment. > > http://koji.fedoraproject.org/koji/taskinfo?taskID=831768 > > rpm2cpio ocaml-lablgtk-2.10.1-4.fc10.x86_64.rpm | > cpio -t | > grep lablgtksourceview.cma > ./usr/lib64/ocaml/lablgtk2/lablgtksourceview.cma > > If you want to get the updated package, enable the Fedora development > repository in F9. If you really really want it in F9, reopen the bug... Looks like the changes didn't happen in F-9, but I made a patch for it, or if I have the appropriate access I can do it myself. Alan, I don't have much time to handle bug reports like this. The easiest thing is if you get a FAS account and I'll sponsor you to make changes yourself to OCaml packages. http://fedoraproject.org/wiki/Infrastructure/AccountSystem (In reply to comment #5) > Alan, I don't have much time to handle bug reports like this. The > easiest thing is if you get a FAS account and I'll sponsor you to > make changes yourself to OCaml packages. > > http://fedoraproject.org/wiki/Infrastructure/AccountSystem I have an account, I meant more on the order of two things - that I had heard there were changes coming to the commit system that would necessitate actually acquiring permissions to do a commit on someone else's package and that I didn't want to just commit a fix to someone else's package without knowing if anything had changed. Since it sounds like you don't mind, I'll just make the fix myself, I apologize for taking your time. Basically, all my packages should have "cvsextras commit" access which (AIUI) means anyone who is sponsored should be able to make changes. So go ahead and do it. If you find a permissions problem let me know & I'll fix it. (In reply to comment #7) > Basically, all my packages should have "cvsextras commit" access > which (AIUI) means anyone who is sponsored should be able to > make changes. So go ahead and do it. > > If you find a permissions problem let me know & I'll fix it. It doesn't want to let me commit: cvs commit... **** Access denied: amdunn is not in ACL for rpms/ocaml-lablgtk/F-9 cvs commit: Pre-commit check failed cvs [commit aborted]: correct above errors first! and what I was thinking of I believe was this: https://www.redhat.com/archives/fedora-announce-list/2008-August/msg00007.html in that cvsextras -> packager and there's the new uberpackager group, of which I am not a part. ocaml-lablgtk-2.10.1-1.fc9 has been submitted as an update for Fedora 9. http://admin.fedoraproject.org/updates/ocaml-lablgtk-2.10.1-1.fc9 ocaml-lablgtk-2.10.1-1.fc9 has been pushed to the Fedora 9 stable repository. If problems still persist, please make note of it in this bug report. |