[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-devel
Subject:    Some kdemultimedia and other bugs I'm sticking here out of laziness...
From:       Triskelios <trisk () quasarnet ! org>
Date:       2001-05-12 7:30:39
[Download RAW message or body]

First of all, looks like someone forgot something (breaks enable-final as 
usual)...
mpeglib/lib/splay/dump.h:14
#ifndef __DUMP_H
+  #define __DUMP_H
 
And need to re-add kmidi/log.h (or fix use of it in kmidi.cpp and kmidi.h...)
 
At kmidi/nas_a.cpp:294
-    if ((fd.data=malloc(fd.capacity))==(char*)0) return -1;
+    if ((fd.data=(char*)malloc(fd.capacity))==(char*)0) return -1;
 
without the cast to char, I get
nas_a.cpp: In function `int opendevaudio()':
nas_a.cpp:294: ANSI C++ forbids implicit conversion from `void *' in 
assignment
 
Hm.. this doesn't look right:
mpeglib/lib/splay/dct64.cpp:28
static int dctInit=false;
 
void initialize_dct64() {
  if (dctInit==true) {
    return;
  }

Also, with current (as of 4 hrs ago) kdelibs and kdebase, konq won't run 
anymore; strace ends with this:
select(4, [3], NULL, NULL, NULL)        = 1 (in [3])
read(3, "\1\0X\v\3\0\0\0#\0\0\0\1\0\1\1\377\377\377\377\0\0\0\0"..., 32) = 32
read(3, "\177\340r\0\177\340r\0\0\0\357\10", 12) = 12
read(3, "\1\30Y\v\0\0\0\0006\0\0\0 \1\3\1@\2Y\1\0\0\0\0\1\0\0\0"..., 32) = 32
write(9, "\2\2\2\0\262\0\0\0^\0\0\0", 12) = 12
write(9, "\0\0\0\20konqueror-31967\0\0\0\0\5kded\0\0\0\0"..., 67) = 67
write(9, "\0\0\0\10\0f\0i\0l\0e\377\377\377\377\377\377\377\377\377"..., 111) 
=
111
read(9,  <unfinished ...>

And artsplay (or any other things using arts) gets:
connect(6, {sin_family=AF_UNIX, path="
                /tmp/mcop-trisk/kainga_quasarnet_org-7c1c-3afce1c4"}, 110) = 0
gettimeofday({989652360, 930269}, NULL) = 0
select(7, [3 6], [], [6], {2, 809966})  = 1 (in [6], left {2, 800000})
read(6, "MCOP\0\0\0|\0\0\0\1\0\0\0\20aRts/MCOP-1.0.0\0"..., 8192) = 124
write(6, "MCOP\0\0\0d\0\0\0\2\0\0\0#kainga.quasarnet"..., 100) = 100
gettimeofday({989652360, 945260}, NULL) = 0
gettimeofday({989652360, 945324}, NULL) = 0
select(7, [3 6], [], [6], {2, 794911})  = 0 (Timeout)
...

This has been going on for the last week or so.

And since my kdelibs and kdebase update yesterday, KDE apps aren't finding a 
lot of the icons or otherwise screwing up (e.g. kcontrol is using a lot of 
32x32 or larger icons in the sidebar where it should normally have 16x16 
ones...).

Any ideas?

-- 
Triskelios - trisk@quasarnet.org
[ 49206C6F76652041657269616E61 ]
 
>> Visit http://master.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic