Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162779 - rhythmbox 0.9.7 fail in autoconfigure (No package 'totem-plparser' found)
Summary: rhythmbox 0.9.7 fail in autoconfigure (No package 'totem-plparser' found)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-19 11:40 UTC by Javier M Mora
Modified: 2007-01-19 16:42 UTC (History)
0 users

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


Attachments
More data about logs in autocompile time (moredata.txt,8.44 KB, text/plain)
2007-01-19 11:42 UTC, Javier M Mora
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Javier M Mora 2007-01-19 11:40:01 UTC
I try to emerge media-sound/rhythmbox-0.9.7 [0.8.8-r1] USE="aac dbus%* hal%* musicbrainz%* python%* tagwriting%* vorbis -avahi% -daap% -debug -flac -howl% -ipod% -keyring% -libnotify% -lirc% -mad (-pda%*)"


This is from config.log [excerpt]

> configure:12470: checking for TOTEM_PLPARSER
> configure:12478: $PKG_CONFIG --exists --print-errors "totem-plparser >= $TOTEM_P
> LPARSER_REQS"
> Package totem-plparser was not found in the pkg-config search path.
> Perhaps you should add the directory containing `totem-plparser.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'totem-plparser' found
> configure:12481: $? = 1
> configure:12496: $PKG_CONFIG --exists --print-errors "totem-plparser >= $TOTEM_P
> LPARSER_REQS"
> Package totem-plparser was not found in the pkg-config search path.
> Perhaps you should add the directory containing `totem-plparser.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'totem-plparser' found
> configure:12499: $? = 1
> No package 'totem-plparser' found
> configure:12527: result: no
> configure:12540: error: totem playlist parsing library not found or too old

I haven't installed totem in my system. Is totem a depend of rhythmbox?

Reproducible: Always

Steps to Reproduce:
1. Add rhythmbox to packages.keyword
2. emerge rhythmbox
3. voila!

Actual Results:  
it don't compile

Expected Results:  
compile

I havent totem installed.

BTW. The severity is about package or is about all distro. 

If is about package is a Major o critical feature (because the program don't work) but if is about distro is a normal bug, because it don't avoid use distro.
Comment 1 Javier M Mora 2007-01-19 11:42:26 UTC
Created attachment 107428 [details]
More data about logs in autocompile time
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-01-19 12:47:23 UTC
the ebuild in portage has :

RDEPEND="
    [snip]
    >=media-video/totem-1.1.5

This should be changed to depend as it is used at build time AFAIK (thus solving this problem too).
Comment 3 Gilles Dartiguelongue (RETIRED) gentoo-dev 2007-01-19 12:52:33 UTC
Hum, DEPEND="${RDEPEND} ..."

I can't see why it didn't pull totem. What's the command you are using to update rhythmbox ?
Comment 4 Javier M Mora 2007-01-19 16:42:28 UTC
Sorry, all was my fault. 

Some time ago I put totem in packages.provided :-(((((

fixed.