Re: Squid3 - Erro ao compilar

2014-11-07 Por tôpico Rodrigo Cunha
Faz isso :
tar -zxvf squid-x.x.x.tar.gz # substitua pela sua versão do squid.
/opt/squid-x.x.x/
make clean
./configure --prefix=/usr/local/squid --with-included-ltdl
make
make install

Em 7 de novembro de 2014 10:01, Sérgio Abrantes Junior <
sergioabran...@gmail.com> escreveu:

> Bom dia pessoal,
>
> Estou instalando o squid com suporte a https.
> O pacote pré-compilado não está habilitado com o suporte.
> Para a compilação estou usando os fontes do apt-build.
> #apt-build source squid3
>
> Baixo o fonte e adiciono em rules o seguinte:
>
> --enable-ssl \
> --enable-ssl-crtd \
>
> Instalei as dependências com apt-get build-dep squid, e instalei também os
> pacotes ssl-cert e libssl-dev.
>
> Depois disso apt-build install squid3
>
> Ele gera um erro na compilação final:
>
> make[2]: Saindo do diretório `/var/cache/apt-build/build/squid3-3.1.20/lib'
> Making distclean in compat
> make[2]: Entrando no diretório
> `/var/cache/apt-build/build/squid3-3.1.20/compat'
>  rm -f testPreCompiler
> test -z "testHeaders" || rm -f testHeaders
> rm -rf .libs _libs
> test -z "libcompat.la" || rm -f libcompat.la
> rm -f "./so_locations"
> rm -f *.o
> rm -f *.lo
> rm -f *.tab.c
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> rm -rf ./.deps
> rm -f Makefile
> make[2]: Saindo do diretório
> `/var/cache/apt-build/build/squid3-3.1.20/compat'
> Making distclean in .
> make[2]: Entrando no diretório `/var/cache/apt-build/build/squid3-3.1.20'
> rm -rf .libs _libs
> rm -f *.lo
> test -z "" || rm -f
> test . = "." || test -z "" || rm -f
> test -z "include/stamp-h include/stamp-h[0-9]*" || rm -f include/stamp-h
> include/stamp-h[0-9]*
> rm -f include/autoconf.h include/stamp-h1
> rm -f libtool config.lt
> rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
> make[2]: Saindo do diretório `/var/cache/apt-build/build/squid3-3.1.20'
> rm -f config.status config.cache config.log configure.lineno
> config.status.lineno
> rm -f Makefile
> make[1]: Saindo do diretório `/var/cache/apt-build/build/squid3-3.1.20'
> rm -f debian/stamp-autotools
> rmdir --ignore-fail-on-non-empty .
> rmdir: falhou em remover ".": Argumento inválido
> make: [makefile-clean] Erro 1 (ignorado)
> for i in ./libltdl/config/config.guess ./cfgaux/config.guess
> ./libltdl/config/config.sub ./cfgaux/config.sub  ; do \
> if test -e $i.cdbs-orig ; then \
> mv $i.cdbs-orig $i ; \
> fi ; \
> done
> dh_clean
> rm -f debian/stamp-autotools-files
> # nothing to do
> Error while building squid3!
> Sorry, no package to install.
>
>
> Alguém consegue instalar sem erro?
> O que fizeram?
>
> Até!
>
> Sérgio Abrantes
>



-- 
Atenciosamente,
Rodrigo Silva
"Servo do Reino de Deus.
 Servo, do Rei e Líder  Jesus Cristo de Nazaré."


Squid3 - Erro ao compilar

2014-11-07 Por tôpico Sérgio Abrantes Junior
Bom dia pessoal,

Estou instalando o squid com suporte a https.
O pacote pré-compilado não está habilitado com o suporte.
Para a compilação estou usando os fontes do apt-build.
#apt-build source squid3

Baixo o fonte e adiciono em rules o seguinte:

--enable-ssl \
--enable-ssl-crtd \

Instalei as dependências com apt-get build-dep squid, e instalei também os
pacotes ssl-cert e libssl-dev.

Depois disso apt-build install squid3

Ele gera um erro na compilação final:

make[2]: Saindo do diretório `/var/cache/apt-build/build/squid3-3.1.20/lib'
Making distclean in compat
make[2]: Entrando no diretório
`/var/cache/apt-build/build/squid3-3.1.20/compat'
 rm -f testPreCompiler
test -z "testHeaders" || rm -f testHeaders
rm -rf .libs _libs
test -z "libcompat.la" || rm -f libcompat.la
rm -f "./so_locations"
rm -f *.o
rm -f *.lo
rm -f *.tab.c
test -z "" || rm -f
test . = "." || test -z "" || rm -f
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Saindo do diretório
`/var/cache/apt-build/build/squid3-3.1.20/compat'
Making distclean in .
make[2]: Entrando no diretório `/var/cache/apt-build/build/squid3-3.1.20'
rm -rf .libs _libs
rm -f *.lo
test -z "" || rm -f
test . = "." || test -z "" || rm -f
test -z "include/stamp-h include/stamp-h[0-9]*" || rm -f include/stamp-h
include/stamp-h[0-9]*
rm -f include/autoconf.h include/stamp-h1
rm -f libtool config.lt
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[2]: Saindo do diretório `/var/cache/apt-build/build/squid3-3.1.20'
rm -f config.status config.cache config.log configure.lineno
config.status.lineno
rm -f Makefile
make[1]: Saindo do diretório `/var/cache/apt-build/build/squid3-3.1.20'
rm -f debian/stamp-autotools
rmdir --ignore-fail-on-non-empty .
rmdir: falhou em remover ".": Argumento inválido
make: [makefile-clean] Erro 1 (ignorado)
for i in ./libltdl/config/config.guess ./cfgaux/config.guess
./libltdl/config/config.sub ./cfgaux/config.sub  ; do \
if test -e $i.cdbs-orig ; then \
mv $i.cdbs-orig $i ; \
fi ; \
done
dh_clean
rm -f debian/stamp-autotools-files
# nothing to do
Error while building squid3!
Sorry, no package to install.


Alguém consegue instalar sem erro?
O que fizeram?

Até!

Sérgio Abrantes


HTB ERRO ao compilar **HTB: no configured devices found!

2009-04-23 Por tôpico MrJoe

Pessoal,
estou tentando configurar o HTB no meu servidor Debian.
Fiz download do script htb.init no link
http://sourceforge.net/projects/htbinit/
Coloquei no diretorio /etc/init.d
Executei o comando update.rc-d para coloca-lo na inicialização sempre que
ligar o servidor.
Criei os arquivos de controle do HTB no diretorio /etc/htb
Segue a lista dos arquivos:
eth0-2:10.default   
eth0-2.root   
eth0-2:30.Rede  
eth1-2:10.default  
eth1-2.root
eth1-2:30.Rede  

Verifiqueis as eth's e estão corretas.
Alterei o caminho dentro do script apontando para meus arquivos:
HTB_PATH=${HTB_PATH:-/etc/htb}
HTB_CACHE=${HTB_CACHE:-/var/cache/htb.init}
 
Verifiquei as permissões, 
instalei o iproute.
Executei:
modprobe sch_htb
modprobe sch_sfq
modprobe cls_u32
 
Mas quando vou compilar o HTB, da o seguinte erro:
**HTB: no configured devices found!
 
 
O que será que está faltando?
O que estou fazendo de errado?
-- 
View this message in context: 
http://www.nabble.com/HTB-ERRO-ao-compilar-**HTB%3A-no-configured-devices-found%21-tp23197454p23197454.html
Sent from the debian-user-portuguese mailing list archive at Nabble.com.


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



HTB ERRO ao compilar **HTB: no configured devices found!

2009-04-23 Por tôpico MrJoe

Pessoal,
estou tentando configurar o HTB no meu servidor Debian.
Fiz download do script htb.init no link
http://sourceforge.net/projects/htbinit/
Coloquei no diretorio /etc/init.d
Executei o comando update.rc-d para coloca-lo na inicialização sempre que
ligar o servidor.
Criei os arquivos de controle do HTB no diretorio /etc/htb
Segue a lista dos arquivos:
eth0-2:10.default   
eth0-2.root   eth1-2:30.Rede
eth0-2:30.Rede  
eth1-2:10.default  eth1-2.root
Verifiqueis as eth's e estão corretas... eth0 link, eth1 lorena e eth6
cruzeiro.
 
Verifiquei as permissões, 
instalei o iproute.
Executei:
modprobe sch_htb
modprobe sch_sfq
modprobe cls_u32
 
Mas quando vou compilar o HTB, da o seguinte erro:
**HTB: no configured devices found!
 
 
O que será que está faltando?

-- 
View this message in context: 
http://www.nabble.com/HTB-ERRO-ao-compilar-**HTB%3A-no-configured-devices-found%21-tp23197451p23197451.html
Sent from the debian-user-portuguese mailing list archive at Nabble.com.


--
To UNSUBSCRIBE, email to debian-user-portuguese-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: Erro ao compilar Kernel 2.6.21

2007-10-15 Por tôpico Renato S. Yamane

Rodrigo Tavares escreveu:

Tentei sim, vem a mesma mensagem de erro.


Pelo jeito você está usando as ferramentas do Debian para compilação do 
Kernel, certo?

Entre no diretório "debian" do seu kernel, por exemplo:
~/linux-2.6.21/debian

E edite o arquivo "changelog" (não confunda com "Changelog"), inserindo 
a subversão que você incluiu no Makefile.


A primeira linha deverá ficar *mais ou menos* assim:
linux-source-2.6.21-lvs (x) unstable; urgency=low

A propósito, já que você está compilando o seu próprio Kernel, porque 
não utiliza a versão 2.6.22.10 (ou até a 2.6.23.1) ao invés da 2.6.21?


Att,
Renato



Re: Erro ao compilar Kernel 2.6.21

2007-10-15 Por tôpico Rodrigo Tavares
Oi Renato,

Tentei sim, vem a mesma mensagem de erro.

Att,

Rodrigo Faria

--- "Renato S. Yamane" <[EMAIL PROTECTED]>
escreveu:

> Rodrigo Tavares escreveu:
> > Editei meu Mafefile :
> > VERSION = 2
> > PATCHLEVEL = 6
> > SUBLEVEL = 21
> > EXTRAVERSION = -lvs
> > NAME = Nocturnal Monster Puppy
> > 
> > == making stamp-configure because of  ==
> > The changelog says we are creating 2.6.21
> > However, I thought the version is 2.6.21-1
> > exit 4
> 
> Tentou executar o "make clean" depois de editar o
> seu Makefile?
> Att,
> Renato
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
> 



  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/


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



Re: Erro ao compilar Kernel 2.6.21

2007-10-15 Por tôpico Renato S. Yamane

Rodrigo Tavares escreveu:

Editei meu Mafefile :
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 21
EXTRAVERSION = -lvs
NAME = Nocturnal Monster Puppy

== making stamp-configure because of  ==
The changelog says we are creating 2.6.21
However, I thought the version is 2.6.21-1
exit 4


Tentou executar o "make clean" depois de editar o seu Makefile?
Att,
Renato


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



Erro ao compilar Kernel 2.6.21

2007-10-15 Por tôpico Rodrigo Tavares
Pessoal,

Editei meu Mafefile :

VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 21
EXTRAVERSION = -lvs
NAME = Nocturnal Monster Puppy

Porém quando vou rodar o comando vem o erro:

debian:/usr/src/linux-2.6.21# make-kpkg --initrd
kernel_image
== making stamp-configure because of  ==
The changelog says we are creating 2.6.21
However, I thought the version is 2.6.21-1
exit 4

Tentei renomear o diretório, mesmo assim não
funcionou. Alguma idéia ?

Att,

Rodrigo Faria 




  Abra sua conta no Yahoo! Mail, o único sem limite de espaço para 
armazenamento!
http://br.mail.yahoo.com/


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



Re: erro ao compilar ..

2007-06-20 Por tôpico Renato S. Yamane

Guilherme Moraes escreveu:

aonde que estao exatemente no menuconfig o caminho
drivers/ide/pci/ ??


Acho que está em:
Serial ATA (prod) and Parallel ATA (experimental) drivers

Att,
Renato


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



Re: erro ao compilar ..

2007-06-20 Por tôpico Guilherme Moraes

aonde que estao exatemente no menuconfig o caminho

drivers/ide/pci/ ??

nao estou achando


Em 20/06/07, Renato S. Yamane <[EMAIL PROTECTED]> escreveu:


Guilherme Moraes escreveu:
>   entaum estou com um problema na hora de compilar  depois do make
> menuconfig executo o comando make e o mesmo esta retorando esse erro:
>
>  Building modules, stage 2.
>   MODPOST 1434 modules
> WARNING: Can't handle masks in drivers/ide/pci/atiixp:05

Warning = "Alerta"
Alerta não é erro.
Erro é erro, alerta é alerta :-)

> ja tirei tudo o q eh som no menuconfig e nada continua dando esse erro

Os módulos de som estão em sound/pci e não em drivers/ide/pci
Você possui alguma controladora que usa esse módulo?
Se não tiver, desabilite.
Mas qual é o Kernel que você está utilizando?

> pesquisei no google sobre isso e nada...

IMPOSSÍVEL!
Procure por "Can't handle masks in drivers/ide/pci/atiixp:05"
(exatamente dessa forma, e COM as aspas).

Att,
Renato


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





--
-
Guilherme Moraes Da Fonseca
Técnico em Informatica
(48) 8416-1619


Re: erro ao compilar ..

2007-06-20 Por tôpico Renato S. Yamane

Guilherme Moraes escreveu:
  entaum estou com um problema na hora de compilar  depois do make 
menuconfig executo o comando make e o mesmo esta retorando esse erro:


 Building modules, stage 2.
  MODPOST 1434 modules
WARNING: Can't handle masks in drivers/ide/pci/atiixp:05


Warning = "Alerta"
Alerta não é erro.
Erro é erro, alerta é alerta :-)


ja tirei tudo o q eh som no menuconfig e nada continua dando esse erro


Os módulos de som estão em sound/pci e não em drivers/ide/pci
Você possui alguma controladora que usa esse módulo?
Se não tiver, desabilite.
Mas qual é o Kernel que você está utilizando?


pesquisei no google sobre isso e nada...


IMPOSSÍVEL!
Procure por "Can't handle masks in drivers/ide/pci/atiixp:05" 
(exatamente dessa forma, e COM as aspas).


Att,
Renato


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



Re: erro ao compilar ..

2007-06-20 Por tôpico Davi
Em Quarta 20 Junho 2007 09:59, Guilherme Moraes escreveu:
>entaum ja tirei o bendito do modules ja coloqueo como bult-it e continua me 
retornado esse erro 
>
>e parece q o make e o make modules nao carrega tudo para pela metade com esse 
aviso .. 
>
>ps.: sou novato em compilar modulo ... to fazendo isso por causa da minha 
placa de rede xing-ling ... uma CORE do paragua  
>

Procure responder para a lista... =)


Tente um:

# grep -i "atiixp" /usr/src/.config

[]s


-- 
Davi Vidal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
"Religion, ideology, resources, land,
spite, love or "just because"...
No matter how pathetic the reason,
it's enough to start a war. "

Por favor não faça top-posting, coloque a sua resposta abaixo desta linha.
Please don't do top-posting, put your reply below the following line.



pgp5QfIpfwIHE.pgp
Description: PGP signature


Re: erro ao compilar ..

2007-06-20 Por tôpico Davi
Em Quarta 20 Junho 2007 09:47, Davi escreveu:
> Em Quarta 20 Junho 2007 09:45, Guilherme Moraes escreveu:
> >   entaum estou com um problema na hora de compilar  depois do make
> > menuconfig executo o comando make e o mesmo esta retorando esse erro:
> >
> >
> >  Building modules, stage 2.
> >   MODPOST 1434 modules
> > WARNING: Can't handle masks in drivers/ide/pci/atiixp:05
> >
> >
> De uma lida no erro e procure na parte de drivers IDE no menuconfig...
>

Desculpa o furo!
Não é erro. É aviso.

Mesmo assim, tente tirar o driver específico de módulo... Se você precisa dele 
mesmo, deixa como built-in e manda compilar denovo... Se não precisa, 
desmarque...

[]s

-- 
Davi Vidal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
"Religion, ideology, resources, land,
spite, love or "just because"...
No matter how pathetic the reason,
it's enough to start a war. "

Por favor não faça top-posting, coloque a sua resposta abaixo desta linha.
Please don't do top-posting, put your reply below the following line.



pgpZBz68Wg4U2.pgp
Description: PGP signature


Re: erro ao compilar ..

2007-06-20 Por tôpico Davi
Em Quarta 20 Junho 2007 09:45, Guilherme Moraes escreveu:
>   entaum estou com um problema na hora de compilar  depois do make
> menuconfig executo o comando make e o mesmo esta retorando esse erro:
>
>
>  Building modules, stage 2.
>   MODPOST 1434 modules
> WARNING: Can't handle masks in drivers/ide/pci/atiixp:05
>
>
> ja tirei tudo o q eh som no menuconfig e nada continua dando esse erro
> pesquisei no google sobre isso e nada ...
> sera q alguem pode me dar uma luz ??

De uma lida no erro e procure na parte de drivers IDE no menuconfig...

[]s


-- 
Davi Vidal
[EMAIL PROTECTED]
[EMAIL PROTECTED]
--
"Religion, ideology, resources, land,
spite, love or "just because"...
No matter how pathetic the reason,
it's enough to start a war. "

Por favor não faça top-posting, coloque a sua resposta abaixo desta linha.
Please don't do top-posting, put your reply below the following line.



pgpSmfckBcjuM.pgp
Description: PGP signature


erro ao compilar ..

2007-06-20 Por tôpico Guilherme Moraes

salve galera free ,


 entaum estou com um problema na hora de compilar  depois do make
menuconfig executo o comando make e o mesmo esta retorando esse erro:


Building modules, stage 2.
 MODPOST 1434 modules
WARNING: Can't handle masks in drivers/ide/pci/atiixp:05


ja tirei tudo o q eh som no menuconfig e nada continua dando esse erro
pesquisei no google sobre isso e nada ...
sera q alguem pode me dar uma luz ??

--
-
Guilherme Moraes Da Fonseca
Técnico em Informatica
(48) 8416-1619


Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico flamarion
Alem do desempenho, se bem configurado, é muito superior ao postfix.

Felipe Augusto van de Wiel (faw) escreveu:
> On 12/20/2006 03:03 PM, anms wrote:
>>> posso te da uma opniao, pq vc nao usa o postfix.
>>> qmail eh inseguro 
> 
>   ???
> 
>   qmail é considerado o mais seguro dos MTAs, foi o objetivo
> central do djb escrever ele.
> 
> 
>>> nao sofre atualizacoes a tempos e o processo dfe
>>> desenvolvimento dele eh muito lerdo. 
> 
>   O qmail não é atualizado, mas existe uma comunidade ativa
> que mantém os patches e estruturas ao redor em funcionamento. Um
> dos principais problemas do qmail é a licença non-free e o sistema
> de instalação, configuração e organização, mas segurança não é um
> dos problemas dele.
> 
> 
> 
>   Abraço,
> 
> --
> Felipe Augusto van de Wiel (faw)
> "Debian. Freedom to code. Code to freedom!"


___ 
Yahoo! Mail - Sempre a melhor op��o para voc�! 
Experimente j� e veja as novidades. 
http://br.yahoo.com/mailbeta/tudonovo/
 


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



Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12/20/2006 05:33 PM, Renato S. Yamane wrote:
> Em 20-12-2006 16:41, Márcio Luciano Donada escreveu:
> 
>>>Se o qmail é inseguro então o sendmail é seguro? Em se tratando de
>>>segurança o qmail é o the best, e tenho certeza que qualquer pessoal
>>>que entenda bem de MTA sabe disso.
> 
> 
> Eu não administro nenhum servidor de e-mail, mas talvez isso lhe auxilie
> um pouco:
> 
> Sendmail 8.x (10% de bugs não corrigidos):
> 
> 
> Qmail 1.x: (67% de bugs não corrigidos):
> 

Essa é a magia das estatísticas, dizer algo sem mostrar nada. O
qmail (neste site) tem 1/3 dos bugs do sendmail, e a questão não é o
retrato atual, é o modelo de desenvolvimento e o histórico dos dois
projetos. Cada MTA hoje tem suas vantagens, o Debian por exemplo só usa
exim, enquanto outros projetos preferem qmail e algumas grandes
corporações só confiam na robustez do sendmail.

E antes que isso vire uma guerra de MTAs, meu ponto não é
definir o melhor MTA, mas deixar claro que você pode usar o que quiser,
mas não saia por aí falando que as ferramentas usadas pelos outros não
prestam. Principalmente sem conhecer o modelo de desenvolvimento e
implementação.


> --
> Renato S. Yamane
> Fingerprint: 68AE A381 938A F4B9 8A23  D11A E351 5030 D420 515A
> PGP Server: http://pgp.mit.edu/ --> KeyID: 0xD420515A
> 

Abraço,

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFFiZXQCjAO0JDlykYRAhgXAJ4qqYJGGhGLlP1IUgOUEp/kLzMBvgCeJ5fg
tLsU/QDfzB9xGFcKppP216Q=
=IMPd
-END PGP SIGNATURE-


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



Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico Renato S. Yamane
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Em 20-12-2006 16:41, Márcio Luciano Donada escreveu:
> Se o qmail é inseguro então o sendmail é seguro? Em se tratando de
> segurança o qmail é o the best, e tenho certeza que qualquer pessoal
> que entenda bem de MTA sabe disso.

Eu não administro nenhum servidor de e-mail, mas talvez isso lhe auxilie
um pouco:

Sendmail 8.x (10% de bugs não corrigidos):


Qmail 1.x: (67% de bugs não corrigidos):


- --
Renato S. Yamane
Fingerprint: 68AE A381 938A F4B9 8A23  D11A E351 5030 D420 515A
PGP Server: http://pgp.mit.edu/ --> KeyID: 0xD420515A

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFFiZAf41FQMNQgUVoRAtrRAJoCEn4nlIupgDUpjL9EOkFVChGShACdH3UZ
0RVSRgEWQZBfWKxEWZL7urA=
=nRrf
-END PGP SIGNATURE-


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



Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico Márcio Luciano Donada
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Felipe Augusto van de Wiel (faw) wrote:
> On 12/20/2006 03:03 PM, anms wrote:
>>> posso te da uma opniao, pq vc nao usa o postfix. qmail eh
>>> inseguro
>
> ???
>
> qmail é considerado o mais seguro dos MTAs, foi o objetivo central
> do djb escrever ele.
>
>
>>> nao sofre atualizacoes a tempos e o processo dfe
>>> desenvolvimento dele eh muito lerdo.
>
> O qmail não é atualizado, mas existe uma comunidade ativa que
> mantém os patches e estruturas ao redor em funcionamento. Um dos
> principais problemas do qmail é a licença non-free e o sistema de
> instalação, configuração e organização, mas segurança não é um dos
> problemas dele.
>
>
>

Boa tarde,
Se o qmail é inseguro então o sendmail é seguro? Em se tratando de
segurança o qmail é o the best, e tenho certeza que qualquer pessoal
que entenda bem de MTA sabe disso. Eu uso qmail é gosto muito dele, o
problema é que o djb abandonou o mesmo e as novas features estão no
netqmail, http://www.qmail.org/netqmail/. Postfix é um MTA muito
estável e confiável, mas qmail é um sistema muito seguro.

Abraço,
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (FreeBSD)

iD8DBQFFiYPxyJq2hZEymxcRAlF1AJ0R7SNlETvKXPq7RmsNwJNg3FjhvACgiVQM
S9+RmyOYktOwZ4Ht0NBatPE=
=zuE5
-END PGP SIGNATURE-


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



Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico Felipe Augusto van de Wiel (faw)
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 12/20/2006 03:03 PM, anms wrote:
> posso te da uma opniao, pq vc nao usa o postfix.
> qmail eh inseguro 

???

qmail é considerado o mais seguro dos MTAs, foi o objetivo
central do djb escrever ele.


> nao sofre atualizacoes a tempos e o processo dfe
> desenvolvimento dele eh muito lerdo. 

O qmail não é atualizado, mas existe uma comunidade ativa
que mantém os patches e estruturas ao redor em funcionamento. Um
dos principais problemas do qmail é a licença non-free e o sistema
de instalação, configuração e organização, mas segurança não é um
dos problemas dele.



Abraço,

- --
Felipe Augusto van de Wiel (faw)
"Debian. Freedom to code. Code to freedom!"
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Debian - http://enigmail.mozdev.org

iD8DBQFFiX22CjAO0JDlykYRAnXmAKCKWtQv165uDh+XfPXPwFzWKzU3wgCeJiru
tyu1KXOi2Xkst+27ieJzjR4=
=K0aK
-END PGP SIGNATURE-


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



Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico anms
posso te da uma opniao, pq vc nao usa o postfix.
qmail eh inseguro nao sofre atualizacoes a tempos e o processo dfe
desenvolvimento dele eh muito lerdo. meu servidor de email eh todo em
postfix e se comprota muito bem cara..

falow


On Wed, 2006-12-20 at 12:47 -0200, Fabricio "aybabtu" Cannini wrote:

> Em Wednesday 20 December 2006 10:04, Denis escreveu:
> > apt-get install g++
> >
> > ;-)
> >
> > Denis.
> 
> Só pra garantir: 
> aptitude install build-essential
> 
> [ ]'s
> 


Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico Fabricio \"aybabtu\" Cannini
Em Wednesday 20 December 2006 10:04, Denis escreveu:
> apt-get install g++
>
> ;-)
>
> Denis.

Só pra garantir: 

aptitude install build-essential

[ ]'s

-- 
Remember, remember the 8th of November...
The OS upgrade season and plot
I know of no reason
Why this Windows version should ever be bought



erro ao compilar Qmail ainda

2006-12-20 Por tôpico Jefferson Souza
Após aplicar os patchs por causa da versão da glic conforme li em alguns fóruns 
e o g++ para poder haver a compilação estou recebendo a seguinte mensagem de 
erro abaixo:

Alguém tem idéia de como resolver ?  Agradeço.

 [EMAIL PROTECTED]:/opt/build/qmail-1.03# make setup check
./compile qmail-local.c
qmail-local.c: In function ‘main’:
qmail-local.c:450: warning: return type of ‘main’ is not ‘int’
./compile slurpclose.c
./compile wait_pid.c
./makelib wait.a wait_pid.o wait_nohang.o
./compile alloc.c
alloc.c:3: warning: conflicting types for built-in function ‘malloc’
./makelib alloc.a alloc.o alloc_re.o
./compile strerr_sys.c
./makelib strerr.a strerr_sys.o strerr_die.o
./compile substdi.c
./compile substdo.c
./makelib substdio.a substdio.o substdi.o substdo.o \
subfderr.o subfdout.o subfdouts.o subfdin.o subfdins.o \
substdio_copy.o
./compile error.c
./compile error_str.c
./compile error_temp.c
./makelib error.a error.o error_str.o error_temp.o
./load auto-str substdio.a error.a str.a
substdio.a(substdo.o): In function `allwrite':substdo.c:(.text+0x31): undefined 
reference to `errno'
collect2: ld returned 1 exit status
make: *** [auto-str] Error 1




__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico Denis

apt-get install g++

;-)

Denis.

2006/12/20, Miguel Da Silva <[EMAIL PROTECTED]>:

Jefferson Souza wrote:
> [EMAIL PROTECTED]:/opt/build/qmail-1.03# make setup check
> ./compile qmail-local.c
> qmail-local.c:1:23: error: sys/types.h: No such file or directory
> qmail-local.c:2:22: error: sys/stat.h: No such file or directory
> qmail-local.c: In function 'maildir_child':
> qmail-local.c:85: error: storage size of 'st' isn't known
> qmail-local.c: In function 'checkhome':
> qmail-local.c:313: error: storage size of 'st' isn't known
> qmail-local.c: In function 'qmeox':
> qmail-local.c:329: error: storage size of 'st' isn't known
> qmail-local.c: In function 'qmeexists':
> qmail-local.c:348: error: storage size of 'st' isn't known
> qmail-local.c:361: error: 'S_IFMT' undeclared (first use in this function)
> qmail-local.c:361: error: (Each undeclared identifier is reported only once
> qmail-local.c:361: error: for each function it appears in.)
> qmail-local.c:361: error: 'S_IFREG' undeclared (first use in this function)
> qmail-local.c: In function 'main':
> qmail-local.c:450: warning: return type of 'main' is not 'int'
> make: *** [qmail-local.o] Error 1
>
> Pessoal sei que não é a lista do qmail, mais se alguém poder ajudar eu
> agradeço, pois tenho urgência.
> Executei o comando acima e o mesmo está me trazendo esta mensagem de
> erro, alguém poderia me dar uma força em como resolver isso.
>
> Pelo que estou vendo está faltando arquivos, mais já verifiquei o dentro
> do .tar do qmail não existe mesmo os arquivos que ele lista acima.

Esse problema é por falta de biblioteca. Você nao vai encontrar esses
arquivos dentro do tar do Qmail porque nao sao arquivos que devam estar
lá. Na mensagem de erro já aparecem o nome dos arquivos que faltam.

Boa sorte.
--
Miguel Da Silva
Administrador de Red
Centro de Matemática - http://www.cmat.edu.uy
Facultad de Ciencias - http://www.fcien.edu.uy
Universidad de la República - http://www.rau.edu.uy


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






Re: Erro ao Compilar Qmail

2006-12-20 Por tôpico Miguel Da Silva

Jefferson Souza wrote:

[EMAIL PROTECTED]:/opt/build/qmail-1.03# make setup check
./compile qmail-local.c
qmail-local.c:1:23: error: sys/types.h: No such file or directory
qmail-local.c:2:22: error: sys/stat.h: No such file or directory
qmail-local.c: In function ‘maildir_child’:
qmail-local.c:85: error: storage size of ‘st’ isn’t known
qmail-local.c: In function ‘checkhome’:
qmail-local.c:313: error: storage size of ‘st’ isn’t known
qmail-local.c: In function ‘qmeox’:
qmail-local.c:329: error: storage size of ‘st’ isn’t known
qmail-local.c: In function ‘qmeexists’:
qmail-local.c:348: error: storage size of ‘st’ isn’t known
qmail-local.c:361: error: ‘S_IFMT’ undeclared (first use in this function)
qmail-local.c:361: error: (Each undeclared identifier is reported only once
qmail-local.c:361: error: for each function it appears in.)
qmail-local.c:361: error: ‘S_IFREG’ undeclared (first use in this function)
qmail-local.c: In function ‘main’:
qmail-local.c:450: warning: return type of ‘main’ is not ‘int’
make: *** [qmail-local.o] Error 1

Pessoal sei que não é a lista do qmail, mais se alguém poder ajudar eu 
agradeço, pois tenho urgência.
Executei o comando acima e o mesmo está me trazendo esta mensagem de 
erro, alguém poderia me dar uma força em como resolver isso.


Pelo que estou vendo está faltando arquivos, mais já verifiquei o dentro 
do .tar do qmail não existe mesmo os arquivos que ele lista acima.


Esse problema é por falta de biblioteca. Você nao vai encontrar esses
arquivos dentro do tar do Qmail porque nao sao arquivos que devam estar
lá. Na mensagem de erro já aparecem o nome dos arquivos que faltam.

Boa sorte.
--
Miguel Da Silva
Administrador de Red
Centro de Matemática - http://www.cmat.edu.uy
Facultad de Ciencias - http://www.fcien.edu.uy
Universidad de la República - http://www.rau.edu.uy


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



Erro ao Compilar Qmail

2006-12-20 Por tôpico Jefferson Souza
[EMAIL PROTECTED]:/opt/build/qmail-1.03# make setup check
./compile qmail-local.c
qmail-local.c:1:23: error: sys/types.h: No such file or directory
qmail-local.c:2:22: error: sys/stat.h: No such file or directory
qmail-local.c: In function ‘maildir_child’:
qmail-local.c:85: error: storage size of ‘st’ isn’t known
qmail-local.c: In function ‘checkhome’:
qmail-local.c:313: error: storage size of ‘st’ isn’t known
qmail-local.c: In function ‘qmeox’:
qmail-local.c:329: error: storage size of ‘st’ isn’t known
qmail-local.c: In function ‘qmeexists’:
qmail-local.c:348: error: storage size of ‘st’ isn’t known
qmail-local.c:361: error: ‘S_IFMT’ undeclared (first use in this function)
qmail-local.c:361: error: (Each undeclared identifier is reported only once
qmail-local.c:361: error: for each function it appears in.)
qmail-local.c:361: error: ‘S_IFREG’ undeclared (first use in this function)
qmail-local.c: In function ‘main’:
qmail-local.c:450: warning: return type of ‘main’ is not ‘int’
make: *** [qmail-local.o] Error 1

Pessoal sei que não é a lista do qmail, mais se alguém poder ajudar eu 
agradeço, pois tenho urgência.
Executei o comando acima e o mesmo está me trazendo esta mensagem de erro, 
alguém poderia me dar uma força em como resolver isso.

Pelo que estou vendo está faltando arquivos, mais já verifiquei o dentro do 
.tar do qmail não existe mesmo os arquivos que ele lista acima.



__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 

Re: RES: erro ao compilar o kernel 2.6.8

2006-07-07 Por tôpico Marcos Vinicius Lazarini

Gustavo Mendes de Carvalho schrieb:


Eu não sei se é alguma biblioteca faltando, porque eu já instalei algumas 
maquinas com o basico do Debian Sarge (sem escolher qualquer uma das opcoes 
apresentadas de pacotes, como Desktop environment, Web server, etc) e após 
copiar os fontes do Kernel para o diretorio /usr/src/linux, o processo de 
compilacao foi direitinho.
Penso que a ocorrencia deste problema tem a ver com o arquivo de configuracao 
utilizado para compilar o kernel, e que algum parametro deste arquivo não 
reflete exatamente a configuracao fisica de sua maquina.
Após a instalacao do seu sistema, deve ter um config-alguma-coisa no /boot de sua 
maquina. Utilize este arquivo para comecar a configuracao de sua maquina. Após executar o 
comando make menuconfig, va para a opcao Load na Alternate Configuration File, e depois 
disso, "de-selecione" as opcoes que voce não necessita.
Feito isso, penso que sua compilacao deve funcionar. Abaixo, seguem os comandos 
que eu executo, e que funcionam muito bem comigo.


# make && make modules_install && make install
# mkinitrd -o /boot/initrd-2.6.13-mycomp.img /lib/modules/2.6.13-mycomp/ 
# cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.13-mycomp

# cp System.map /boot/System.map-2.6.13-mycomp
# rm /boot/System.map
# ln -s /boot/System.map-2.6.13-mycomp /boot/System.map
# cd /
# ln -s /boot/vmlinuz-2.6.13-mycomp vmlinuz-mycomp
# vi /boot/grub/menu.lst

   Adicionar estas linhas no arquivo

title   Linux Compilado, kernel 2.6.13
root(hd0,0)
kernel  /boot/vmlinuz-2.6.13-mycomp root=/dev/ida/c0d0p1 ro
initrd  /boot/initrd-2.6.13-mycomp.img
savedefault
Boot


Vale lembrar que esse não é o 'jeito Debian'(TM) de compilar um kernel :-)
Utilize o kernel-package e veja as instruções em 
/usr/share/doc/kernel-package/README.gz ou em algum dos diversos tutoriais 
internet a fora... Nem no grub vc precisa mexer mais, ele faz tudo sozinho.


--
Marcos


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



Re: erro ao compilar o kernel 2.6.8

2006-07-06 Por tôpico edmarcos
Seu hd tá legal ?
Pois este erro : include/net/xfrm.h:17:25: include/net/ip6_fib.h: Erro
de entrada/saída
Erro de entrada e saida geralmente é erro no sistema de arquivos.

Em Qui, 2006-07-06 às 00:01 -0300, Marcos Vinicius Lazarini escreveu:
> On 05-07-2006 21:54, [EMAIL PROTECTED] wrote:
> > Ao tentar compilar o kernel 2.6.8 na execução do comando #make bzImage,
> > deu o seguinte erro:
> > 
> > In file included from net/core/sock.c:121:
> > include/net/xfrm.h:17:25: include/net/ip6_fib.h: Erro de entrada/saída
> > In file included from net/core/sock.c:121:
> > include/net/xfrm.h:517: error: field `rt6' has incomplete type
> > make[2]: ** [net/core/sock.o] Erro 1
> > make[1]: ** [net/core] Erro 2
> > make: ** [net] Erro 2
> > 
> > Tentei dar o comando #make modules, ai veio o seguinte erro:
> > fs/ufs/dir.c: In function `ufs_check_dir_entry':
> > fs/ufs/dir.c:300: internal compiler error: Erro no barramento
> > Please submit a full bug report,
> > with preprocessed source if appropriate.
> > See http://gcc.gnu.org/bugs.html> for instructions.
> > For Debian GNU/Linux specific bug reporting instructions, see
> > .
> > make[2]: ** [fs/ufs/dir.o] Erro 1
> > make[1]: ** [fs/ufs] Erro 2
> > make: ** [fs] Erro 2
> > 
> > Atualmente estou usando: Linux debian 2.4.27-2-k7 #1 Mon May 16 17:18:17
> > JST 2005 i686 GNU/Linux
> > 
> > Alguem pode me ajudar
> 
> Tá faltando alguma biblioteca p/ seu sistema conseguir compilar as 
> coisas. Tirado do /usr/share/doc/kernel-package/README.gz
> 
> --
> Firstly, you will need gcc, the libc development package (libc5-dev or
> libc6-dev at the time of writing), and, on Intel platforms, bin86. [If
> you use the menuconfig target of make, you will need ncursesX.X-dev,
> and make xconfig also requires either tkX.X-dev for 2.4.X kernels, or
> libqt3-mt-dev and g++ >= 3.0 for the new 2.6 kernel versions, and 2.6.X
> kernels also have an additional option, make gconfig, which requires
> libglade2-dev, and other packages these depend on]
> 
> The packages suggested are:
> devel:gcc, libc5-dev/libc6-dev, binutils, make, and, for intel
>x86 platforms, bin86 (non-Intel platforms don't need
>this), modutils (or module-init-tools for 2.5.x+ kernels).
> interpreters: awk, which is contained in either the mawk or gawk packages
> base: gzip, shellutils, and grep.
> ---
> 
> 
> -- 
> Marcos
> 
> 


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



RES: erro ao compilar o kernel 2.6.8

2006-07-06 Por tôpico Gustavo Mendes de Carvalho
Eu não sei se é alguma biblioteca faltando, porque eu já instalei algumas 
maquinas com o basico do Debian Sarge (sem escolher qualquer uma das opcoes 
apresentadas de pacotes, como Desktop environment, Web server, etc) e após 
copiar os fontes do Kernel para o diretorio /usr/src/linux, o processo de 
compilacao foi direitinho.
Penso que a ocorrencia deste problema tem a ver com o arquivo de configuracao 
utilizado para compilar o kernel, e que algum parametro deste arquivo não 
reflete exatamente a configuracao fisica de sua maquina.
Após a instalacao do seu sistema, deve ter um config-alguma-coisa no /boot de 
sua maquina. Utilize este arquivo para comecar a configuracao de sua maquina. 
Após executar o comando make menuconfig, va para a opcao Load na Alternate 
Configuration File, e depois disso, "de-selecione" as opcoes que voce não 
necessita.
Feito isso, penso que sua compilacao deve funcionar. Abaixo, seguem os comandos 
que eu executo, e que funcionam muito bem comigo.


# make && make modules_install && make install
# mkinitrd -o /boot/initrd-2.6.13-mycomp.img /lib/modules/2.6.13-mycomp/ 
# cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.13-mycomp
# cp System.map /boot/System.map-2.6.13-mycomp
# rm /boot/System.map
# ln -s /boot/System.map-2.6.13-mycomp /boot/System.map
# cd /
# ln -s /boot/vmlinuz-2.6.13-mycomp vmlinuz-mycomp
# vi /boot/grub/menu.lst

   Adicionar estas linhas no arquivo

title   Linux Compilado, kernel 2.6.13
root(hd0,0)
kernel  /boot/vmlinuz-2.6.13-mycomp root=/dev/ida/c0d0p1 ro
initrd  /boot/initrd-2.6.13-mycomp.img
savedefault
Boot


Gustavo Mendes de Carvalho
Diveo do Brasil Telecomunicações
www.diveo.net.br

-Mensagem original-
De: Marcos Vinicius Lazarini [mailto:[EMAIL PROTECTED] 
Enviada em: quinta-feira, 6 de julho de 2006 00:02
Para: [EMAIL PROTECTED]
Cc: debian-user-portuguese@lists.debian.org
Assunto: Re: erro ao compilar o kernel 2.6.8

On 05-07-2006 21:54, [EMAIL PROTECTED] wrote:
> Ao tentar compilar o kernel 2.6.8 na execução do comando #make 
> bzImage, deu o seguinte erro:
> 
> In file included from net/core/sock.c:121:
> include/net/xfrm.h:17:25: include/net/ip6_fib.h: Erro de entrada/saída 
> In file included from net/core/sock.c:121:
> include/net/xfrm.h:517: error: field `rt6' has incomplete type
> make[2]: ** [net/core/sock.o] Erro 1
> make[1]: ** [net/core] Erro 2
> make: ** [net] Erro 2
> 
> Tentei dar o comando #make modules, ai veio o seguinte erro:
> fs/ufs/dir.c: In function `ufs_check_dir_entry':
> fs/ufs/dir.c:300: internal compiler error: Erro no barramento Please 
> submit a full bug report, with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions, see 
> .
> make[2]: ** [fs/ufs/dir.o] Erro 1
> make[1]: ** [fs/ufs] Erro 2
> make: ** [fs] Erro 2
> 
> Atualmente estou usando: Linux debian 2.4.27-2-k7 #1 Mon May 16 
> 17:18:17 JST 2005 i686 GNU/Linux
> 
> Alguem pode me ajudar

Tá faltando alguma biblioteca p/ seu sistema conseguir compilar as coisas. 
Tirado do /usr/share/doc/kernel-package/README.gz

--
Firstly, you will need gcc, the libc development package (libc5-dev or 
libc6-dev at the time of writing), and, on Intel platforms, bin86. [If you use 
the menuconfig target of make, you will need ncursesX.X-dev, and make xconfig 
also requires either tkX.X-dev for 2.4.X kernels, or libqt3-mt-dev and g++ >= 
3.0 for the new 2.6 kernel versions, and 2.6.X kernels also have an additional 
option, make gconfig, which requires libglade2-dev, and other packages these 
depend on]

The packages suggested are:
devel:gcc, libc5-dev/libc6-dev, binutils, make, and, for intel
   x86 platforms, bin86 (non-Intel platforms don't need
   this), modutils (or module-init-tools for 2.5.x+ kernels).
interpreters: awk, which is contained in either the mawk or gawk packages
base: gzip, shellutils, and grep.
---


--
Marcos


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



Re: erro ao compilar o kernel 2.6.8

2006-07-05 Por tôpico Marcos Vinicius Lazarini

On 05-07-2006 21:54, [EMAIL PROTECTED] wrote:

Ao tentar compilar o kernel 2.6.8 na execução do comando #make bzImage,
deu o seguinte erro:

In file included from net/core/sock.c:121:
include/net/xfrm.h:17:25: include/net/ip6_fib.h: Erro de entrada/saída
In file included from net/core/sock.c:121:
include/net/xfrm.h:517: error: field `rt6' has incomplete type
make[2]: ** [net/core/sock.o] Erro 1
make[1]: ** [net/core] Erro 2
make: ** [net] Erro 2

Tentei dar o comando #make modules, ai veio o seguinte erro:
fs/ufs/dir.c: In function `ufs_check_dir_entry':
fs/ufs/dir.c:300: internal compiler error: Erro no barramento
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
.
make[2]: ** [fs/ufs/dir.o] Erro 1
make[1]: ** [fs/ufs] Erro 2
make: ** [fs] Erro 2

Atualmente estou usando: Linux debian 2.4.27-2-k7 #1 Mon May 16 17:18:17
JST 2005 i686 GNU/Linux

Alguem pode me ajudar


Tá faltando alguma biblioteca p/ seu sistema conseguir compilar as 
coisas. Tirado do /usr/share/doc/kernel-package/README.gz


--
Firstly, you will need gcc, the libc development package (libc5-dev or
libc6-dev at the time of writing), and, on Intel platforms, bin86. [If
you use the menuconfig target of make, you will need ncursesX.X-dev,
and make xconfig also requires either tkX.X-dev for 2.4.X kernels, or
libqt3-mt-dev and g++ >= 3.0 for the new 2.6 kernel versions, and 2.6.X
kernels also have an additional option, make gconfig, which requires
libglade2-dev, and other packages these depend on]

The packages suggested are:
devel:gcc, libc5-dev/libc6-dev, binutils, make, and, for intel
  x86 platforms, bin86 (non-Intel platforms don't need
  this), modutils (or module-init-tools for 2.5.x+ kernels).
interpreters: awk, which is contained in either the mawk or gawk packages
base: gzip, shellutils, and grep.
---


--
Marcos


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



erro ao compilar o kernel 2.6.8

2006-07-05 Por tôpico rsaad
Ao tentar compilar o kernel 2.6.8 na execução do comando #make bzImage,
deu o seguinte erro:

In file included from net/core/sock.c:121:
include/net/xfrm.h:17:25: include/net/ip6_fib.h: Erro de entrada/saída
In file included from net/core/sock.c:121:
include/net/xfrm.h:517: error: field `rt6' has incomplete type
make[2]: ** [net/core/sock.o] Erro 1
make[1]: ** [net/core] Erro 2
make: ** [net] Erro 2

Tentei dar o comando #make modules, ai veio o seguinte erro:
fs/ufs/dir.c: In function `ufs_check_dir_entry':
fs/ufs/dir.c:300: internal compiler error: Erro no barramento
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
.
make[2]: ** [fs/ufs/dir.o] Erro 1
make[1]: ** [fs/ufs] Erro 2
make: ** [fs] Erro 2

Atualmente estou usando: Linux debian 2.4.27-2-k7 #1 Mon May 16 17:18:17
JST 2005 i686 GNU/Linux

Alguem pode me ajudar


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



Re: Erro ao compilar novo kernel

2006-06-09 Por tôpico Mario Sergio

o hd é sata/ide/scsi ?

voce fez um initrd ?

incluiu o driver  sata/ide/scsi como módulo ou built-in ?

usou o modo debian p/ fazer o kernel ou instalou na unha?

podemos te ajudar, mais são necessárias mais informações...

mario sergio


Luigi Kurihara escreveu:


Boa tarde all,

estou tentando atualizar o meu kernel 2.4 para o 2.6 -
última versão estável, baixado do kernel.org - mas
tenho encontrados problemas de um tal VFS, cannot
mount in root fs block0,0, coisa e tal.
Alguém já passou por isso e poderia me ajudar?
PS: Uso o Debian 3.1

Agradecido,

Luigi.

__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 



 




___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 
http://mail.yahoo.com.br/



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



Re: Erro ao compilar novo kernel

2006-06-09 Por tôpico Still
* Konnichiwa Luigi Kurihara-sama:
> Boa tarde all,
> 
> estou tentando atualizar o meu kernel 2.4 para o 2.6 -
> última versão estável, baixado do kernel.org - mas
> tenho encontrados problemas de um tal VFS, cannot
> mount in root fs block0,0, coisa e tal.
> Alguém já passou por isso e poderia me ajudar?
> PS: Uso o Debian 3.1

Se seu HD não for SATA, basta retirar essa opção antes de
compilar o seu kernel.

[]'s,

Still
--
Nelson Luiz Campos  .''`. | I hear; I forget.
Engenheiro Eletricista : :'  :| I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gpgID: 55577339 Skype Still_by_Still `-   | Chinese Proverb


signature.asc
Description: Digital signature


Erro ao compilar novo kernel

2006-06-08 Por tôpico Luigi Kurihara
Boa tarde all,

estou tentando atualizar o meu kernel 2.4 para o 2.6 -
última versão estável, baixado do kernel.org - mas
tenho encontrados problemas de um tal VFS, cannot
mount in root fs block0,0, coisa e tal.
Alguém já passou por isso e poderia me ajudar?
PS: Uso o Debian 3.1

Agradecido,

Luigi.

__
Fale com seus amigos  de graça com o novo Yahoo! Messenger 
http://br.messenger.yahoo.com/ 


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



Re: Erro ao Compilar PHP

2006-06-08 Por tôpico Marcos Vinicius Lazarini

On 07-06-2006 08:42, Gustavo Costa wrote:

Olá,

Quando vou compilar o php com o comando "./debian/rules binary" ou 
"dpkg-buildpackage -b -us -uc" e aparece o erro abaixo, alguém sabe o 
que pode estar acontecendo de errado?


patching file main/logos.h
patching file main/main.c
patching file main/network.c
patching file main/php.h
patching file main/php_compat.h
patching file main/php_config.h.in
*Hunk #1 FAILED at 92.
Hunk #2 FAILED at 425.
Hunk #3 FAILED at 632.
Hunk #4 FAILED at 698.
Hunk #5 FAILED at 713.
Hunk #6 succeeded at 19 with fuzz 2 (offset -814 lines).
Hunk #7 FAILED at 71.
Hunk #8 succeeded at 702 with fuzz 1 (offset -778 lines).
Hunk #9 succeeded at 744 with fuzz 1 (offset -835 lines).
Hunk #10 FAILED at 809.
Hunk #11 succeeded at 897 (offset -796 lines).
Hunk #12 FAILED at 1221.
Hunk #13 succeeded at 1661 with fuzz 2 (offset -751 lines).
Hunk #14 FAILED at 1746.
9 out of 14 hunks FAILED -- saving rejects to file main/php_config.h.in.rej*
patching file main/php_main.h
patching file main/php_network.h
patching file main/php_scandir.c
patching file main/php_scandir.h
patching file main/php_sprintf.c
patching file main/php_syslog.h
patching file main/rfc1867.c
patching file makedist.ZendEngine2
patching file pear/CMD.php
patching file pear/Console/Getopt.php
patching file php.ini-dist
patching file php.ini-recommended
patching file run-tests.php
patching file run-tests2.php
patching file sapi/apache/config.m4
patching file sapi/apache2filter/config.m4
patching file sapi/apache2filter/sapi_apache2.c
patching file sapi/apache2handler/config.m4
patching file sapi/apache2handler/php_functions.c
patching file sapi/apache2handler/sapi_apache2.c
patching file sapi/cgi/cgi_main.c
patching file sapi/cgi/config9.m4
patching file sapi/cgi/libfcgi/acinclude.m4
patching file sapi/cgi/libfcgi/include/fcgi_config.h
patching file sapi/cli/php.1.in
patching file sapi/cli/php_cli.c
patching file sapi/embed/php_embed.c
patching file sapi/isapi/php4isapi.c
patching file scripts/Makefile.frag
patching file scripts/phpize.in
patching file scripts/phpize.m4
patching file server-tests.php
patching file tests/lang/bug30726.phpt
patching file tests/lang/overload_leak.phpt
patching file win32/sendmail.c
*make: ** [patch-stamp] Erro 1*

Grato por sua atenção.


Ele dá esse erro pq vc está aplicando um patch p/ a versão errada (pelo 
menos, diferente) do source-code do php usado p/ criar o patch.

De onde veio o source-code do php??

--
Marcos


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



Erro ao Compilar PHP

2006-06-07 Por tôpico Gustavo Costa




Olá,

Quando vou compilar o php com o comando "./debian/rules binary" ou
"dpkg-buildpackage -b -us -uc" e aparece o erro abaixo, alguém sabe o
que pode estar acontecendo de errado?

patching file main/logos.h
patching file main/main.c
patching file main/network.c
patching file main/php.h
patching file main/php_compat.h
patching file main/php_config.h.in
Hunk #1 FAILED at 92.
Hunk #2 FAILED at 425.
Hunk #3 FAILED at 632.
Hunk #4 FAILED at 698.
Hunk #5 FAILED at 713.
Hunk #6 succeeded at 19 with fuzz 2 (offset -814 lines).
Hunk #7 FAILED at 71.
Hunk #8 succeeded at 702 with fuzz 1 (offset -778 lines).
Hunk #9 succeeded at 744 with fuzz 1 (offset -835 lines).
Hunk #10 FAILED at 809.
Hunk #11 succeeded at 897 (offset -796 lines).
Hunk #12 FAILED at 1221.
Hunk #13 succeeded at 1661 with fuzz 2 (offset -751 lines).
Hunk #14 FAILED at 1746.
9 out of 14 hunks FAILED -- saving rejects to file
main/php_config.h.in.rej
patching file main/php_main.h
patching file main/php_network.h
patching file main/php_scandir.c
patching file main/php_scandir.h
patching file main/php_sprintf.c
patching file main/php_syslog.h
patching file main/rfc1867.c
patching file makedist.ZendEngine2
patching file pear/CMD.php
patching file pear/Console/Getopt.php
patching file php.ini-dist
patching file php.ini-recommended
patching file run-tests.php
patching file run-tests2.php
patching file sapi/apache/config.m4
patching file sapi/apache2filter/config.m4
patching file sapi/apache2filter/sapi_apache2.c
patching file sapi/apache2handler/config.m4
patching file sapi/apache2handler/php_functions.c
patching file sapi/apache2handler/sapi_apache2.c
patching file sapi/cgi/cgi_main.c
patching file sapi/cgi/config9.m4
patching file sapi/cgi/libfcgi/acinclude.m4
patching file sapi/cgi/libfcgi/include/fcgi_config.h
patching file sapi/cli/php.1.in
patching file sapi/cli/php_cli.c
patching file sapi/embed/php_embed.c
patching file sapi/isapi/php4isapi.c
patching file scripts/Makefile.frag
patching file scripts/phpize.in
patching file scripts/phpize.m4
patching file server-tests.php
patching file tests/lang/bug30726.phpt
patching file tests/lang/overload_leak.phpt
patching file win32/sendmail.c
make: ** [patch-stamp] Erro 1

Grato por sua atenção.





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



RES: erro ao compilar kernel

2006-06-05 Por tôpico Gustavo Mendes de Carvalho
Minha sugestao é fazer a configuracao via terminal. Faca um make menuconfig que 
funciona. Vale a pena lembrar que deve ser instalado o libncurses-dev para 
funcionar corretamente (# apt-get install libncurses-dev)


Gustavo Mendes de Carvalho
Diveo do Brasil Telecomunicações
www.diveo.net.br

-Mensagem original-
De: Marcos Vinicius Lazarini [mailto:[EMAIL PROTECTED] 
Enviada em: sábado, 3 de junho de 2006 23:38
Para: Anubis
Cc: debian-user-portuguese@lists.debian.org
Assunto: Re: erro ao compilar kernel

Instale o pacote kernel-package e veja no /usr/share/doc/kernel-package que lá 
tem um .txt que explica direitinho os passos e os pacotes necessários... De 
quebra, te explica como compilar o kernel pelo 'debian way'...

--
Marcos

On 01-06-2006 20:31, Anubis wrote:
> galera da lista,
> 
> tá aparecendo o seguinte erro na hora de executar o #make xconfig como 
> resolvo isso?
> 
>   HOSTCC  scripts/basic/fixdep
>   HOSTCC  scripts/basic/split-include
>   HOSTCC  scripts/basic/docproc
>   CHECK   qt
> *
> * Unable to find the QT installation. Please make sure that
> * the QT development package is correctly installed and
> * either install pkg-config or set the QTDIR environment
> * variable to the correct location.
> *
>   HOSTCC  scripts/kconfig/conf.o
> sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 
> 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
>   HOSTCC  scripts/kconfig/kconfig_load.o
>   HOSTCC  scripts/kconfig/kxgettext.o
>   HOSTCC  scripts/kconfig/mconf.o
>   SHIPPED scripts/kconfig/zconf.tab.c
>   SHIPPED scripts/kconfig/lex.zconf.c
>   SHIPPED scripts/kconfig/zconf.hash.c
>   HOSTCC  scripts/kconfig/zconf.tab.o
> make[1]: *** Sem regra para processar o alvo 
> `scripts/kconfig/.tmp_qtcheck', necessário por 
> `scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2 
> belldandy:/usr/src/linux# make mrproper
>   CLEAN   scripts/basic
>   CLEAN   scripts/kconfig
> belldandy:/usr/src/linux# ./configure
> bash: ./configure: Arquivo ou diretório não encontrado 
> belldandy:/usr/src/linux# cd ..
> belldandy:/usr/src# ./configure
> bash: ./configure: Arquivo ou diretório não encontrado 
> belldandy:/usr/src# cd linux belldandy:/usr/src/linux# clear
> 
> belldandy:/usr/src/linux# make xconfig
>   HOSTCC  scripts/basic/fixdep
>   HOSTCC  scripts/basic/split-include
>   HOSTCC  scripts/basic/docproc
>   CHECK   qt
> *
> * Unable to find the QT installation. Please make sure that
> * the QT development package is correctly installed and
> * either install pkg-config or set the QTDIR environment
> * variable to the correct location.
> *
>   HOSTCC  scripts/kconfig/conf.o
> sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 
> 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'
>   HOSTCC  scripts/kconfig/kconfig_load.o
>   HOSTCC  scripts/kconfig/kxgettext.o
>   HOSTCC  scripts/kconfig/mconf.o
>   SHIPPED scripts/kconfig/zconf.tab.c
>   SHIPPED scripts/kconfig/lex.zconf.c
>   SHIPPED scripts/kconfig/zconf.hash.c
>   HOSTCC  scripts/kconfig/zconf.tab.o
> make[1]: *** Sem regra para processar o alvo 
> `scripts/kconfig/.tmp_qtcheck', necessário por 
> `scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2
> 



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



Re: erro ao compilar kernel

2006-06-04 Por tôpico Marcos Vinicius Lazarini
Instale o pacote kernel-package e veja no /usr/share/doc/kernel-package 
que lá tem um .txt que explica direitinho os passos e os pacotes 
necessários... De quebra, te explica como compilar o kernel pelo 'debian 
way'...


--
Marcos

On 01-06-2006 20:31, Anubis wrote:

galera da lista,

tá aparecendo o seguinte erro na hora de executar o #make xconfig
como resolvo isso?

  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  CHECK   qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
  HOSTCC  scripts/kconfig/conf.o
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 
's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'

  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
make[1]: *** Sem regra para processar o alvo 
`scripts/kconfig/.tmp_qtcheck', necessário por 
`scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2

belldandy:/usr/src/linux# make mrproper
  CLEAN   scripts/basic
  CLEAN   scripts/kconfig
belldandy:/usr/src/linux# ./configure
bash: ./configure: Arquivo ou diretório não encontrado
belldandy:/usr/src/linux# cd ..
belldandy:/usr/src# ./configure
bash: ./configure: Arquivo ou diretório não encontrado
belldandy:/usr/src# cd linux
belldandy:/usr/src/linux# clear

belldandy:/usr/src/linux# make xconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  CHECK   qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
  HOSTCC  scripts/kconfig/conf.o
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 
's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'

  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
make[1]: *** Sem regra para processar o alvo 
`scripts/kconfig/.tmp_qtcheck', necessário por 
`scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2






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



Re: erro ao compilar kernel

2006-06-01 Por tôpico Mario Sergio

o pacote qt-devel tá instalado ?

qt3 ou outro não adianta, tem que ser os -devel da vida...

depois um make clean p/ limpar
um make mrproper p/ acertar os "ponteiros"
se houver algum config p/ ajudar, bom, se não, dá um lspci e vê o que 
seu micro precisa..


ai o make xconfig,

aí, make modules && make bzImage && make modules_install e vai tomar um café

no meu ponto de vista, quanto menos coisas vc compilar como módulo, mas 
sim como builtin melhor, fica mais rápido


no meu caso uso os drivers ide ,o chipset da placa e o reiserfs (se for 
teu caso) como internos e aí nem precisa de initrd, uma beleza


vai testando, tirando as coisas que não precisa, pode dar uns paus mas 
errar fazendo é a melhor maneira de aprender, lógico onde se pode errar



[]´s

mario sergio


Anubis escreveu:

galera da lista,

tá aparecendo o seguinte erro na hora de executar o #make xconfig
como resolvo isso?

  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  CHECK   qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
  HOSTCC  scripts/kconfig/conf.o
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 
's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'

  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
make[1]: *** Sem regra para processar o alvo 
`scripts/kconfig/.tmp_qtcheck', necessário por 
`scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2

belldandy:/usr/src/linux# make mrproper
  CLEAN   scripts/basic
  CLEAN   scripts/kconfig
belldandy:/usr/src/linux# ./configure
bash: ./configure: Arquivo ou diretório não encontrado
belldandy:/usr/src/linux# cd ..
belldandy:/usr/src# ./configure
bash: ./configure: Arquivo ou diretório não encontrado
belldandy:/usr/src# cd linux
belldandy:/usr/src/linux# clear

belldandy:/usr/src/linux# make xconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/basic/split-include
  HOSTCC  scripts/basic/docproc
  CHECK   qt
*
* Unable to find the QT installation. Please make sure that
* the QT development package is correctly installed and
* either install pkg-config or set the QTDIR environment
* variable to the correct location.
*
  HOSTCC  scripts/kconfig/conf.o
sed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 
's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'

  HOSTCC  scripts/kconfig/kconfig_load.o
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
  HOSTCC  scripts/kconfig/zconf.tab.o
make[1]: *** Sem regra para processar o alvo 
`scripts/kconfig/.tmp_qtcheck', necessário por 
`scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2




--


Mario Sergio KirdeiKa Jr.
Coordenador Fábrica de Software Livre
Fatec Praia Grande
Profissional Linux LPIC-1

http://www.linux-pg.com.br
[EMAIL PROTECTED]
[EMAIL PROTECTED]

55-13-91045416


___ 
Abra sua conta no Yahoo! Mail: 1GB de espaço, alertas de e-mail no celular e anti-spam realmente eficaz. 
http://mail.yahoo.com.br/



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



erro ao compilar kernel

2006-06-01 Por tôpico Anubis
galera da lista,tá aparecendo o seguinte erro na hora de executar o #make xconfigcomo resolvo isso?  HOSTCC  scripts/basic/fixdep  HOSTCC  scripts/basic/split-include  HOSTCC  scripts/basic/docproc  CHECK   qt** Unable to find the QT installation. Please make sure that* the QT development package is correctly installed and* either install pkg-config or set the QTDIR
environment* variable to the correct location.*  HOSTCC  scripts/kconfig/conf.osed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'  HOSTCC  scripts/kconfig/kconfig_load.o  HOSTCC  scripts/kconfig/kxgettext.o  HOSTCC  scripts/kconfig/mconf.o  SHIPPED scripts/kconfig/zconf.tab.c  SHIPPED scripts/kconfig/lex.zconf.c  SHIPPED scripts/kconfig/zconf.hash.c  HOSTCC  scripts/kconfig/zconf.tab.omake[1]: *** Sem regra para processar o alvo `scripts/kconfig/.tmp_qtcheck', necessário por `scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2belldandy:/usr/src/linux# make mrproper  CLEAN   scripts/basic  CLEAN   scripts/kconfigbelldandy:/usr/src/linux# ./configurebash: ./configure: Arquivo ou diretório não encontradobelldandy:/usr/src/linux# cd ..belldandy:/usr/src# ./configurebash: ./configure: Arquivo ou diretório não encontradobelldandy:/usr/src# cd linuxbelldandy:/usr/src/linux# clearbelldandy:/usr/src/linux# make xconfig  HOSTCC  scripts/basic/fixdep  HOSTCC 
scripts/basic/split-include  HOSTCC  scripts/basic/docproc  CHECK   qt** Unable to find the QT installation. Please make sure that* the QT development package is correctly installed and* either install pkg-config or set the QTDIR environment* variable to the correct location.*  HOSTCC  scripts/kconfig/conf.osed < scripts/kconfig/lkc_proto.h > scripts/kconfig/lkc_defs.h 's/P(\([^,]*\),.*/#define \1 (\*\1_p)/'  HOSTCC  scripts/kconfig/kconfig_load.o  HOSTCC  scripts/kconfig/kxgettext.o  HOSTCC  scripts/kconfig/mconf.o  SHIPPED scripts/kconfig/zconf.tab.c  SHIPPED scripts/kconfig/lex.zconf.c  SHIPPED scripts/kconfig/zconf.hash.c  HOSTCC  scripts/kconfig/zconf.tab.omake[1]: *** Sem regra para processar o alvo `scripts/kconfig/.tmp_qtcheck', necessário por `scripts/kconfig/qconf.o'.  Pare.make: ** [xconfig] Erro 2


Re: erro ao compilar programa - 'struct somax_config' has no member named 'ssl'

2006-01-13 Por tôpico Maxwillian Miorim
Se o programa é seu de uma olhada na classe somax_config. O erro faz
referência à algo dentro dela com o nome ssl (uma função, variável,
etc.)


--
Maxwillian Miorim - LPIC1 (LPID 85928)
[EMAIL PROTECTED]

Kit Total-Nerd-Tabajara: Slackware 10.2 e OpenBSD 3.8



Re: erro ao compilar programa - 'struct somax_config' has no member named 'ssl'

2006-01-12 Por tôpico Still
* Konnichiwa Ademir Lima-sama:
> 'struct somax_config' has no member named 'ssl'
> 
> Estou recebendo este erro ao dar o make em um programa, será que
> alguem poderia me dar uma luz ai?
> 
> -- 
> Porque dele, por ele, para ele são todas as coisas;
> a Ele a glória eternamente.
> Amém.

Seguinte, manda mais detalhes. Qual programa que vc está
tentando compilar ? Quando vc deu um ./configure, retornou alguma falta
de pacotes ssl ? Qual a versão do gcc ? Esse tipo de coisa.

[]'s,

Still
--
Nelson Luiz Campos  .''`. | I hear; I forget.
Engenheiro Eletricista : :'  :| I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gpgID: 55577339 Skype Still_by_Still `-   | Chinese Proverb


signature.asc
Description: Digital signature


erro ao compilar programa - 'struct somax_config' has no member named 'ssl'

2006-01-12 Por tôpico Ademir Lima
'struct somax_config' has no member named 'ssl'

Estou recebendo este erro ao dar o make em um programa, será que
alguem poderia me dar uma luz ai?

Grande Abraço.
--
Porque dele, por ele, para ele são todas as coisas;
a Ele a glória eternamente.
Amém.



Re: Erro ao compilar kernel 2.6.8 para o bootsplash

2006-01-06 Por tôpico Hallison Batista
Prezado Pruonckk,

Creio que você pode
estar certo quanto ao filesystem. Como utilizo o Debian somente em
minha residência (no meu trabalho utilizo o Ubuntu), irei testar
novamente. E sem dúvida irei postar a solução.

PS1: Entrei no Debian for Dumies e gostei. Participarei com a edição de alguns textos se não for incomôdo.

PS2: O logo "nerd" e o termo "dummies" são livres?

Agradeço a atenção.
Em 06/01/06, Pruonckk le Punk <[EMAIL PROTECTED]> escreveu:
hum, existe a possibilidade de voce ter deixado o teu file system comomodulo no kernel, ou entao o hd, apenas estes dois causam este erro( quando voce arrumar, poste oque foi feito na lista )Em Sex, 2006-01-06 às 14:17 -0400, Hallison Batista escreveu:
> Prezado Pruonckk,>> Você tem razão quanto ao kernel do Debian. Os pacotes instalados foram> todos do Debian, com exceção do bootsplash.diff. Mas ainda sim há um> pacote bootsplash.deb.
>> O caso é que houve o funcionamento do boot com splash, no entanto, o> sistema travou com o erro de "kernel panic" com a mensagem de que não> havia possibilidade de carregar a partição hda5 (raíz do Debian).
>> Agradeço a atenção.>> Em 06/01/06, Pruonckk le Punk <[EMAIL PROTECTED]> escreveu:> >> > acho que o problema, é que voce usou o kernel-source do debian, dai
> voce> > tem que pegar o patch, para o kernel debian, pois o kernel debian,> tem> > umas modificações> >> > entao, ou pegue o patch para o kernel debian, ou baixe o kernel
> 2.6.8 em> > www.debianfordummies.org> >> > Em Sex, 2006-01-06 às 15:46 -0300, Gele Meurer escreveu:> > > Hallison Batista wrote:
> > >> > > > Prezados,> > > >> > > > Efetuei a instalação dos pacotes necessários para a> compilação do> > > > kernel para instalação do bootsplash.
> > > > Os pacotes instalados para o kernel foram:> > > > - kernel-package> > > > - kernel-source-2.6.8_2.6.8-16> > > > - kernel-patch-debianlogo> > > > - kernel-patch-bootsplash
> > > >> > > > Os pacotes instalados para o bootsplash foram:> > > > - bootsplash_3.1-6> > > > - bootsplash-theme-debblue> > > > - bootsplash_3.1.6-
2.6.8.diff (patch para o kernel)> > > >> > > > Segui os passos do documento "Boot Gráfico no Debian com> > > > Bootsplash"[1] escrito por Tiago Bortolleto e "Administrando
> Kernel no> > > > Debian GNU/Linux"[2] escrito por Gustavo Noronha (o kov).> Entretanto,> > > > após compilação, instalação, configuração do bootsplash> > > > (dpkg-reconfigure bootsplash) e edição do grub, ocorreu erro
> de> > > > "kernel panic" acusando impossibilidade de montagem da partiçÃ> £o hda5> > > > (partição raíz do Debian). Como não havia desinstalado o> kernel
> > > > anterior, o sistema ainda está acessível.> > > >> > > > Solicito apoio quanto ao ocorrido.> > > >> > > > Agradeço a atenção.
> > > >> > > > [1] http://debian-br.alioth.debian.org/view.php?doc=kdebian> > > > [2] 
http://debian-br.alioth.debian.org/view.php?doc=bootsplash> > > >> > > > --> > > > /@@@> > > > //@/> > > > @@/@@///
> > > > ////////   Hallison Batista> > > > /////@@@///@@@//> > > > //@@@///@@//@//@@@//   Usuário Debian GNU/Linux> > > > //@@@///@@@///@@@///
> > > > ///@@@///@@/   [EMAIL PROTECTED]> > > > [EMAIL PROTECTED]
>> > > > @@@/> > > > /@@@> > > > ////   "Seja livre, use Debian GNU/Linux!"> > > > //@@@///
> > >> > > Salve,> > >> > > Dá uma olhada neste tutorial:> > >> > >  http://www.debianfordummies.org/wiki/index.php/Bootplash
> > >> > > []s> > >> > > Gele Meurer> > >> > >> > >> > >> > >> > > ___
> > > Yahoo! doce lar. Faça do Yahoo! sua homepage.> > > http://br.yahoo.com/homepageset.html> > >> > >> > --
> > Pruonckk le Punk> >> > http://www.debianfordummies.org> > Porque o linux é para todos!> >> >> > --
> > To UNSUBSCRIBE, email to> [EMAIL PROTECTED]> > with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]> >> > --> /@@@> //@/> @@/@@///
> ////////   Hallison Batista> /////@@@///@@@//> //@@@///@@//@//@@@//   Usuário Debian GNU/Linux> //@@@///@@@///@@@///> ///@@@///@@/   
[EMAIL PROTECTED]> @@@/> /@@@   "Seja livre, use Debian GNU/Linux!"> ////> //@@@///--Pruonckk le Punk
http://www.debianfordummies.orgPorque o linux é para todos!
-- /@@@
//@/
@@/@@///////   Hallison Batista
/////@@@///@@@@@@///@@//@//@@@//   Usuário Debian GNU/Linux
//@@@///@@@///@@@//@@@///@@/   
[EMAIL PROTECTED]@@@/
/@@@   "Seja livre, use Debian GNU/Linux!"////
//@@@///



Re: Erro ao compilar kernel 2.6.8 para o bootsplash

2006-01-06 Por tôpico Hallison Batista
Prezado Pruonckk,



Você tem razão quanto
ao kernel do Debian. Os pacotes instalados foram todos do Debian, com
exceção do bootsplash.diff. Mas ainda sim há um pacote bootsplash.deb.



O caso é que houve o
funcionamento do boot com splash, no entanto, o sistema travou com o
erro de "kernel panic" com a mensagem de que não havia possibilidade de
carregar a partição hda5 (raíz do Debian).



Agradeço a atenção.
Em 06/01/06, Pruonckk le Punk <[EMAIL PROTECTED]> escreveu:
acho que o problema, é que voce usou o kernel-source do debian, dai vocetem que pegar o patch, para o kernel debian, pois o kernel debian, temumas modificaçõesentao, ou pegue o patch para o kernel debian, ou baixe o kernel 
2.6.8 emwww.debianfordummies.orgEm Sex, 2006-01-06 às 15:46 -0300, Gele Meurer escreveu:> Hallison Batista wrote:>> > Prezados,> >
> > Efetuei a instalação dos pacotes necessários para a compilação do> > kernel para instalação do bootsplash.> > Os pacotes instalados para o kernel foram:> > - kernel-package
> > - kernel-source-2.6.8_2.6.8-16> > - kernel-patch-debianlogo> > - kernel-patch-bootsplash> >> > Os pacotes instalados para o bootsplash foram:> > - bootsplash_3.1-6
> > - bootsplash-theme-debblue> > - bootsplash_3.1.6-2.6.8.diff (patch para o kernel)> >> > Segui os passos do documento "Boot Gráfico no Debian com> > Bootsplash"[1] escrito por Tiago Bortolleto e "Administrando Kernel no
> > Debian GNU/Linux"[2] escrito por Gustavo Noronha (o kov). Entretanto,> > após compilação, instalação, configuração do bootsplash> > (dpkg-reconfigure bootsplash) e edição do grub, ocorreu erro de
> > "kernel panic" acusando impossibilidade de montagem da partição hda5> > (partição raíz do Debian). Como não havia desinstalado o kernel> > anterior, o sistema ainda está acessível.
> >> > Solicito apoio quanto ao ocorrido.> >> > Agradeço a atenção.> >> > [1] http://debian-br.alioth.debian.org/view.php?doc=kdebian
> > [2] http://debian-br.alioth.debian.org/view.php?doc=bootsplash> >> > --> > /@@@> > //@/
> > @@/@@///> > ////////   Hallison Batista> > /////@@@///@@@//> > //@@@///@@//@//@@@//   Usuário Debian GNU/Linux> > //@@@///@@@///@@@///
> > ///@@@///@@/   [EMAIL PROTECTED]> > [EMAIL PROTECTED]>
> > @@@/> > /@@@> > ////   "Seja livre, use Debian GNU/Linux!"> > //@@@///>> Salve,>> Dá uma olhada neste tutorial:
>>  http://www.debianfordummies.org/wiki/index.php/Bootplash>> []s>> Gele Meurer>>>
>>> ___> Yahoo! doce lar. Faça do Yahoo! sua homepage.> http://br.yahoo.com/homepageset.html
>>--Pruonckk le Punkhttp://www.debianfordummies.orgPorque o linux é para todos!--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- 
/@@@//@/
@@/@@///////   Hallison Batista
/////@@@///@@@@@@///@@//@//@@@//   Usuário Debian GNU/Linux
//@@@///@@@///@@@//@@@///@@/   
[EMAIL PROTECTED]@@@/
/@@@   "Seja livre, use Debian GNU/Linux!"////
//@@@///



Re: Erro ao compilar kernel 2.6.8 para o bootsplash

2006-01-06 Por tôpico Hallison Batista
Prezado(a) Gele,

Realizei todos os
passos descritos no site ao qual você indicou. Mas ainda sim obrigado
pelo apoio, pois o site possui um kernel já compilado pronto para ser
utilizado.

Agradeço a atenção.
Em 06/01/06, Gele Meurer <[EMAIL PROTECTED]> escreveu:
Hallison Batista wrote:> Prezados,>> Efetuei a instalação dos pacotes necessários para a compilação do> kernel para instalação do bootsplash.> Os pacotes instalados para o kernel foram:
> - kernel-package> - kernel-source-2.6.8_2.6.8-16> - kernel-patch-debianlogo> - kernel-patch-bootsplash>> Os pacotes instalados para o bootsplash foram:> - bootsplash_3.1-6
> - bootsplash-theme-debblue> - bootsplash_3.1.6-2.6.8.diff (patch para o kernel)>> Segui os passos do documento "Boot Gráfico no Debian com> Bootsplash"[1] escrito por Tiago Bortolleto e "Administrando Kernel no
> Debian GNU/Linux"[2] escrito por Gustavo Noronha (o kov). Entretanto,> após compilação, instalação, configuração do bootsplash> (dpkg-reconfigure bootsplash) e edição do grub, ocorreu erro de
> "kernel panic" acusando impossibilidade de montagem da partição hda5> (partição raíz do Debian). Como não havia desinstalado o kernel> anterior, o sistema ainda está acessível.
>> Solicito apoio quanto ao ocorrido.>> Agradeço a atenção.>> [1] http://debian-br.alioth.debian.org/view.php?doc=kdebian
> [2] http://debian-br.alioth.debian.org/view.php?doc=bootsplash>> --> /@@@> //@/
> @@/@@///> ////////   Hallison Batista> /////@@@///@@@//> //@@@///@@//@//@@@//   Usuário Debian GNU/Linux> //@@@///@@@///@@@///> ///@@@///@@/   
[EMAIL PROTECTED]> [EMAIL PROTECTED]>> @@@/> /@@@
> ////   "Seja livre, use Debian GNU/Linux!"> //@@@///Salve,Dá uma olhada neste tutorial: 
http://www.debianfordummies.org/wiki/index.php/Bootplash[]sGele Meurer___Yahoo! doce lar. Faça do Yahoo! sua homepage.
http://br.yahoo.com/homepageset.html--To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- /@@@
//@/
@@/@@///////   Hallison Batista
/////@@@///@@@@@@///@@//@//@@@//   Usuário Debian GNU/Linux
//@@@///@@@///@@@//@@@///@@/   
[EMAIL PROTECTED]@@@/
/@@@   "Seja livre, use Debian GNU/Linux!"////
//@@@///



Re: Erro ao compilar kernel 2.6.8 para o bootsplash

2006-01-06 Por tôpico Pruonckk le Punk

acho que o problema, é que voce usou o kernel-source do debian, dai voce
tem que pegar o patch, para o kernel debian, pois o kernel debian, tem
umas modificações 

entao, ou pegue o patch para o kernel debian, ou baixe o kernel 2.6.8 em
www.debianfordummies.org

Em Sex, 2006-01-06 às 15:46 -0300, Gele Meurer escreveu:
> Hallison Batista wrote:
> 
> > Prezados,
> >
> > Efetuei a instalação dos pacotes necessários para a compilação do 
> > kernel para instalação do bootsplash.
> > Os pacotes instalados para o kernel foram:
> > - kernel-package
> > - kernel-source-2.6.8_2.6.8-16
> > - kernel-patch-debianlogo
> > - kernel-patch-bootsplash
> >
> > Os pacotes instalados para o bootsplash foram:
> > - bootsplash_3.1-6
> > - bootsplash-theme-debblue
> > - bootsplash_3.1.6-2.6.8.diff (patch para o kernel)
> >
> > Segui os passos do documento "Boot Gráfico no Debian com 
> > Bootsplash"[1] escrito por Tiago Bortolleto e "Administrando Kernel no 
> > Debian GNU/Linux"[2] escrito por Gustavo Noronha (o kov). Entretanto, 
> > após compilação, instalação, configuração do bootsplash 
> > (dpkg-reconfigure bootsplash) e edição do grub, ocorreu erro de 
> > "kernel panic" acusando impossibilidade de montagem da partição hda5 
> > (partição raíz do Debian). Como não havia desinstalado o kernel 
> > anterior, o sistema ainda está acessível.
> >
> > Solicito apoio quanto ao ocorrido.
> >
> > Agradeço a atenção.
> >
> > [1] http://debian-br.alioth.debian.org/view.php?doc=kdebian
> > [2] http://debian-br.alioth.debian.org/view.php?doc=bootsplash
> >
> > -- 
> > /@@@
> > //@/
> > @@/@@///
> > ////////   Hallison Batista
> > /////@@@///@@@//
> > //@@@///@@//@//@@@//   Usuário Debian GNU/Linux
> > //@@@///@@@///@@@///
> > ///@@@///@@/   [EMAIL PROTECTED] 
> > 
> > @@@/
> > /@@@
> > ////   "Seja livre, use Debian GNU/Linux!"
> > //@@@///
> 
> Salve,
> 
> Dá uma olhada neste tutorial:
> 
>  http://www.debianfordummies.org/wiki/index.php/Bootplash
> 
> []s
> 
> Gele Meurer
> 
>   
> 
>   
>   
> ___ 
> Yahoo! doce lar. Faça do Yahoo! sua homepage. 
> http://br.yahoo.com/homepageset.html 
> 
> 
-- 
Pruonckk le Punk

http://www.debianfordummies.org
Porque o linux é para todos!


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



Re: Erro ao compilar kernel 2.6.8 para o bootsplash

2006-01-06 Por tôpico Gele Meurer

Hallison Batista wrote:


Prezados,

Efetuei a instalação dos pacotes necessários para a compilação do 
kernel para instalação do bootsplash.

Os pacotes instalados para o kernel foram:
- kernel-package
- kernel-source-2.6.8_2.6.8-16
- kernel-patch-debianlogo
- kernel-patch-bootsplash

Os pacotes instalados para o bootsplash foram:
- bootsplash_3.1-6
- bootsplash-theme-debblue
- bootsplash_3.1.6-2.6.8.diff (patch para o kernel)

Segui os passos do documento "Boot Gráfico no Debian com 
Bootsplash"[1] escrito por Tiago Bortolleto e "Administrando Kernel no 
Debian GNU/Linux"[2] escrito por Gustavo Noronha (o kov). Entretanto, 
após compilação, instalação, configuração do bootsplash 
(dpkg-reconfigure bootsplash) e edição do grub, ocorreu erro de 
"kernel panic" acusando impossibilidade de montagem da partição hda5 
(partição raíz do Debian). Como não havia desinstalado o kernel 
anterior, o sistema ainda está acessível.


Solicito apoio quanto ao ocorrido.

Agradeço a atenção.

[1] http://debian-br.alioth.debian.org/view.php?doc=kdebian
[2] http://debian-br.alioth.debian.org/view.php?doc=bootsplash

--
/@@@
//@/
@@/@@///
////////   Hallison Batista
/////@@@///@@@//
//@@@///@@//@//@@@//   Usuário Debian GNU/Linux
//@@@///@@@///@@@///
///@@@///@@/   [EMAIL PROTECTED] 


@@@/
/@@@
////   "Seja livre, use Debian GNU/Linux!"
//@@@///


Salve,

Dá uma olhada neste tutorial:

http://www.debianfordummies.org/wiki/index.php/Bootplash

[]s

Gele Meurer





___ 
Yahoo! doce lar. Faça do Yahoo! sua homepage. 
http://br.yahoo.com/homepageset.html 



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



Erro ao compilar kernel 2.6.8 para o bootsplash

2006-01-06 Por tôpico Hallison Batista
Prezados,

Efetuei a instalação dos pacotes necessários para a compilação do kernel para instalação do bootsplash.
Os pacotes instalados para o kernel foram:
- kernel-package
- kernel-source-2.6.8_2.6.8-16
- kernel-patch-debianlogo
- kernel-patch-bootsplash

Os pacotes instalados para o bootsplash foram:
- bootsplash_3.1-6
- bootsplash-theme-debblue
- bootsplash_3.1.6-2.6.8.diff (patch para o kernel)
Segui os
passos do documento "Boot Gráfico no Debian com Bootsplash"[1] escrito
por Tiago Bortolleto e "Administrando Kernel no Debian GNU/Linux"[2]
escrito por Gustavo Noronha (o kov). Entretanto, após compilação,
instalação, configuração do bootsplash (dpkg-reconfigure bootsplash) e
edição do grub, ocorreu erro de "kernel panic" acusando impossibilidade
de montagem da partição hda5 (partição raíz do Debian). Como não havia
desinstalado o kernel anterior, o sistema ainda está acessível.

Solicito apoio quanto ao ocorrido.

Agradeço a atenção.

[1] http://debian-br.alioth.debian.org/view.php?doc=kdebian
[2] http://debian-br.alioth.debian.org/view.php?doc=bootsplash
-- /@@@
//@/
@@/@@///////   Hallison Batista
/////@@@///@@@@@@///@@//@//@@@//   Usuário Debian GNU/Linux
//@@@///@@@///@@@//@@@///@@/   
[EMAIL PROTECTED]@@@/
/@@@////   "Seja livre, use Debian GNU/Linux!"
//@@@///



Re: Erro ao compilar o Kernel com bootsplash

2005-10-19 Por tôpico Eder Plansky
O splashy eu também nunca consegui fazer funcionar no Debian, agora esse 
grub-splashimages eu nunca tinha ouvido falar, vou tentar, é o que me resta.


núcleo tão antigo??

Leandro Guimarães Faria Corcete DUTRA escreveu:


Em Tue, 18 Oct 2005 19:05:49 -0200, Eder Plansky escreveu:

 

Estou tentando compilar o kernel com suporte ao bootsplash. Primeiro 
apliquei o patch (bootsplash-3.1.6-2.6.8.diff)
   



Que tal usar o grub-splashimages ou splashy?

E por que um núcleo tão antigo?

 




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



Re: Erro ao compilar o Kernel com bootsplash

2005-10-18 Por tôpico Leandro Guimarães Faria Corcete DUTRA
Em Tue, 18 Oct 2005 19:05:49 -0200, Eder Plansky escreveu:

> Estou tentando compilar o kernel com suporte ao bootsplash. Primeiro 
> apliquei o patch (bootsplash-3.1.6-2.6.8.diff)

Que tal usar o grub-splashimages ou splashy?

E por que um núcleo tão antigo?

-- 
Leandro Guimarães Faria Corsetti Dutra  +55 (11) 5685 2219
mailto:[EMAIL PROTECTED]+55 (11) 5686 9607
http://br.geocities.com./lgcdutra/  +55 (11) 9406 7191
xmpp:[EMAIL PROTECTED]+55 (11) 4390 5383


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



Erro ao compilar o Kernel com bootsplash

2005-10-18 Por tôpico Eder Plansky

Olá pessoal

Estou tentando compilar o kernel com suporte ao bootsplash. Primeiro 
apliquei o patch (bootsplash-3.1.6-2.6.8.diff) e depois marquei as 
opções no menuconfig:


File Systems --> Misc File Systems - Compressed ROM File System Support (cramfs)


Devices Drivers --> Block Devices - Ram Disk Support - Inital RAM Disk (initrd)

Graphics Support --> Suport for Frame Buffer devices:
   VGA 16 Color Graphics Support
   Vesa VGA Graphics Support

Graphics Support --> Bootsplash Configuration - Bootsplash Screen


Porém, ao tentar compilar o kernel (

# make-kpkg --revision=1 --append-to-version=-bootsplash kernel-image) o 
seguinte erro aparece:


CHK include/linux/compile.h
 UPD include/linux/compile.h
 CC  init/version.o
 LD  init/built-in.o
 LD  .tmp_vmlinux1
drivers/built-in.o(.text+0x4692b): In function `splash_getraw':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0x47050): In function `splash_verbose':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0x4743e): In function `splash_status':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0x4752e): In function `splash_read_proc':
: undefined reference to `con2fb_map'
drivers/built-in.o(.text+0x476ef): In function `splash_write_proc':
: undefined reference to `con2fb_map'
make[1]: ** [.tmp_vmlinux1] Erro 1
make[1]: Leaving directory `/usr/src/linux-2.6.8.1'
make: ** [stamp-build] Erro 2


Alguém sabe o que pode ser?? 



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



Re: erro ao compilar kjsplit-0.3

2005-08-09 Por tôpico Marcello Chagas

Carlucio Lopes escreveu:


Bom dia,

alguem ja compilou o kjsplit-0.3 ou teria outro procedimento para
juntar arquivos de video (avi) particionados.
 


Use o Avidemux para juntar os vídeos.
Esse outro software é muito antigo, a última versão é de 2002.

--
[]´s
Marcello
Jabber: [EMAIL PROTECTED]
"Better to reign in Hell than serve in heaven"


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



erro ao compilar kjsplit-0.3

2005-08-09 Por tôpico Carlucio Lopes
Bom dia,

alguem ja compilou o kjsplit-0.3 ou teria outro procedimento para
juntar arquivos de video (avi) particionados.

erro ao compilar abaixo:

checking for IceConnectionNumber in -lICE... no
checking for libXext... no
configure: error: We need a working libXext to proceed. Since configure
can't find it itself, we stop here assuming that make wouldn't find
them either.


agradeco qualquer sujestao.


Carlucio Lopes
 


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



Erro ao compilar o jade

2005-07-05 Por tôpico Alcione Ferreira
prezados amigos,

Estava compilando o Jade e apareceu este erro, alguem pode me ajudar:

c++ -ansi -fno-implicit-templates -I. -I./../include -I./../generic
-DSTDC_HEADERS=1 -DHAVE_LIMITS_H=1 -Dconst= -Dinline=
-DHAVE_ST_BLKSIZE=1 -DSP_HAVE_BOOL=1 -DSP_HAVE_LOCALE=1
-DSP_ANSI_CLASS_INST=1 -DSP_HAVE_SOCKET=1 -DSP_MULTI_BYTE=1 -c -fPIC
-DPIC CharsetInfo.cxx
In file included from ../include/CharsetInfo.h:11,
 from CharsetInfo.cxx:8:
../include/Vector.h: In instantiation of `Vector >':
../include/RangeMap.h:27:   instantiated from `RangeMap'
../include/UnivCharsetDesc.h:73:   instantiated from here
../include/Vector.h:50: `Vector >::operator [](unsigned int)' has already been
declared in `Vector
>'
../include/Vector.h:52: `Vector >::begin()' has already been declared in
`Vector >'
../include/Vector.h:54: `Vector >::back()' has already been declared in
`Vector >'
../include/Vector.h: In instantiation of `Vector >':
../include/ISet.h:25:   instantiated from `ISet'
CharsetInfo.cxx:89:   instantiated from here
../include/Vector.h:50: `Vector
>::operator [](unsigned int)' has already been declared in
`Vector >'
../include/Vector.h:52: `Vector
>::begin()' has already been declared in
`Vector >'
../include/Vector.h:54: `Vector
>::back()' has already been declared in
`Vector >'
../include/Vector.h: In instantiation of `Vector >':
../include/ISet.h:25:   instantiated from `ISet'
CharsetInfo.cxx:105:   instantiated from here
../include/Vector.h:50: `Vector
>::operator [](unsigned int)' has already been declared in
`Vector >'
../include/Vector.h:52: `Vector
>::begin()' has already been declared in
`Vector >'
../include/Vector.h:54: `Vector
>::back()' has already been declared in
`Vector >'
../include/StringOf.h: In instantiation of `String':
CharsetInfo.cxx:129:   instantiated from here
../include/StringOf.h:38: `String::operator
[](unsigned int)' has already been declared in `String'
../include/StringOf.h:40: `String::begin()'
has already been declared in `String'
make[2]: *** [CharsetInfo.lo] Error 1
make[2]: Leaving directory `/tmp/jade-1.2.1/lib'
make[1]: *** [lib] Error 2
make[1]: Leaving directory `/tmp/jade-1.2.1'
make: *** [all] Error 2

Desde já agradeço.-- Alcione FerreiraSombra®101080


Re: onde postar o erro ao compilar????

2005-04-20 Por tôpico Marcos Vinicius Lazarini
JC Júnior <[EMAIL PROTECTED]> wrote:
Fala Galera
Estava eu atualizando as coisas aqui, qdo ao recompilar a dietlibc,
houve um erro, e uma coisa que eu ainda naum entendi eh :
#if you need support , post the topmost build error, not this status
message!!!
me desculpem se a pergunta for boba, mas o que é o topmost build
error??
essa é uma duvida de ingles, vai uma tradução rápida:
#se vc precisa de ajuda, envie a primeira mensagem de erro do build, não 
essas mensagens do final!


 e onde é que eu post o erro
Boa pergunta, ai não fala nada. Talvez esteja escrito em outra parte q vc 
não colou

  pois jah tentei compilar isso
3x e sempre dá o mesmo erro...  :( obrigado pela atenção.
Essa é a vantagem (ou desvantagem) do computador falar binário: se vc mandar 
ele fazer uma coisa 1000 vezes, ele vai fazer exatamente a mesma coisa, 
esteja ela certa ou errada!

Agora, uma pergunta: pq recompilar? use o apt-get!
Senão, procure o 'sombra', ele poderá lhe dar mais informações...
E esse seu e-mail? Sem discriminações :-)
--
Marcos
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


onde postar o erro ao compilar????

2005-04-20 Por tôpico JC Júnior
Fala Galera
Estava eu atualizando as coisas aqui, qdo ao recompilar a dietlibc,
houve um erro, e uma coisa que eu ainda naum entendi eh :

#if you need support , post the topmost build error, not this status
message!!!

me desculpem se a pergunta for boba, mas o que é o topmost build
error??  e onde é que eu post o erro   pois jah tentei compilar isso
3x e sempre dá o mesmo erro...  :( obrigado pela atenção.


junior


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



Re: Erro ao compilar o fontconfig

2005-04-15 Por tôpico Alcione Ferreira
no INSTALL tem a seguinte orientação de configurar:

./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
make
make install

como vc sugeriu eu coloquei o --with-iconv, olhei no help não tinha esse opção, mas resolvi arriscar.

Porém continuou com o mesmo erro.

Estou tentando ver o que acho, pode ser que tenha passado algo despercebido, na internet.

Espero a ajuda de vcs, também.On 4/15/05, Thadeu Penna <[EMAIL PROTECTED]> wrote:
Alcione Ferreira wrote:> Supostamente tenho...>> e ai?>> On 4/14/05, *Marcos Vinicius Lazarini* <[EMAIL PROTECTED]> [EMAIL PROTECTED]>> wrote:>> Alcione Ferreira wrote:>>  > eu consigo configurar normalmente, e soh adiantando a Libiconv
> tah instalada>  >>  > ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man>  > OK>  > make>  > ...>  > Making all in fc-cache
>  > make[2]: Entering directory `/tmp/fontconfig-2.2.99/fc-cache'>  >
/bin/sh ../libtool --mode=link gcc  -g -O2   -o
fc-cache  fc-cache.o>  > ../src/libfontconfig.la>  > gcc -g -O2 -o .libs/fc-cache> fc-cache.o  ../src/.libs/libfontconfig.so>  > ../src/.libs/libfontconfig.so: undefined reference to
> `libiconv_open'O que está dizendo é que seu fontconfig não foi compilado com suporte aoiconv. Será que não tem esta opção no ./configure ? Tente com./configure --help  e procure por --with-iconv ou algo assim
--  ___  _
.''`.   | |_  _. _| _  |_) _ ._ ._  _.   : :'  :   | | |(_|(_|(/_|_|  |  (/_| || |(_|   `. `'`
Linux User #50500`-Prof.Adjunto - Instituto de Física  ---Debian-Universidade Federal Fluminense Alpha/i386--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
-- Alcione FerreiraSombra®101080


Re: Erro ao compilar o fontconfig

2005-04-15 Por tôpico Thadeu Penna
Alcione Ferreira wrote:
Supostamente tenho...
 
e ai?
 
On 4/14/05, *Marcos Vinicius Lazarini* <[EMAIL PROTECTED] 
> wrote:

Alcione Ferreira wrote:
 > eu consigo configurar normalmente, e soh adiantando a Libiconv
tah instalada
 >
 > ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
 > OK
 > make
 > ...
 > Making all in fc-cache
 > make[2]: Entering directory `/tmp/fontconfig-2.2.99/fc-cache'
 > /bin/sh ../libtool --mode=link gcc  -g -O2   -o fc-cache  fc-cache.o
 > ../src/libfontconfig.la
 > gcc -g -O2 -o .libs/fc-cache
fc-cache.o  ../src/.libs/libfontconfig.so
 > ../src/.libs/libfontconfig.so: undefined reference to
`libiconv_open'
O que está dizendo é que seu fontconfig não foi compilado com suporte ao 
iconv. Será que não tem esta opção no ./configure ? Tente com 
./configure --help  e procure por --with-iconv ou algo assim

--
 ___  _ .''`.
  | |_  _. _| _  |_) _ ._ ._  _.   : :'  :
  | | |(_|(_|(/_|_|  |  (/_| || |(_|   `. `'`
Linux User #50500`-
Prof.Adjunto - Instituto de Física  ---Debian-
Universidade Federal Fluminense Alpha/i386
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


Re: Erro ao compilar o fontconfig

2005-04-14 Por tôpico Alcione Ferreira
Supostamente tenho...
 
e ai? 
On 4/14/05, Marcos Vinicius Lazarini <[EMAIL PROTECTED]> wrote:
Alcione Ferreira wrote:> eu consigo configurar normalmente, e soh adiantando a Libiconv tah instalada
>> ./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man> OK> make> ...> Making all in fc-cache> make[2]: Entering directory `/tmp/fontconfig-2.2.99/fc-cache'
> /bin/sh ../libtool --mode=link gcc  -g -O2   -o fc-cache  fc-cache.o> ../src/libfontconfig.la> gcc -g -O2 -o .libs/fc-cache fc-cache.o  ../src/.libs/libfontconfig.so> ../src/.libs/libfontconfig.so: undefined reference to `libiconv_open'
> ../src/.libs/libfontconfig.so: undefined reference to `libiconv'> collect2: ld returned 1 exit status> make[2]: *** [fc-cache] Error 1> make[2]: Leaving directory `/tmp/fontconfig-2.2.99/fc-cache'
> make[1]: *** [all-recursive] Error 1> make[1]: Leaving directory `/tmp/fontconfig-2.2.99'> make: *** [all] Error 2> ---> Libiconv:> whereis libiconv> libiconv: /usr/local/lib/libiconv.so /usr/local/lib/libiconv.la
> /usr/local/lib/libiconv.aNum belo chute: vc por acaso tem a libiconv-dev?Se não, sugiro vc a sair do submundo do 'configure; make; make install'e voltar ao mundo debian de 'apt-get xxx' :-)
--Marcos--To UNSUBSCRIBE, email to [EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]-- Alcione FerreiraSombra®101080

Re: Erro ao compilar o fontconfig

2005-04-14 Por tôpico Marcos Vinicius Lazarini
Alcione Ferreira wrote:
eu consigo configurar normalmente, e soh adiantando a Libiconv tah instalada
./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
OK
make
...
Making all in fc-cache
make[2]: Entering directory `/tmp/fontconfig-2.2.99/fc-cache'
/bin/sh ../libtool --mode=link gcc  -g -O2   -o fc-cache  fc-cache.o 
../src/libfontconfig.la
gcc -g -O2 -o .libs/fc-cache fc-cache.o  ../src/.libs/libfontconfig.so
../src/.libs/libfontconfig.so: undefined reference to `libiconv_open'
../src/.libs/libfontconfig.so: undefined reference to `libiconv'
collect2: ld returned 1 exit status
make[2]: *** [fc-cache] Error 1
make[2]: Leaving directory `/tmp/fontconfig-2.2.99/fc-cache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/fontconfig-2.2.99'
make: *** [all] Error 2
---
Libiconv:
whereis libiconv
libiconv: /usr/local/lib/libiconv.so /usr/local/lib/libiconv.la 
/usr/local/lib/libiconv.a
Num belo chute: vc por acaso tem a libiconv-dev?
Se não, sugiro vc a sair do submundo do 'configure; make; make install' 
e voltar ao mundo debian de 'apt-get xxx' :-)

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


Erro ao compilar o fontconfig

2005-04-14 Por tôpico Alcione Ferreira
eu consigo configurar normalmente, e soh adiantando a Libiconv tah instalada

./configure --sysconfdir=/etc --prefix=/usr --mandir=/usr/share/man
OK
make
...
Making all in fc-cache
make[2]: Entering directory `/tmp/fontconfig-2.2.99/fc-cache'
/bin/sh ../libtool --mode=link gcc  -g -O2   -o fc-cache  fc-cache.o ../src/libfontconfig.la
gcc -g -O2 -o .libs/fc-cache fc-cache.o  ../src/.libs/libfontconfig.so
../src/.libs/libfontconfig.so: undefined reference to `libiconv_open'
../src/.libs/libfontconfig.so: undefined reference to `libiconv'
collect2: ld returned 1 exit status
make[2]: *** [fc-cache] Error 1
make[2]: Leaving directory `/tmp/fontconfig-2.2.99/fc-cache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/fontconfig-2.2.99'
make: *** [all] Error 2
---
Libiconv:whereis libiconv
libiconv: /usr/local/lib/libiconv.so /usr/local/lib/libiconv.la /usr/local/lib/libiconv.a

Alguem já passou por isso e pode me ajudar

desde jah agradeço-- Alcione FerreiraSombra®101080


Re: RES: Erro ao compilar Kernel 2.6.10

2005-03-03 Por tôpico Adriano C. de Moura
valeu Leandro

eu consegui compilar editando o .config na unha ...
mudei:

CONFIG_DRM_GAMMA=m

para

# CONFIG_DRM_GAMMA is not se

Mas como posso saber que esta linha faz referência ao
3DLabs ???

outra coisa, toda vez que dou boot na máquina trenho
que pressionar CONTROL+D, dá erro neste arquivo
/tmp/.ICE. mesmo eu rodando fsck.ext3 e até mesmo
apagando o arquivo, sempre volta tudo.
isso tb aconteceu contigo?



 --- Leandro Santoro <[EMAIL PROTECTED]>
escreveu: 
> Já aconteceu comigo tb. Vc tem que desabilitar um
> driver de vídeo da 3dlabs... Não lembro da opção
> agora, mas dá uma procurada.
> Fica em DEVICE DRIVERS>CHARACTER DEVICES> "3dlabs"
> ou algo parecido.
> Se não achar fala.
> 
> Abr,
> Leandro Santoro. 
> 
> 
> 
> -Mensagem original-
> De: Adriano C. de Moura
> [mailto:[EMAIL PROTECTED] 
> Enviada em: terça-feira, 1 de março de 2005 14:15
> Para: debian-user-portuguese@lists.debian.org
> Assunto: Erro ao compilar Kernel 2.6.10
> 
> pessoal,
> 
> estou tentando compilar o kernel 2.6.10, mas quando
> num determinado ponto acontece este erro:
> 
> In file included from
> drivers/char/drm/gamma_drv.c:44:
> drivers/char/drm/gamma_old_dma.h: In function
> `gamma_clear_next_buffer':
> drivers/char/drm/gamma_old_dma.h:40: error:
> structure
> has no member named `next_buffer'
> drivers/char/drm/gamma_old_dma.h:41: error:
> structure
> has no member named `next_queue'
> drivers/char/drm/gamma_old_dma.h:41: error:
> structure
> has no member named `next_queue'
> drivers/char/drm/gamma_old_dma.h:41: error:
> structure
> has no member named `next_queue'
> drivers/char/drm/gamma_old_dma.h:41: error:
> structure
> has no member named `next_queue'
> drivers/char/drm/gamma_old_dma.h:41: error:
> structure
> has no member named `next_queue'
> drivers/char/drm/gamma_old_dma.h:41: error:
> structure
> has no member named `next_queue'
> drivers/char/drm/gamma_old_dma.h:42: error:
> structure
> has no member named `next_queue'
> drivers/char/drm/gamma_old_dma.h:44: error:
> structure
> has no member named `next_queue'
> In file included from
> drivers/char/drm/gamma_drv.c:46:
> drivers/char/drm/drm_drv.h: In function
> `gamma_release':
> drivers/char/drm/drm_drv.h:807: warning: implicit
> declaration of function `gamma_ctxbitmap_free'
> In file included from
> drivers/char/drm/gamma_drv.c:58:
> drivers/char/drm/drm_stub.h: In function
> `gamma_stub_putminor':
> drivers/char/drm/drm_stub.h:148: warning:
> `inter_module_put' is deprecated (declared at
> include/linux/module.h:582)
> drivers/char/drm/drm_stub.h:150: warning:
> `inter_module_unregister' is deprecated (declared at
> include/linux/module.h:578)
> drivers/char/drm/drm_stub.h: In function
> `gamma_stub_register':
> drivers/char/drm/drm_stub.h:206: warning:
> `inter_module_register' is deprecated (declared at
> include/linux/module.h:577)
> drivers/char/drm/drm_stub.h:216: warning:
> `inter_module_unregister' is deprecated (declared at
> include/linux/module.h:578)
> make[3]: *** [drivers/char/drm/gamma_drv.o] Error 1
> make[2]: *** [drivers/char/drm] Error 2
> make[1]: *** [drivers/char] Error 2
> make: *** [drivers] Error 2
> debian:/usr/src/linux# apt-cache search gamma
> kdegraphics - KDE Graphics metapackage
> kgamma - Gamma correction KControl module
> xbase-clients - miscellaneous X clients
> aview - A high quality ASCII art image viewer and
> video player
> bidentd - Bisqwit's identd for NAT proxying
> displaycalibrator.app - Gamma calibration for
> GNUstep
> kdc2tiff - convert Kodac kdc files to jpeg or tiff
> libapache-singleton-perl - Singleton class for
> mod_perl
> libclass-singleton-perl - Implementation of a
> "Singleton" class
> libtest-unit-perl - a unit testing interface for
> Perl
> links2 - Web browser running in both graphics and
> text
> mode
> phpunit - Unit testing suite for PHP4
> qiv - A quick image viewer for X
> debian:/usr/src/linux#   
> 
> o pau está neste GAMMA não sei o que é isso.
> 
> o que fiz antes:
> * atualizei o .config com
>   cp /boot/config-2.6.8-2-686-smp .config
> * apliquei um patch do supermont
>   patch -p1 -s < supermount-ng208-10ck1.diff
> 
> Estou usando o debian sarge 3.1
> 
> estou perdido não sei o que mais fazer.
> 
> 
>   
>   
>   
>
___
> 
> Yahoo! Acesso Grátis - Instale o discador do Yahoo!
> agora. http://br.acesso.yahoo.com/ - Internet rápida
> e grátis
> 
> 
> -- 
> To UNSUBSCRIBE, email to
> [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact
> [EMAIL PROTECTED]
> 
>  





___ 
Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. 
http://br.acesso.yahoo.com/ - Internet rápida e grátis


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



Re: erro ao compilar kernel 2.6.9

2005-03-02 Por tôpico marlecio
realmente deve ser isso, obrigado



Em Terça 01 Março 2005 22:29, Rauklei P.S. Guimaraes escreveu:
> [EMAIL PROTECTED] escreveu:
> > Erro compilando com make-kpkg kernel-image
> >
> > arch/i386/kernel/built-in.o(__ksymtab+0x80): undefined reference to
> > 'machine_real_restart'
> > make[1]:***[stamp-build] Error 2
>
> Se "setou" no Kernel qual o seu tipo de processador ? Acho que é algo
> nesse sentido. Veja as possibilidades em " Processor type and features".
>
> t+
>
>
> --
> Rauklei P.S. Guimaraes
> --
> Debian GNU/Linux-2.6.10
> Linux User #289456
> Debian User #708
>
> "Seja Livre. Use Debian GNU/Linux"



Re: erro ao compilar kernel 2.6.9

2005-03-01 Por tôpico Rauklei P.S. Guimaraes
[EMAIL PROTECTED] escreveu:
Erro compilando com make-kpkg kernel-image  

arch/i386/kernel/built-in.o(__ksymtab+0x80): undefined reference to 
'machine_real_restart'
make[1]:***[stamp-build] Error 2

Se "setou" no Kernel qual o seu tipo de processador ? Acho que é algo
nesse sentido. Veja as possibilidades em " Processor type and features".
t+
--
Rauklei P.S. Guimaraes
--
Debian GNU/Linux-2.6.10
Linux User #289456
Debian User #708
"Seja Livre. Use Debian GNU/Linux"
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]


erro ao compilar kernel 2.6.9

2005-03-01 Por tôpico marlecio
Erro compilando com make-kpkg kernel-image  

arch/i386/kernel/built-in.o(__ksymtab+0x80): undefined reference to 
'machine_real_restart'
make[1]:***[stamp-build] Error 2


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



RES: Erro ao compilar Kernel 2.6.10

2005-03-01 Por tôpico Leandro Santoro
Já aconteceu comigo tb. Vc tem que desabilitar um driver de vídeo da 3dlabs... 
Não lembro da opção agora, mas dá uma procurada.
Fica em DEVICE DRIVERS>CHARACTER DEVICES> "3dlabs" ou algo parecido.
Se não achar fala.

Abr,
Leandro Santoro. 



-Mensagem original-
De: Adriano C. de Moura [mailto:[EMAIL PROTECTED] 
Enviada em: terça-feira, 1 de março de 2005 14:15
Para: debian-user-portuguese@lists.debian.org
Assunto: Erro ao compilar Kernel 2.6.10

pessoal,

estou tentando compilar o kernel 2.6.10, mas quando
num determinado ponto acontece este erro:

In file included from drivers/char/drm/gamma_drv.c:44:
drivers/char/drm/gamma_old_dma.h: In function
`gamma_clear_next_buffer':
drivers/char/drm/gamma_old_dma.h:40: error: structure
has no member named `next_buffer'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:42: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:44: error: structure
has no member named `next_queue'
In file included from drivers/char/drm/gamma_drv.c:46:
drivers/char/drm/drm_drv.h: In function
`gamma_release':
drivers/char/drm/drm_drv.h:807: warning: implicit
declaration of function `gamma_ctxbitmap_free'
In file included from drivers/char/drm/gamma_drv.c:58:
drivers/char/drm/drm_stub.h: In function
`gamma_stub_putminor':
drivers/char/drm/drm_stub.h:148: warning:
`inter_module_put' is deprecated (declared at
include/linux/module.h:582)
drivers/char/drm/drm_stub.h:150: warning:
`inter_module_unregister' is deprecated (declared at
include/linux/module.h:578)
drivers/char/drm/drm_stub.h: In function
`gamma_stub_register':
drivers/char/drm/drm_stub.h:206: warning:
`inter_module_register' is deprecated (declared at
include/linux/module.h:577)
drivers/char/drm/drm_stub.h:216: warning:
`inter_module_unregister' is deprecated (declared at
include/linux/module.h:578)
make[3]: *** [drivers/char/drm/gamma_drv.o] Error 1
make[2]: *** [drivers/char/drm] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
debian:/usr/src/linux# apt-cache search gamma
kdegraphics - KDE Graphics metapackage
kgamma - Gamma correction KControl module
xbase-clients - miscellaneous X clients
aview - A high quality ASCII art image viewer and
video player
bidentd - Bisqwit's identd for NAT proxying
displaycalibrator.app - Gamma calibration for GNUstep
kdc2tiff - convert Kodac kdc files to jpeg or tiff
libapache-singleton-perl - Singleton class for
mod_perl
libclass-singleton-perl - Implementation of a
"Singleton" class
libtest-unit-perl - a unit testing interface for Perl
links2 - Web browser running in both graphics and text
mode
phpunit - Unit testing suite for PHP4
qiv - A quick image viewer for X
debian:/usr/src/linux#   

o pau está neste GAMMA não sei o que é isso.

o que fiz antes:
* atualizei o .config com
  cp /boot/config-2.6.8-2-686-smp .config
* apliquei um patch do supermont
  patch -p1 -s < supermount-ng208-10ck1.diff

Estou usando o debian sarge 3.1

estou perdido não sei o que mais fazer.





___ 
Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. 
http://br.acesso.yahoo.com/ - Internet rápida e grátis


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



Re: Erro ao compilar Kernel 2.6.10

2005-03-01 Por tôpico Marcos Vinicius Lazarini
Adriano C. de Moura wrote:
pessoal,
estou tentando compilar o kernel 2.6.10, mas quando
num determinado ponto acontece este erro:
In file included from drivers/char/drm/gamma_drv.c:44:
drivers/char/drm/gamma_old_dma.h: In function
`gamma_clear_next_buffer':
drivers/char/drm/gamma_old_dma.h:40: error: structure
has no member named `next_buffer'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:42: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:44: error: structure
has no member named `next_queue'
In file included from drivers/char/drm/gamma_drv.c:46:
drivers/char/drm/drm_drv.h: In function
`gamma_release':
drivers/char/drm/drm_drv.h:807: warning: implicit
declaration of function `gamma_ctxbitmap_free'
In file included from drivers/char/drm/gamma_drv.c:58:
drivers/char/drm/drm_stub.h: In function
`gamma_stub_putminor':
drivers/char/drm/drm_stub.h:148: warning:
`inter_module_put' is deprecated (declared at
include/linux/module.h:582)
drivers/char/drm/drm_stub.h:150: warning:
`inter_module_unregister' is deprecated (declared at
include/linux/module.h:578)
drivers/char/drm/drm_stub.h: In function
`gamma_stub_register':
drivers/char/drm/drm_stub.h:206: warning:
`inter_module_register' is deprecated (declared at
include/linux/module.h:577)
drivers/char/drm/drm_stub.h:216: warning:
`inter_module_unregister' is deprecated (declared at
include/linux/module.h:578)
make[3]: *** [drivers/char/drm/gamma_drv.o] Error 1
make[2]: *** [drivers/char/drm] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
debian:/usr/src/linux# apt-cache search gamma
kdegraphics - KDE Graphics metapackage
kgamma - Gamma correction KControl module
xbase-clients - miscellaneous X clients
aview - A high quality ASCII art image viewer and
video player
bidentd - Bisqwit's identd for NAT proxying
displaycalibrator.app - Gamma calibration for GNUstep
kdc2tiff - convert Kodac kdc files to jpeg or tiff
libapache-singleton-perl - Singleton class for
mod_perl
libclass-singleton-perl - Implementation of a
"Singleton" class
libtest-unit-perl - a unit testing interface for Perl
links2 - Web browser running in both graphics and text
mode
phpunit - Unit testing suite for PHP4
qiv - A quick image viewer for X
debian:/usr/src/linux#   

o pau está neste GAMMA não sei o que é isso.
o que fiz antes:
* atualizei o .config com
  cp /boot/config-2.6.8-2-686-smp .config
* apliquei um patch do supermont
  patch -p1 -s < supermount-ng208-10ck1.diff
Estou usando o debian sarge 3.1
estou perdido não sei o que mais fazer.
Depois q vc copiou o .config, vc mandou compilar direto? qual o comando?
Bom, nao sei o que faz esse patch do supermount, mas já procurou esse DRM no 
'character devices' no seu make menuconfig?
Em geral problemas assim acontecem pq alguma opcao foi ligada e ela depende 
de alguma outra que não foi... ai dá esses problemas. O dificil pode ser 
achar onde está o problema.

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


Erro ao compilar Kernel 2.6.10

2005-03-01 Por tôpico Adriano C. de Moura
pessoal,

estou tentando compilar o kernel 2.6.10, mas quando
num determinado ponto acontece este erro:

In file included from drivers/char/drm/gamma_drv.c:44:
drivers/char/drm/gamma_old_dma.h: In function
`gamma_clear_next_buffer':
drivers/char/drm/gamma_old_dma.h:40: error: structure
has no member named `next_buffer'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:41: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:42: error: structure
has no member named `next_queue'
drivers/char/drm/gamma_old_dma.h:44: error: structure
has no member named `next_queue'
In file included from drivers/char/drm/gamma_drv.c:46:
drivers/char/drm/drm_drv.h: In function
`gamma_release':
drivers/char/drm/drm_drv.h:807: warning: implicit
declaration of function `gamma_ctxbitmap_free'
In file included from drivers/char/drm/gamma_drv.c:58:
drivers/char/drm/drm_stub.h: In function
`gamma_stub_putminor':
drivers/char/drm/drm_stub.h:148: warning:
`inter_module_put' is deprecated (declared at
include/linux/module.h:582)
drivers/char/drm/drm_stub.h:150: warning:
`inter_module_unregister' is deprecated (declared at
include/linux/module.h:578)
drivers/char/drm/drm_stub.h: In function
`gamma_stub_register':
drivers/char/drm/drm_stub.h:206: warning:
`inter_module_register' is deprecated (declared at
include/linux/module.h:577)
drivers/char/drm/drm_stub.h:216: warning:
`inter_module_unregister' is deprecated (declared at
include/linux/module.h:578)
make[3]: *** [drivers/char/drm/gamma_drv.o] Error 1
make[2]: *** [drivers/char/drm] Error 2
make[1]: *** [drivers/char] Error 2
make: *** [drivers] Error 2
debian:/usr/src/linux# apt-cache search gamma
kdegraphics - KDE Graphics metapackage
kgamma - Gamma correction KControl module
xbase-clients - miscellaneous X clients
aview - A high quality ASCII art image viewer and
video player
bidentd - Bisqwit's identd for NAT proxying
displaycalibrator.app - Gamma calibration for GNUstep
kdc2tiff - convert Kodac kdc files to jpeg or tiff
libapache-singleton-perl - Singleton class for
mod_perl
libclass-singleton-perl - Implementation of a
"Singleton" class
libtest-unit-perl - a unit testing interface for Perl
links2 - Web browser running in both graphics and text
mode
phpunit - Unit testing suite for PHP4
qiv - A quick image viewer for X
debian:/usr/src/linux#   

o pau está neste GAMMA não sei o que é isso.

o que fiz antes:
* atualizei o .config com
  cp /boot/config-2.6.8-2-686-smp .config
* apliquei um patch do supermont
  patch -p1 -s < supermount-ng208-10ck1.diff

Estou usando o debian sarge 3.1

estou perdido não sei o que mais fazer.





___ 
Yahoo! Acesso Grátis - Instale o discador do Yahoo! agora. 
http://br.acesso.yahoo.com/ - Internet rápida e grátis


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



Re: [inbox] RES: erro ao compilar iptables-p2p

2004-09-27 Por tôpico Daniel
Instalei sim...  inclusive instalei o 1.2.9 que aparentemente é o mais
recomendavel, segundo o que li no INSTALL que vem junto com ele...


- Original Message -
From: "Raphael Costa" <[EMAIL PROTECTED]>
To: "'Daniel'" <[EMAIL PROTECTED]>; "'Lista Debian'"

Sent: Monday, September 27, 2004 12:41 PM
Subject: [inbox] RES: erro ao compilar iptables-p2p


Você instalou o iptables-dev ?

Raphael Costa

-Mensagem original-
De: Daniel [mailto:[EMAIL PROTECTED]
Enviada em: segunda-feira, 27 de setembro de 2004 09:56
Para: Lista Debian
Assunto: erro ao compilar iptables-p2p

pessoal, seguindo a dica de um colega da lista estou tentando
instalar o
iptables-p2p no meu micro para bloquear kazaa, e-mule e afins.
Infelizmente, não existe um mirror para o apt-get para instalar esse
módulo,
então tive que baixar o pacote e tentar compila-lo, mas como nunca tinha
feito isso antes (graças ao maravilhoso apt-get do debian =) ) estou
apanhando para faze-lo.

eis o erro, se alguém puder me ajudar, eu agradeço muito, estou
realmente
precisando urgentemente bloquear o kazaa na minha rede...

grato

Daniel

erro:

zeus:/usr/include# make
make -C iptables
make[1]: Entering directory `/usr/include/iptables'
gcc -O2 -Wall -DIPTABLES_VERSION=\"1.2.9\" -I../common  -c -o
libipt_p2p.o
libipt_p2p.c
libipt_p2p.c:18:19: stdio.h: No such file or directory
libipt_p2p.c:19:20: stdlib.h: No such file or directory
libipt_p2p.c:20:20: string.h: No such file or directory
libipt_p2p.c:21:20: getopt.h: No such file or directory
In file included from
/usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
 from
/usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
 from /usr/include/libiptc/ipt_kernel_headers.h:6,
 from /usr/include/libiptc/libiptc.h:5,
 from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122:75: limits.h: No
such
file or directory
In file included from /usr/include/libiptc/libiptc.h:5,
 from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/include/libiptc/ipt_kernel_headers.h:17:24: sys/socket.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:18:22: linux/ip.h: No such
file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:19:22: linux/in.h: No such
file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:20:22: linux/if.h: No such
file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:21:24: linux/icmp.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:22:23: linux/tcp.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:23:23: linux/udp.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:24:25: linux/types.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:25:23: linux/in6.h: No such
file
or directory
In file included from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/include/libiptc/libiptc.h:6:44: linux/netfilter_ipv4/ip_tables.h:
No
such file or directory
In file included from libipt_p2p.c:23:
/usr/include/iptables.h:17: error: parse error before "size_t"
/usr/include/iptables.h:57: error: parse error before '}' token
/usr/include/iptables.h:68: error: parse error before "size_t"
/usr/include/iptables.h:77: error: conflicting types for `init'
/usr/include/iptables.h:26: error: previous declaration of `init'
/usr/include/iptables.h:83: error: conflicting types for `parse'
/usr/include/iptables.h:33: error: previous declaration of `parse'
/usr/include/iptables.h:90: error: conflicting types for `print'
/usr/include/iptables.h:40: error: previous declaration of `print'
/usr/include/iptables.h:94: error: conflicting types for `save'
/usr/include/iptables.h:44: error: previous declaration of `save'
/usr/include/iptables.h:97: error: conflicting types for `extra_opts'
/usr/include/iptables.h:47: error: previous declaration of `extra_opts'
/usr/include/iptables.h:107: error: parse error before '}' token
/usr/include/iptables.h:122: error: parse error before "parse_protocol"
libipt_p2p.c:52: error: `help' redeclared as different kind of symbol
/usr/include/iptables.h:74: error: previous declaration of `help'
libipt_p2p.c:53: error: `init' redeclared as different kind of symbol
/usr/include/iptables.h:77: error: previous declaration of `init'
libipt_p2p.c:56: error: `parse' redeclared as different kind of symbol
/usr/include/iptables.h:83: error: previous declaration of `parse'
libipt_p2p.c:57: error: `final_check' redeclared as different kind of
symbol
/usr/include/iptables.h:86: error: previous declaration of `final_check'
libipt_p2p.c:59: warning: `struct ipt_ip' declared inside par

Re: erro ao compilar iptables-p2p

2004-09-27 Por tôpico Márcio Inácio Silva
Em Segunda 27 Setembro 2004 11:49, Daniel escreveu:

Obs.: tudo tirado do histórico da lista (procurei  por auto-apt)

#apt-get update
#apt-get install auto-apt
# auto-apt update-local
# auto-apt update
# auto-apt updatedb
#auto-apt -y run (vai abrir um ambiente do auto-apt)
#./configure
#make

Mais informações

http://debian-br.alioth.debian.org/docs/sgml/pratico/pratico-html/ch-instalar.html#s-auto-apt

man auto-apt

-- 
___
EAS Tecnologia e Informação - http://www.eas.com.br
Márcio Inácio Silva - [EMAIL PROTECTED]
 .~. 
/ v \   Seja Livre, use GNU/Linux!  
  / (   ) \ 
   ^^-^^   GNU/Debian/Linux


> Ah tah, realmente com o libc6-dev ele passou daquele ponto, mas agora da
> erro em muitos outros... =(
>
> vou copiar parte do erro, porque muitas linhas dão o mesmo erro, então
> colocarei uma linha de cada para não deixar o e-mail muito longo...
>
> Still, obrigado pela ajuda... se souber a solução agora novamente, eu
> agradeço de novo... =)
>
> Por acaso ninguém fez um .deb do iptables-p2p não, né? se tiver, por favor
> me enviem, ficaria muito grato.
>
> De qualquer forma, aí vai o erro, se alguém puder me dar uma luz...
>
> Obrigado,
>
> Daniel
>
> erro:
>
> /usr/include/linux/sched.h:771: error: dereferencing pointer to incomplete
> type
> /usr/include/linux/sched.h: In function `get_task_mm':
>
> /usr/include/linux/stat.h:61: error: parse error before "dev_t"
> /usr/include/linux/stat.h:62: error: conflicting types for `mode'
> /usr/include/linux/ipc.h:66: error: previous declaration of `mode'
> /usr/include/linux/stat.h:63: error: parse error before "nlink"
>
> /usr/include/linux/netfilter_ipv4/ip_tables.h:169: error: parse error
> before "option"
> /usr/include/linux/netfilter_ipv4/ip_tables.h:170: error: parse error
> before "flg_mask"
>
> /usr/include/linux/fs.h:382: error: storage size of `i_mtime' isn't known
> /usr/include/linux/fs.h:383: error: storage size of `i_ctime' isn't known
> /usr/include/linux/fs.h:515: error: storage size of `f_owner' isn't known
> /usr/include/linux/netfilter_ipv4/ip_tables.h:138: error: storage size of
> `counters' isn't known
> make[1]: *** [main.o] Error 1
> make[1]: Leaving directory `/home/da_picon/iptables-p2p-0.3.0a/kernel'
> make: *** [linux-2.4] Error 2
>
>
> - Original Message -
> From: "Still" <[EMAIL PROTECTED]>
> To: 
> Sent: Monday, September 27, 2004 11:10 AM
> Subject: [inbox] Re: erro ao compilar iptables-p2p



Re: erro ao compilar iptables-p2p

2004-09-27 Por tôpico Still
Daniel;
* Musashi corta a msg que Daniel enviou para Still:
> Ah tah, realmente com o libc6-dev ele passou daquele ponto, mas agora da
> erro em muitos outros... =(
> 
> vou copiar parte do erro, porque muitas linhas dão o mesmo erro, então
> colocarei uma linha de cada para não deixar o e-mail muito longo...
> 
> De qualquer forma, aí vai o erro, se alguém puder me dar uma luz...
> 
> erro:
> 
> /usr/include/linux/sched.h:771: error: dereferencing pointer to incomplete
> type
> /usr/include/linux/sched.h: In function `get_task_mm':
> 
> /usr/include/linux/stat.h:61: error: parse error before "dev_t"

Seguinte, instale o kernel-headers e/ou atualize o
linux-kernel-headers do seus sistema para bater com os headers do seu
kernel.
Vc instalou um kernel pré-compilado ou compilou na mão ? Se
tiver compilado na mão, vc pode mover o /usr/include/linux e criar um
link simbólico /usr/include/linu apontando /usr/src/linux/include/linux.
Se for um pré-compilado, vc terá que fazer da forma que eu passei no
primeiro parágrafo.

[]'s,

Still
--
Nelson Luiz Campos  .''`. | I hear; I forget.
Engenheiro Eletricista : :'  :| I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gnupgID: 55577339`-   | Chinese Proverb


signature.asc
Description: Digital signature


Re: erro ao compilar iptables-p2p

2004-09-27 Por tôpico Daniel
Ah tah, realmente com o libc6-dev ele passou daquele ponto, mas agora da
erro em muitos outros... =(

vou copiar parte do erro, porque muitas linhas dão o mesmo erro, então
colocarei uma linha de cada para não deixar o e-mail muito longo...

Still, obrigado pela ajuda... se souber a solução agora novamente, eu
agradeço de novo... =)

Por acaso ninguém fez um .deb do iptables-p2p não, né? se tiver, por favor
me enviem, ficaria muito grato.

De qualquer forma, aí vai o erro, se alguém puder me dar uma luz...

Obrigado,

Daniel

erro:

/usr/include/linux/sched.h:771: error: dereferencing pointer to incomplete
type
/usr/include/linux/sched.h: In function `get_task_mm':

/usr/include/linux/stat.h:61: error: parse error before "dev_t"
/usr/include/linux/stat.h:62: error: conflicting types for `mode'
/usr/include/linux/ipc.h:66: error: previous declaration of `mode'
/usr/include/linux/stat.h:63: error: parse error before "nlink"

/usr/include/linux/netfilter_ipv4/ip_tables.h:169: error: parse error before
"option"
/usr/include/linux/netfilter_ipv4/ip_tables.h:170: error: parse error before
"flg_mask"

/usr/include/linux/fs.h:382: error: storage size of `i_mtime' isn't known
/usr/include/linux/fs.h:383: error: storage size of `i_ctime' isn't known
/usr/include/linux/fs.h:515: error: storage size of `f_owner' isn't known
/usr/include/linux/netfilter_ipv4/ip_tables.h:138: error: storage size of
`counters' isn't known
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/home/da_picon/iptables-p2p-0.3.0a/kernel'
make: *** [linux-2.4] Error 2


- Original Message -
From: "Still" <[EMAIL PROTECTED]>
To: 
Sent: Monday, September 27, 2004 11:10 AM
Subject: [inbox] Re: erro ao compilar iptables-p2p





RES: erro ao compilar iptables-p2p

2004-09-27 Por tôpico Raphael Costa
Você instalou o iptables-dev ?

Raphael Costa

-Mensagem original-
De: Daniel [mailto:[EMAIL PROTECTED] 
Enviada em: segunda-feira, 27 de setembro de 2004 09:56
Para: Lista Debian
Assunto: erro ao compilar iptables-p2p

pessoal, seguindo a dica de um colega da lista estou tentando
instalar o
iptables-p2p no meu micro para bloquear kazaa, e-mule e afins.
Infelizmente, não existe um mirror para o apt-get para instalar esse
módulo,
então tive que baixar o pacote e tentar compila-lo, mas como nunca tinha
feito isso antes (graças ao maravilhoso apt-get do debian =) ) estou
apanhando para faze-lo.

eis o erro, se alguém puder me ajudar, eu agradeço muito, estou
realmente
precisando urgentemente bloquear o kazaa na minha rede...

grato

Daniel

erro:

zeus:/usr/include# make
make -C iptables
make[1]: Entering directory `/usr/include/iptables'
gcc -O2 -Wall -DIPTABLES_VERSION=\"1.2.9\" -I../common  -c -o
libipt_p2p.o
libipt_p2p.c
libipt_p2p.c:18:19: stdio.h: No such file or directory
libipt_p2p.c:19:20: stdlib.h: No such file or directory
libipt_p2p.c:20:20: string.h: No such file or directory
libipt_p2p.c:21:20: getopt.h: No such file or directory
In file included from
/usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
 from
/usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
 from /usr/include/libiptc/ipt_kernel_headers.h:6,
 from /usr/include/libiptc/libiptc.h:5,
 from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122:75: limits.h: No
such
file or directory
In file included from /usr/include/libiptc/libiptc.h:5,
 from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/include/libiptc/ipt_kernel_headers.h:17:24: sys/socket.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:18:22: linux/ip.h: No such
file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:19:22: linux/in.h: No such
file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:20:22: linux/if.h: No such
file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:21:24: linux/icmp.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:22:23: linux/tcp.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:23:23: linux/udp.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:24:25: linux/types.h: No such
file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:25:23: linux/in6.h: No such
file
or directory
In file included from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/include/libiptc/libiptc.h:6:44: linux/netfilter_ipv4/ip_tables.h:
No
such file or directory
In file included from libipt_p2p.c:23:
/usr/include/iptables.h:17: error: parse error before "size_t"
/usr/include/iptables.h:57: error: parse error before '}' token
/usr/include/iptables.h:68: error: parse error before "size_t"
/usr/include/iptables.h:77: error: conflicting types for `init'
/usr/include/iptables.h:26: error: previous declaration of `init'
/usr/include/iptables.h:83: error: conflicting types for `parse'
/usr/include/iptables.h:33: error: previous declaration of `parse'
/usr/include/iptables.h:90: error: conflicting types for `print'
/usr/include/iptables.h:40: error: previous declaration of `print'
/usr/include/iptables.h:94: error: conflicting types for `save'
/usr/include/iptables.h:44: error: previous declaration of `save'
/usr/include/iptables.h:97: error: conflicting types for `extra_opts'
/usr/include/iptables.h:47: error: previous declaration of `extra_opts'
/usr/include/iptables.h:107: error: parse error before '}' token
/usr/include/iptables.h:122: error: parse error before "parse_protocol"
libipt_p2p.c:52: error: `help' redeclared as different kind of symbol
/usr/include/iptables.h:74: error: previous declaration of `help'
libipt_p2p.c:53: error: `init' redeclared as different kind of symbol
/usr/include/iptables.h:77: error: previous declaration of `init'
libipt_p2p.c:56: error: `parse' redeclared as different kind of symbol
/usr/include/iptables.h:83: error: previous declaration of `parse'
libipt_p2p.c:57: error: `final_check' redeclared as different kind of
symbol
/usr/include/iptables.h:86: error: previous declaration of `final_check'
libipt_p2p.c:59: warning: `struct ipt_ip' declared inside parameter list
libipt_p2p.c:59: error: `print' redeclared as different kind of symbol
/usr/include/iptables.h:90: error: previous declaration of `print'
libipt_p2p.c:60: warning: `struct ipt_ip' declared inside parameter list
libipt_p2p.c:60: error: `save' redeclared as different kind of symbol
/usr/include/iptables.h:94: error: previous declaration of `save'
libipt_p2p.c:62: error: elements of array `

Re: erro ao compilar iptables-p2p

2004-09-27 Por tôpico Christian

libipt_p2p.c:18:19: stdio.h: No such file or directory
libipt_p2p.c:19:20: stdlib.h: No such file or directory
libipt_p2p.c:20:20: string.h: No such file or directory
libipt_p2p.c:21:20: getopt.h: No such file or directory


Só estes erros já indicam que vc não tem esses headers.
instale o pacote libc6-dev, e provavelmente vc naum tem os
headers do seu kernel tb, então vc deve instalar o kernel-headers-

Vá no console e dê: uname -r
ex: 
2.6.7-1-686


vc precisará do kernel-headers-2.6.7-1-686

apt-get install libc6-dev kernel-headers-2.6.7-1-686

e tente compilar mais uma vez.

[]'s

Daniel wrote:


   pessoal, seguindo a dica de um colega da lista estou tentando instalar o
iptables-p2p no meu micro para bloquear kazaa, e-mule e afins.
Infelizmente, não existe um mirror para o apt-get para instalar esse módulo,
então tive que baixar o pacote e tentar compila-lo, mas como nunca tinha
feito isso antes (graças ao maravilhoso apt-get do debian =) ) estou
apanhando para faze-lo.

eis o erro, se alguém puder me ajudar, eu agradeço muito, estou realmente
precisando urgentemente bloquear o kazaa na minha rede...

grato

Daniel

erro:

zeus:/usr/include# make
make -C iptables
make[1]: Entering directory `/usr/include/iptables'
gcc -O2 -Wall -DIPTABLES_VERSION=\"1.2.9\" -I../common  -c -o libipt_p2p.o
libipt_p2p.c
libipt_p2p.c:18:19: stdio.h: No such file or directory
libipt_p2p.c:19:20: stdlib.h: No such file or directory
libipt_p2p.c:20:20: string.h: No such file or directory
libipt_p2p.c:21:20: getopt.h: No such file or directory
In file included from
/usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
from /usr/include/libiptc/ipt_kernel_headers.h:6,
from /usr/include/libiptc/libiptc.h:5,
from /usr/include/iptables.h:5,
from libipt_p2p.c:23:
/usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122:75: limits.h: No such
file or directory
In file included from /usr/include/libiptc/libiptc.h:5,
from /usr/include/iptables.h:5,
from libipt_p2p.c:23:
/usr/include/libiptc/ipt_kernel_headers.h:17:24: sys/socket.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:18:22: linux/ip.h: No such file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:19:22: linux/in.h: No such file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:20:22: linux/if.h: No such file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:21:24: linux/icmp.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:22:23: linux/tcp.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:23:23: linux/udp.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:24:25: linux/types.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:25:23: linux/in6.h: No such file
or directory
In file included from /usr/include/iptables.h:5,
from libipt_p2p.c:23:
/usr/include/libiptc/libiptc.h:6:44: linux/netfilter_ipv4/ip_tables.h: No
such file or directory
In file included from libipt_p2p.c:23:
/usr/include/iptables.h:17: error: parse error before "size_t"
/usr/include/iptables.h:57: error: parse error before '}' token
/usr/include/iptables.h:68: error: parse error before "size_t"
/usr/include/iptables.h:77: error: conflicting types for `init'
/usr/include/iptables.h:26: error: previous declaration of `init'
/usr/include/iptables.h:83: error: conflicting types for `parse'
/usr/include/iptables.h:33: error: previous declaration of `parse'
/usr/include/iptables.h:90: error: conflicting types for `print'
/usr/include/iptables.h:40: error: previous declaration of `print'
/usr/include/iptables.h:94: error: conflicting types for `save'
/usr/include/iptables.h:44: error: previous declaration of `save'
/usr/include/iptables.h:97: error: conflicting types for `extra_opts'
/usr/include/iptables.h:47: error: previous declaration of `extra_opts'
/usr/include/iptables.h:107: error: parse error before '}' token
/usr/include/iptables.h:122: error: parse error before "parse_protocol"
libipt_p2p.c:52: error: `help' redeclared as different kind of symbol
/usr/include/iptables.h:74: error: previous declaration of `help'
libipt_p2p.c:53: error: `init' redeclared as different kind of symbol
/usr/include/iptables.h:77: error: previous declaration of `init'
libipt_p2p.c:56: error: `parse' redeclared as different kind of symbol
/usr/include/iptables.h:83: error: previous declaration of `parse'
libipt_p2p.c:57: error: `final_check' redeclared as different kind of symbol
/usr/include/iptables.h:86: error: previous declaration of `final_check'
libipt_p2p.c:59: warning: `struct ipt_ip' declared inside parameter list
libipt_p2p.c:59: error: `print' redeclared as different kind of symbol
/usr/include/iptables.h:90: error: previous declaration of `print'
libipt_p2p.c:60: warning: `struct ipt_ip' declared inside paramet

Re: erro ao compilar iptables-p2p

2004-09-27 Por tôpico Still
Daniel;
* Musashi corta a msg que Daniel enviou para Still:
> pessoal, seguindo a dica de um colega da lista estou tentando instalar o
> iptables-p2p no meu micro para bloquear kazaa, e-mule e afins.
> Infelizmente, não existe um mirror para o apt-get para instalar esse módulo,
> então tive que baixar o pacote e tentar compila-lo, mas como nunca tinha
> feito isso antes (graças ao maravilhoso apt-get do debian =) ) estou
> apanhando para faze-lo.
> 
> eis o erro, se alguém puder me ajudar, eu agradeço muito, estou realmente
> precisando urgentemente bloquear o kazaa na minha rede...
> 
> grato
> 
> Daniel
> 
> erro:
> 
> zeus:/usr/include# make
> make -C iptables
> make[1]: Entering directory `/usr/include/iptables'
> gcc -O2 -Wall -DIPTABLES_VERSION=\"1.2.9\" -I../common  -c -o libipt_p2p.o
> libipt_p2p.c
> libipt_p2p.c:18:19: stdio.h: No such file or directory
> libipt_p2p.c:19:20: stdlib.h: No such file or directory
> libipt_p2p.c:20:20: string.h: No such file or directory
> libipt_p2p.c:21:20: getopt.h: No such file or directory

Estão faltando os "headers" do gcc.

apt-get install libc6-dev

[]'s,

Still
--
Nelson Luiz Campos  .''`. | I hear; I forget.
Engenheiro Eletricista : :'  :| I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gnupgID: 55577339`-   | Chinese Proverb


signature.asc
Description: Digital signature


erro ao compilar iptables-p2p

2004-09-27 Por tôpico Daniel
pessoal, seguindo a dica de um colega da lista estou tentando instalar o
iptables-p2p no meu micro para bloquear kazaa, e-mule e afins.
Infelizmente, não existe um mirror para o apt-get para instalar esse módulo,
então tive que baixar o pacote e tentar compila-lo, mas como nunca tinha
feito isso antes (graças ao maravilhoso apt-get do debian =) ) estou
apanhando para faze-lo.

eis o erro, se alguém puder me ajudar, eu agradeço muito, estou realmente
precisando urgentemente bloquear o kazaa na minha rede...

grato

Daniel

erro:

zeus:/usr/include# make
make -C iptables
make[1]: Entering directory `/usr/include/iptables'
gcc -O2 -Wall -DIPTABLES_VERSION=\"1.2.9\" -I../common  -c -o libipt_p2p.o
libipt_p2p.c
libipt_p2p.c:18:19: stdio.h: No such file or directory
libipt_p2p.c:19:20: stdlib.h: No such file or directory
libipt_p2p.c:20:20: string.h: No such file or directory
libipt_p2p.c:21:20: getopt.h: No such file or directory
In file included from
/usr/lib/gcc-lib/i486-linux/3.3.4/include/syslimits.h:7,
 from /usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:11,
 from /usr/include/libiptc/ipt_kernel_headers.h:6,
 from /usr/include/libiptc/libiptc.h:5,
 from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/lib/gcc-lib/i486-linux/3.3.4/include/limits.h:122:75: limits.h: No such
file or directory
In file included from /usr/include/libiptc/libiptc.h:5,
 from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/include/libiptc/ipt_kernel_headers.h:17:24: sys/socket.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:18:22: linux/ip.h: No such file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:19:22: linux/in.h: No such file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:20:22: linux/if.h: No such file or
directory
/usr/include/libiptc/ipt_kernel_headers.h:21:24: linux/icmp.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:22:23: linux/tcp.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:23:23: linux/udp.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:24:25: linux/types.h: No such file
or directory
/usr/include/libiptc/ipt_kernel_headers.h:25:23: linux/in6.h: No such file
or directory
In file included from /usr/include/iptables.h:5,
 from libipt_p2p.c:23:
/usr/include/libiptc/libiptc.h:6:44: linux/netfilter_ipv4/ip_tables.h: No
such file or directory
In file included from libipt_p2p.c:23:
/usr/include/iptables.h:17: error: parse error before "size_t"
/usr/include/iptables.h:57: error: parse error before '}' token
/usr/include/iptables.h:68: error: parse error before "size_t"
/usr/include/iptables.h:77: error: conflicting types for `init'
/usr/include/iptables.h:26: error: previous declaration of `init'
/usr/include/iptables.h:83: error: conflicting types for `parse'
/usr/include/iptables.h:33: error: previous declaration of `parse'
/usr/include/iptables.h:90: error: conflicting types for `print'
/usr/include/iptables.h:40: error: previous declaration of `print'
/usr/include/iptables.h:94: error: conflicting types for `save'
/usr/include/iptables.h:44: error: previous declaration of `save'
/usr/include/iptables.h:97: error: conflicting types for `extra_opts'
/usr/include/iptables.h:47: error: previous declaration of `extra_opts'
/usr/include/iptables.h:107: error: parse error before '}' token
/usr/include/iptables.h:122: error: parse error before "parse_protocol"
libipt_p2p.c:52: error: `help' redeclared as different kind of symbol
/usr/include/iptables.h:74: error: previous declaration of `help'
libipt_p2p.c:53: error: `init' redeclared as different kind of symbol
/usr/include/iptables.h:77: error: previous declaration of `init'
libipt_p2p.c:56: error: `parse' redeclared as different kind of symbol
/usr/include/iptables.h:83: error: previous declaration of `parse'
libipt_p2p.c:57: error: `final_check' redeclared as different kind of symbol
/usr/include/iptables.h:86: error: previous declaration of `final_check'
libipt_p2p.c:59: warning: `struct ipt_ip' declared inside parameter list
libipt_p2p.c:59: error: `print' redeclared as different kind of symbol
/usr/include/iptables.h:90: error: previous declaration of `print'
libipt_p2p.c:60: warning: `struct ipt_ip' declared inside parameter list
libipt_p2p.c:60: error: `save' redeclared as different kind of symbol
/usr/include/iptables.h:94: error: previous declaration of `save'
libipt_p2p.c:62: error: elements of array `opts' have incomplete type
libipt_p2p.c:64: warning: excess elements in struct initializer
libipt_p2p.c:64: warning: (near initialization for `opts[0]')
libipt_p2p.c:64: warning: excess elements in struct initializer
libipt_p2p.c:64: warning: (near initialization for `opts[0]')
libipt_p2p.c:64: error: `NULL' undeclared here (not in a function)
libipt_p2p.c:64: warning: excess elements in struct initializer
libipt_

RES: erro ao compilar regras do CBQ

2004-07-07 Por tôpico Rodrigo Fortes

    Prezados colegas…
Coloquei instalei o cbq …. compilei o kernel corretamente, os módulos estão
carregados (
cls_route   4280   0  (unused)
cls_u32 4892   0  (unused)
cls_fw  2584   0  (unused)
sch_prio    2880   0  (unused)
sch_sfq 3424   0  (unused)
sch_tbf 3072   0  (unused)
sch_cbq    12544   0
ipt_unclean 6936   1
ipt_owner   1304   0  (unused)
ipt_TCPMSS  2328   0  (unused)
ipt_MIRROR  1208   0  (unused)
ipt_LOG 3384   0  (unused)
ip_queue    5452   0
)
Porém quando tento /etc/rc.d/cbq compile aparece o seguinte erro:

[EMAIL PROTECTED]:~# /etc/rc.d/cbq compile
/sbin/tc qdisc del dev eth1 root
/sbin/tc qdisc add dev eth1 root handle 1 cbq bandwidth 100Mbit avpkt 1000
cell 8
/sbin/tc class change dev eth1 root cbq weight 10Mbit allot 1514

**CBQ: class ID of cbq-rio must be in range <0002->!
/sbin/tc qdisc del dev lo root
/sbin/tc qdisc del dev tunl0 root
/sbin/tc qdisc del dev gre0 root
/sbin/tc qdisc del dev eth0 root
/sbin/tc qdisc del dev eth1 root
[EMAIL PROTECTED]:~#

Sendo que minha regra é a seguinte:
[EMAIL PROTECTED]:~# cat /etc/sysconfig/cbq/cbq-rio
DEVICE=eth1,100Mbit,10Mbit
RATE=32Kbit
WEIGHT=3Kbit
PRIO=5
RULE=172.16.24.0/24
BOUNDED=yes
ISOLATED=yes
[EMAIL PROTECTED]:~#

o que pode estar acontecendo?


Grato

Rodrigo Fortes




erro ao compilar regras do CBQ

2004-07-07 Por tôpico Rodrigo Fortes








    Prezados colegas…

Coloquei instalei o cbq …. compilei o kernel corretamente,
os módulos estão carregados (

cls_route   4280   0  (unused)

cls_u32 4892   0  (unused)

cls_fw  2584   0  (unused)

sch_prio    2880   0  (unused)

sch_sfq 3424   0  (unused)

sch_tbf 3072   0  (unused)

sch_cbq    12544   0

ipt_unclean 6936   1

ipt_owner   1304   0  (unused)

ipt_TCPMSS  2328   0  (unused)

ipt_MIRROR  1208   0  (unused)

ipt_LOG 3384   0  (unused)

ip_queue    5452   0

)

Porém quando tento /etc/rc.d/cbq compile aparece o seguinte erro:

 

[EMAIL PROTECTED]:~# /etc/rc.d/cbq compile

/sbin/tc qdisc del
dev eth1 root

/sbin/tc qdisc add dev eth1 root handle 1 cbq
bandwidth 100Mbit avpkt 1000 cell 8

/sbin/tc class change dev eth1 root cbq weight 10Mbit
allot 1514

 

**CBQ: class ID of cbq-rio must be in range
<0002->!

/sbin/tc qdisc del dev lo root

/sbin/tc qdisc del
dev tunl0 root

/sbin/tc qdisc del
dev gre0 root

/sbin/tc qdisc del
dev eth0 root

/sbin/tc qdisc del
dev eth1 root

[EMAIL PROTECTED]:~#

 

Sendo que minha regra é a seguinte:

[EMAIL PROTECTED]:~# cat /etc/sysconfig/cbq/cbq-rio

DEVICE=eth1,100Mbit,10Mbit

RATE=32Kbit

WEIGHT=3Kbit

PRIO=5

RULE=172.16.24.0/24

BOUNDED=yes

ISOLATED=yes

[EMAIL PROTECTED]:~#

 

o que pode estar acontecendo?

 

 

Grato

 

Rodrigo Fortes

 








Re: Erro ao compilar o kernel

2004-05-10 Por tôpico Savio Ramos
On Mon, 10 May 2004 08:50:30 -0300
Savio Ramos <[EMAIL PROTECTED]> wrote:

Respondendo a mim mesmo...

> Instalei os pacotes kernel-tree-2.4.26 libncurses-dev kernel-package 
> module-init-tools para compilar o núcleo e acontece o seguinte erro:

Já que eu iria usar o xconfig não era necessários o libncurses-dev.

> wish -f scripts/kconfig.tk
> make: wish: Comando não encontrado
> make: ** [xconfig] Erro 127
> 
> 
> Lendo uma FAQ da Debian encontrei:
> 
> * make xconfig (para uma interface X11). Usar esta opção requer que os 
> pacotes relevantes ao X e ao Tcl/Tk sejam instalados.

Só foi necessário a instalação do pacote tk8.4

Grato pela resposta.

-- 
Savio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não, seja livre: Linux
http://www.debian.org



Re: Erro ao compilar o kernel

2004-05-10 Por tôpico Still
Sávio;
* Musashi corta a msg que Savio Ramos enviou para Still:
> Olá,
> 
> Instalei os pacotes kernel-tree-2.4.26 libncurses-dev kernel-package 
> module-init-tools para compilar o núcleo e acontece o seguinte erro:
> 
> wish -f scripts/kconfig.tk
> make: wish: Comando não encontrado
> make: ** [xconfig] Erro 127
> 
> 
> Lendo uma FAQ da Debian encontrei:
> 
> * make xconfig (para uma interface X11). Usar esta opção requer que os 
> pacotes relevantes ao X e ao Tcl/Tk sejam instalados.
> 
> 
> Creio que uma coisa se relaciona com a outra, não?
> 
> Que pacotes relevantes são estes?

Basta ter o tcl e o tk instalados.
Na verdade, verifique se vc tem o wish-8.x instalado. Pode ser
que não tenha sido criado o link simbólico wish.

[]'s,

Still
--
Nelson Luiz Campos  .''`. | I hear; I forget.
Engenheiro Eletricista : :'  :| I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gnupgID: 55577339`-   | Chinese Proverb


signature.asc
Description: Digital signature


Erro ao compilar o kernel

2004-05-10 Por tôpico Savio Ramos
Olá,

Instalei os pacotes kernel-tree-2.4.26 libncurses-dev kernel-package 
module-init-tools para compilar o núcleo e acontece o seguinte erro:

wish -f scripts/kconfig.tk
make: wish: Comando não encontrado
make: ** [xconfig] Erro 127


Lendo uma FAQ da Debian encontrei:

* make xconfig (para uma interface X11). Usar esta opção requer que os 
pacotes relevantes ao X e ao Tcl/Tk sejam instalados.


Creio que uma coisa se relaciona com a outra, não?

Que pacotes relevantes são estes?

Grato.
-- 
Savio Martins Ramos -  Arquiteto
Rio de Janeiro  ICQ 174972645
Pirataria não, seja livre: Linux
http://www.debian.org



Re: Erro ao compilar qualquer programa

2003-05-31 Por tôpico Gustavo R . Montesino
On 29 May 2003 11:45:59 -0300
Danilo Augusto <[EMAIL PROTECTED]> wrote:

> Pessoal bom dia.
> Toda vez que tento compilar alguma coisa no meu linux para na seguinte
> linha e dá erro 2.
> 
> /usr/bin/ld: cannot find -lart_lgpl_2
> Alguém sabe como resolver isso?

Tente instalar o pacote libart-2.0-dev

-- 
Gustavo R. Montesino  
"And may the source be with you"   

GPG KEY BACAB6C2pgp.mit.edu   
Debian GNU/Linuxwww.debian.org



pgpfFhfaVtlT3.pgp
Description: PGP signature


Re: Erro ao compilar qualquer programa

2003-05-29 Por tôpico Leandro Guimarães Faria Corsetti Dutra
On Thu, 29 May 2003 11:45:59 +, Danilo Augusto wrote:

> Toda vez que tento compilar alguma coisa no meu linux para na seguinte
> linha e dá erro 2.
> 
> /usr/bin/ld: cannot find -lart_lgpl_2

Bom, o ld não compila, mas linkedita.

Como você tenta compilar, .configure; make?


-- 
  _   Leandro Guimarães Faria Corsetti Dutra+41 (21) 648 11 34
 / \  Lausanne, Vaud, Suisse+41 (78) 778 11 34
 \ /  Brasil+55 (11) 5686 2219
 / \  http://geocities.yahoo.com.br/lgcdutra/



Erro ao compilar qualquer programa

2003-05-29 Por tôpico Danilo Augusto
Pessoal bom dia.
Toda vez que tento compilar alguma coisa no meu linux para na seguinte
linha e dá erro 2.

/usr/bin/ld: cannot find -lart_lgpl_2
Alguém sabe como resolver isso?
Valeu.

-- 
Danilo Augusto Vicente Lara
[EMAIL PROTECTED]
Cel.: 61 9994-1361



RE: Erro ao Compilar o Focalinux

2002-08-16 Por tôpico Nilman Seguro
Moçada,

Será que eu tentei compilar o focalinux da maneira errada? Alguem sabe
direitinho como é que se compila fontes .sgml? e mais precisamente p/ o
focalinux?

Help!!!

--N

- Original Message -
From: "Nilman Seguro" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, August 14, 2002 8:57 PM
Subject: Erro ao Compilar o Focalinux


> All,
>
> Gostaria de imprimir o Focalinux. Baixei o .sgml source. Descompactei-o no
> meu hd e a descompactção criou alguns diretórios (inciante,
> intermediárioetc..) e no diretório mestre onde eu o havia descompactado
> apareceu um index.sgml. Ai eu fiz o seguinte:
>
> debiandoc2latexps index.sgml
>
> Mas não obtive sucesso na compilação, o LaTex informa o seguinte: "LaTeX
> Error: Bad math environment delimiter"
> segue a mensagem de saída do LaTex
>
> Alguma sugetão?
>
> --N
>
>
>
debiandoc2latexps: WARNING: overwriting index.tex
debiandoc2latexps: WARNING: overwriting index.dvi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(index.tex
LaTeX2e <1998/12/01> patch level 1
Babel  and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/book.cls
Document Class: book 1999/01/07 v1.4a Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/bk11.clo))
(/usr/share/texmf/tex/latex/base/t1enc.sty)
(/usr/share/texmf/tex/latex/base/inputenc.sty beta test version
(/usr/share/texmf/tex/latex/base/latin1.def))
(/usr/share/texmf/tex/generic/babel/babel.sty
(/usr/share/texmf/tex/generic/babel/english.ldf
(/usr/share/texmf/tex/generic/babel/babel.def)))
(/usr/share/texmf/tex/latex/psnfss/helvet.sty)
(/usr/share/texmf/tex/latex/psnfss/times.sty)
(/usr/share/texmf/tex/latex/misc/vmargin.sty
Package `vmargin', V2.2, <1999/06/01>
) (/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf/tex/latex/misc/paralist.sty)
(/usr/share/texmf/tex/latex/base/alltt.sty)
(/usr/share/texmf/tex/latex/misc/footmisc.sty)
(/usr/share/texmf/tex/latex/latex2html/url.sty)
(/usr/share/texmf/tex/latex/tools/varioref.sty)
(/usr/share/texmf/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/hyperref/nameref.sty)
(/usr/share/texmf/tex/latex/hyperref/pd1enc.def)
Implicit mode ON; LaTeX internals redefined
)
*hyperref using default driver hypertex*
(/usr/share/texmf/tex/latex/hyperref/hypertex.def) (index.aux)
(/usr/share/texmf/tex/latex/psnfss/t1ptm.fd)
(/usr/share/texmf/tex/latex/psnfss/t1pcr.fd) [1]
(/usr/share/texmf/tex/latex/psnfss/omsptm.fd) [2] (index.toc [1] [2] [3]
[4] [5]

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.168 ... continue without it.}}{97}{section.12.1}
  
! Extra }, or forgotten $.
 ...r  to continue without it.}}
  [EMAIL PROTECTED] 
l.168 ... continue without it.}}{97}{section.12.1}
  
! Missing $ inserted.
 
$
l.168 ... continue without it.}}{97}{section.12.1}
  
! Missing } inserted.
 
}
l.168 ... continue without it.}}{97}{section.12.1}
  

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.169 ... continue without it.}}{97}{section.12.2}
  

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.169 ... continue without it.}}{97}{section.12.2}
  

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.170 ... continue without it.}}{98}{section.12.3}
  
! Extra }, or forgotten $.
 ...r  to continue without it.}}
  [EMAIL PROTECTED] 
l.170 ... continue without it.}}{98}{section.12.3}
  
! Missing $ inserted.
 
$
l.170 ... continue without it.}}{98}{section.12.3}
  
! Missing } inserted.
 
}
l.170 ... continue without it.}}{98}{section.12.

Erro ao Compilar o Focalinux

2002-08-14 Por tôpico Nilman Seguro
All,

Gostaria de imprimir o Focalinux. Baixei o .sgml source. Descompactei-o no
meu hd e a descompactção criou alguns diretórios (inciante,
intermediárioetc..) e no diretório mestre onde eu o havia descompactado
apareceu um index.sgml. Ai eu fiz o seguinte:

debiandoc2latexps index.sgml

Mas não obtive sucesso na compilação, o LaTex informa o seguinte: "LaTeX
Error: Bad math environment delimiter"
segue a mensagem de saída do LaTex

Alguma sugetão?

--N


debiandoc2latexps: WARNING: overwriting index.tex
debiandoc2latexps: WARNING: overwriting index.dvi
This is TeX, Version 3.14159 (Web2C 7.3.1)
(index.tex
LaTeX2e <1998/12/01> patch level 1
Babel  and hyphenation patterns for american, french, german, ngerman, n
ohyphenation, loaded.
(/usr/share/texmf/tex/latex/base/book.cls
Document Class: book 1999/01/07 v1.4a Standard LaTeX document class
(/usr/share/texmf/tex/latex/base/bk11.clo))
(/usr/share/texmf/tex/latex/base/t1enc.sty)
(/usr/share/texmf/tex/latex/base/inputenc.sty beta test version
(/usr/share/texmf/tex/latex/base/latin1.def))
(/usr/share/texmf/tex/generic/babel/babel.sty
(/usr/share/texmf/tex/generic/babel/english.ldf
(/usr/share/texmf/tex/generic/babel/babel.def)))
(/usr/share/texmf/tex/latex/psnfss/helvet.sty)
(/usr/share/texmf/tex/latex/psnfss/times.sty)
(/usr/share/texmf/tex/latex/misc/vmargin.sty
Package `vmargin', V2.2, <1999/06/01>
) (/usr/share/texmf/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf/tex/latex/misc/paralist.sty)
(/usr/share/texmf/tex/latex/base/alltt.sty)
(/usr/share/texmf/tex/latex/misc/footmisc.sty)
(/usr/share/texmf/tex/latex/latex2html/url.sty)
(/usr/share/texmf/tex/latex/tools/varioref.sty)
(/usr/share/texmf/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf/tex/latex/graphics/keyval.sty)
(/usr/share/texmf/tex/latex/hyperref/nameref.sty)
(/usr/share/texmf/tex/latex/hyperref/pd1enc.def)
Implicit mode ON; LaTeX internals redefined
)
*hyperref using default driver hypertex*
(/usr/share/texmf/tex/latex/hyperref/hypertex.def) (index.aux)
(/usr/share/texmf/tex/latex/psnfss/t1ptm.fd)
(/usr/share/texmf/tex/latex/psnfss/t1pcr.fd) [1]
(/usr/share/texmf/tex/latex/psnfss/omsptm.fd) [2] (index.toc [1] [2] [3]
[4] [5]

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.168 ... continue without it.}}{97}{section.12.1}
  
! Extra }, or forgotten $.
 ...r  to continue without it.}}
  [EMAIL PROTECTED] 
l.168 ... continue without it.}}{97}{section.12.1}
  
! Missing $ inserted.
 
$
l.168 ... continue without it.}}{97}{section.12.1}
  
! Missing } inserted.
 
}
l.168 ... continue without it.}}{97}{section.12.1}
  

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.169 ... continue without it.}}{97}{section.12.2}
  

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.169 ... continue without it.}}{97}{section.12.2}
  

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.170 ... continue without it.}}{98}{section.12.3}
  
! Extra }, or forgotten $.
 ...r  to continue without it.}}
  [EMAIL PROTECTED] 
l.170 ... continue without it.}}{98}{section.12.3}
  
! Missing $ inserted.
 
$
l.170 ... continue without it.}}{98}{section.12.3}
  
! Missing } inserted.
 
}
l.170 ... continue without it.}}{98}{section.12.3}
  

! LaTeX Error: Bad math environment delimiter.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
 ...  
  
l.172 ...continue without it.}"}{98}{section.12.5}
  
! Extra }, or forgotten $.
 ...  to continue without it.}"}
   

RES: Erro ao compilar programa em java

2002-08-12 Por tôpico Luciano sp00ky
Ola Daniel,

> [EMAIL PROTECTED] portmaster]$ dpkg -l | grep jdk
> ii  jdk1.1 1.1.8v1-3  JDK 1.1.x (Java Development Kit) -
Runtime o

Ja verificou se existe alguma atualizacao para o JDK? A versao atual esta na
1.4, mas 1.3 serve bem ja (incorpora J2EE) :)

> [EMAIL PROTECTED] portmaster]# auto-apt run ./pmvision
> Entering auto-apt mode: ./pmvision
> Exit the command to leave auto-apt mode.
> Unable to initialize threads: cannot find class java/lang/Thread
> Could not create Java VM

Nao sei se o Debian tem algum outro esquema, mas em dois servidores que uso
Java (usando Redhat), tem que ser setado alguns parametros para ele se achar
(CLASSPATH e essas coisas). Verifique se a variavel JAVA_HOME esta setada e
tambem se JAVA_HOME/bin esta no seu PATH. Talvez possa ser isso.

# echo $JAVA_HOME

Deve ter alguma saida. Se sair vazio nao esta. Ai faca:

# export JAVA_HOME=/local/onde/tah/o/java
# export PATH=$PATH:$JAVA_HOME/bin

Nao tenho certeza da segunda linha, se nao e $PATH ali, e PATH :) a mesma
coisa para JAVA_HOME.

# echo $PATH

Ah, veja se ele consegue localizar o compilador java :)

# javac

Se for esse seu problema, pra nao precisar digitar toda vez essas coisas
ponha-as no seu /etc/profile.

Att.

Luciano "sp00ky" Rodrigues
Debian GNU/Linux 3.0r0 (kernel 2.4.18)
Linux User #189900



Erro ao compilar programa em java

2002-08-02 Por tôpico Daniel Borges Quintao
Pessoal,

to com um programa em java pra ser compilado mas quando executo o programa ele 
da um erro como se eu nao tivesse o jre instalado, so que como vc podem ver 
abaixo eu o tenho instalado. Ja tentei usando o auto-apt mas nao obtive 
sucesso. Se alguem puder me ajudar ficarei grato.

[EMAIL PROTECTED] portmaster]$ cat pmvision
#!/bin/sh
if [ -s ../helpsys.jar ]
then
help_loc=../helpsys.jar
else
help_loc=./helpsys.jar
fi
if [ -s ../oromatcher.jar ]
then
oro_loc=../oromatcher.jar
else
oro_loc=./oromatcher.jar
fi
jre -cp pmvision.jar -cp pmvhelp.jar -cp $help_loc -cp $oro_loc PMVision $*
[EMAIL PROTECTED] portmaster]$

[EMAIL PROTECTED] portmaster]$ dpkg -l | grep jdk
ii  jdk1.1 1.1.8v1-3  JDK 1.1.x (Java Development Kit) - Runtime o

[EMAIL PROTECTED] portmaster]# auto-apt run ./pmvision
Entering auto-apt mode: ./pmvision
Exit the command to leave auto-apt mode.
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM

Obrigado

-- 
_
 Daniel Quintao - bigode 
 UIN - 22388516  
 Linux User - 228016 
 Debian-br User: 268 
_

 Frase do dia:   
O coracao e o relogio da vida. Quem nao o consulta, anda 
naturalmente fora do tempo.
-- Machado de Assis 



Re: 3 coisas: atualizar banco de dados de pacotes dispon íveis de uma única linha, erro ao compilar pacotes fontes com apt, pacotes testing no debian.

2002-05-12 Por tôpico Gustavo Noronha Silva
Em Sun, 21 Apr 2002 07:46:19 -0300, Felipe <[EMAIL PROTECTED]> escreveu:

> to no potato
> 
> ao tentar pegar pacotes fontes da testing com apt-get -b source, dá o seguinte
> erro:
> 
> make: [clean] Erro 1 (ignorado)
> dh_clean
> dh_clean: Sorry, but 2 is the highest compatability level of debhelper
> currently supported. make: ** [clean] Erro 1

esse pacote usa funçòes do debhelper 3, só encontrado no woody e no
unstable

> De vez em quando eu adiciono uma linha no sources.list e como tenho muitas
> linhas seria bom se eu pudesse atualizar os pacotes só dessa linha (tipo, ao
> dar apt-get update, ele verifica todas as linhas, eu queria que verificasse só
> uma linha)

seria bom, mas não conheço um jeito de fazer isso... se alguém um dia achar
por favor comunique a lista... seria uma boa pra o pratico ou apt-howto

> Eu queria pegar um pacote da testing que não existe na stable, porém pegando o
> mínimo de pacotes da testing possível. Tipo, se eu deixar a linha da testing
> no sources.list e quando eu for pegar o pacote ele vai pegar todas as
> dependências da testing, mesmo que as mesmas exista na stable,  tem algum
> jeito de contornar isso?

dá uma olhada no apt-howto, na seção sobre como manter um sistema misto...
é exatamente o que você quer

[]s!

-- 
[EMAIL PROTECTED]: Gustavo Noronha 
Debian:  * 


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



Re: 3 coisas: atualizar banco de dados de pacotes disponíve is de uma única linha, erro ao compilar pacotes fonte s com apt, pacotes testing no debian.

2002-04-22 Por tôpico Rodrigo Morais Araujo
* Felipe <[EMAIL PROTECTED]> [21/04/02 19:38]:
> 1)
> 
> to no potato
> 
> ao tentar pegar pacotes fontes da testing com apt-get -b source, dá o 
> seguinte erro:
> 
> make: [clean] Erro 1 (ignorado)
> dh_clean
> dh_clean: Sorry, but 2 is the highest compatability level of debhelper 
> currently supported.
> make: ** [clean] Erro 1
> 

Esse pacote foi construido usando uma versão mais recente do debhelper 
que você está usando e infelizmente para atualizar a versão do debhelper vc vai 
ter que atualizar a base do perl tb que por sua vez é base para muita coisa no 
debian, enfim um upgrade consideravel.

> 
> 
> 2)
> 
> De vez em quando eu adiciono uma linha no sources.list e como tenho muitas 
> linhas seria bom se eu pudesse atualizar os pacotes só dessa linha (tipo, ao 
> dar apt-get update, ele verifica todas as linhas, eu queria que verificasse 
> só uma linha)
> 

Passo adiante essa :)

> 
> 3)
> 
> Eu queria pegar um pacote da testing que não existe na stable, porém pegando 
> o mínimo de pacotes da testing possível. Tipo, se eu deixar a linha da 
> testing no sources.list e quando eu for pegar o pacote ele vai pegar todas as 
> dependências da testing, mesmo que as mesmas exista na stable,  tem algum 
> jeito de contornar isso?
> 

O problema e que pacotes da testing foram compilados na testing e por 
isso tem como dependencia versões de bibliotecas da testing (principalmente 
libc6) com isso instalar um pacote da testing vai envolver muitas vezes 
atualizações de bibliotecas basicas como a libc6 que vai querer ser atualizada 
para a maioria dos pacotes. A solução mais fácil (que dizer, com menos 
atualizações tão vitais) é fazer o que você tentou mais acima, o back compile, 
mas como você já notou nem sempre é tão fácil fazer isso.

> -- 
> nick: fsf (fsf significa fsf)
> alternativo: finsu (finsu is not simple user)
> Viva o software livre
> www.fsf.org
> 

[]'s


-- 
 :::  .''`.  :::
 ::: : :'  : :::  Rodrigo Morais Araujo (rma) <[EMAIL PROTECTED]>
 ::: `. `'`  :::  UIN: 101720839
 :::   `-:::


pgpuHSau0zX3u.pgp
Description: PGP signature


3 coisas: atualizar banco de dados de pacotes dispon íveis de uma única linha, erro ao compilar pacotes fontes com apt, pacotes testing no debian.

2002-04-21 Por tôpico Felipe
1)

to no potato

ao tentar pegar pacotes fontes da testing com apt-get -b source, dá o seguinte 
erro:

make: [clean] Erro 1 (ignorado)
dh_clean
dh_clean: Sorry, but 2 is the highest compatability level of debhelper 
currently supported.
make: ** [clean] Erro 1



2)

De vez em quando eu adiciono uma linha no sources.list e como tenho muitas 
linhas seria bom se eu pudesse atualizar os pacotes só dessa linha (tipo, ao 
dar apt-get update, ele verifica todas as linhas, eu queria que verificasse só 
uma linha)


3)

Eu queria pegar um pacote da testing que não existe na stable, porém pegando o 
mínimo de pacotes da testing possível. Tipo, se eu deixar a linha da testing no 
sources.list e quando eu for pegar o pacote ele vai pegar todas as dependências 
da testing, mesmo que as mesmas exista na stable,  tem algum jeito de contornar 
isso?

-- 
nick: fsf (fsf significa fsf)
alternativo: finsu (finsu is not simple user)
Viva o software livre
www.fsf.org


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



Re: Erro ao compilar kernel 2.4.16

2002-03-21 Por tôpico Tiago de Lima Bueno
On Thu, 21 Mar 2002 9:36:56
Daniel Quintao <[EMAIL PROTECTED]> wrote:

> Pessoal,
> 
> to com um problema ao compilar o kernel 2.4.16, com versoes mais novas
> funciona blz( 2.4.17 e 2.4.18) . Estou compilando do metodo `tradicional`, e
> nao ao `modo Debian` e quando dou um make bzImage ele da o seguinte erro:
> 
> drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols in
> disc arded section .text.exit`
> make: ** [vmlinux] Erro 1
Se nao me engano quando vc instala o pacote binutils da woody ele fala sobre 
esse erro que acontece em alguns kernels... dá uma olhada na documentacao do 
binutils

> 
> Baixei as fontes do kernel do repositorio oficial e uso Woody. Alguem tem
> uma dica do que pode ser? Agradeco a ajuda de todos.
> 
> T+
> 
> ---
> Daniel Quintao - bigode
> UIN: 22388516
> Linux User: 228016
> Debian-br User: 268
> ---
> 
> __
> Este email foi enviado utilizando o WebMail Facil Internet
> 
> 
> -- 
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Erro ao compilar kernel 2.4.16

2002-03-21 Por tôpico Daniel Quintao
Pessoal,

to com um problema ao compilar o kernel 2.4.16, com versoes mais novas
funciona blz( 2.4.17 e 2.4.18) . Estou compilando do metodo `tradicional`, e
nao ao `modo Debian` e quando dou um make bzImage ele da o seguinte erro:

drivers/char/char.o(.data+0x46b4): undefined reference to `local symbols in
disc arded section .text.exit`
make: ** [vmlinux] Erro 1

Baixei as fontes do kernel do repositorio oficial e uso Woody. Alguem tem
uma dica do que pode ser? Agradeco a ajuda de todos.

T+

---
Daniel Quintao - bigode
UIN: 22388516
Linux User: 228016
Debian-br User: 268
---

__
Este email foi enviado utilizando o WebMail Facil Internet



erro ao compilar programas

2001-12-23 Por tôpico Pr1nc3_0F_P3rS1a *
Meu debian ainda eh r0 (potato), q veio uma vez na Arquivo Linux, de tanto 
mecher no sistema agora programas q eu tento compilar o fonte aparece uma 
mensagem como essa:


../cups/libcups.so: undefined reference to `atexit'
collect2: ld returned 1 exit status
make[1]: *** [betest] Error 1
make: *** [all] Error 1

Sempre aparece aquela frase da primeira linha ("undefined reference to 
`atexit'").



_
O MSN Photos é o jeito mais fácil de compartilhar, editar e imprimir suas 
fotos preferidas: http://photos.msn.com.br/support/worldwide.aspx