Bug 635386
| Summary: | update fann to 2.1 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Scott Tsai <scottt.tw> |
| Component: | fann | Assignee: | Tomas Smetana <tsmetana> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | rawhide | CC: | sanjay.ankur, tobeornottobe2006, tsmetana |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | fann-2.2.0-1.fc17 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-05-04 23:05:10 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
Scott Tsai
2010-09-19 10:37:24 UTC
Hello, I actually started to package fann because I was using it for one of my own projects in C and picked the version 2.0 because at that time 2.1 was quite new and marked as beta by the upstream -- and still it is. Given how long has fann-2.1 been marked as beta and seeing that some other projects started to use that version I will consider putting it in Rawhide. Thanks for the suggestion. > I will consider putting it in Rawhide.
Thanks! I could always compile fann-2.1 locally in the mean time so please feel free to only update fann in Fedora at a time convenient for you.
Hello, Apparently, fann 2.2.0 is out: http://leenissen.dk/fann/wp/download/ Can we please have an update for F17? Thanks, Ankur fann-2.2.0-1.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/fann-2.2.0-1.fc17 Package fann-2.2.0-1.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing fann-2.2.0-1.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-6571/fann-2.2.0-1.fc17 then log in and leave karma (feedback). Hello, it took me some time to convince myself to package the new version, for the upstream has made several Fedora-unfriendly changes and converted to CMake which I'm not very proficient with. I would like to ask anyone to be so kind and test the F-17 package and report any problems. Thanks and regards. fann-2.2.0-1.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report. yum install fann-2.2.0-1.fc17.i686 fann-devel-2.2.0-1.fc17.i686 restart apache and... in phpinfo() fann* is absent whrite /etc/php.ini extension=/usr/lib/libfann.so or libfann.so.2.2.0 and... /var/log/httpd/error_log PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/libfann.so.2.2.0' - /usr/lib/libfann.so.2.2.0: wrong ELF clas s: ELFCLASS32 in Unknown on line 0 [Sun Feb 03 19:14:29 2013] [notice] Apache/2.2.23 (Unix) DAV/2 PHP/5.4.11 configured -- resuming normal operations sorry uname -m x86_64 of couse yum install fann-devel.x86_64 and php.ini extension=/usr/lib64/libfann.so or /usr/lib64/libfann.so.2.2.0 but /var/log/httpd/error_log PHP Warning: PHP Startup: Invalid library (maybe not a PHP library) '/usr/lib64/libfann.so' in Unknown on line 0 can you help me? |