Bug 434076
| Summary: | itpp failed massrebuild attempt for GCC 4.3 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jesse Keating <jkeating> |
| Component: | itpp | Assignee: | Ed Hill <ed> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 9 | CC: | dcantrell, ftbfs |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-09-14 23:02:16 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: | 433629 | ||
|
Description
Jesse Keating
2008-02-22 13:02:31 UTC
some of the errors in x86_64 build.log:
In file included from ../../../itpp/base/vec.h:41,
from ../../../itpp/base/mat.h:471,
from ../../../itpp/base/algebra/inv.h:33,
from ../../../itpp/base/algebra/inv.cpp:40:
../../../itpp/base/copy_vector.h: In function 'void itpp::copy_vector(int, const
int*, int*)':
../../../itpp/base/copy_vector.h:54: error: 'memcpy' was not declared in this scope
../../../itpp/base/copy_vector.h: In function 'void itpp::copy_vector(int, const
short int*, short int*)':
../../../itpp/base/copy_vector.h:55: error: 'memcpy' was not declared in this scope
../../../itpp/base/copy_vector.h: In function 'void itpp::copy_vector(int, const
itpp::bin*, itpp::bin*)':
../../../itpp/base/copy_vector.h:56: error: 'memcpy' was not declared in this scope
../../../itpp/base/copy_vector.h: In function 'void itpp::copy_vector(int, const
float*, float*)':
../../../itpp/base/copy_vector.h:57: error: 'memcpy' was not declared in this scope
../../../itpp/base/copy_vector.h: In function 'void itpp::copy_vector(int, const
std::complex<float>*, std::complex<float>*)':
../../../itpp/base/copy_vector.h:58: error: 'memcpy' was not declared in this scope
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping *** Bug 440939 has been marked as a duplicate of this bug. *** This package has Failed to Build From Source for many months. Per http://fedoraproject.org/wiki/FTBFS, this package is now proposed for removal from the distribution. Please address this FTBFS bug immediately, or this package will be removed from the distribution within the next few weeks. Thank you for your continued contributions to Fedora, and your commitment to ensuring Fedora packages remain buildable from source code. I am not sure if anyone is still interested in this package, but I added a patch which fixes building in rawhide. Thank you Manuel. I've been meaning to update itpp but have been overcome with work issues recently. |