Fórum Ubuntu Linux - PT

Área para Iniciantes => Iniciantes => Tópico iniciado por: quincasmetall em 18 de Janeiro de 2008, 15:32

Título: Instalar pacotes tar.gz
Enviado por: quincasmetall em 18 de Janeiro de 2008, 15:32
Pessoal, sou iniciante (novidade) mas eu não sei até hoje como instalar arquivos com a extensão tar.gz. Já segui inúmeros tutoriais, mas nada. Sempre na parte do ./configure aparece uma mensagem de erro "compiler cannot create executables", aí eu tento dar os famosos make install e nada, aparecem "sudo apt-get install checkinstall".

Sou muito newbie no linux ainda, mas se me ajudarem a proceder corretamente com a instalação desses arquivos darei um passo muito grande no meu aprendizado.

Agradeço desde já.
Título: Re: Instalar pacotes tar.gz
Enviado por: zoroastro em 18 de Janeiro de 2008, 15:41
hmmm

verifique se vc instalou todos os pacotes necessários para a compliação neste link:
http://ubuntuforum-br.org/index.php/topic,24521.0.html
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 18 de Janeiro de 2008, 15:48
hmmm

verifique se vc instalou todos os pacotes necessários para a compliação neste link:
http://ubuntuforum-br.org/index.php/topic,24521.0.html

Usei o código dos pacotes genéricos e segue o log o terminal:

Lendo informação de estado... Pronto
gcc já é a versão mais nova.
alien já é a versão mais nova.
make já é a versão mais nova.
linux-headers-2.6.20-16-generic já é a versão mais nova.
checkinstall já é a versão mais nova.
Alguns pacotes não puderam ser instalados. Isso pode significar que
você solicitou uma situação impossível ou se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram tirados do Incoming.
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
  build-essential: Depende: libc6-dev mas não vai ser instalado ou
                            libc-dev
                   Depende: g++ (>= 4:4.1.1) mas não vai ser instalado
  fakeroot: Depende: libc6 (>= 2.5-5) mas 2.5-0ubuntu14 está para ser instalado
E: Pacotes quebrados

_________

Como saberei se os pacotes necessários foram instalados?
Título: Re: Instalar pacotes tar.gz
Enviado por: zoroastro em 18 de Janeiro de 2008, 16:24
ich...................

pacotes quebrados??

entra no synaptic e vai na seção que manda reinstalar pacotes quebrados

:-/
Título: Re: Instalar pacotes tar.gz
Enviado por: agente100gelo em 18 de Janeiro de 2008, 16:34
Você precisará principalmente deste pacote: build-essential
Código: [Selecionar]
sudo apt-get install build-essential
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 18 de Janeiro de 2008, 22:53
Você precisará principalmente deste pacote: build-essential
Código: [Selecionar]
sudo apt-get install build-essential

Quando eu tento marcar esse pacote para instalação no Synaptic aparece a seguinte janela de erro:

(https://ubuntuforum-pt.org/proxy.php?request=http%3A%2F%2Fimg86.imageshack.us%2Fimg86%2F359%2Fcapturadatelasynaptichm4.png&hash=f864db32a774959208c0d34b5934fea46593a17b)
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 18 de Janeiro de 2008, 23:02
Posta aqui o resultado do comando
Código: [Selecionar]
cat etc/apt/sources.list
Por acaso você instalou algum desses pacotes aí manualmente? Se sim, qual versão?
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 18 de Janeiro de 2008, 23:06
Posta aqui o resultado do comando
Código: [Selecionar]
cat etc/apt/sources.list
Por acaso você instalou algum desses pacotes aí manualmente? Se sim, qual versão?

Que eu saiba não. Mas como executo esse código?
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 18 de Janeiro de 2008, 23:08
No terminal. Aplicações -> Acessórios -> Terminal.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 18 de Janeiro de 2008, 23:14
No terminal. Aplicações -> Acessórios -> Terminal.

Já tentei dessa maneira mas diz como arquivo ou diretório inexistente.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 18 de Janeiro de 2008, 23:16
Me perdoe, foi um erro meu de digitação. O correto é
Código: [Selecionar]
cat /etc/apt/sources.listFaltou uma barra antes do etc.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 18 de Janeiro de 2008, 23:20
Me perdoe, foi um erro meu de digitação. O correto é
Código: [Selecionar]
cat /etc/apt/sources.listFaltou uma barra antes do etc.

Tranquilo.

Segue o código...

Código: [Selecionar]
# Sources.list para a família Ubuntu Feisty Fawn
deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016)]/ gutsy main restricted
 
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse


########### Outros ##################

#############################################################
# Todas linhas com "#" no início não serão interpretadas pelo Linux
# Ativar ou descomentar = retirar o # do início da linha
# Desativar ou comentar = colocar # no início da linha
# Após modificações, salvar o sources.list e depois no terminal
# sudo apt-get update
# Os repositórios abaixo não são oficiais, use-os com moderação.
# Descomente um grupo por vez. Não deve ser feito upgrade com estes repositórios ativos
# Após uso destes, comente-os matendo o sources.list exatamente como apresentado.
#############################################################
 
#Cristhian Marillat (multimidia) - Descomente apenas para instalar os codecs necessários.
# Opção alternativa do Seveas (libdvdcss2, w32codecs, realplayer).
# deb http://www.debian-multimedia.org sarge main
# deb http://www.debian-multimedia.org etch main
# deb http://www.debian-multimedia.org sid main

## Skype
# deb http://download.skype.com/linux/repos/debian/ stable non-free

deb http://ubuntu.beryl-project.org feisty main
deb-src http://ubuntu.beryl-project.org feisty main

#Sourcelist retirada do tópico
deb http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://archive.ubuntu.com/ubuntu/ feisty universe
deb http://archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty multiverse
deb http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse
deb http://ubuntu.beryl-project.org feisty main
deb-src http://ubuntu.beryl-project.org feisty main
deb http://repository.debuntu.org/ feisty multiverse
deb-src http://repository.debuntu.org/ feisty multiverse
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
## Avant Window Navigator
deb http://download.tuxfamily.org/syzygy42/ feisty avant-window-navigator
deb-src http://download.tuxfamily.org/syzygy42/ feisty avant-window-navigator
# Treviño's Ubuntu feisty EyeCandy Repository (GPG key: 81836EBF - DD800CD9)
# Many eyecandy 3D apps like Beryl, Compiz, Fusion and kiba-dock snapshots
# built using latest available (working) sources from git/svn/cvs…
# wget http://download.tuxfamily.org/3v1deb/DD800CD9.gpg -O- | sudo apt-key add -
deb http://download.tuxfamily.org/3v1deb feisty eyecandy
deb-src http://download.tuxfamily.org/3v1deb feisty eyecandy
deb http://download.tuxfamily.org/syzygy42/ feisty avant-window-navigator # AWN
deb http://cairo-dock.vef.fr/ubuntu gutsy cairo-dock

#AUTOMATIX REPOS START

deb http://www.getautomatix.com/apt feisty main

deb http://archive.canonical.com/ubuntu feisty-commercial main

deb http://archive.ubuntu.com/ubuntu feisty-updates universe multiverse

deb http://archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
#AUTOMATIX REPOS END

# Screenlets
deb http://hendrik.kaju.pri.ee/ubuntu feisty screenlets
deb-src http://hendrik.kaju.pri.ee/ubuntu feisty screenlets
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 18 de Janeiro de 2008, 23:45
Você tem coisa pra caramba no seu sources.list :D

Mas vi que você tem muitos repositórios oficiais duplicados, brasileiros e gringos, além de alguns do beryl, Treviño, etc. Não sei se isso pode causar esse tipo de problema, mas como não tem necessidade de tê-los duplicados, vamos testar.

Faça um backup do arquivo com o comando
Código: [Selecionar]
sudo cp /etc/apt/sources.list /etc/apt/sources.list.copia e depois abra para edição com o seguinte comando
Código: [Selecionar]
sudo gedit /etc/apt/sources.listComente as linhas desnecessárias colocando # na frente de tudo o que está entre
Citar
#Sourcelist retirada do tópico
e
Citar
## Avant Window Navigator
Salve e feche o gedit.

Execute no terminal
Código: [Selecionar]
sudo apt-get update e depois
Código: [Selecionar]
sudo apt-get install build-essentialsCaso dê erro, poste aqui os resultados.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 19 de Janeiro de 2008, 00:00
Mais uma vez com aquela informação de erro.  :-[

Código: [Selecionar]
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências       
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isso pode significar que
você solicitou uma situação impossível ou se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram tirados do Incoming.

Já que você solicitou uma única operação é bem provável que o pacote
esteja simplesmente não instalável e um relato de erro sobre esse
pacotes deve ser enviado.
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
  build-essential: Depende: libc6-dev mas não vai ser instalado ou
                            libc-dev
                   Depende: g++ (>= 4:4.1.1) mas não vai ser instalado
E: Pacotes quebrados
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 19 de Janeiro de 2008, 00:11
Código: [Selecionar]
sudo apt-get install -fTente o comando acima, ele remove os pacotes quebrados. Depois execute novamente os comandos
Código: [Selecionar]
sudo apt-get update e
Código: [Selecionar]
sudo apt-get install build-essentials
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 19 de Janeiro de 2008, 09:37
Código: [Selecionar]
sudo apt-get install -fTente o comando acima, ele remove os pacotes quebrados. Depois execute novamente os comandos
Código: [Selecionar]
sudo apt-get update e
Código: [Selecionar]
sudo apt-get install build-essentials


Fiz tudo e continua com a mesma coisa:

Código: [Selecionar]
sudo apt-get install build-essential
Lendo Lista de Pacotes... Pronto
Construindo Árvore de Dependências       
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isso pode significar que
você solicitou uma situação impossível ou se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram tirados do Incoming.

Já que você solicitou uma única operação é bem provável que o pacote
esteja simplesmente não instalável e um relato de erro sobre esse
pacotes deve ser enviado.
A informação a seguir pode ajudar a resolver a situação:

Os pacotes a seguir têm dependências desencontradas:
  build-essential: Depende: libc6-dev mas não vai ser instalado ou
                            libc-dev
                   Depende: g++ (>= 4:4.1.1) mas não vai ser instalado
E: Pacotes quebrados
Título: Re: Instalar pacotes tar.gz
Enviado por: zoroastro em 19 de Janeiro de 2008, 16:17
dá ultima vez que eu tinha pacotes quebrados eu tive que formatar :-/

tem alguma forma de recuperar os arquivos quebrados??
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 19 de Janeiro de 2008, 16:23
dá ultima vez que eu tinha pacotes quebrados eu tive que formatar :-/

tem alguma forma de recuperar os arquivos quebrados??

Nossa. Não me diga uma coisa dessas, se eu tiver que realmente formatar será a deixa para eu parar de usar o Ubuntu.  :-\
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 12:42
Então vamos ser radicais. Entre no Gerenciador de pacotes Synaptic, vá em Configurações/Repositórios/Programas de terceiros e desmarque tudo o que tem lá. Feche, clique no botão recarregar e tente novamente instalar o build-essential. Na pior das hipóteses você vai ter que substituir seu sources.list pelo original. Não vejo outro motivo pra isso senão conflito entre repositórios.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 14:51
Então vamos ser radicais. Entre no Gerenciador de pacotes Synaptic, vá em Configurações/Repositórios/Programas de terceiros e desmarque tudo o que tem lá. Feche, clique no botão recarregar e tente novamente instalar o build-essential. Na pior das hipóteses você vai ter que substituir seu sources.list pelo original. Não vejo outro motivo pra isso senão conflito entre repositórios.

Muito obrigado, cara!  :D Acho que esse problema eu resolvi, mas quando fui testar com um arquivo fiz o "./configure" até aí tudo bem, mas quando fui dar o comando "make" apareceu isso:

Código: [Selecionar]
/Desktop/musictracker-0.4.1$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 15:04
Execute o ./configure novamente e poste aqui as últimas, digamos, 10 linhas do resultado.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 15:28
Execute o ./configure novamente e poste aqui as últimas, digamos, 10 linhas do resultado.


Hehe. Acho que devo estar fazendo algo errado.

Código: [Selecionar]
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for pidgin... configure: error: Package requirements (pidgin >= 2.0.0) were not met:

No package 'pidgin' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables pidgin_CFLAGS
and pidgin_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 15:34
Provavelmente você não instalou os códigos fontes sugeridos. Instale-os com o comando
Código: [Selecionar]
sudo apt-get install libpcre3-dev pidgin-deve tente novamente.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 15:38
Provavelmente você não instalou os códigos fontes sugeridos. Instale-os com o comando
Código: [Selecionar]
sudo apt-get install libpcre3-dev pidgin-deve tente novamente.

Eu tentei executar o comando, mas disse que foi impossível achar o pacote "pidgin-dev". Não deve ser pq a source.list foi apagada?
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 15:49
Mas você desabilitou também os repositórios que estão na aba Programas do Ubuntu? Em Programas de terceiros pode desabilitar tudo, mas em Programas do Ubuntu pode habilitar as 4 primeiras, tranquilamente.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 15:58
Mas você desabilitou também os repositórios que estão na aba Programas do Ubuntu? Em Programas de terceiros pode desabilitar tudo, mas em Programas do Ubuntu pode habilitar as 4 primeiras, tranquilamente.

Não, eu só desabilitei em programas de terceiros, nem olhei a aba Programas do Ubuntu.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 16:11
Instale do endereço abaixo, então. Mas daqui a pouco eu passo um sources.list pra você substituir o seu, ainda deve estar com algum problema.
https://launchpad.net/ubuntu/gutsy/i386/pidgin-dev/1:2.2.1-1ubuntu4.1 (https://launchpad.net/ubuntu/gutsy/i386/pidgin-dev/1:2.2.1-1ubuntu4.1)
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 16:17
Instale do endereço abaixo, então. Mas daqui a pouco eu passo um sources.list pra você substituir o seu, ainda deve estar com algum problema.
https://launchpad.net/ubuntu/gutsy/i386/pidgin-dev/1:2.2.1-1ubuntu4.1 (https://launchpad.net/ubuntu/gutsy/i386/pidgin-dev/1:2.2.1-1ubuntu4.1)

Certo! Estou aguardando o sources.list!

E muito obrigado por sua ajuda, fico muitíssimo grato MESMO!

Título: Re: Instalar pacotes tar.gz
Enviado por: zoroastro em 20 de Janeiro de 2008, 16:28
bom, que bom que está funcionando. :)

Mas se nao desse certo, nao seria motivo para vc deixar de usar Ubuntu, ou Linux. :-/

meu sources.list:
Código: [Selecionar]
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://br.archive.ubuntu.com/ubuntu/ feisty main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty universe
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://br.archive.ubuntu.com/ubuntu/ feisty multiverse
deb-src http://br.archive.ubuntu.com/ubuntu/ feisty multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu feisty-security main restricted
deb-src http://security.ubuntu.com/ubuntu feisty-security main restricted
deb http://security.ubuntu.com/ubuntu feisty-security universe
deb-src http://security.ubuntu.com/ubuntu feisty-security universe
deb http://security.ubuntu.com/ubuntu feisty-security multiverse
deb-src http://security.ubuntu.com/ubuntu feisty-security multiverse

nao fiz nenhuma modificação nele (Y)

boa sorte
Título: Re: Instalar pacotes tar.gz
Enviado por: pedrogui em 20 de Janeiro de 2008, 16:35
estou com o sistema a iniciar 4 minutos algem me pode ajudar a iniciar mais rapido
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 16:36
Bingo, zoroastro. ;D

A única coisa que eu mudei no meu sources.list foi descomentar as linhas
Código: [Selecionar]
# deb http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
# deb-src http://br.archive.ubuntu.com/ubuntu/ feisty-backports main restricted universe multiverse
removendo o # do início.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 16:39
Bem, eu substituí a sources.list por essa postada por você zoroastro. Até aí tudo bem.

Mas quando vou tentar instalar qualquer coisa por esses comandos não dá certo, é impressionante.

Agora foi com uma versão nova do Pidgin:

Código: [Selecionar]
quincas@quincas-ubuntu:~$ cd /home/quincas/Desktop/pidgin-2.3.1
quincas@quincas-ubuntu:~/Desktop/pidgin-2.3.1$ ./configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for sed... /bin/sed
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking for a BSD-compatible install... /usr/bin/install -c
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... msgfmt
checking for msgmerge... msgmerge
checking for xgettext... xgettext
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... no
configure: error:

The msgfmt command is required to build libpurple.  If it is installed
on your system, ensure that it is in your path.  If it is not, install
GNU gettext to continue.

If you have msgfmt installed, but for some reason this error message
is still displayed, you have encountered what appears to be a bug in
third-party configure macros.  Try setting the MSGFMT environment
variable to the absolute path to your msgfmt binary and trying
configure again, like this:

MSGFMT=/path/to/msgfmt ./configure ...

quincas@quincas-ubuntu:~/Desktop/pidgin-2.3.1$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 16:46
Compilar tem uma vantagem enorme por você ter um aplicativo feito sob medida pro seu computador, mas a desvantagem é que ele precisa de fontes e outros aplicativos. Demora um pouco pra pegar o jeito, mas se você olhar novamente no resultado do ./configure, verá que está faltando o aplicativo msgfmt. Buscando na net você encontrará um deb para instalar o dito. Sem o ./configure ser completado com sucesso, não adianta executar o make pois não terá nada pra ele fazer. Vai firme, cara, logo você se encontra, até lá estamos aqui pra ajudar.
Título: Re: Instalar pacotes tar.gz
Enviado por: pedrogui em 20 de Janeiro de 2008, 16:51

algem me pode ajudara meter o ubuntu a iniciar mais rapido o meu  demora 4 m.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 16:53

algem me pode ajudara meter o ubuntu a iniciar mais rapido o meu  demora 4 m.
Mas este tópico não tem nada a ver com isso. Dê uma olhada nos tópicos existentes, que já possuem bastante informação a respeito. Ou então abra um tópico novo, caso não consiga achar nada nos antigos.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 16:57
quincasmetall, caso não consiga compilar, existem os pacotes deb, tanto do Pidgin 2.3.1 como do musictracker 0.4.1 no getdeb.net.

Aqui você acha um pacote do Pidgin e outro com dezenas de plugins.
http://www.getdeb.net/category.php?id=7 (http://www.getdeb.net/category.php?id=7)

E aqui você acha o musictracker.
http://www.getdeb.net/search.php?keywords=supports (http://www.getdeb.net/search.php?keywords=supports)
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 16:59
quincasmetall, caso não consiga compilar, existem os pacotes deb, tanto do Pidgin 2.3.1 como do musictracker 0.4.1 no getdeb.net.

Aqui você acha um pacote do Pidgin e outro com dezenas de plugins.
http://www.getdeb.net/category.php?id=7 (http://www.getdeb.net/category.php?id=7)

E aqui você acha o musictracker.
http://www.getdeb.net/search.php?keywords=supports (http://www.getdeb.net/search.php?keywords=supports)


Ok, velho. Tudo bem, então. E obrigado novamente, por aturar minhas questões tendo paciência comigo.

Abraço.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 17:14
Eu baixei o musictracker e quando fui instalar...

(https://ubuntuforum-pt.org/proxy.php?request=http%3A%2F%2Fimg223.imageshack.us%2Fimg223%2F3922%2Fcapturadatelainstaladorne4.png&hash=75ff537a1d0c80d07a862ebbe1afa3326e8a058b)




Só pode ser brincadeira, sério. Eu sou muito azarado.  >:( >:(
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 20 de Janeiro de 2008, 17:22
Bizarro, será que o Automatix fez isso em seu sistema? Eu não uso, mas alguém que já teve problemas com ele bem que poderia dar um alô aqui sobre isso.

Vá no terminal, execute
Código: [Selecionar]
sudo apt-get update e
Código: [Selecionar]
sudo apt-get install libc6 libc6-dev
Muito estranho ele não sugerir a instalação automaticamente.
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 20 de Janeiro de 2008, 21:20
Bizarro, será que o Automatix fez isso em seu sistema? Eu não uso, mas alguém que já teve problemas com ele bem que poderia dar um alô aqui sobre isso.

Vá no terminal, execute
Código: [Selecionar]
sudo apt-get update e
Código: [Selecionar]
sudo apt-get install libc6 libc6-dev
Muito estranho ele não sugerir a instalação automaticamente.


Bem, desisti de corrigir esses erros e decidi começar do zero. Formatei a partição e instalei a nova versão 7.10, e agora estou fazendo as atualizações recomendadas pelo sistema. (que demora)

Gostaria somente que me recomendasse alguns tópicos para fazer meu sistema ficar rodando perfeitamente e bem próximo as funções de multimídia do  era antes, rodando minhas mp3 e tal.
Abraço.
Título: Re: Instalar pacotes tar.gz
Enviado por: Glauco Hass em 22 de Janeiro de 2008, 00:56
http://gilbertosilva.wordpress.com/2007/06/25/pacotes-multimidia-do-ubuntu-704/ (http://gilbertosilva.wordpress.com/2007/06/25/pacotes-multimidia-do-ubuntu-704/)

No link acima tem um comando que instala tudo o que você pode precisar em relação à multimídia, inclusive para internet.
Título: Re: Instalar pacotes tar.gz
Enviado por: carlosfrancoba em 22 de Janeiro de 2008, 03:14
porque diabos todos os iniciantes insistem nisso?
será porque eles estão acostumados a ter o trabalho de buscar o executável do programa mais atualizado no google
amigo
use o synaptic e seja feliz
instalar programas no linux é muito mais fácil dop que no windows
e isso causa estranheza
Título: Re: Instalar pacotes tar.gz
Enviado por: Hqxriven em 22 de Janeiro de 2008, 05:41
Amigo eu por exemplo sou um mega newbie!!! (em kernel eu não sou não!!!!!!!)

Instalo muito programa novo em tar.gz que não tem nos repositórios...

Quer um exemplo...

The mana world versão 24 que no repositório do gutsy so tem o 23 e no heron tem o 24

Então compilei e criei um pacote deb para o gutsy para remover facil depois...

O problema do pessoal e não olhar a lista de dependências na hora de instalar... e sempre procurar compilar como primeira opção...

Hqx
Título: Re: Instalar pacotes tar.gz
Enviado por: zoroastro em 22 de Janeiro de 2008, 22:59
Ok, velho. Tudo bem, então. E obrigado novamente, por aturar minhas questões tendo paciência comigo.

Abraço.

ei amigo

todos aqui temos paciencia contigo sim, porque nao?

todos ja fomos iniciantes e tivemos problemas no inicio, também :)

hoje vc é o aprendiz, amanhã vc estará ensinando ;D

meu tópico de quando tava começando:
http://ubuntuforum-br.org/index.php/topic,17115.0.html


abraços :)
Título: Re: Instalar pacotes tar.gz
Enviado por: zoroastro em 22 de Janeiro de 2008, 23:05
Bem, desisti de corrigir esses erros e decidi começar do zero. Formatei a partição e instalei a nova versão 7.10, e agora estou fazendo as atualizações recomendadas pelo sistema. (que demora)

Gostaria somente que me recomendasse alguns tópicos para fazer meu sistema ficar rodando perfeitamente e bem próximo as funções de multimídia do  era antes, rodando minhas mp3 e tal.
Abraço.
vá no Synaptic e marque  para instalação todos los pacotes que começam como "gstreamer", e procure pelo w32codecs no google e instele-o, e vc jamais terá problemas com mp3, jpeg, ou qualquer função multimidia que exija algum codec.

Para .rmvb, instale o mplayer :)

boa sorte
Título: Re: Instalar pacotes tar.gz
Enviado por: quincasmetall em 23 de Janeiro de 2008, 10:11
Obrigadão, zoroastro. Eu venho tendo experiências com o Ubuntu desde o Breezy, mas só com o Feisty mesmo que eu começei a migração do Windows.

Quanto ao aspecto multimídia, eu segui aquele tópico a respeito de multimídia no 7.10. Fiz errado?
Por enquanto eu só não consigo assistir mpeg.
Título: Re: Instalar pacotes tar.gz
Enviado por: Jody em 23 de Janeiro de 2008, 10:53
Saudações, sou um imigrando novo no linux  tenho o Ubuntu 7.10 - o Gutsy Gibbon assim tive algumas dificudades para instalar o programa que esta no arquivo balsa-3.5-full-linux-i686.tar.bz2.

passos realisados durantes as tentativas:

sudo nautilus           
Citar
realizei a extração e coloquei o arquivo em /usr/local

gedit ~/.bash_profile
Citar
tentei editar o bash pois o manual de instalação diz

Get:

   ftp://ftp.cs.man.ac.uk/pub/amulet/balsa/3.5/balsa-3.5-full-<arch>.tar.bz2

Install it (in /usr/local/balsa for example):

   cd /usr/local

   tar xjf balsa-3.5-full-<arch>.tar.bz2

Add these definitions to your shell configurations:

   PATH=/usr/local/balsa/bin:${PATH}

   LD_LIBRARY_PATH=/usr/local/balsa/lib:${LD_LIBRARY_PATH}

   export PATH LD_LIBRARY_PATH

The following environment variables might also be needed (change /usr/local/balsa to your chosen installation directory):

   export BALSAHOME=/usr/local/balsa

   export WAVE_SHARE_DIR=/usr/local/balsa/share/gtkwave

   export WAVE_READER_PATH=/usr/local/balsa/lib/gtkwave

 poderiam me ajudar passo a passo o que devo fazer