Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 142875 - lastfmplayer-1.0.0.1 fails to install with qt debug
Summary: lastfmplayer-1.0.0.1 fails to install with qt debug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Stefan Schweizer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-05 05:15 UTC by Santiago M. Mola (RETIRED)
Modified: 2006-08-05 10:35 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
lastfmplayer-debug.patch (lastfmplayer-debug.path,1.46 KB, patch)
2006-08-05 05:25 UTC, Santiago M. Mola (RETIRED)
Details | Diff
debug.patch (lastfmplayer-debug.patch,683 bytes, patch)
2006-08-05 08:41 UTC, Santiago M. Mola (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Santiago M. Mola (RETIRED) gentoo-dev 2006-08-05 05:15:37 UTC
If Qt 4 is compiled with debug support, lastfmplayer builds its binary as LastFM_debug and not LastFM. So if you have debug flag, lastfmplayer won't install (doexe LastFM).

I'm attaching a patch to address the problem adding a debug useflag.
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2006-08-05 05:25:00 UTC
Created attachment 93495 [details, diff]
lastfmplayer-debug.patch

This patch adds a debug useflag and prevents lastfmplayer failing to install when Qt is compiled with debug useflag and lastfmplayer not.
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2006-08-05 08:41:28 UTC
Created attachment 93510 [details, diff]
debug.patch

Debug useflag patch. Now it works correctly.
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2006-08-05 10:35:16 UTC
thanks, fixed