python-pymad dependencies

2005-05-01 Thread Norval Watson
I changed the listings in my /etc/apt/sources.list from /pure64
to /debian-pure64.
When I run dist-upgrade I get this message:

The following packages have unmet dependencies:
  python-pymad: Depends: python2.3-pymad but it is not installed

Trying to install python2.3-pymad gives a stack of conflicts:

The following NEW packages will be installed:
  python2.3-pymad
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
26 not fully installed or removed.
Inst python2.3-pymad (0.5.3-1 Debian-amd64:3.2/unstable)
Conf dictionaries-common (0.25.8 Debian-amd64:3.2/unstable)
Conf cdda2wav (4:2.01+01a01-4 Debian-amd64:3.2/unstable)
Conf cdrecord (4:2.01+01a01-4 Debian-amd64:3.2/unstable)
Conf debconf-utils (1.4.48 Debian-amd64:3.2/unstable)
Conf html2text (1.3.2a-1 all_debs_20050105, Debian-amd64:3.2/unstable)
Conf gettext (0.14.4-1 Debian-amd64:3.2/unstable)
Conf intltool-debian (0.30+20040213 all_debs_20050105,
Debian-amd64:3.2/unstable)
Conf po-debconf (0.8.23 Debian-amd64:3.2/unstable)
Conf debhelper (4.2.35 Debian-amd64:3.2/unstable)
Conf fontconfig (2.3.2-1 Debian-amd64:3.2/unstable)
Conf libfontconfig1 (2.3.2-1 Debian-amd64:3.2/unstable)
Conf kdelibs-data (4:3.3.2-5 Debian-amd64:3.2/unstable)
Conf kdelibs-bin (4:3.3.2-5 Debian-amd64:3.2/unstable)
Conf kdelibs4 (4:3.3.2-5 Debian-amd64:3.2/unstable)
Conf libpostproc0 (2:20050427-0.0 Unofficial Packages Free:unstable)
Conf libavcodeccvs (2:20050427-0.0 Unofficial Packages Free:unstable)
Conf libid3tag0 (0.15.1b-5 Debian-amd64:3.2/unstable)
Conf libxine1 (1.0.1-1 Debian-amd64:3.2/unstable)
Conf mkisofs (4:2.01+01a01-4 Debian-amd64:3.2/unstable)
Conf python2.3-pymad (0.5.3-1 Debian-amd64:3.2/unstable)
Conf python-pymad (0.5.3-1 Debian-amd64:3.2/unstable)
Conf realtime-lsm (0.1.1-6 Debian-amd64:3.2/unstable)
Conf realtime-lsm-source (0.1.1-6 Debian-amd64:3.2/unstable)
Conf shared-mime-info (0.16-1debian1 Debian-amd64:3.2/unstable)
Conf sudo (1.6.8p7-1.1 Debian-amd64:3.2/unstable)
Conf zsh (4.2.5-7 Debian-amd64:3.2/unstable)
Conf glame (2.0.1-2 Debian-amd64:3.2/unstable)

Have I done the wrong thing?
Cheers,
Norv


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



32chroot

2005-05-01 Thread Damon Chesser
Been playing with 32chroot a bit and it hit me:  I have a 32bit linux 
installed, why re-install it inside my 64bit land?  If I symlink the 
ia-32 (not sure is that is the name, not looking at the howto right now, 
in 32bit linux, but you get the idea) bit stuff to say 
<

Re: fail build visualboyadvance package with g++-3.4 and -O3

2005-05-01 Thread Goswin von Brederlow
moi 1392 <[EMAIL PROTECTED]> writes:

> I don't think is a problem of libraries, because the build fail at
> compilation time, and not at link or execution time.
> And visualboyadvance link only with one C++ library, libstdc++,
> libstdc++6.0 is provided by défault with g++-3.4
>
> The build works well with -O2 option, I can install the deb and run
> vba. I think is a bug in gcc.
> If someone could confirm to me the bug on his system, i will post a bug in 
> gcc.

Sorry, you are right. If -O2 works it can't be the lib.

Try to make the failing file as small as possible (but still
failing). Save the preprocessed file and again reduce it as much as
possible. That should give you a minimal testcase for the bug. 

Save the tempfiles for that source and report the input and tempfiles
as bug against g++-3.4.

MfG
Goswin

PS: you might want to try g++ 4.0 too to see if the bug is still there.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: bzflag segfualts

2005-05-01 Thread Goswin von Brederlow
Damon Chesser <[EMAIL PROTECTED]> writes:

> On Sunday 01 May 2005 05:36 am, Goswin von Brederlow wrote:
>> Damon Chesser <[EMAIL PROTECTED]> writes:
>> 
>> > Bzflag randomly segfaults, no other errors shown when run from a term, 
> just 
>> > "segfault".  Anybody else seeing this?  Nvidia drivers installed 64bit, 
>> > bzflag 64 bit.
>> > -- 
>> > Damon L. Chesser
>> > [EMAIL PROTECTED]
>> 
>> Can you run it in gdb and make a backtrace? And maybe compile it with
>> debug symbols first?
>> 
>> MfG
>> Goswin
>
> I would be happy to, but I don't know how to do that stuff, a simple how to 
> would suffice.  I compiled the code for bzflag and have the same problem.  In 
> 32bit what I see with my hardware is like a one sec "no response time" where 
> everything freezes and then I am back in the game, one to two seconds later, 
> same course I was on, just farther down the road.  Since I see problems on 
> both the 64bit I compiled, 64bit apt-got, and 32bit apt-got, I think it is 
> prob. not the code, but maybe my vid card/video drivers (nvidia)  I have no 
> way of testing this out. I see this "time warp" in 32bit, on two machinse 
> both useing the save vid card (nvidia geforce 4 mx440).  That is everything I 
> know about this issue.  Anything you want me to do, just let me know, or let 
> me know how.
>> 
>> 
>
> -- 
> Damon L. Chesser
> [EMAIL PROTECTED]

Then just report it with reportbug and see if the maintainer can
help. If it happens on 32bit too then it is not our fault.

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: Re: fail build visualboyadvance package with g++-3.4 and -O3

2005-05-01 Thread moi 1392
I don't think is a problem of libraries, because the build fail at
compilation time, and not at link or execution time.
And visualboyadvance link only with one C++ library, libstdc++,
libstdc++6.0 is provided by défault with g++-3.4

The build works well with -O2 option, I can install the deb and run
vba. I think is a bug in gcc.
If someone could confirm to me the bug on his system, i will post a bug in gcc.



Re: bzflag segfualts

2005-05-01 Thread Damon Chesser
On Sunday 01 May 2005 05:36 am, Goswin von Brederlow wrote:
> Damon Chesser <[EMAIL PROTECTED]> writes:
> 
> > Bzflag randomly segfaults, no other errors shown when run from a term, 
just 
> > "segfault".  Anybody else seeing this?  Nvidia drivers installed 64bit, 
> > bzflag 64 bit.
> > -- 
> > Damon L. Chesser
> > [EMAIL PROTECTED]
> 
> Can you run it in gdb and make a backtrace? And maybe compile it with
> debug symbols first?
> 
> MfG
> Goswin

I would be happy to, but I don't know how to do that stuff, a simple how to 
would suffice.  I compiled the code for bzflag and have the same problem.  In 
32bit what I see with my hardware is like a one sec "no response time" where 
everything freezes and then I am back in the game, one to two seconds later, 
same course I was on, just farther down the road.  Since I see problems on 
both the 64bit I compiled, 64bit apt-got, and 32bit apt-got, I think it is 
prob. not the code, but maybe my vid card/video drivers (nvidia)  I have no 
way of testing this out. I see this "time warp" in 32bit, on two machinse 
both useing the save vid card (nvidia geforce 4 mx440).  That is everything I 
know about this issue.  Anything you want me to do, just let me know, or let 
me know how.
> 
> 

-- 
Damon L. Chesser
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Must load trivial modules in /etc/modules of Sarge-64Bit

2005-05-01 Thread Dirk Salva
Hi,

in Sarge-64Bit its a little bit nerving now:
In my /etc/modules I have to register
rtc
ppp_generic
pcspkr

and *floppy* to load the modules and to install the devices although I
use udev and hotplug. I dont have to do so in Sarge-32Bit. Whats
that!?
Apart from that my Sarge-64Bit and Sarge-32Bit are absolutely
identically.

ciao, Dirk
-- 
|  Akkuschrauber Kaufberatung and AEG GSM stuff   |
|   Visit my homepage:   http://www.nutrimatic.ping.de/   |
| FIDO: Dirk Salva 2:244/6305.10 Internet: dsalvaATgmx.de |
|The "Ruhrgebiet", best place to live in Germany! |


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: fail build visualboyadvance package with g++-3.4 and -O3

2005-05-01 Thread Goswin von Brederlow
moi 1392 <[EMAIL PROTECTED]> writes:

> When I try to build package visualboyadvance from sources with gcc-3.4
> and -O3, it uses all the memory (1 GB swap) and fails on GBA.cpp.
>
> step to reproduce :
>
> export CC="gcc-3.4"
> export CXX="g++-3.4"
> export CFLAGS="-O3"
> export CXXFLAGS="-O3"
>
> apt-get source --build visualboyadvance
>
> the package is from alioth pure64 (apt source mirror is
> ftp.tiscal.nl), distribution sid

Did you first compile all needed libraries with 3.4?

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: alioth not updating

2005-05-01 Thread Javier Kohen
El dom, 01-05-2005 a las 14:07 +0100, Rafael RodrÃguez escribiÃ:
> Hi. Its been several days since sid was latest updated for me. Is alioth not 
> working, stopped from upgrading due to the new mirrors to come, or me missing 
> something in the list?

You missed that it's being moved (I don't recall if it was Alioth or
debian-amd64 though, but I think it was the former). Goswin reported
that the move has started and, I think, it should be completed by
Monday. I'm sure you'll be able to find more precise information in the
list archive for last week.

Greetings,
-- 
Javier Kohen <[EMAIL PROTECTED]>
ICQ: blashyrkh #2361802
Jabber: [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part


alioth not updating

2005-05-01 Thread Rafael Rodríguez
Hi. Its been several days since sid was latest updated for me. Is alioth not 
working, stopped from upgrading due to the new mirrors to come, or me missing 
something in the list?

Regards,

Rafael Rodríguez



Re: Gambas not working

2005-05-01 Thread Aritz Beraza Garayalde [Rei]
On 4/30/05, Grahame White <[EMAIL PROTECTED]> wrote:
> I tried to get Gambas from pure64/sid to work. It installs ok but when I
> try to run it from a console all I get is the following :
> sizeof(CLASS) = 256 !
> ERROR: #51: Bad archive: Invalid argument
> 
> Has anyone else had this?
> 

I don't remember the error it showed, but ia haven't been able to run
gambas on my AMD64 port either.

Aritz Beraza [Rei]
-- 
Aritz Beraza Garayalde [Rei]
___
[ WWW ]  http://evangelion.homelinux.net 
[jabber]  rei[en]bulmalug.net



fail build visualboyadvance package with g++-3.4 and -O3

2005-05-01 Thread moi 1392
When I try to build package visualboyadvance from sources with gcc-3.4
and -O3, it uses all the memory (1 GB swap) and fails on GBA.cpp.

step to reproduce :

export CC="gcc-3.4"
export CXX="g++-3.4"
export CFLAGS="-O3"
export CXXFLAGS="-O3"

apt-get source --build visualboyadvance

the package is from alioth pure64 (apt source mirror is
ftp.tiscal.nl), distribution sid



Re: can't load/unload modules

2005-05-01 Thread Cyril Thévenet
Le dimanche 01 mai 2005 à 12:32 +0200, Goswin von Brederlow a écrit :
> Cyril Thévenet <[EMAIL PROTECTED]> writes:
> 
> > Hi,
> >
> > I'm new on amd64 and I have some problems with modules. When I want to
> > load a module (for example nfsd) I get this message :
> >
> > FATAL: Error inserting nfsd
> > (/lib/modules/2.6.11-inde.14/kernel/fs/nfsd/nfsd.ko): Unknown symbol in
> > module, or unknown parameter (see dmesg)
> >
> > And the problem seems to the same for all the modules. The problem is
> > also the same with modprobe or modconf. And the dmesg only says :
> >
> > nfsd: Unknown parameter `nfsd'
> >
> > I'm using debian/sid with a self-compiled kernel from debian
> > kernel-source-2.6.8 .
> >
> > Thanks for your help
> > Cyril
> 
> Does it work with Debians kernel-image packages?

The problem is the same with pre-compiled kernel (I tried
kernel-image-2.6.11-9-amd64-k8).

> How did you build the kernel? make-kpkg?

$ fakeroot make-kpkg --initrd --append_to_version -inde.14 kernel_image




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: bzflag segfualts

2005-05-01 Thread Goswin von Brederlow
Damon Chesser <[EMAIL PROTECTED]> writes:

> Bzflag randomly segfaults, no other errors shown when run from a term, just 
> "segfault".  Anybody else seeing this?  Nvidia drivers installed 64bit, 
> bzflag 64 bit.
> -- 
> Damon L. Chesser
> [EMAIL PROTECTED]

Can you run it in gdb and make a backtrace? And maybe compile it with
debug symbols first?

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: can't load/unload modules

2005-05-01 Thread Goswin von Brederlow
Cyril Thévenet <[EMAIL PROTECTED]> writes:

> Hi,
>
> I'm new on amd64 and I have some problems with modules. When I want to
> load a module (for example nfsd) I get this message :
>
> FATAL: Error inserting nfsd
> (/lib/modules/2.6.11-inde.14/kernel/fs/nfsd/nfsd.ko): Unknown symbol in
> module, or unknown parameter (see dmesg)
>
> And the problem seems to the same for all the modules. The problem is
> also the same with modprobe or modconf. And the dmesg only says :
>
> nfsd: Unknown parameter `nfsd'
>
> I'm using debian/sid with a self-compiled kernel from debian
> kernel-source-2.6.8 .
>
> Thanks for your help
> Cyril

Does it work with Debians kernel-image packages?
How did you build the kernel? make-kpkg?

MfG
Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]