| Summary: | [ports] multimedia/smpeg: fail to link | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | fiziologus |
| Component: | Individual Port(s) | Assignee: | Jose Alonso Cardenas Marquez <acm> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | amdmi3 |
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
fiziologus
2014-03-11 09:30:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->acm Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->feedback - Do you have the same problem yet? I tested it on 10-amd64, 10-i386 and 9-amd64 and it compiles without problems. Please look at the following log files https://redports.org/~acm/20140326182435-60916-191827/smpeg-0.4.4_11.log https://redports.org/~acm/20140326182451-54257-191828/smpeg-0.4.4_11.log https://redports.org/~acm/20140326183023-69978-191833/smpeg-0.4.4_11.log Yes, the bug exist. I've in the same situation. The temporal solution I found is using, misteriously, the "c++" compiler, throught on FreeBSD 10 is exactly, I think, like clang. If you pass the CXX=c++ option to the compilator, smpeg is compiled without problems. If you pass, for example, CXX=gcc47, this have the same bug. Try running: # make clean && make CXX=c++ ------------ This port will be debug. Do you still experience the problem? I couldn't reproduce it neither in poudriere http://people.freebsd.org/~amdmi3/smpeg.logs/ nor on live system (with different compilers as well). If there's no way to reproduce it, this PR should be closed. Sorry for late respons (plus I forgot this report). In current port state bug is gone and port build without problem (perhaps this be echo from migrate to new verb and mechanics). |