Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CenterIM
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
sokai
n00b
n00b


Joined: 26 May 2004
Posts: 23
Location: Germany - Potsdam

PostPosted: Wed Mar 21, 2007 1:50 pm    Post subject: CenterIM Reply with quote

After a long time of inactivity at the CenterICQ project there will be the new fork: CenterIM.

The first ebuild with version 4.22.0 can be found at https://bugs.gentoo.org/show_bug.cgi?id=171682.

Please make CenterIM public! - Use CenterIM!
Back to top
View user's profile Send private message
RobertDavid
Apprentice
Apprentice


Joined: 08 Aug 2005
Posts: 271
Location: Czech Republic

PostPosted: Wed Mar 21, 2007 3:15 pm    Post subject: Reply with quote

Super............ I love centerICQ
_________________
Arch & Fluxbox & 2.6.24-rc-zen!!!!
robertek.brevnov.net
Back to top
View user's profile Send private message
topper_harley
Guru
Guru


Joined: 05 Apr 2006
Posts: 363
Location: Treviso / Udine (Italy)

PostPosted: Thu Mar 22, 2007 8:55 am    Post subject: Reply with quote

Is it possible to simply copy the content of ~/.centericq in the ~/.centerim folder?
_________________
http://topperh.ath.cx
Jabber: topper_harley@jabber.org
ICQ: 224179391
MSN: Topper_Harley80@gmail.com
Last FM
Back to top
View user's profile Send private message
sokai
n00b
n00b


Joined: 26 May 2004
Posts: 23
Location: Germany - Potsdam

PostPosted: Thu Mar 22, 2007 10:51 am    Post subject: Reply with quote

topper_harley wrote:
Is it possible to simply copy the content of ~/.centericq in the ~/.centerim folder?

I backuped my ~/.centericq directory and renamed it to ~/.centerim - everything is fine! :)

Because CenterIM is (at the moment) still CenterICQ (please look at cicq mailinglist [1] to understand the reason for creating CenterIM) it should work out of the box...

sofar
sokai

---
[1] http://chlor.kofeina.net/pipermail/cicq/2007-March/005075.html
Back to top
View user's profile Send private message
mueli
Retired Dev
Retired Dev


Joined: 05 Dec 2006
Posts: 14
Location: Graz - Austria

PostPosted: Thu Mar 29, 2007 9:55 am    Post subject: Reply with quote

Hi sokai!

I had a little problem with your last ebuild from https://bugs.gentoo.org/show_bug.cgi?id=171682. I think you should add net-misc/curl as DEPEND in the ebuild. Perhaps you can have a look. Everything else works just fine and I would like to thank for keeping center(icq)im alive!

g, Michael
_________________
"To Err is Human. But to Make a Real Mess You Need a
Computer Too" - Dan Rather
Back to top
View user's profile Send private message
quink
n00b
n00b


Joined: 26 Oct 2002
Posts: 37
Location: Calif

PostPosted: Thu Mar 29, 2007 10:06 pm    Post subject: Reply with quote

Does this solve the AIM connection problems, or thats yet to be fixed?
Back to top
View user's profile Send private message
mueli
Retired Dev
Retired Dev


Joined: 05 Dec 2006
Posts: 14
Location: Graz - Austria

PostPosted: Fri Mar 30, 2007 7:05 am    Post subject: Reply with quote

I don't think that this problem has anything to do with AIM connection. It's only a porblem in the configure process - you won't be able to emerge centerim without emerging curl. That means net-misc/curl has to be in the DEPEND, regardless of USE="msn".
_________________
"To Err is Human. But to Make a Real Mess You Need a
Computer Too" - Dan Rather
Back to top
View user's profile Send private message
quink
n00b
n00b


Joined: 26 Oct 2002
Posts: 37
Location: Calif

PostPosted: Fri Mar 30, 2007 4:05 pm    Post subject: Reply with quote

I guess i wasn't completely clear. Currently CenterICQ has trouble with AIM connections. I was wondering if CenterIM has fixed those issues.
Back to top
View user's profile Send private message
Kjir
n00b
n00b


Joined: 29 Jun 2006
Posts: 30
Location: Urbino

PostPosted: Tue Apr 17, 2007 9:07 pm    Post subject: Reply with quote

We have not touched anything about the AIM connection code. Yet we are not aware of any issue, so could you please submit a bug to http://sourceforge.net/projects/centerim ? Thank you!
Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Sun Jul 01, 2007 12:04 am    Post subject: Reply with quote

Little howto:
If you want to install centerim :
1.Download the ebuil from https://bugs.gentoo.org/show_bug.cgi?id=171682 and place it in your local overlay.
2.Download cogito.eclass from the same place and put it in /usr/local/portage/net-im/centerim/eclass and /usr/portage/eclass
3.Run env-update
4.ebuild bla digest
5.emerge centerim (these useflags worked for me USE="aim -bidi crypt gadu icq irc jabber lj msn nls rss ssl yahoo") "-bidi" is important otherwise you`ll get this:
Code:

/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/kkconsui/libkkconsui.a(conscommon.o): In function `makebidi(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)':
conscommon.cc:(.text+0x5c1): undefined reference to `fribidi_iso8859_8_to_unicode'
conscommon.cc:(.text+0x5e7): undefined reference to `fribidi_log2vis'
conscommon.cc:(.text+0x5fa): undefined reference to `fribidi_unicode_to_iso8859_8'
collect2: ld returned 1 exit status
make[3]: *** [centerim] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-im/centerim-9999/work/centerim-9999'
make: *** [all] Error 2
 *
 * ERROR: net-im/centerim-9999 failed.
 * Call stack:
 *   ebuild.sh, line 1642:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   centerim-9999.ebuild, line 74:   Called die
 *
 * Compilation failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-im/centerim-9999/temp/build.log'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *


I wish one real wiki made from some of the devs :roll:
That will improve usability of this app alot :roll:
_________________
"Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment."
"Linux is like a wigwam - no windows, no gates, apache inside..."
Back to top
View user's profile Send private message
Kjir
n00b
n00b


Joined: 29 Jun 2006
Posts: 30
Location: Urbino

PostPosted: Sun Jul 01, 2007 12:52 am    Post subject: Reply with quote

Kollin wrote:

I wish one real wiki made from some of the devs :roll:
That will improve usability of this app alot :roll:


You mean like http://www.centerim.org/ ?

Anyway the bidi issue is probably due to the fact that fribidi is not inserted as a dependency when using the flag bidi.
If fribidi in installed and you still got the issue, it is a bug and should be reported.
Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Sun Jul 01, 2007 9:26 am    Post subject: Reply with quote

I have fribidi installed :

Code:
SETI ~ # emerge -pv fribidi

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] dev-libs/fribidi-0.10.7  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB


P.S.Thanx for the wiki link :wink:
_________________
"Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment."
"Linux is like a wigwam - no windows, no gates, apache inside..."
Back to top
View user's profile Send private message
Kjir
n00b
n00b


Joined: 29 Jun 2006
Posts: 30
Location: Urbino

PostPosted: Sun Jul 01, 2007 10:08 am    Post subject: Reply with quote

Kollin wrote:
I have fribidi installed :


That's bad then...
What is the output of
Code:
fribidi-config --libs
?

And where is that bin located?
Code:
which fribidi-config
Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Sun Jul 01, 2007 11:21 am    Post subject: Reply with quote

Code:

SETI ~ # fribidi-config --libs
-L/usr/lib64 -lfribidi

Code:

SETI ~ # which fribidi-config
/usr/bin/fribidi-config

_________________
"Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment."
"Linux is like a wigwam - no windows, no gates, apache inside..."
Back to top
View user's profile Send private message
Kjir
n00b
n00b


Joined: 29 Jun 2006
Posts: 30
Location: Urbino

PostPosted: Mon Jul 02, 2007 10:32 am    Post subject: Reply with quote

That is correct.

Could you please also post the compile command which is failing?
Thank you
Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Mon Jul 02, 2007 5:20 pm    Post subject: Reply with quote

When i run:

Code:
emerge centerim
or
Code:
USE="aim bidi crypt gadu icq irc jabber lj msn nls rss ssl yahoo" emerge centerim 


the result is

Code:
x86_64-pc-linux-gnu-g++ -march=athlon64 -Os -pipe -I/usr/include/gpgme -o centerim centerim.o icqcontact.o icqgroups.o eventmanager.o icqdialogs.o icqhist.o imexternal.o imcontact.o imlogger.o accountmanager.o icqcontacts.o icqmlist.o imcontroller.o icqconf.o imevents.o impgp.o icqface.o centermain.o icqgroup.o captcha.o  -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/connwrap -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/kkconsui -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/kkstrtext -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/kksystr -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/libicq2000 -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/firetalk -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/libgadu -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/libjabber -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/libmsn -L/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/libyahoo2 ../src/hooks/libhooks.a -lconnwrap -lkkconsui -lkkstrtext -lkksystr -llibicq2000 -lfiretalk -llibgadu -llibjabber -llibmsn -llibyahoo2 -lncursesw -L/usr/lib64 /usr/lib64/libjpeg.so -lssl /usr/lib64/libgpgme.so /usr/lib64/libcurl.so /usr/lib64/libidn.so -ldl -lz /usr/lib64/libgnutls.so /usr/lib64/libtasn1.so /usr/lib64/libgcrypt.so -lnsl /usr/lib64/libgpg-error.so
/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/kkconsui/libkkconsui.a(conscommon.o): In function `makebidi(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, int)':
conscommon.cc:(.text+0x5c1): undefined reference to `fribidi_iso8859_8_to_unicode'
conscommon.cc:(.text+0x5e7): undefined reference to `fribidi_log2vis'
conscommon.cc:(.text+0x5fa): undefined reference to `fribidi_unicode_to_iso8859_8'
collect2: ld returned 1 exit status
make[3]: *** [centerim] Error 1
make[3]: Leaving directory `/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/net-im/centerim-9999/work/centerim-9999/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/net-im/centerim-9999/work/centerim-9999'
make: *** [all] Error 2
 *
 * ERROR: net-im/centerim-9999 failed.
 * Call stack:
 *   ebuild.sh, line 1642:   Called dyn_compile
 *   ebuild.sh, line 988:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   centerim-9999.ebuild, line 74:   Called die
 *
 * Compilation failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/net-im/centerim-9999/temp/build.log'.
 * This ebuild is from an overlay: '/usr/local/portage/'
 *


:roll:

when i do:

Code:

USE="aim -bidi crypt gadu icq irc jabber lj msn nls rss ssl yahoo" emerge centerim


everithing is ok :wink:
_________________
"Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment."
"Linux is like a wigwam - no windows, no gates, apache inside..."
Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Fri Aug 24, 2007 7:36 am    Post subject: Reply with quote

It`s the same "-bidi" thingy with 4.22.1 version too.
_________________
"Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment."
"Linux is like a wigwam - no windows, no gates, apache inside..."
Back to top
View user's profile Send private message
a rose for the dead
n00b
n00b


Joined: 27 Sep 2006
Posts: 7

PostPosted: Thu Nov 29, 2007 12:51 am    Post subject: Reply with quote

There was a recent problem with centerim about showing offline icq accounts. On the main page there is a reference about a fix. But i can't quite find that file on my system so that i can comment that line... Or, i really got stuck... Can anyone enlighten me on this issue please?
Back to top
View user's profile Send private message
zdb-pennywise
n00b
n00b


Joined: 01 Dec 2007
Posts: 3

PostPosted: Sat Dec 01, 2007 12:44 pm    Post subject: Reply with quote

i put some tutorial on the page http://www.centerim.org/index.php/Portage_overlay under the topic "Alternative without using layman" .. that should work
Back to top
View user's profile Send private message
a rose for the dead
n00b
n00b


Joined: 27 Sep 2006
Posts: 7

PostPosted: Sun Dec 02, 2007 3:20 pm    Post subject: Reply with quote

thanks a lot! that worked for me, i had layman installed/used before, so i used the first method... thanks a bunch again...
Back to top
View user's profile Send private message
revilootneg
Tux's lil' helper
Tux's lil' helper


Joined: 03 Jun 2007
Posts: 102
Location: /germany/hannover

PostPosted: Sat Apr 26, 2008 9:58 am    Post subject: centerim with starttls Reply with quote

I'm unable to connect to jabber-servers using starttls over port 5222. Using ssl on port 5223 is working without problems.
Using tls with psi/gajim/pidgin works like a charm. Googling for centerim and tls did not dig out anything useful.
Now I'm wondering: Does centerim support tls at all or did I simply misconfigure?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum