Re: ld.so.1 broken with gcc 3.3.1 on GNU/Hurd

2003-12-01 Thread Alfred M. Szmidt
[Sorry for the late reply, busy with school.]

   The PC value suggests some botch relocation or something.  Compare
   the last several instructions in your gdb disassembly there with
   what objdump -rd shows you on ld.so, and on the rtld.os file that
   went into making it.

Alright, here is s the output from objdump on rtld.os, ld.so.1, and
the last few lines from the gdb disassembly.  Not that this it makes
much sense to me...

objdump -rd ld.so.1:

 1560 :
[...snip...]
 299a:  8b 83 bc 00 00 00   mov0xbc(%ebx),%eax
 29a0:  8b 00   mov(%eax),%eax
 29a2:  89 45 e8mov%eax,0xffe8(%ebp)
 29a5:  8d 45 e8lea0xffe8(%ebp),%eax
 29a8:  50  push   %eax
 29a9:  8d 8b 18 ba fe ff   lea0xfffeba18(%ebx),%ecx
 29af:  8d 55 e4lea0xffe4(%ebp),%edx
 29b2:  8d 45 e0lea0xffe0(%ebp),%eax
 29b5:  e8 fe 6d 00 00  call   97b8 <_dl_catch_error>
 29ba:  8b 45 e4mov0xffe4(%ebp),%eax
 29bd:  85 c0   test   %eax,%eax
 29bf:  74 a0   je 2961 
 29c1:  6a 01   push   $0x1
 29c3:  e8 fc ff ff ff  call   29c4 
 29c8:  58  pop%eax
 29c9:  eb 96   jmp2961 
 29cb:  8b 41 18mov0x18(%ecx),%eax
 29ce:  89 83 6c f9 ff ff   mov%eax,0xf96c(%ebx)
 29d4:  e9 68 ff ff ff  jmp2941 
 29d9:  8d 76 00lea0x0(%esi),%esi
[end of dl_main]

objdump -rd rtld.os:

 0570 :
[...snip...]
1982: R_386_GOTOFF  .LC22
 1986:  0f b7 97 4c 01 00 00movzwl 0x14c(%edi),%edx
 198d:  89 47 04mov%eax,0x4(%edi)
 1990:  8b 4d 10mov0x10(%ebp),%ecx
 1993:  8b 87 48 01 00 00   mov0x148(%edi),%eax
 1999:  89 55 0cmov%edx,0xc(%ebp)
 199c:  89 01   mov%eax,(%ecx)
 199e:  e9 6b ec ff ff  jmp60e 
 19a3:  c7 45 e4 00 00 00 00movl   $0x0,0xffe4(%ebp)
 19aa:  8b 83 00 00 00 00   mov0x0(%ebx),%eax
19ac: R_386_GOTOFF  _dl_argv_internal
 19b0:  8b 00   mov(%eax),%eax
 19b2:  89 45 e8mov%eax,0xffe8(%ebp)
 19b5:  8d 45 e8lea0xffe8(%ebp),%eax
 19b8:  50  push   %eax
 19b9:  8d 8b 8c 04 00 00   lea0x48c(%ebx),%ecx
19bb: R_386_GOTOFF  .text
 19bf:  8d 55 e4lea0xffe4(%ebp),%edx
 19c2:  8d 45 e0lea0xffe0(%ebp),%eax
 19c5:  e8 fc ff ff ff  call   19c6 
19c6: R_386_PLT32   _dl_catch_error_internal
 19ca:  8b 45 e4mov0xffe4(%ebp),%eax
 19cd:  85 c0   test   %eax,%eax
 19cf:  74 a0   je 1971 
 19d1:  6a 01   push   $0x1
 19d3:  e8 fc ff ff ff  call   19d4 
19d4: R_386_PC32_exit
 19d8:  58  pop%eax
 19d9:  eb 96   jmp1971 
 19db:  8b 41 18mov0x18(%ecx),%eax
 19de:  89 83 d0 03 00 00   mov%eax,0x3d0(%ebx)
19e0: R_386_GOTOFF  _rtld_local
 19e4:  e9 68 ff ff ff  jmp1951 
 19e9:  8d 76 00lea0x0(%esi),%esi
[end of dl_main]

gdb disassembly of ld.so:

 (gdb) disassemble
 Dump of assembler code for function dl_main:
 0x2560 :push   %ebp
 0x2561 :mov%esp,%ebp
 0x2563 :push   %edi
 0x2564 :push   %esi
 0x2565 :push   %ebx
 0x2566 :call   0x256b 
[...snip...]
 0x399a : mov0xbc(%ebx),%eax
 0x39a0 : mov(%eax),%eax
 0x39a2 : mov%eax,0xffe8(%ebp)
 0x39a5 : lea0xffe8(%ebp),%eax
 0x39a8 : push   %eax
 0x39a9 : lea0xfffeba18(%ebx),%ecx
 0x39af : lea0xffe4(%ebp),%edx
 0x39b2 : lea0xffe0(%ebp),%eax
 0x39b5 : call   0xa7b8 <_dl_catch_error>
 0x39ba : mov0xffe4(%ebp),%eax
 0x39bd : test   %eax,%eax
 0x39bf : je 0x3961 
 0x39c1 : push   $0x1
 0x39c3 : call   0x39c4 
 0x39c8 : pop%eax
 0x39c9 : jmp0x3961 
 0x39cb : mov0x18(%ecx),%eax
 0x39ce : mov%eax,0xf96c(%ebx)
 0x39d4 : jmp0x3941 
 End of assembler dump.

Cheerio.


___
Bug-

Votre abonnement à la liste I3tv a été résilié

2003-12-01 Thread I3tv-bounces


___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd


What was the date that Alpha was cracked?

2003-12-01 Thread Gregg C Levine
Hello from Gregg C Levine
I've been watching the activity or lack of it, on Alpha, that's
ftp://alpha.gnu.org and so far it hasn't been rebuilt. What was the
exact date that those crackers broke in?

Obviously the CVS storage for all of interested portions of the HURD,
itself, and MIG, and Mach, haven't been cracked, or else we would have
found out by now. Is there anything I could do, to remind the managers
of that system to expedite the rebuilding? For example, even though I
can manage the CVS retrievals for each of the necessary projects, I
would normally select one of the appropriate collected files, such as
the one for the HURD, or Mach, or Mig.
---
Gregg C Levine [EMAIL PROTECTED]

"The Force will be with you...Always." Obi-Wan Kenobi
"Use the Force, Luke."  Obi-Wan Kenobi
(This company dedicates this E-Mail to General Obi-Wan Kenobi )
(This company dedicates this E-Mail to Master Yoda )






___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd


libpango1-dev.

2003-12-01 Thread hurdxa
hi..

problem with dependancies with libpango :

libpango1.0-dev: Depends: libxft2-dev (>= 2.1-6)

but the install of libxft2-dev

"
Note, selecting libxft-dev instead of libxft2-dev
libxft-dev is already the newest version.
"

then it say me that libpango1.0-dev is uninstallable ...

best regards 
xavier.


___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd


curso de magia - datas

2003-12-01 Thread Sepharion

Curso de Magia

Um curso voltado para a formação e melhoramendo da pessoa.

Início: 22 março de 2004
Inscrições até fevereiro - 2004
Duração: 2 anos
O curso será gratuito.
visite o site http://www.astrodf.hpg.com.br


Aborda em seu conteúdo as práticas de Franz Bardon, Krumm-Heller,  mago Jefa (Jorge 
Adoum), Jehel (Swami Sevananda), 
Gurdjieff, Aleister Crowley, Papus, Eliphas Levi, Cornelius Agrippa... entre outros.
Abordará assuntos internos do Martinismo, Rosacruz, Gnosis (alemã e francesa), 
templarismo, maçonaria...

O curso terá carater teórico seguido de prática.

Ainda no Curso de Magia, será abordado cursos paralelos com enfoque voltado para 
magia, tais como: ASTROLOGIA, 
TAROT (egípcio e A. E. Waite), Psicofisiognomonia (completo:quirologia, frenologia 
(aparência), gestos...), Numerologia e 
Kabalah.

Conteúdo Inicial:

Aborda Goetia, magia sexual, teurgia, magia mental, magia astral, magia cerimonial, 
Psicurgia, Psiquismo... 
Trabalhará com: hípnose/auto-hipnose, magnetismo, criação e destruição de elementares, 
elementais, transfêrencia de 
consciência, ritualística/cerimonial, auto-defesa psíquica/ataque psíquico, habilidade 
com instrumentos mágicos (vestimentas, 
espada, lanças, cálices...), escrita mágica, sonoridade mágica, simbologia etc...


Será minsitrado por Tau Sepharion.

Inscreva-se em:
http://www.astrodf.hpg.com.br
Caixa Postal 3871
Brasilia DF 70.084-970


___
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd