Summary: | x11-toolkits/fltk-devel: resurrect audio/alsa-lib dependency | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Koichiro Iwao <meta> | ||||
Component: | Individual Port(s) | Assignee: | Pietro Cerutti <gahr> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | meta | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
assign to maintainer (he was only on CC before) The CMake configure system should figure out that alsa is not available, and do without. The reason why I removed it is that it wasn't strictly necessary, as it's only used by sample apps. We should try to figure out why your configuration tries to use the alsa libraries even when they're not installed (see the top of test/CMakeLists.txt). Are you using any local patches or anything else that might screw up the configure system? Ok I figured it out. This happens after my change if you have alsa-lib installed. The reason is the CMake locates alsa/asoundlib.h but doesn't have the correct linker flags to locate libasound.so. I fixed this in commit r362429, which updates the port to the snapshot 10221. Thanks, |
Created attachment 144788 [details] builg lod with EXAMPLES option Why did you remove alsa-lib dependency at r361516? It is actually required by EXAMPLES option. Please see attached build log.