Bug 1177386
| Summary: | Please use local autorouter | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lubomir Rintel <lkundrak> | ||||
| Component: | kicad | Assignee: | Jaromír Cápík <jcapik> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 21 | CC: | chitlesh, jcapik, lrintel, ovasik, thibault.north | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-10-25 15:53:28 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Ahoj Lubomíre. Thanks for the patch. Kicad itself is a huge package and making it java dependent is acceptable in this case. kicad-2014.03.13-9.rev4744.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/kicad-2014.03.13-9.rev4744.fc21 kicad-2014.03.13-10.rev4744.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/kicad-2014.03.13-10.rev4744.fc21 kicad-2014.03.13-10.rev4744.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/kicad-2014.03.13-10.rev4744.fc21 kicad-2014.03.13-10.rev4744.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 973304 [details] Use local freerouting build pcbnew auto routing capability tries to use Java Webstart to launch freerouting.net autorouter. It's no longer available, so the capability won't work (and conicidentally the error handling is broken no error is reported if the jnlp file is present). Thankfully the code is now freely available and packaged for Fedora in "freerouting" package. Please apply a patch to call it (attached). You may want to add a dependency, but please bear in mind that it depends on Java... Also, please %exclude /usr/bin/freeroute.jnlp or rm it in %install. Thank you!