Instalação do farsight2

Iniciado por marcosrokc, 25 de Abril de 2011, 17:56

tópico anterior - próximo tópico

marcosrokc

Estou tentando instalar p seguinte programa, farsight2, para fazer video conferemcia no aMSN, porem não consigo baixei ele do site:

https://launchpad.net/ubuntu/maverick/+source/farsight2/0.0.21-1ubuntu1
sendo que o arquivo é este:
https://launchpad.net/ubuntu/maverick/+source/farsight2/0.0.21-1ubuntu1/+files/farsight2_0.0.21.orig.tar.gz

Estou seguindo os comandos mas aparece o segunte resultado:

mpj@mpj-Inspiron-1525:~/1/farsight2$ ./configure
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 nano version... 0 (release)
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 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 fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) 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 for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
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... yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for VALGRIND... no
no
configure: Using Farsight2 source release as package name
configure: Using Unknown package origin as package origin
configure: Using /usr/local/libexec/gst-install-plugins-helper as plugin install helper
checking for NICE... yes
checking whether byte ordering is bigendian... no
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for valgrind... no
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... no
checking for a Python interpreter with version >= 2.4... python
checking for python... /usr/bin/python
checking for python version... 2.6
checking for python platform... linux2
checking for python script directory... ${prefix}/lib/python2.6/dist-packages
checking for python extension module directory... ${exec_prefix}/lib/python2.6/dist-packages
checking for a sed that does not truncate output... (cached) /bin/sed
checking whether to build plugin documentation... no (gtk-doc disabled or not available)
checking whether gcc and cc understand -c and -o together... yes
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for struct ip_mreqn.imr_ifindex... yes
checking for GLIB... yes
checking for GST... yes
configure: using GStreamer tools in /usr/bin
configure: using GStreamer plug-ins in /usr/lib/gstreamer-0.10
checking for GST_BASE... yes
checking for GST_CHECK... yes
checking for GST_PLUGINS_BASE... yes
configure: using GStreamer Base Plug-ins in /usr/lib/gstreamer-0.10
configure: Using /usr/local/lib/gstreamer-0.10 as the plugin install location
checking to see if compiler understands -Wall... yes
checking to see if compiler understands -Wdeclaration-after-statement... yes
checking to see if compiler understands -Wvla... yes
checking to see if compiler understands -Wpointer-arith... yes
configure: set WARNING_CFLAGS to  -Wall -Wdeclaration-after-statement -Wvla -Wpointer-arith
configure: set ERROR_CFLAGS to
checking for getifaddrs... yes
checking for headers required to compile python extensions... not found
configure: error: could not find Python headers
mpj@mpj-Inspiron-1525:~/1/farsight2$

e
mpj@mpj-Inspiron-1525:~/1/farsight2$ make
make: *** Nenhum alvo indicado e nenhum arquivo make encontrado.  Pare.
mpj@mpj-Inspiron-1525:~/1/farsight2


Não estou conseguindo resolver, alguém pode me ajudar

Solid One

para compilar o programa corretamente, está faltando algumas dependências. no caso do logo, são dependências de headers do python.

tente instalar o pacote python2.6-dev ou python2.7-dev e repita o comando:
./configure

o erro referente a essas dependências em particular deverá sumir, e o processo de compilação continuar.

marcosrokc

Citação de: Solid One online 25 de Abril de 2011, 18:04
para compilar o programa corretamente, está faltando algumas dependências. no caso do logo, são dependências de headers do python.

tente instalar o pacote python2.6-dev ou python2.7-dev e repita o comando:
./configure

o erro referente a essas dependências em particular deverá sumir, e o processo de compilação continuar.

Agora pede esses pacotes q eu não acho:

checking for PYFARSIGHT... configure: error: Package requirements ( pygobject-2.0 >= 2.12.0
   gst-python-0.10 >= 0.10.10 ) were not met:

No package 'pygobject-2.0' found
No package 'gst-python-0.10' 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 PYFARSIGHT_CFLAGS
and PYFARSIGHT_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

marcosrokc

Achei o pacote pygobject-2.0 no site: https://edge.launchpad.net/ubuntu/+source/pygobject/2.21.5-0ubuntu3
mas ele também pede um outro pacote, o gobject-introspection-1.0, Seria possível colocar esses pacotes nas dependências?

Solid One

nos repositórios do Ubuntu, pygobject possui outro nome: python-gobject
gst-python-0.10 possui nome: python-gst0.10

no seu caso, como é apenas para compilar o programa, basta instalar os pacotes "python-gobject-dev" e "python-gst0.10-dev". tem nos repositórios padrões do Ubuntu.

deve haver uma lista de todas as dependências no arquivo README do código-fonte.

marcosrokc

Presado Solid One
Esses são os requerimentos contidos no READEME:
Requirements
============

Build time:
- gstreamer 0.10.26
- gst-plugins-base 0.10.26
- glib 2.16
- Python 2.4
- libnice 0.0.9

For UPnP support:
- GUPnP-IGD

For the python module:
- PyGObject 2.12
- gst-python 0.10.10
- PyGObject 2.16 or PyGTK 2.10

Run time for the RTP plugin:
All of the build time requirements (except gtk-doc) plus
- gst-plugins-good 0.10.17
- gst-plugins-bad 0.10.17

Run time for the MSN plugin:
- gst-plugins-bad 0.10.17

For the GUI example:
- PyGTK 2.10

The tests require gst-check (which requires check)
Building the documentation requires gtk-doc 1.8


Os pacotes python-gobject, python-gst0.10, python-gobject-dev e python-gst0.10-dev já estavam instalados.
Eita trem complicado!!!
E isso tudo para poder fazer vídeo conferencia!!!


Solid One

tentou mesmo redigitar o comando ./configure ? normalmente programas em código-fonte passam a reconhecer a existência de uma dependência sem dificuldade, após instalar os devidos pacotes em versão DEV.

de qualquer forma, encontrei outra solução possivelmente melhor e menos complicada. pressupondo que você esteja usando a versão 10.04 e precisa do farsight2 em sua versão mais atual, a 0.0.21. nos repositórios padrões do Ubuntu, a versão do farsight2 nele disponível é a 0.0.17, e esta provavelmente não serve mais para fazer videoconferência via aMSN. pois bem, nesse site:

https://launchpad.net/~telepathy/+archive/ppa

há um repositório de terceiros (PPA) contendo vários pacotes relacionados a farsight2 e gstreamer em suas versões mais atuais. nele há versões já compiladas desses pacotes, sendo compatível com várias versões do Ubuntu e possuindo suporte a arquiteturas 32-bits e 64-bits. você pode puxar o farsight2 v0.0.21 facilmente inserindo esse PPA no seu sistema com o comando:

sudo apt-add-repository ppa:telepathy/ppa
e em seguida instalando-o com os comandos:
sudo apt-get update
sudo apt-get install farsight2


ao fazê-lo, ele deverá substituir automaticamente a versão antiga do farsight2 pela nova.

marcosrokc

Citação de: Solid One online 27 de Abril de 2011, 14:44
tentou mesmo redigitar o comando ./configure ? normalmente programas em código-fonte passam a reconhecer a existência de uma dependência sem dificuldade, após instalar os devidos pacotes em versão DEV.

de qualquer forma, encontrei outra solução possivelmente melhor e menos complicada. pressupondo que você esteja usando a versão 10.04 e precisa do farsight2 em sua versão mais atual, a 0.0.21. nos repositórios padrões do Ubuntu, a versão do farsight2 nele disponível é a 0.0.17, e esta provavelmente não serve mais para fazer videoconferência via aMSN. pois bem, nesse site:

https://launchpad.net/~telepathy/+archive/ppa

há um repositório de terceiros (PPA) contendo vários pacotes relacionados a farsight2 e gstreamer em suas versões mais atuais. nele há versões já compiladas desses pacotes, sendo compatível com várias versões do Ubuntu e possuindo suporte a arquiteturas 32-bits e 64-bits. você pode puxar o farsight2 v0.0.21 facilmente inserindo esse PPA no seu sistema com o comando:

sudo apt-add-repository ppa:telepathy/ppa
e em seguida instalando-o com os comandos:
sudo apt-get update
sudo apt-get install farsight2


ao fazê-lo, ele deverá substituir automaticamente a versão antiga do farsight2 pela nova.

Segui suas orientaçoes e no ultimo comando apareceu:


mpj@mpj-Inspiron-1525:~$ sudo apt-get install farsight2
Lendo listas de pacotes... Pronto
Construindo árvore de dependências       
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote farsight2


Solid One

e qual foi a saída dos dois comandos anteriores?

marcosrokc

Citação de: Solid One online 29 de Abril de 2011, 08:54
e qual foi a saída dos dois comandos anteriores?



mpj@mpj-Inspiron-1525:~$ sudo apt-add-repository ppa:telepathy/ppa
[sudo] password for mpj:
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv 71ADF3D49D6DB68769CC6C0B638ABCA0FA3A1271
gpg: requisitando chave FA3A1271 de servidor hkp - keyserver.ubuntu.com
gpg: chave FA3A1271: "Launchpad PPA for Telepathy"
gpg: Número total processado: 1
gpg:              não modificados: 1
mpj@mpj-Inspiron-1525:~$


mpj@mpj-Inspiron-1525:~$ sudo apt-get update
Obter:1 http://dl.google.com stable Release.gpg [197B]                         
Ign http://dl.google.com/linux/chrome/deb/ stable/main Translation-en         
Ign http://download.skype.com stable Release.gpg                               
Atingido http://archive.ubuntu.com maverick Release.gpg                       
Ign http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt/ all/main Translation-en
Ign http://dl.google.com/linux/chrome/deb/ stable/main Translation-pt         
Ign http://download.skype.com/linux/repos/debian/ stable/non-free Translation-en
Ign http://download.skype.com/linux/repos/debian/ stable/non-free Translation-pt
Ign http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt/ all/main Translation-pt
Ign http://dl.google.com/linux/chrome/deb/ stable/main Translation-pt_BR       
Ign http://download.skype.com/linux/repos/debian/ stable/non-free Translation-pt_BR
Ign http://downloads.sourceforge.net/project/ubuntuzilla/mozilla/apt/ all/main Translation-pt_BR
Ign http://download.skype.com stable Release                                   
Atingido http://downloads.sourceforge.net all Release.gpg                     
Ign http://download.skype.com stable/non-free i386 Packages/DiffIndex         
Atingido http://download.skype.com stable/non-free i386 Packages               
Obter:2 http://dl.google.com stable Release.gpg [189B]                         
Ign http://dl.google.com/linux/deb/ stable/main Translation-en                 
Ign http://dl.google.com/linux/deb/ stable/main Translation-pt                 
Atingido http://archive.canonical.com maverick Release.gpg                     
Ign http://archive.canonical.com/ubuntu/ maverick/partner Translation-en       
Ign http://dl.google.com/linux/deb/ stable/main Translation-pt_BR             
Ign http://dl.google.com/linux/deb/ stable/non-free Translation-en             
Ign http://dl.google.com/linux/deb/ stable/non-free Translation-pt             
Ign http://dl.google.com/linux/deb/ stable/non-free Translation-pt_BR         
Ign http://archive.canonical.com/ubuntu/ maverick/partner Translation-pt       
Ign http://archive.canonical.com/ubuntu/ maverick/partner Translation-pt_BR   
Ign http://archive.ubuntu.com/ubuntu/ maverick/main Translation-en             
Atingido http://archive.ubuntu.com/ubuntu/ maverick/main Translation-pt       
Atingido http://archive.ubuntu.com/ubuntu/ maverick/main Translation-pt_BR     
Atingido http://archive.canonical.com maverick Release                         
Obter:3 http://dl.google.com stable Release.gpg [197B]                         
Ign http://dl.google.com/linux/talkplugin/deb/ stable/main Translation-en     
Ign http://dl.google.com/linux/talkplugin/deb/ stable/main Translation-pt     
Ign http://dl.google.com/linux/talkplugin/deb/ stable/main Translation-pt_BR   
Obter:4 http://dl.google.com stable Release [1.347B]                           
Obter:5 http://dl.google.com stable Release [2.544B]                           
Ign http://archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-en       
Atingido http://archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-pt 
Atingido http://archive.ubuntu.com/ubuntu/ maverick/multiverse Translation-pt_BR
Ign http://archive.ubuntu.com/ubuntu/ maverick/restricted Translation-en       
Atingido http://archive.ubuntu.com/ubuntu/ maverick/restricted Translation-pt 
Atingido http://archive.ubuntu.com/ubuntu/ maverick/restricted Translation-pt_BR
Ign http://archive.ubuntu.com/ubuntu/ maverick/universe Translation-en         
Atingido http://archive.ubuntu.com/ubuntu/ maverick/universe Translation-pt   
Atingido http://archive.canonical.com maverick/partner i386 Packages           
Atingido http://archive.ubuntu.com/ubuntu/ maverick/universe Translation-pt_BR
Obter:6 http://dl.google.com stable Release [1.347B]                           
Atingido http://archive.ubuntu.com maverick-updates Release.gpg               
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-en     
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-pt     
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/main Translation-pt_BR 
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-en
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-pt
Obter:7 http://dl.google.com stable/main i386 Packages [1.064B]               
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/multiverse Translation-pt_BR
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-en
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-pt
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/restricted Translation-pt_BR
Obter:8 http://dl.google.com stable/non-free i386 Packages [1.010B]           
Obter:9 http://dl.google.com stable/main i386 Packages [1.082B]               
Atingido http://downloads.sourceforge.net all Release                         
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-en
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-pt
Ign http://archive.ubuntu.com/ubuntu/ maverick-updates/universe Translation-pt_BR
Atingido http://archive.ubuntu.com maverick-security Release.gpg               
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/main Translation-en   
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/main Translation-pt   
Obter:10 http://dl.google.com stable/main i386 Packages [764B]                 
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/main Translation-pt_BR
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-en
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-pt
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/multiverse Translation-pt_BR
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/restricted Translation-en
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/restricted Translation-pt
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/restricted Translation-pt_BR
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/universe Translation-en
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/universe Translation-pt
Ign http://archive.ubuntu.com/ubuntu/ maverick-security/universe Translation-pt_BR
Atingido http://archive.ubuntu.com maverick Release                           
Atingido http://archive.ubuntu.com maverick-updates Release                   
Atingido http://archive.ubuntu.com maverick-security Release                   
Atingido http://archive.ubuntu.com maverick/main i386 Packages                 
Ign http://downloads.sourceforge.net all/main i386 Packages                   
Ign http://downloads.sourceforge.net all/main i386 Packages                   
Atingido http://downloads.sourceforge.net all/main i386 Packages               
Atingido http://archive.ubuntu.com maverick/restricted i386 Packages           
Atingido http://archive.ubuntu.com maverick/universe i386 Packages             
Atingido http://archive.ubuntu.com maverick/multiverse i386 Packages           
Atingido http://archive.ubuntu.com maverick-updates/main i386 Packages         
Atingido http://archive.ubuntu.com maverick-updates/restricted i386 Packages   
Atingido http://archive.ubuntu.com maverick-updates/universe i386 Packages     
Atingido http://archive.ubuntu.com maverick-updates/multiverse i386 Packages   
Atingido http://archive.ubuntu.com maverick-security/main i386 Packages       
Atingido http://archive.ubuntu.com maverick-security/restricted i386 Packages 
Atingido http://archive.ubuntu.com maverick-security/universe i386 Packages   
Atingido http://archive.ubuntu.com maverick-security/multiverse i386 Packages 
Atingido http://extras.ubuntu.com maverick Release.gpg                         
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en             
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-pt             
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-pt_BR           
Atingido http://extras.ubuntu.com maverick Release                             
Atingido http://extras.ubuntu.com maverick/main Sources                       
Atingido http://extras.ubuntu.com maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/amsn-daily/ppa/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/amsn-daily/ppa/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/amsn-daily/ppa/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/alecive/antigone/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/alecive/antigone/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/alecive/antigone/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/awn-testing/ppa/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/awn-testing/ppa/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/awn-testing/ppa/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/bjfs/ppa/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/bjfs/ppa/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/bjfs/ppa/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/crebs/ppa/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/crebs/ppa/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/crebs/ppa/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/dajhorn/adobeair/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/dajhorn/adobeair/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/dajhorn/adobeair/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/flozz/flozz/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/flozz/flozz/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/flozz/flozz/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/mozillateam/firefox-stable/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/sevenmachines/flash/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/sevenmachines/flash/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/sevenmachines/flash/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/telepathy/ppa/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/telepathy/ppa/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/telepathy/ppa/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/tualatrix/ppa/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/tualatrix/ppa/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/tualatrix/ppa/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release.gpg
Ign http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ maverick/main Translation-en
Ign http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ maverick/main Translation-pt
Ign http://ppa.launchpad.net/ubuntu-x-swat/x-updates/ubuntu/ maverick/main Translation-pt_BR
Atingido http://ppa.launchpad.net maverick Release
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick Release   
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Baixados 9.741B em 1min 40s (97B/s)
Lendo listas de pacotes... Pronto
mpj@mpj-Inspiron-1525:~$



Tota

Ola

O farsight2 esta nos repositorios, não pelo nome mas pelas bibliotecas => https://launchpad.net/ubuntu/+source/farsight2/0.0.26-1ubuntu1

Leia na pagina em => Binary packages built by this source

Instale o gstreamer-plugin-good e veja e instale o telepathy => https://launchpad.net/telepathy

Verifique os pacotes do telepathy aqui => http://packages.ubuntu.com/search?keywords=Telepathy&searchon=names&suite=natty&section=all

E instale tudo pelo gerenciador de pacotes synaptic

[]'s

Solid One

Citação de: marcosrokc online 29 de Abril de 2011, 13:28

Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Baixados 9.741B em 1min 40s (97B/s)
Lendo listas de pacotes... Pronto
mpj@mpj-Inspiron-1525:~$


digite o comando:

apt-cache search farsight

e cole aqui a saída do comando. esse comando mostra nomes de pacotes debian instalados e/ou disponíveis para instalação. quando você insere algum repositório externo por meio do apt-add-repository e atualiza o cache por meio do apt-get update, imediatamente os pacotes do repositório externo passam a ficar disponíveis para busca, instalação e remoção, seja pelo terminal ou seja pelo synaptic no modo gráfico.

marcosrokc

Citação de: Solid One online 05 de Maio de 2011, 08:49
Citação de: marcosrokc online 29 de Abril de 2011, 13:28

Atingido http://ppa.launchpad.net maverick/main Sources
Atingido http://ppa.launchpad.net maverick/main i386 Packages
Baixados 9.741B em 1min 40s (97B/s)
Lendo listas de pacotes... Pronto
mpj@mpj-Inspiron-1525:~$


digite o comando:

apt-cache search farsight

e cole aqui a saída do comando. esse comando mostra nomes de pacotes debian instalados e/ou disponíveis para instalação. quando você insere algum repositório externo por meio do apt-add-repository e atualiza o cache por meio do apt-get update, imediatamente os pacotes do repositório externo passam a ficar disponíveis para busca, instalação e remoção, seja pelo terminal ou seja pelo synaptic no modo gráfico.


Aqui esta o resultado do comando:
mpj@mpj-Inspiron-1525:~$ apt-cache search farsight
libtelepathy-farsight-dev - Glue library between telepathy and farsight2 (development files)
libtelepathy-farsight-doc - Glue library between telepathy and farsight2 (documentation)
libtelepathy-farsight0 - Glue library between telepathy and farsight2
libtelepathy-farsight0-dbg - Glue library between telepathy and farsight2 (debug symbols)
libtelepathy-qt4-farsight0 - Telepathy/Farsight integration - Qt 4 library
python-tpfarsight - Glue library between telepathy and farsight2 (python bindings)
libgstfarsight0.10-0 - Audio/Video communications framework: core library
libgstfarsight0.10-dbg - Audio/Video communications framework: debugging symbols
libgstfarsight0.10-dev - Audio/Video communications framework: development files
libgstfarsight0.10-doc - Audio/Video communications framework: documentation
python-farsight - Estrutura de comunicações de áudio/vídeo: ligações Python
gstreamer0.10-plugins-bad - GStreamer plugins from the "bad" set
mpj@mpj-Inspiron-1525:~$

paulohneiva

Consegui compilar o aMSN 0.98.9 no Ubuntu 12.04 Precise usando o seguinte:

apt-get install tcl-dev tk-dev libpng12-dev libjpeg-dev libfarstream-0.1-dev libgstreamer-plugins-base0.10-dev

EdvaldoSCruz

#14
Citação de: paulohneiva online 03 de Junho de 2012, 13:36
Consegui compilar o aMSN 0.98.9 no Ubuntu 12.04 Precise usando o seguinte:

apt-get install tcl-dev tk-dev libpng12-dev libjpeg-dev libfarstream-0.1-dev libgstreamer-plugins-base0.10-dev

Esse comando instalar o aMSN linux no Ubuntu 12.04 LTS ?
Ignorância é não aceitar e não submeter-se a CRISTO JESUS.
Para os Iniciantes, como eu, links de solucionar problemas rapidamente.