| Summary: | Upgrade audio/audacity to 1.2.6 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jack <xxjack12xx> | ||||
| Component: | Individual Port(s) | Assignee: | Marcelo Araujo <araujo> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Jack
2007-06-02 01:10:04 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback Audacity fails to compile with this patch applied: In file included from sse_optimized.cpp:70: /usr/include/xmmintrin.h:34:3: #error "SSE instruction set not enabled" sse_optimized.cpp: In member function `virtual double soundtouch::TDStretchSSE::calcCrossCorrStereo(const float*, const float*) const': sse_optimized.cpp:76: error: `__m128' was not declared in this scope sse_optimized.cpp:76: error: expected `;' before "vSum" sse_optimized.cpp:106: error: `pVec2' was not declared in this scope sse_optimized.cpp:106: error: expected primary-expression before ')' token sse_optimized.cpp:106: error: expected `;' before "pV2" sse_optimized.cpp:107: error: `vSum' was not declared in this scope sse_optimized.cpp:107: error: `_mm_setzero_ps' was not declared in this scope sse_optimized.cpp:113: error: `_mm_load_ps' was not declared in this scope sse_optimized.cpp:113: error: `_mm_mul_ps' was not declared in this scope sse_optimized.cpp:113: error: `_mm_add_ps' was not declared in this scope ...etc The actual problem is that it's attempting to compile SSE-specific instructions when SSE has been explicitly disabled for this port on i386 due to alignment-related crashes. Responsible Changed From-To: freebsd-ports-bugs->araujo I'll take it. Hey dears. How we can fix this port? Somebody have any idea or another patch? I wait any position to fix this port. Best Regards. -- Marcelo Araujo (__) araujo@FreeBSD.org \\\'',) http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) Hi guys! I've a problem for us. This port don't compiling, because have a problem to find libmad. Somebody can investigate it with me? Please look the problem for to build at: http://200.247.114.5/tb/errors/6.2-RELEASE/audacity-1.2.6.log Best Regards. -- Marcelo Araujo (__) araujo@FreeBSD.org \\\'',) http://www.FreeBSD.org \/ \ ^ Power To Server. .\. /_) State Changed From-To: feedback->closed audacity don't compiling fine with the patch! |