Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 305791 - net-libs/telepathy-glib-0.8.1: build fails with warning sets module is deprecated
Summary: net-libs/telepathy-glib-0.8.1: build fails with warning sets module is deprec...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-18 18:18 UTC by Reimundo Heluani
Modified: 2010-02-19 01:13 UTC (History)
0 users

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


Attachments
output of emerge --info =net-libs/telepathy-glib-0.8.1 (emerge-info.txt,3.74 KB, text/plain)
2010-02-18 18:19 UTC, Reimundo Heluani
Details
complete build log (build.log,186.99 KB, text/plain)
2010-02-18 18:19 UTC, Reimundo Heluani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Reimundo Heluani 2010-02-18 18:18:08 UTC
On a fresh install of gentoo stable branch on powerbook g4 (ppc32), trying to emerge empathy (in the testing branch) ebuild fails.

 DeprecationWarning: the sets module is deprecated from sets import Set as set

This is due to python 2.6 and has been solved in later telepathy-glib (but this can't be the problem cause I have telepathy-glib 0.8.1 running on a system with python 2.6.4)

Before that in the build log there are a bunch of lines like:
/usr/bin/nm -B .libs/libtelepathy-glib-internal.a > _gen/abi.nm
/usr/bin/nm: tp-svc-channel-request.o: File format not recognized
/usr/bin/nm: tp-svc-client.o: File format not recognized

Running 
#uname -a 
Linux fernet 2.6.31-gentoo-r6 #1 Tue Feb 16 20:53:12 PST 2010 ppc 7447A, altivec supported PowerBook6,4 GNU/Linux

emerge -pqv =net-libs/telepathy-glib-0.8.1
[ebuild  N    ] net-libs/telepathy-glib-0.8.1  USE="-debug" 

Attached is the output of emerge --info and the complete build log.



Reproducible: Always
Comment 1 Reimundo Heluani 2010-02-18 18:19:01 UTC
Created attachment 220201 [details]
output of emerge --info =net-libs/telepathy-glib-0.8.1
Comment 2 Reimundo Heluani 2010-02-18 18:19:40 UTC
Created attachment 220203 [details]
complete build log
Comment 3 Rafał Mużyło 2010-02-19 00:08:17 UTC
Those python warnings are not important.
Try purging your ccache first.
If that doesn't work, try changing your CFLAGS
and/or rebuilding binutils.
Comment 4 Reimundo Heluani 2010-02-19 01:13:06 UTC
Thanks, clearing the ccache did the trick.

R.