Bug 191689 - audio/mpdas need to be built with GCC
Summary: audio/mpdas need to be built with GCC
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Danilo Egea Gondolfo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-07 11:09 UTC by emz
Modified: 2014-07-09 17:22 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description emz 2014-07-07 11:09:49 UTC
audio/mpdas need to be built with GCC. Otherwise it crashes when trying to communicate with last.fm. This is easily and 100% reproducible.

May be this has something to do with optimization, however I was unable to turn it off (no -O2 in Makefile or pkgconfig output, howerver c++ is applying it).

Original issue on github:

https://github.com/hrkfdn/mpdas/issues/8
Comment 1 emz 2014-07-07 13:03:34 UTC
Plus, to get the scrobbler to work. mpdas has to be built without any compiler optimization (at least for me here).

Building with -O2 was getting me the scrobbled that was unable to scroll (it was sending empty tags, they were declined by the last.fm).
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2014-07-08 01:24:05 UTC
Notify maintainer.
Comment 3 henrik 2014-07-09 14:50:17 UTC
Can be closed. Updated port with bugfix is here: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191770
Comment 4 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2014-07-09 17:22:01 UTC
Superseded by ports/191770.