Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Desktop Environments
  • Search

Gwibber 3.2.0.1 Version Bump

Problems with GUI applications? Questions about X, KDE, Gnome, Fluxbox, etc.? Come on in. NOTE: For multimedia, go up one forum
Post Reply
Advanced search
10 posts • Page 1 of 1
Author
Message
Loko123
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat Feb 05, 2011 7:05 pm

Gwibber 3.2.0.1 Version Bump

  • Quote

Post by Loko123 » Wed Oct 05, 2011 12:27 pm

Hey guys! :-)

Gwibber 3.2.0.1 was just released yesterday. :) Could you please bump it to Version 3.2.0.1 and fix the issue with cython? :)

Thank you very much, Gwibber with Facebook API is excellent and I would like to enjoy it. :)

Best wishes,

Loko123

Source: https://launchpad.net/gwibber/
Source - Gwibber 3.2.0.1 - http://launchpad.net/gwibber/3.2/3.2.0. ... 0.1.tar.gz
Top
mark_alec
Bodhisattva
Bodhisattva
User avatar
Posts: 6066
Joined: Sat Sep 11, 2004 6:40 am
Location: Melbourne, Australia
Contact:
Contact mark_alec
Website

  • Quote

Post by mark_alec » Wed Oct 05, 2011 12:32 pm

The place to file these kinds of requests is http://bugs.gentoo.org - though it is often best to wait a few days before posting news of a bump (since often developers know about them and are getting to them). In the meantime you could try copying the old ebuild to your local overlay with a new version and seeing if that works, if it does report so on bugzilla. :)
www.gentoo.org.au || #gentoo-au
Top
Loko123
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat Feb 05, 2011 7:05 pm

  • Quote

Post by Loko123 » Wed Oct 05, 2011 4:29 pm

mark_alec wrote:The place to file these kinds of requests is http://bugs.gentoo.org - though it is often best to wait a few days before posting news of a bump (since often developers know about them and are getting to them). In the meantime you could try copying the old ebuild to your local overlay with a new version and seeing if that works, if it does report so on bugzilla. :)
I'm sorry... I'll wait for it, thanks for the info.

I´ve tried it in my local overlay, but dev-python/beaker fails with:

Code: Select all


 * Building of dev-python/beaker-1.5.4-r1 with CPython 3.2...
python3.2 setup.py build -b build-3.2
Traceback (most recent call last):
  File "setup.py", line 3, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools
 ^[[31;01m*^[[0m ERROR: dev-python/beaker-1.5.4-r1 failed (compile phase):
 ^[[31;01m*^[[0m   Building failed with CPython 3.2 in distutils_building() function
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m Call stack:
 ^[[31;01m*^[[0m     ebuild.sh, line   91:  Called src_compile
 ^[[31;01m*^[[0m   environment, line 3656:  Called distutils_src_compile
 ^[[31;01m*^[[0m   environment, line  975:  Called python_execute_function 'distutils_building'
 ^[[31;01m*^[[0m   environment, line 2070:  Called die
 ^[[31;01m*^[[0m The specific snippet of code:
 ^[[31;01m*^[[0m                       die "${failure_message}";
 ^[[31;01m*^[[0m
 ^[[31;01m*^[[0m If you need support, post the output of 'emerge --info =dev-python/beaker-1.5.4-r1',
 ^[[31;01m*^[[0m the complete build log and the output of 'emerge -pqv =dev-python/beaker-1.5.4-r1'.
 ^[[31;01m*^[[0m The complete build log is located at '/var/tmp/portage/dev-python/beaker-1.5.4-r1/temp/build.log'.
 ^[[31;01m*^[[0m The ebuild environment file is located at '/var/tmp/portage/dev-python/beaker-1.5.4-r1/temp/environment'.
 ^[[31;01m*^[[0m S: '/var/tmp/portage/dev-python/beaker-1.5.4-r1/work/Beaker-1.5.4'
Any help would be appreciated.

Best wishes,

Loko123
Top
Loko123
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat Feb 05, 2011 7:05 pm

  • Quote

Post by Loko123 » Wed Oct 05, 2011 5:31 pm

python-updater fixed the issue *crossing fingers* let's compile gwibber. :)
Top
Loko123
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat Feb 05, 2011 7:05 pm

  • Quote

Post by Loko123 » Wed Oct 05, 2011 5:50 pm

Doesn't work - One package is missing... :(

No package 'dee-1.0' found

I´ve searched portage for dee, but I did not find anything.

I think we need an ebuild for: https://launchpad.net/dee

Loko123 :(

EDIT: Fixed the issue with dee - Found an ebuild at gpo.zugaina.org an updated it - Here is it:

Code: Select all

# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

DESCRIPTION="Libdee is a library using DBus to provide objects allowing you
to create MVC programs across DBus."
HOMEPAGE="https://launchpad.net/dee"
SRC_URI="http://launchpad.net/dee/0.5/0.5.22/+download/${P}.tar.gz"

LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="dev-util/gtk-doc
        dev-libs/gobject-introspection"

RDEPEND="${DEPEND}"

src_install (){
    dodoc README LICENSE
    emake DESTDIR="${D}" install
}
But now I have a new issue… :(

configure: error: Package requirements (gtkspell3-2.0) were not met:

No package 'gtkspell3-2.0' found

eix gtkspell
app-text/gtkspell
Available versions: 2.0.16 {doc}

Please, help me!
Top
gasparov
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 105
Joined: Thu Apr 13, 2006 4:42 pm

  • Quote

Post by gasparov » Wed Oct 19, 2011 10:06 am

you can disable spell and unity and configure runs clean but still i have this during make:

Code: Select all

make[2]: Entering directory `/var/tmp/portage/net-misc/gwibber-3.2.0.1/work/gwibber-3.2.0.1/libgwibber-gtk'
  CC     libgwibber_gtk_la-entry.lo
entry.c:33:31: error: gtkspell/gtkspell.h: No such file or directory
entry.c: In function 'gwibber_gtk_input_text_view_constructor':
entry.c:654: error: 'GtkSpell' undeclared (first use in this function)
entry.c:654: error: (Each undeclared identifier is reported only once
entry.c:654: error: for each function it appears in.)
entry.c:654: error: '_tmp14_' undeclared (first use in this function)
entry.c:655: error: 'spell' undeclared (first use in this function)
make[2]: *** [libgwibber_gtk_la-entry.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-misc/gwibber-3.2.0.1/work/gwibber-3.2.0.1/libgwibber-gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-misc/gwibber-3.2.0.1/work/gwibber-3.2.0.1'
make: *** [all] Error 2
Did you successfully install gwibber 3.2?
Top
Loko123
Tux's lil' helper
Tux's lil' helper
Posts: 91
Joined: Sat Feb 05, 2011 7:05 pm

  • Quote

Post by Loko123 » Sat Oct 29, 2011 10:58 pm

gasparov wrote:you can disable spell and unity and configure runs clean but still i have this during make:

Code: Select all

make[2]: Entering directory `/var/tmp/portage/net-misc/gwibber-3.2.0.1/work/gwibber-3.2.0.1/libgwibber-gtk'
  CC     libgwibber_gtk_la-entry.lo
entry.c:33:31: error: gtkspell/gtkspell.h: No such file or directory
entry.c: In function 'gwibber_gtk_input_text_view_constructor':
entry.c:654: error: 'GtkSpell' undeclared (first use in this function)
entry.c:654: error: (Each undeclared identifier is reported only once
entry.c:654: error: for each function it appears in.)
entry.c:654: error: '_tmp14_' undeclared (first use in this function)
entry.c:655: error: 'spell' undeclared (first use in this function)
make[2]: *** [libgwibber_gtk_la-entry.lo] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-misc/gwibber-3.2.0.1/work/gwibber-3.2.0.1/libgwibber-gtk'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-misc/gwibber-3.2.0.1/work/gwibber-3.2.0.1'
make: *** [all] Error 2
Did you successfully install gwibber 3.2?
Not yet. :( But I am working on an ebuild. :) If it compiles like a charm, I'll attach it!

loko123
Top
mrpdaemon
Tux's lil' helper
Tux's lil' helper
Posts: 134
Joined: Mon Aug 23, 2004 1:03 am

  • Quote

Post by mrpdaemon » Fri May 18, 2012 3:26 am

gwibber 3.1.0 from portage is broken for me:

Code: Select all

$ gwibber
Traceback (most recent call last):
  File "/usr/bin/gwibber", line 42, in <module>
    from gwibber.microblog.util import log
  File "/usr/lib64/python2.7/site-packages/gwibber/microblog/util/__init__.py", line 3, in <module>
    import log, resources
  File "/usr/lib64/python2.7/site-packages/gwibber/microblog/util/resources.py", line 14, in <module>
    from gwibber.microblog import network
  File "/usr/lib64/python2.7/site-packages/gwibber/microblog/network.py", line 3, in <module>
    import urllib, pycurl, json, StringIO
ImportError: /usr/lib64/python2.7/site-packages/pycurl.so: undefined symbol: CRYPTO_num_locks
Anyone has ebuilds for 3.2.0.1 ?
Top
mrpdaemon
Tux's lil' helper
Tux's lil' helper
Posts: 134
Joined: Mon Aug 23, 2004 1:03 am

  • Quote

Post by mrpdaemon » Fri May 18, 2012 5:44 am

Nevermind, needed CURL_SSL=gnutls to build curl with gnutls use flag and now gwibber works fine.
Top
The Unabeefer
n00b
n00b
Posts: 60
Joined: Tue Dec 23, 2008 7:39 pm
Location: Chicago, IL
Contact:
Contact The Unabeefer
Website

  • Quote

Post by The Unabeefer » Tue May 29, 2012 1:33 am

I personally would like to attempt to make an ebuild for the current version, which is 3.5.0 (which is obviously more recent than the 3.1 in portage), but it seems the only dependency that simply doesn't exist is "gee-1.0" ... The closest I have found is libgee-0.7.2. Even the website for libgee doesn't go as high as 1.0, so I have no idea where to go from there.

For a seemingly popular application like Gwibber, the ebuilds available seem incredibly far behind... and there isn't really much more available as far as Twitter clients go. Just Hotot, afaict, which doesn't like to open links properly in Chromium (for me at least).

Anyone know the answer to my lack of gee issue?
I am a flying cow... worship me or DIE!!!

...and there he was, reigning supreme at number two...
The One... The Only... The Unabeefer
Top
Post Reply

10 posts • Page 1 of 1

Return to “Desktop Environments”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic