Mandriva Linux Archives: cooker@mandrivalinux.org
Mandriva Linux: cooker@mandrivalinux.org
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
- From: Adam Williamson
- Subject: [Cooker] anjuta2
- Date: 29 Apr 2007 23:53:46 -0000
A user on the Club forums reported that anjuta2 cannot be installed due
to unsatisfied libanjuta-interfaces.so.0. It appears the library
packages have somehow gotten lost at some point - the spec file should
generate some libanjuta2 packages, but there are none in the 2007,
2007.1 or Cooker repos. Unfortunately, I can't get it to build any more.
The errors are actually rather strange:
gcc -DHAVE_CONFIG_H -I. -I. -I../.. -DORBIT2=1 -pthread
-I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0
-I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0
-I/usr/include/libart-2.0 -I/usr/include/gconf/2
-I/usr/include/libbonoboui-2.0 -I/usr/include/gnome-vfs-2.0
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/gnome-keyring-1
-I/usr/include/orbit-2.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0
-I/usr/include/bonobo-activation-2.0 -I/usr/include/pango-1.0
-I/usr/include/freetype2 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/libpng12
-I/usr/include/libxml2 -I/usr/include/libglade-2.0
-I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/freetype2 -I/usr/include/libpng12 -I../.. -I/usr/include
-O0 -g -Wall -Wmissing-prototypes -Wmissing-declarations -Wparentheses
-Wpointer-arith -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fomit-frame-pointer -march=i586 -mtune=generic
-fasynchronous-unwind-tables -MT svn-backend.lo -MD -MP
-MF .deps/svn-backend.Tpo -c svn-backend.c -fPIC -DPIC
-o .libs/svn-backend.o
In file included from svn-backend.h:25,
from svn-backend.c:19:
/usr/include/subversion-1/svn_client.h:35:24: error: apr_tables.h: No
such file or directory
In file included from /usr/include/subversion-1/svn_client.h:37,
from svn-backend.h:25,
from svn-backend.c:19:
/usr/include/subversion-1/svn_types.h:28:45: error: apr.h: No such file
or directory
/usr/include/subversion-1/svn_types.h:29:23: error: apr_pools.h: No such
file or directory
/usr/include/subversion-1/svn_types.h:30:22: error: apr_hash.h: No such
file or directory
/usr/include/subversion-1/svn_types.h:32:22: error: apr_time.h: No such
file or directory
In file included from /usr/include/subversion-1/svn_wc.h:42,
from /usr/include/subversion-1/svn_client.h:38,
from svn-backend.h:25,
from svn-backend.c:19:
/usr/include/subversion-1/svn_string.h:71:25: error: apr_strings.h: No
such file or directory
In file included from /usr/include/subversion-1/svn_delta.h:34,
from /usr/include/subversion-1/svn_wc.h:43,
from /usr/include/subversion-1/svn_client.h:38,
from svn-backend.h:25,
from svn-backend.c:19:
/usr/include/subversion-1/svn_error.h:29:52: error: apr_errno.h: No such
file or directory
/usr/include/subversion-1/svn_error.h:35:22: error: apr_want.h: No such
file or directory
In file included from /usr/include/subversion-1/svn_delta.h:35,
from /usr/include/subversion-1/svn_wc.h:43,
from /usr/include/subversion-1/svn_client.h:38,
from svn-backend.h:25,
from svn-backend.c:19:
/usr/include/subversion-1/svn_io.h:30:25: error: apr_file_io.h: No such
file or directory
/usr/include/subversion-1/svn_io.h:31:29: error: apr_thread_proc.h: No
such file or directory
In file included from /usr/include/subversion-1/svn_delta.h:36,
from /usr/include/subversion-1/svn_wc.h:43,
from /usr/include/subversion-1/svn_client.h:38,
from svn-backend.h:25,
from svn-backend.c:19:
/usr/include/subversion-1/svn_version.h:30:25: error: apr_general.h: No
such file or directory
In file included from /usr/include/subversion-1/svn_wc.h:45,
from /usr/include/subversion-1/svn_client.h:38,
from svn-backend.h:25,
from svn-backend.c:19:
/usr/include/subversion-1/svn_opt.h:27:24: error: apr_getopt.h: No such
file or directory
make[3]: *** [svn-backend.lo] Error 1
make[3]: Leaving directory
`/home/adamw/rpm/BUILD/anjuta-2.0.2/plugins/subversion'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/adamw/rpm/BUILD/anjuta-2.0.2/plugins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/adamw/rpm/BUILD/anjuta-2.0.2'
make: *** [all] Error 2
As can be seen, the headers for libapr are not in the CFLAGS, even
though the build process uses pkgconfig so they _should_ be. I don't
know what's wrong or how to fix it.
We either need someone smarter than me to fix the build, or we need to
drop the package. The project seems to have been dead since 2004 anyway
and the real anjuta (this was a fork) is now working on a 2.x version,
so this package could probably die.
--
adamw
- Prev by Date: [Cooker] [Bug 30219] eclipse-platform, RESOLVED: Eclipse
- Next by Date: [Cooker] Tasty menu for KDE3.
- Previous by thread: [Cooker] [Bug 30219] eclipse-platform, RESOLVED: Eclipse
- Next by thread: [Cooker] Tasty menu for KDE3.
- Index(es):
