Evolution: port broken/mistake

Kevin Thompson antiduh at csh.rit.edu
Wed Mar 17 00:13:05 PST 2004


Hello, I'm writing this because I believe the port for evolution is not
working due to no fault of my own.

I built it without pilot support, and with ldap support.
I have the newest ports tree as of 17-Mar-2004 2:44am -500


This is from the build target:
/bin/sh ../libtool --mode=link cc  -pipe -O2 -ffast-math -march=k6 -Wall
-Wmissing-prototypes  -L/usr/local/lib -rpath=/usr/lib:/usr/local/lib -o
killev  killev.o ../e-util/libeutil.la -pthread -Wl,--export-dynamic
-L/usr/local/lib -L/usr/X11R6/lib -lgal-2.0 -lgal-a11y-2.0 -lglade-2.0
-lgnomeprint-2-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2 -lgnome-2
-lpopt -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation -lORBit-2
-lgthread-2.0 -lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0 -lgtk-x11-2.0
-lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0 -lgdk_pixbuf-2.0 -lm
-lpangoxft-1.0 -lXft -lfreetype -lz -lXrender -lXext -lfontconfig
-lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -lsoup-2.0
-lglib-2.0 -liconv   -pthread  -pthread
cc -pipe -O2 -ffast-math -march=k6 -Wall -Wmissing-prototypes
-rpath=/usr/lib:/usr/local/lib -o .libs/killev killev.o -pthread
-Wl,--export-dynamic -pthread -pthread  -L/usr/local/lib
../e-util/.libs/libeutil.so -L/usr/X11R6/lib -lgal-2.0 -lgal-a11y-2.0
-lglade-2.0 -lgnomeprint-2-2 -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lxml2
-lgnome-2 -lpopt -lbonobo-2 -lgconf-2 -lgnomevfs-2 -lbonobo-activation
-lORBit-2 -lgthread-2.0 -lgnomecanvas-2 -lart_lgpl_2 -lpangoft2-1.0
-lgtk-x11-2.0 -lgdk-x11-2.0 -lXrandr -lXi -lXinerama -latk-1.0
-lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lz -lXrender
-lXext -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0
-lgmodule-2.0 -lsoup-2.0 -lglib-2.0 -liconv -Wl,--rpath
-Wl,/usr/X11R6/lib/evolution/1.4
../e-util/.libs/libeutil.so: warning: mktemp() possibly used unsafely;
consider using mkstemp()
creating killev
sed -e 's?\@EVOLUTION_TOOLSDIR\@?/usr/X11R6/libexec/evolution/1.4?g' \
   < ./evolution-addressbook-clean.in > evolution-addressbook-clean.tmp
\
  && mv evolution-addressbook-clean.tmp evolution-addressbook-clean
gmake[2]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/tools'
Making all in help
gmake[2]: Entering directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help'
Making all in C
gmake[3]: Entering directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help/C'
for file in evolution-1.4-C.omf; do \
  scrollkeeper-preinstall
/usr/X11R6/share/gnome/help/evolution-1.4/C/evolution-1.4.xml ./$file
$file.out; \
done
/usr/libexec/ld-elf.so.1: /usr/local/lib/libxml2.so.5: Undefined symbol
"pthread_once"
gmake[3]: [omf_timestamp] Error 1 (ignored)
touch omf_timestamp
gmake[3]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help/C'
gmake[3]: Entering directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help'
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help'
gmake[2]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help'
Making all in po
gmake[2]: Entering directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/po'
gmake[2]: Nothing to be done for `all'.
gmake[2]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/po'
gmake[2]: Entering directory
`/usr/ports/mail/evolution/work/evolution-1.4.6'
gmake[2]: Nothing to be done for `all-am'.
gmake[2]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6'
gmake[1]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6'


Here are the appropriate lines from the install target:

gmake[3]: Entering directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help/C'
gmake[3]: Nothing to be done for `install-exec-am'.
/bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/help/evolution-1.4/C
for file in apx-authors.xml apx-bugs.xml apx-fdl.xml apx-gloss.xml
apx-gpl.xml config-prefs.xml config-sync.xml legal.xml menuref.xml
preface.xml usage-calendar.xml usage-contact.xml usage-exec-summary.xml
usage-exchange.xml usage-mail-org.xml usage-mail.xml
usage-mainwindow.xml usage-print.xml usage-sync.xml evolution-1.4.xml;
do \
  cp ./$file /usr/X11R6/share/gnome/help/evolution-1.4/C; \
done
if test "figures"; then \
  /bin/sh ../../mkinstalldirs
/usr/X11R6/share/gnome/help/evolution-1.4/C/figures; \
  for file in ./figures/*.png; do \
    basefile=`echo $file | sed -e  's,^.*/,,'`; \
    install -c -o root -g wheel -m 444 $file
/usr/X11R6/share/gnome/help/evolution-1.4/C/figures/$basefile; \
  done \
fi
gmake  install-data-hook
gmake[4]: Entering directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help/C'
/bin/sh ../../mkinstalldirs /usr/X11R6/share/gnome/omf/evolution
for file in evolution-1.4-C.omf; do \
        install -c -o root -g wheel -m 444 $file.out
/usr/X11R6/share/gnome/omf/evolution/$file; \
done
install: evolution-1.4-C.omf.out: No such file or directory
gmake[4]: *** [install-data-hook-omf] Error 71
gmake[4]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help/C'
gmake[3]: *** [install-data-am] Error 2
gmake[3]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help/C'
gmake[2]: *** [install-am] Error 2
gmake[2]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help/C'
gmake[1]: *** [install-recursive] Error 1
gmake[1]: Leaving directory
`/usr/ports/mail/evolution/work/evolution-1.4.6/help'
gmake: *** [install-recursive] Error 1
*** Error code 2

Stop in /usr/ports/mail/evolution.


I generated this output by executing:
cd /usr/ports/mail/evolution/; make rmconfig clean rmconfig clean build
install.



--Kevin Thompson



More information about the freebsd-gnome mailing list