Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Mine
Tuesday, May 15th, 2007 at 11:30:23am UTC 

  1. [email protected]:~/Desktop/listen-0.5$ make all
  2. Checking for Python... /usr/bin/python
  3. Checking Python version: 2.5
  4. GTK Accessibility Module initialized
  5. Checking for PyGTK >= 2.6: found
  6. Checking for pyGTK-devel >= 2.6: found
  7. Checking for gnome.ui: found
  8. ./check.py:46: DeprecationWarning: the module egg.trayicon is deprecated; equivalent functionality can now be found in pygtk 2.10
  9.   try: import egg.trayicon
  10. Checking for egg.trayicon: found
  11. Checking for pygtkmozembed: found
  12. Checking for mutagen: found
  13. Checking for PyGSt >= 0.10: found
  14. Checking for DBUS: found
  15. Checking for python-libgpod: not found
  16. Listen recommends python-gpod (http://www.gtkpod.org)
  17. Checking for python-musicbrainz2: not found
  18. , but recommanded
  19. Checking for python-tunepimp > 0.5: not found
  20. , but recommanded
  21. Checking for libsexy: found
  22. make -C mmkeys
  23. make[1]: Entering directory `/home/emilio/Desktop/listen-0.5/mmkeys'
  24. pygtk-codegen-2.0 --prefix mmkeys \
  25.         --register `pkg-config --variable=defsdir pygtk-2.0`/gdk-types.defs \
  26.         --register `pkg-config --variable=defsdir pygtk-2.0`/gtk-types.defs \
  27.         --override mmkeys.override \
  28.         mmkeys.defs > gen-tmp
  29. ***INFO*** There are no declared global functions.
  30. ***INFO*** There are no declared methods.
  31. ***INFO*** There are no declared virtual proxies.
  32. ***INFO*** There are no declared virtual accessors.
  33. ***INFO*** There are no declared interface proxies.
  34. mv gen-tmp mmkeyspy.c
  35. ./setup.py build
  36. running build
  37. running build_ext
  38. building 'mmkeys' extension
  39. creating build
  40. creating build/temp.linux-i686-2.5
  41. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c mmkeyspy.c -o build/temp.linux-i686-2.5/mmkeyspy.o -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0
  42. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c mmkeys.c -o build/temp.linux-i686-2.5/mmkeys.o -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0
  43. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.5 -c mmkeysmodule.c -o build/temp.linux-i686-2.5/mmkeysmodule.o -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/pygtk-2.0
  44. creating build/lib.linux-i686-2.5
  45. gcc -pthread -shared -Wl,-O1 build/temp.linux-i686-2.5/mmkeyspy.o build/temp.linux-i686-2.5/mmkeys.o build/temp.linux-i686-2.5/mmkeysmodule.o -o build/lib.linux-i686-2.5/mmkeys.so -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXfixes -lpango-1.0 -lcairo -lX11 -lgmodule-2.0 -ldl -lgobject-2.0 -lglib-2.0
  46. cp build/lib*/mmkeys.so .
  47. make[1]: Leaving directory `/home/emilio/Desktop/listen-0.5/mmkeys'
  48. cp mmkeys/mmkeys.so src/mmkeys.so
  49. for lang in ./zh_CN ./be ./ar ./ca ./bn ./br ./da ./de ./cs ./es ./fi ./et ./fr ./gl ./hu ./ja ./it ./ko ./lv ./nb ./nl ./pa ./pl ./pt ./ro ./ru ./sk ./sr ./sv ./tr ./uk ./vi ./en_CA ./en_GB ./en_US ./pt_BR; do msgfmt po/$lang.po -o po/$lang.mo;done
  50. intltool-merge -d po misc/listen.desktop.in misc/listen.desktop
  51. NOTICE: po/it.po is not in UTF-8 but iso-8859-1, converting...
  52. NOTICE: po/hu.po is not in UTF-8 but iso-8859-2, converting...
  53. Merging translations into misc/listen.desktop.
  54. docbook2x-man misc/listen.1.docbook --to-stdout | gzip > misc/listen.1.gz
  55. for fn in misc/listen.in misc/org.gnome.Listen.service.in src/dists.py.in ; do \
  56.                 if [ 0 -eq 1 ]; then \
  57.                         IN=`cat $fn | sed -e 's!GTKMOZEMBED_PATH!LD_LIBRARY_PATH=!g'  | sed -e 's!GTKMOZEMBED_PATH!!g' -e 's!PYTHON!python!g' -e 's!LIBDIR!/usr/lib/listen!g' -e 's!DATADIR!/usr/share!g' -e 's!PREFIX!/usr!g' -e 's!BINDIR!/usr/bin!g' -e 's!LOCALEDIR!/usr/share/locale!g'`; \
  58.                 else \
  59.                         IN=`cat $fn | sed -e 's!GTKMOZEMBED_PATH!!g' -e 's!PYTHON!python!g' -e 's!LIBDIR!/usr/lib/listen!g' -e 's!DATADIR!/usr/share!g' -e 's!PREFIX!/usr!g' -e 's!BINDIR!/usr/bin!g' -e 's!LOCALEDIR!/usr/share/locale!g'`; \
  60.                 fi ;\
  61.                 F_OUT=`echo $fn | sed -e 's/\.in$//g'`; \
  62.                 echo "$IN" > $F_OUT; \
  63.         done
  64. Done
  65. Type: make install now
  66. [email protected]:~/Desktop/listen-0.5$

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right
worth-right