You are not logged in.

#1 2006-03-30 23:37:49

Mac_Cain13
Member
From: Zwolle, NL
Registered: 2004-04-06
Posts: 8

[deps failure] Listen Gnome

At the moment, I'll try to build the newest listen. (The version in AUR is a little outdated.) But at the moment I have some strange errors.

When I run makepkg I'll get a package. But when I install it with pacman and try to start listen, the following error will appear:
ImportError: No module named pygst

If I run the ./check.py by hand it says: Checking for PyGSt >= 0.10: not found.
But I have installed the gst-python package, so I should have that module.

Is this error in the gst-python package or is it me doing something wrong?

(Btw, I've searched for a pygst.py file on my HDD but I can't find that file anywhere. I've also reinstalled the gst-python package, but it doesn't matter. sad )

Offline

#2 2006-03-30 23:40:29

WillySilly
Member
Registered: 2005-01-14
Posts: 268

Re: [deps failure] Listen Gnome

it's lloking for the gst-python for 0.10, the one in extra is for 0.8.x

Offline

#3 2006-03-31 10:30:54

Mac_Cain13
Member
From: Zwolle, NL
Registered: 2004-04-06
Posts: 8

Re: [deps failure] Listen Gnome

I've installed the gstreamer0.10 from testing now, but listen will still not compile. The same error is comming up.
Do the gstreamer0.10 packages in testing have a pygst module in it or is the package still in development?

Offline

#4 2006-03-31 11:15:15

JGC
Developer
Registered: 2003-12-03
Posts: 1,664

Re: [deps failure] Listen Gnome

The python bindings for GStreamer 0.10 aren't in testing yet. Will do so during the weekend, as we plan to make some final changes before we move it to extra.

Offline

#5 2006-03-31 13:55:24

Mac_Cain13
Member
From: Zwolle, NL
Registered: 2004-04-06
Posts: 8

Re: [deps failure] Listen Gnome

Okay, cool. In that case I wait until you will put the python bindings in testing/extra. smile

Offline

#6 2006-06-16 13:11:30

noise_
Member
Registered: 2006-01-31
Posts: 12

Re: [deps failure] Listen Gnome

sorry for digging out this old thread, but I think it's not worth making a new one.

the problem is that I can't build "listen" with aurbuild, here the log

==> Validating source files with MD5sums
    listen-0.4.3.tar.gz ... Passed
==> Extracting Sources...
==>     tar --use-compress-program=gzip -xf listen-0.4.3.tar.gz
==> Starting build()...
Checking for Python... /usr/bin/python
#@./check.py
cd mmkeys && make mmkeys.so && cd ..
make[1]: Entering directory `/home/viktor/.aurbuild/listen/src/listen-0.4.3/mmkeys'
pygtk-codegen-2.0 --prefix mmkeys 
        --register `pkg-config --variable=defsdir pygtk-2.0`/gdk-types.defs 
        --register `pkg-config --variable=defsdir pygtk-2.0`/gtk-types.defs 
        --override mmkeys.override 
        mmkeys.defs > gen-tmp
***INFO*** There are no declared global functions.
***INFO*** There are no declared methods.
***INFO*** There are no declared virtual proxies.
***INFO*** There are no declared virtual accessors.
***INFO*** There are no declared interface proxies.
mv gen-tmp mmkeyspy.c
./setup.py build
running build
running build_ext
building 'mmkeys' extension
creating build
creating build/temp.linux-i686-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -march=i686 -O2 -pipe -fPIC -I/usr/include/python2.4 -c mmkeyspy.c -o build/temp.linux-i686-2.4/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/pygtk-2.0
In file included from mmkeys.override:7:
mmkeys.h:21:22: error: X11/Xlib.h: No such file or directory
In file included from mmkeys.h:24,
                 from mmkeys.override:7:
/usr/include/gtk-2.0/gdk/gdkx.h:34:23: error: X11/Xutil.h: No such file or directory
In file included from mmkeys.h:24,
                 from mmkeys.override:7:
/usr/include/gtk-2.0/gdk/gdkx.h:39: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:39: warning: type defaults to 'int' in declaration of 'gdk_display'
/usr/include/gtk-2.0/gdk/gdkx.h:39: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:42: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:42: warning: type defaults to 'int' in declaration of 'gdk_x11_drawable_get_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:42: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:43: error: syntax error before 'gdk_x11_drawable_get_xid'
/usr/include/gtk-2.0/gdk/gdkx.h:43: warning: type defaults to 'int' in declaration of 'gdk_x11_drawable_get_xid'
/usr/include/gtk-2.0/gdk/gdkx.h:43: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:44: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:44: warning: type defaults to 'int' in declaration of 'gdk_x11_image_get_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:44: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:45: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:45: warning: type defaults to 'int' in declaration of 'gdk_x11_image_get_ximage'
/usr/include/gtk-2.0/gdk/gdkx.h:45: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:46: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:46: warning: type defaults to 'int' in declaration of 'gdk_x11_colormap_get_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:46: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:47: error: syntax error before 'gdk_x11_colormap_get_xcolormap'
/usr/include/gtk-2.0/gdk/gdkx.h:47: warning: type defaults to 'int' in declaration of 'gdk_x11_colormap_get_xcolormap'
/usr/include/gtk-2.0/gdk/gdkx.h:47: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:48: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:48: warning: type defaults to 'int' in declaration of 'gdk_x11_cursor_get_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:48: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:49: error: syntax error before 'gdk_x11_cursor_get_xcursor'
/usr/include/gtk-2.0/gdk/gdkx.h:49: warning: type defaults to 'int' in declaration of 'gdk_x11_cursor_get_xcursor'
/usr/include/gtk-2.0/gdk/gdkx.h:49: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:50: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:50: warning: type defaults to 'int' in declaration of 'gdk_x11_display_get_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:50: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:51: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:51: warning: type defaults to 'int' in declaration of 'gdk_x11_visual_get_xvisual'
/usr/include/gtk-2.0/gdk/gdkx.h:51: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:52: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:52: warning: type defaults to 'int' in declaration of 'gdk_x11_gc_get_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:52: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:53: error: syntax error before 'gdk_x11_gc_get_xgc'
/usr/include/gtk-2.0/gdk/gdkx.h:53: warning: type defaults to 'int' in declaration of 'gdk_x11_gc_get_xgc'
/usr/include/gtk-2.0/gdk/gdkx.h:53: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:54: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:54: warning: type defaults to 'int' in declaration of 'gdk_x11_screen_get_xscreen'
/usr/include/gtk-2.0/gdk/gdkx.h:54: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:63: error: syntax error before 'gdk_x11_get_default_root_xwindow'
/usr/include/gtk-2.0/gdk/gdkx.h:63: warning: type defaults to 'int' in declaration of 'gdk_x11_get_default_root_xwindow'
/usr/include/gtk-2.0/gdk/gdkx.h:63: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:64: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:64: warning: type defaults to 'int' in declaration of 'gdk_x11_get_default_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:64: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:126: error: syntax error before 'VisualID'
/usr/include/gtk-2.0/gdk/gdkx.h:126: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:128: error: syntax error before 'xvisualid'
/usr/include/gtk-2.0/gdk/gdkx.h:128: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:137: error: syntax error before 'Colormap'
/usr/include/gtk-2.0/gdk/gdkx.h:137: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:141: error: syntax error before 'XID'
/usr/include/gtk-2.0/gdk/gdkx.h:141: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:154: error: syntax error before 'xid'
/usr/include/gtk-2.0/gdk/gdkx.h:154: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:160: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:160: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:164: error: syntax error before 'gdk_x11_atom_to_xatom_for_display'
/usr/include/gtk-2.0/gdk/gdkx.h:165: warning: type defaults to 'int' in declaration of 'gdk_x11_atom_to_xatom_for_display'
/usr/include/gtk-2.0/gdk/gdkx.h:165: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:167: error: syntax error before 'Atom'
/usr/include/gtk-2.0/gdk/gdkx.h:167: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:168: error: syntax error before 'gdk_x11_get_xatom_by_name_for_display'
/usr/include/gtk-2.0/gdk/gdkx.h:169: warning: type defaults to 'int' in declaration of 'gdk_x11_get_xatom_by_name_for_display'
/usr/include/gtk-2.0/gdk/gdkx.h:169: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:171: error: syntax error before 'Atom'
/usr/include/gtk-2.0/gdk/gdkx.h:171: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:173: error: syntax error before 'gdk_x11_atom_to_xatom'
/usr/include/gtk-2.0/gdk/gdkx.h:173: warning: type defaults to 'int' in declaration of 'gdk_x11_atom_to_xatom'
/usr/include/gtk-2.0/gdk/gdkx.h:173: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:174: error: syntax error before 'xatom'
/usr/include/gtk-2.0/gdk/gdkx.h:174: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:175: error: syntax error before 'gdk_x11_get_xatom_by_name'
/usr/include/gtk-2.0/gdk/gdkx.h:175: warning: type defaults to 'int' in declaration of 'gdk_x11_get_xatom_by_name'
/usr/include/gtk-2.0/gdk/gdkx.h:175: warning: data definition has no type or storage class
/usr/include/gtk-2.0/gdk/gdkx.h:176: error: syntax error before 'xatom'
/usr/include/gtk-2.0/gdk/gdkx.h:176: warning: function declaration isn't a prototype
/usr/include/gtk-2.0/gdk/gdkx.h:196: error: syntax error before '*' token
/usr/include/gtk-2.0/gdk/gdkx.h:196: warning: type defaults to 'int' in declaration of 'gdk_x11_font_get_xdisplay'
/usr/include/gtk-2.0/gdk/gdkx.h:196: warning: data definition has no type or storage class
error: command 'gcc' failed with exit status 1
make[1]: *** [build] Error 1
make[1]: Leaving directory `/home/viktor/.aurbuild/listen/src/listen-0.4.3/mmkeys'
make: *** [mmkeys.so] Error 2
==> ERROR: Build Failed.  Aborting...

aurbuild: could not build "listen".

there are no missing dependencies

edit:
same thing with madman... wtf

g++ -DMADMAN_VERSION=0.93 -DNDEBUG=1 -I/opt/qt/include -I. -c -o designer/mainwin.o designer/mainwin.cc
designer/mainwin.cc:32:27: error: tsonglistview.h: No such file or directory
designer/mainwin.cc:33:26: error: tsetlistview.h: No such file or directory
scons: *** [designer/mainwin.o] Error 1
scons: building terminated because of errors.
==> ERROR: Build Failed.  Aborting...

aurbuild: could not build "madman".

broken PKGBUILDs or is it me?

Offline

#7 2006-06-16 17:27:23

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [deps failure] Listen Gnome

for listen error, install/reinstalll libX11.

for madman, looks like there is a missing header in the source tarball. I will try building/fixing it tonight.

Offline

#8 2006-06-16 18:00:00

noise_
Member
Registered: 2006-01-31
Posts: 12

Re: [deps failure] Listen Gnome

Snowman wrote:

for listen error, install/reinstalll libX11.

for madman, looks like there is a missing header in the source tarball. I will try building/fixing it tonight.

thx, listen works now.

Offline

#9 2006-06-16 22:32:25

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: [deps failure] Listen Gnome

I've fixed and adopted madman. Try again building it with aurbuild.

Offline

#10 2006-06-17 13:53:08

noise_
Member
Registered: 2006-01-31
Posts: 12

Re: [deps failure] Listen Gnome

Snowman wrote:

I've fixed and adopted madman. Try again building it with aurbuild.

ok, works, thank you
very nice prog but it crashes every now and then...

Offline

#11 2006-08-21 18:13:42

Cotton
Member
From: Cornwall, UK
Registered: 2004-09-17
Posts: 568

Re: [deps failure] Listen Gnome

ok, works, thank you
very nice prog but it crashes every now and then...

The "stable" version has problems with some mp3 tags.

Try using the developer version.   I've not had any problems with this pacakge.

Offline

Board footer

Powered by FluxBB