[kde-freebsd] Amarok fails to build on i386 (with patch)

Schaich Alonso alonsoschaich at fastmail.fm
Thu Feb 7 22:47:55 UTC 2013


On 2013-02-06 12:03:21 +0100
Luca Pizzamiglio <luca.pizzamiglio at gmail.com> wrote:

> Hi guys,
> 
> I'm updating KDE SC to 4.9.5. Thanks for the great job!
> 
> Updating Amarok, I get this error message:
> /usr/ports/audio/amarok-kde4/work/amarok-2.7.0/src/playlistgenerator/constraints/PlaylistFileSize.cpp:175:
> error: integer constant is too large for 'long' type
> 
> 
> Adding the suffix LL (as showed in the patch) the problem is solved.
> 
> Best regards,
> Luca

Without the suffix it isn't even an long int constant, but a normal-length (4 bytes on most architectures, including amd64) signed integer.

I've submitted your patch to area51 in r8987.

Alonso


More information about the kde-freebsd mailing list