Comment 4 for bug 1409483

Revision history for this message
Phil Pratt-Szeliga (pcpratts) wrote :

Possible fix [1] updates symbol files of libflac++6. This problem is from libflac converting long to long long. On a 32bit system long will evaluate to int32 and on 64bit it will evaulate to int64. The change by libflac is attempting to make the values int64 on all architectures.

If the libflac++6 symbols change, what repercussions does this have to the rest of the packages? Maybe just reverting the libflac long longs to long would be the best fix.

[1] https://code.launchpad.net/~pcpratts/ubuntu/vivid/flac/fix-for-ftbfs/+merge/250557