Encontro DebianDayPT 2008 - Inscreve-te! | Visite também o Planeta DebianPT.org

Compilar Evolution

Submetido por brunomiguel a Terça, 2007-09-04 23:42.

Estou a tentar compilar o Evolution a partir da source dos repositórios Unstable, mas, quando executo o configure, ele não me detecta as libs do gstreamer. Os parâmetros que estou a usar com o configure são estes:

--prefix=/opt/evolution --enable-nntp=yes --enable-cairo-calendar=yes --enable-pilot-conduits=yes --enable-nss=yes --enable-smime=yes --enable-exchange=yes --enable-plugins=all --enable-profiling=yes --enable-gtk-doc --with-openldap=yes --with-sunldap=yes --with-krb5 --with-krb4 GSTREAMER_LIBS=/usr/lib/

Já experimentei uma panóplia de coisas, até apontar o GSTREAMER_LIBS para uma libraria, em vez de um pasta, mas dá sempre o mesmo erro :(

Comentários

Opções de visualização dos comentários

Seleccione a sua forma preferida de visualização de comentários e clique "Gravar configuração" para activar as suas alterações.

filho ... apt-get source

filho ...

apt-get source evolution -t unstable

cd evolution-*

dpkg-buildpackage -b -rfakeroot

depois de compilado ...

cd ..
dpkg -i evolution*.deb

Não funca

Agradeço a ajuda, mas não deu. Continua a dar o mesmo erro:

warning: gstreamer was not found, audio-inline plugin will not be built.
you are probably missing gstreamer-devel package.

Tal como diz a mensagem de

Tal como diz a mensagem de erro, precisas de instalar o pacote de desenvolvimento do gstreamer :)

Uma procura rápida mostra o nome do pacote: libgstreamer0.10-dev .

Está instalado

Esse pacote está instalado, mas quando corro o configure, ele não é detectado :|
Por isso é que tentei definir o path para o GSTREAMER_LIBS, no configure - mas devo ter feito isso incorrectamente.

Põe aqui todo o output que

Põe aqui todo o output que te dá quando o tentas compilar, é mais fácil para o debug :)

Output o ./configure

checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking how to create a ustar tar archive... gnutar
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
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 dependency style of gcc... gcc3
checking for library containing strerror... none required
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 how to run the C preprocessor... gcc -E
checking for inline... inline
checking for flex... flex
checking for yywrap in -lfl... yes
checking lex output file root... lex.yy
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking for jw... no
checking for intltool >= 0.35.5... 0.35.5 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
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 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... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for a sed that does not truncate output... /bin/sed
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 how to recognise dependent libraries... pass_all
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... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
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 if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 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
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for Win32... no
checking for iconv in -liconv... no
checking for iconv... yes
checking for gnu_get_libc_version... yes
checking if iconv() handles UTF-8... yes
checking preferred charset formats for system iconv... not found
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking for socklen_t... yes
checking for purify... impure
checking for tm_gmtoff in struct tm... yes
checking for mkstemp... yes
checking for mkdtemp... yes
checking for isblank... yes
checking if ctime_r wants three arguments... no
checking for gethostbyname_r... yes
checking if gethostbyname_r wants five arguments... no
checking for gethostbyaddr_r... yes
checking if gethostbyaddr_r wants seven arguments... no
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking for statvfs... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/mount.h usability... yes
checking sys/mount.h presence... yes
checking for sys/mount.h... yes
checking for statfs... yes
checking for GIT... yes
checking for A11Y... yes
checking for OpenLDAP... yes
checking if OpenLDAP is version 2.x... yes
checking for res_query in -lresolv... yes
checking for bind in -lsocket... no
checking for gethostbyaddr in -lnsl... yes
checking for ber_get_tag in -llber... yes
checking for ldap_open in -lldap... yes
checking for ldap_ntlm_bind... yes
checking for pthread_create in -lpthread... yes
checking for regexec... yes
checking for GTKHTML... yes
checking for GNOME_PILOT... yes
checking if pilot-link handles UTF-8 conversions... yes
checking pi-version.h usability... yes
checking pi-version.h presence... yes
checking for pi-version.h... yes
checking for pi_accept in -lpisock... yes
checking for pilot-link version >= 0.11.4... yes (found 0.12.2)
checking for Kerberos 5... -lkrb5 -lk5crypto -lcom_err -lgssapi_krb5
checking et/com_err.h usability... yes
checking et/com_err.h presence... yes
checking for et/com_err.h... yes
checking com_err.h usability... yes
checking com_err.h presence... yes
checking for com_err.h... yes
checking for Kerberos 4... -lkrb4 -ldes425 -lkrb5 -lk5crypto -lcom_err
checking Mozilla NSPR pkg-config module name... nspr
checking Mozilla NSS pkg-config module name... nss
checking for dtappintegrate... no
checking for killall... /usr/bin/killall
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.7... yes
checking for GLIB - version >= 2.0.0... yes (version 2.14.0)
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
checking what language compliance flags to pass to the C compiler...
checking for pkg-config... /usr/bin/pkg-config
checking for orbit2-config... /usr/bin/orbit2-config
checking for ORBit - version >= 2.9.8... yes
checking for orbit-idl-2... /usr/bin/orbit-idl-2
checking for CORBA include paths... -I /usr/share/idl/bonobo-2.0 -I /usr/share/idl/bonobo-activation-2.0 -I /usr/share/idl/evolution-data-server-1.2
checking for GNOME_FULL... yes
checking libgnomeui/gnome-icon-lookup.h usability... yes
checking libgnomeui/gnome-icon-lookup.h presence... yes
checking for libgnomeui/gnome-icon-lookup.h... yes
checking libgnomeui/gnome-thumbnail.h usability... yes
checking libgnomeui/gnome-thumbnail.h presence... yes
checking for libgnomeui/gnome-thumbnail.h... yes
checking for EXTRA_GNOME... yes
checking for HAL... yes
checking for CAMEL... yes
checking for CAMEL_GROUPWISE... yes
checking for MOZILLA_NSS... yes
checking for CERT_UI... yes
checking for E_NAME... yes
checking for E_UTIL... yes
checking for TZDIALOG... yes
checking for E_WIDGETS... yes
checking for IMPORTERS... yes
checking for LIBFILTER... yes
checking for NM... yes
checking for SHELL... yes
checking for EVOLUTION_ADDRESSBOOK... yes
checking for EVOLUTION_ADDRESSBOOK_CONDUIT... yes
checking for LIBNOTIFY... yes
checking for SOUPTEMP... checking for LIBSOUP... yes
checking for EVOLUTION_CALENDAR... yes
checking for EVOLUTION_CALENDAR_CONDUIT... yes
checking for EVOLUTION_MAIL... yes
checking for evolution-data-server IDL... /usr/share/idl/evolution-data-server-1.2/Evolution-DataServer.idl
checking for EVOLUTION_TEST... yes
warning: gstreamer was not found, audio-inline plugin will not be built.
you are probably missing gstreamer-devel package.
checking for NMN... yes
checking for CAMEL_EXCHANGE... yes
checking for gtkdoc-mkdb... true
checking gtk-doc version (1.8) >= 0.6... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure: creating ./config.status
config.status: creating po/Makefile.in
config.status: creating Makefile
config.status: creating win32/Makefile
config.status: creating a11y/Makefile
config.status: creating a11y/addressbook/Makefile
config.status: creating a11y/calendar/Makefile
config.status: creating a11y/widgets/Makefile
config.status: creating a11y/e-table/Makefile
config.status: creating a11y/e-text/Makefile
config.status: creating addressbook/Makefile
config.status: creating addressbook/conduit/Makefile
config.status: creating addressbook/gui/Makefile
config.status: creating addressbook/gui/component/Makefile
config.status: creating addressbook/gui/contact-editor/Makefile
config.status: creating addressbook/gui/contact-list-editor/Makefile
config.status: creating addressbook/gui/merging/Makefile
config.status: creating addressbook/gui/widgets/Makefile
config.status: creating addressbook/importers/Makefile
config.status: creating addressbook/printing/Makefile
config.status: creating addressbook/tools/Makefile
config.status: creating addressbook/util/Makefile
config.status: creating art/Makefile
config.status: creating data/Makefile
config.status: creating data/cde_app_root/Makefile
config.status: creating data/cde_app_root/dt/Makefile
config.status: creating data/cde_app_root/dt/appconfig/Makefile
config.status: creating data/cde_app_root/dt/appconfig/appmanager/Makefile
config.status: creating data/cde_app_root/dt/appconfig/appmanager/C/Makefile
config.status: creating data/cde_app_root/dt/appconfig/appmanager/C/Ximian/Makefile
config.status: creating data/cde_app_root/dt/appconfig/icons/Makefile
config.status: creating data/cde_app_root/dt/appconfig/icons/C/Makefile
config.status: creating data/cde_app_root/dt/appconfig/types/Makefile
config.status: creating data/cde_app_root/dt/appconfig/types/C/Makefile
config.status: creating data/cde_app_root/dt/appconfig/types/C/Ximian.dt
config.status: creating e-util/Makefile
config.status: creating filter/Makefile
config.status: creating help/Makefile
config.status: creating help/quickref/Makefile
config.status: creating help/quickref/C/Makefile
config.status: creating help/quickref/de/Makefile
config.status: creating help/quickref/es/Makefile
config.status: creating help/quickref/sv/Makefile
config.status: creating shell/Makefile
config.status: creating shell/evolution-nognome
config.status: creating ui/Makefile
config.status: creating views/Makefile
config.status: creating views/addressbook/Makefile
config.status: creating views/calendar/Makefile
config.status: creating views/mail/Makefile
config.status: creating views/tasks/Makefile
config.status: creating views/memos/Makefile
config.status: creating widgets/Makefile
config.status: creating widgets/e-timezone-dialog/Makefile
config.status: creating widgets/menus/Makefile
config.status: creating widgets/misc/Makefile
config.status: creating widgets/text/Makefile
config.status: creating widgets/table/Makefile
config.status: creating calendar/Makefile
config.status: creating calendar/importers/Makefile
config.status: creating calendar/common/Makefile
config.status: creating calendar/idl/Makefile
config.status: creating calendar/conduits/Makefile
config.status: creating calendar/conduits/todo/Makefile
config.status: creating calendar/conduits/calendar/Makefile
config.status: creating calendar/conduits/memo/Makefile
config.status: creating calendar/gui/Makefile
config.status: creating calendar/gui/alarm-notify/Makefile
config.status: creating calendar/gui/dialogs/Makefile
config.status: creating composer/Makefile
config.status: creating mail/Makefile
config.status: creating mail/default/Makefile
config.status: creating mail/default/C/Makefile
config.status: creating mail/default/de/Makefile
config.status: creating mail/default/es/Makefile
config.status: creating mail/default/fi/Makefile
config.status: creating mail/default/fr/Makefile
config.status: creating mail/default/lt/Makefile
config.status: creating mail/default/mk/Makefile
config.status: creating mail/default/zh_CN/Makefile
config.status: creating mail/default/ja/Makefile
config.status: creating mail/default/nl/Makefile
config.status: creating mail/default/pt/Makefile
config.status: creating mail/importers/Makefile
config.status: creating plugins/Makefile
config.status: creating plugins/mark-all-read/Makefile
config.status: creating plugins/caldav/Makefile
config.status: creating plugins/calendar-file/Makefile
config.status: creating plugins/calendar-http/Makefile
config.status: creating plugins/calendar-weather/Makefile
config.status: creating plugins/plugin-manager/Makefile
config.status: creating plugins/bbdb/Makefile
config.status: creating plugins/audio-inline/Makefile
config.status: creating plugins/mail-to-meeting/Makefile
config.status: creating plugins/mail-to-task/Makefile
config.status: creating plugins/mail-remote/Makefile
config.status: creating plugins/mono/Makefile
config.status: creating plugins/new-mail-notify/Makefile
config.status: creating plugins/subject-thread/Makefile
config.status: creating plugins/save-attachments/Makefile
config.status: creating plugins/save-calendar/Makefile
config.status: creating plugins/select-one-source/Makefile
config.status: creating plugins/mark-calendar-offline/Makefile
config.status: creating plugins/prefer-plain/Makefile
config.status: creating plugins/profiler/Makefile
config.status: creating plugins/copy-tool/Makefile
config.status: creating plugins/folder-unsubscribe/Makefile
config.status: creating plugins/mailing-list-actions/Makefile
config.status: creating plugins/itip-formatter/Makefile
config.status: creating plugins/backup-restore/Makefile
config.status: creating plugins/exchange-operations/Makefile
config.status: creating plugins/default-source/Makefile
config.status: creating plugins/default-mailer/Makefile
config.status: creating plugins/addressbook-file/Makefile
config.status: creating plugins/startup-wizard/Makefile
config.status: creating plugins/print-message/Makefile
config.status: creating plugins/groupwise-account-setup/Makefile
config.status: creating plugins/hula-account-setup/Makefile
config.status: creating plugins/groupwise-features/Makefile
config.status: creating plugins/mail-account-disable/Makefile
config.status: creating plugins/sa-junk-plugin/Makefile
config.status: creating plugins/ipod-sync/Makefile
config.status: creating plugins/publish-calendar/Makefile
config.status: creating plugins/import-ics-attachments/Makefile
config.status: creating plugins/imap-features/Makefile
config.status: creating smime/Makefile
config.status: creating smime/lib/Makefile
config.status: creating smime/gui/Makefile
config.status: creating tools/Makefile
config.status: creating evolution-zip
config.status: creating evolution-shell.pc
config.status: creating evolution-plugin.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

Evolution has been configured as follows:

LDAP support: yes (dynamic)
HAL: yes
NNTP support: yes
Pilot conduits: yes
Libnotify: yes
Kerberos 4/5: yes/yes (MIT)
SSL support: yes (Mozilla NSS)
SMIME support: yes (Mozilla NSS)
Plugins: yes (all) (and profiling)
Gtk-doc: yes
DBus API version 1100

Programming documentation files will be built automatically.

posta TODO o output do

posta TODO o output do dpkg-buildpackage -b -rfakeroot

posta isso para ficheiro (existe um prog que faz isso) e anexa ao comentário.

TODO o output do dpkg-buildpackage -b -rfakeroot

pkg-buildpackage -b -rfakeroot > /home/brunomiguel/Desktop/1: http://web.omnidrive.com/APIServer/public/w4Atheh8aw8VMVXhb5BjmjIs/1

eu lamento informar, mas o

eu lamento informar, mas o que diz o log é que ele compilou e criou os pacotes.

se fizeres
cd ..

ls -l *.deb

vês a lista de pacotes que ele compilou.

em seguida podes fazer

dpkg -i *.deb

que penso que ele instala todos os pacotes.

Eu nunca disse que ele não

Eu nunca disse que ele não compilava. Ele compila, o problema é compilar _sem suporte para gstreamer_. Dá-me jeito o alerta sonoro.

[ warning: gstreamer was not found, audio-inline plugin will not be built.
you are probably missing gstreamer-devel package. ]

Back to top