evilknight
Newbie
Offline
Posts: 22
|
 |
« Reply #15 on: January 25, 2008, 10:15:24 pm » |
|
me too,we are waiting
|
|
|
Logged
|
|
|
|
peter
Power user
Offline
Posts: 68
|
 |
« Reply #16 on: January 25, 2008, 11:46:24 pm » |
|
It appears to be up again...at least for now. 
|
|
|
Logged
|
|
|
|
jokker
Power user
Offline
Posts: 55
|
 |
« Reply #17 on: January 25, 2008, 11:54:37 pm » |
|
Yep ! Works again
|
|
|
Logged
|
|
|
|
afv
Newbie
Offline
Posts: 31
|
 |
« Reply #18 on: May 08, 2009, 03:35:31 pm » |
|
(SVN 11172) I'm having a problem when doing "make deb": … CC utils/asyncresolver/src/asyncresolver.o In file included from /usr/include/sys/socket.h:40, from /usr/include/netinet/in.h:25, from /usr/include/netdb.h:28, from utils/asyncresolver/src/asyncresolver.c:8: /usr/include/bits/socket.h:354:24: error: asm/socket.h: No such file or directory make: *** [utils/asyncresolver/src/asyncresolver.o] Error 1
Any guess as to what might be wrong? What more information can I provide?
|
|
|
Logged
|
|
|
|
kakaroto
|
 |
« Reply #19 on: May 08, 2009, 05:09:16 pm » |
|
humm... well this looks to me like you have some missing headers in there... make sure you have all includes correctly.. I think that any application that needs to use sockets won't compile for you ...
|
|
|
Logged
|
KaKaRoTo
|
|
|
afv
Newbie
Offline
Posts: 31
|
 |
« Reply #20 on: May 08, 2009, 05:55:16 pm » |
|
Hmm, my /usr/include/bits/socket.h lines 253 and 254 reads: /* Get socket manipulation related informations from kernel headers. */ #include <asm/socket.h>
but my /usr/include/asm directory is empty…  My linux-source is 2.6.30-2 but I'm using kernel version 2.6.30-3. Maybe that's the problem. :roll: I'll try again later when the linux-source is updated and same version. Thanks. 
|
|
|
Logged
|
|
|
|
kakaroto
|
 |
« Reply #21 on: May 08, 2009, 06:13:22 pm » |
|
humm.. I have 52 files in /usr/include/asm/... and these are standard libc headers, it has nothing to do with the kernel... the /usr/include/asm/socket.h is part of the linux-libc-dev package on debian... so make sure you have the libc-dev package installed...
|
|
|
Logged
|
KaKaRoTo
|
|
|
afv
Newbie
Offline
Posts: 31
|
 |
« Reply #22 on: May 08, 2009, 06:35:53 pm » |
|
Hmm, my /usr/include/bits/socket.h lines 253 and 254 reads: […] My linux-source is 2.6.30-2 but I'm using kernel version 2.6.30-3. Maybe that's the problem. :roll: I'll try again later when the linux-source is updated and same version. Thanks.  Oops, I had one package "locking" the linux-source metapackage version. I have the correct version now. :roll: humm.. I have 52 files in /usr/include/asm/... and these are standard libc headers, it has nothing to do with the kernel... the /usr/include/asm/socket.h is part of the linux-libc-dev package on debian... so make sure you have the libc-dev package installed... I have both the linux-libc-dev (2.6.30-3.4) and libc6-dev (2.9-9ubuntu1) installed. Reinstalling did nothing.  I guess I'll have to wait for some updates…  Oh, I've found now a reported bug about this: /usr/include/asm/* is not present in linux-libc-dev and it seems to be fixed at version 2.6.30-4.5. (I'm waiting for it to hit the repositories.) Thanks kakaroto. 
|
|
|
Logged
|
|
|
|
kakaroto
|
 |
« Reply #23 on: May 08, 2009, 07:31:07 pm » |
|
You're welcome! 
|
|
|
Logged
|
KaKaRoTo
|
|
|
afv
Newbie
Offline
Posts: 31
|
 |
« Reply #24 on: May 08, 2009, 09:13:31 pm » |
|
(Working now, after updating linux-libc-dev from 2.6.30-3.4 to 2.6.30-3.5 :wink:)
I noticed now that the sub-menus Delete Group and Rename Group at Contacts and Play Game at Actions do not open nor do anything… Is it just me? :lol: :twisted:
|
|
|
Logged
|
|
|
|
BW
|
 |
« Reply #25 on: May 08, 2009, 10:28:40 pm » |
|
Hi, Delete Group and Rename Group also won't open for me, as long as I didn't add a new group so it could be an initializing problem
|
|
|
Logged
|
|
|
|
afv
Newbie
Offline
Posts: 31
|
 |
« Reply #26 on: May 08, 2009, 10:42:52 pm » |
|
Hi, Delete Group and Rename Group also won't open for me, as long as I didn't add a new group so it could be an initializing problem I've created a new group and now they do open, even after removing that group… :? Restarting aMSN… They do not open again. After adding a new group they open again.  Nothing is shown at status/protocol/plugins logs…
|
|
|
Logged
|
|
|
|
kakaroto
|
 |
« Reply #27 on: May 08, 2009, 10:47:53 pm » |
|
Thanks afv, i'll look into this...
|
|
|
Logged
|
KaKaRoTo
|
|
|
BW
|
 |
« Reply #28 on: May 11, 2009, 02:35:23 pm » |
|
the problem seems to be, that in protocol 12 [abook::getContactData contactlist groups] is available early enough, so loggedInGuiConf in gui.tcl can "Create the groups menus"; but with protocol 15 the groups are only available 2 seconds after loggedInGuiConf ...
so I would use SynchronizeDone in addressbook.tcl to execute the two updateMenu commands again.
|
|
|
Logged
|
|
|
|
kakaroto
|
 |
« Reply #29 on: May 11, 2009, 06:02:38 pm » |
|
fixed in SVN, thanks BW for a great hunt of the bug! 
|
|
|
Logged
|
KaKaRoTo
|
|
|
|