Wammu is a gtk frontend for gammu; written in python with wxpython as GUI library (application for connecting/synhronizing with various models of cell phones) python-gammu are python bindings for gammu project needed by wammu It's a very nice project, close to [x]gnokii. PS. Sorry for my english. Regards, Przemek Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 38338 [details] python-gammu-0.5.ebuild
Created attachment 38339 [details] wammu-0.6.ebuild
Created attachment 38340 [details] wammu.desktop no icon yet. Maybe somebody have a nice png file, that would be good for this?
I suggest: python-gammu to dev-python (where else? ;-) ) wammu to net-dialup Regards, Przemek
Created attachment 38350 [details] python-gammu-0.5.ebuild depedencies fix
Created attachment 38351 [details] wammu-0.6.ebuild depedencies fix installing icon
Created attachment 38352 [details] wammu.desktop icon for desktop file provided
Created attachment 38353 [details] wammu.png icon for wammu. this is my first icon ever :) hope you will like it Regards, Przemek
*** Bug 55174 has been marked as a duplicate of this bug. ***
Tried ebuilds with bumped versions gammu-0.98.0 python-gammu-0.6 wammu-0.7 All ebuilds was successfully except for wammu, in which I received Xlib: connection to ":0.0" refused by server Xlib: No protocol specified I've tried to unset DISPLAY with no success. Only "xhost +" solved the case.
Created attachment 40076 [details] python-gammu-0.6.ebuild version bump
Created attachment 40077 [details] wammu-0.8.ebuild version bump
also ebuild for wammu is installing (very basic) man file. Alin: I couldn't reproduce this bug of yours. I'm running on: - gammu-0.98 (available on bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=64848) - python-gammu-0.6 (from here) - wammu-0.8 (also from here) Plz - test ebuilds and say are they working for you or not. PS. After every gammu recompilation it's not a boad idea to recompile python-gammu... I had this problems some time ago. PPS. Sorry for my english.... Regards, Przemek
"a boad idea" = "a bad idea" Cheers, ;-) Przemek
I think it has something to do with gtk. I have both gtk and gtk2 flags set and the result is: alin wammu # ebuild wammu-0.8.ebuild merge >>> md5 src_uri ;-) wammu-0.8.tar.bz2 >>> Unpacking source... >>> Unpacking wammu-0.8.tar.bz2 to /var/tmp/portage/wammu-0.8/work >>> Source unpacked. Xlib: connection to ":0.0" refused by server Xlib: No protocol specified Gtk-WARNING **: cannot open display: :0.0 !!! ERROR: net-dialup/wammu-0.8 failed. !!! Function src_compile, Line 23, Exitcode 1 !!! build failed
Created attachment 40707 [details] my wammu overlay ebuilds (wammu+python-gammu) wammu is definetly worth a try! I have attached my "portage overlay" for wammu and pyton-gammu. Successfully built on a 2.4.26-r9/gnome-desktop that is "almost completely unicoded". Successfully connection to my nokia 6310 using irda/ircomm (SIR) and retrieval of messages and contacts from the phone. :-) Pretty GUI! I have experienced the following problems during my "journey to wammu": 1. current version of "irda-utils" does not build "irdadump" because of a bad (auto)-Makefile 2. "gammu.ebuild" links against "libsdp", although "bluez-sdp" is not listed as build (runtime?) dependency 3. launching "wammu" with environment variable LANGUAGE set to ENUS (open-office) does not work. (Maybe because of my ALMOST complete unicode system. Just as I'm writing this, "wxpython" and "wxGTK" are re-emerging with USE="...unicode..." Greets Axel
RE: 1) I'm assuming you're using gcc 3.4.x plz - try this ebuild: http://bugs.gentoo.org/show_bug.cgi?id=63475 I have to make some answers to Henrik Brix Andersen, but dont have a time right now - I'll do it at the end of the week. in the meantime - plz try my ebuild from that bug, with every patches 2) troll@troll ~ $ ldd `which gammu` linux-gate.so.1 => (0xffffe000) libmysqlclient.so.12 => /usr/lib/libmysqlclient.so.12 (0x40017000) libz.so.1 => /usr/lib/libz.so.1 (0x40052000) libcrypt.so.1 => /lib/libcrypt.so.1 (0x40081000) libnsl.so.1 => /lib/libnsl.so.1 (0x400ae000) libm.so.6 => /lib/libm.so.6 (0x400c2000) libssl.so.0.9.7 => /usr/lib/libssl.so.0.9.7 (0x400e4000) libcrypto.so.0.9.7 => /usr/lib/libcrypto.so.0.9.7 (0x4010e000) libGammu.so.0.0 => /usr/lib/libGammu.so.0.0 (0x401ee000) libpthread.so.0 => /lib/libpthread.so.0 (0x40291000) libc.so.6 => /lib/libc.so.6 (0x402a2000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) libdl.so.2 => /lib/libdl.so.2 (0x403ce000) hmmmm... as I see it - it's searching for it. maybe we have to add something to the configure script? Also - there is new gammu ebuild in portage (version 0.98), looks like mine http://bugs.gentoo.org/show_bug.cgi?id=64848 are you using this one? 3) wtf?? i'll test it - but I doubt, that I found a solution.... PS. Sorry for my bad english ;-) Regards, Przemek
"hmmmm... as I see it - it's searching for it." - during the configure script... sorry! Regards, Przemek
...after re-emerging "wxpython" and "wxGTK" with unicode support "wammu" starts up witout an error message (LANGUAGE set to "ENUS"). "Umlauts" in contacts and messages are displayed as expected. 'ACCEPT_KEYWORDS="~x86" emerge wammu' has to be launched from within an X-Windows/Gnome-Session, otherwise "setup.py" complains about a missing X-Server connection (Xlib: connection to ":0.0" refused by server). "wammu.desktop" should include "Application;" in "Categories=" Axel P. S.: Really a nice piece of software
Created attachment 40711 [details] wammu.desktop > "wammu.desktop" should include "Application;" in "Categories=" done. thx! Regards, Przemek
Created attachment 41724 [details] wammu-0.8.ebuild -- inherits distutils.eclass ebuild uses distutils.eclass and adds SKIPWXCHECK=yes (removes Xlib error)
Created attachment 41725 [details] python-gammu-0.6.ebuild ebuild inherits distutils.eclass
Comment on attachment 40077 [details] wammu-0.8.ebuild thx for a fix :) maybe gentoo devs will add it to portage now. but I have one question - does ebuild for python-gammu also need this fix?? Regards, Przemek
I confirm that the ebuild posted with comment #21 solves the problem. comment #23: no, it doesn't
Alin - thx! That what I think about it :) Regards, Przemek
dev-python/python-gammu added to the tree.
wammu has been committed to tree. thanks guys!