Re: Howdy
"C.J. Adams-Collier" <[email protected]> Wed, 19 Dec 2007 10:51:43 -0800
| Newsgroups | gmane.comp.gnome.garnome |
|---|---|
| Organization | Collier Technologies |
| Message-ID | <[email protected]> |
gnome-vfs needs /lib/libattr.la, which doesn't exist for some reason.
This file can be placed in /lib to fix the issue
On Tue, 2007-12-18 at 16:02 -0800, C.J. Adams-Collier wrote:
> okay, 2.16 was too crufty.
>
> There's a problem with gamin that requires this patch:
>
> $ cat /tmp/gamin_garnome-2.20.2.diff
> --- work/main.d/gamin-0.1.9/libgamin/gam_data.c 2007-07-04
> 06:36:48.000000000 -0700
> +++ work-cjac/main.d/gamin-0.1.9/libgamin/gam_data.c 2007-12-18
> 15:58:43.000000000 -0800
> @@ -454,7 +454,7 @@
> return (NULL);
> memset(ret, 0, sizeof(GAMData));
>
> -#ifdef HAVE_PTHREAD_H
> +#if defined(HAVE_PTHREAD_H) && defined(pthread_mutexattr_settype)
> if (is_threaded == -1) {
> if ((pthread_mutexattr_init != NULL) &&
> (pthread_mutexattr_settype != NULL) &&
>
> Cheers,
>
> C.J.
>
> On Tue, 2007-12-18 at 10:33 -0800, C.J. Adams-Collier wrote:
>
> > Hey folks,
> >
> > I'm sending this stuff to the list so that it doesn't get lost in
> > the noise of #garnome
> >
> > * 2.16.3's gtkhtml does not include a dependency on
> > platform/libgnomeui
> >
> > * RHEL3 has an *old* version of python. I had to install
> > Python-2.5.1.tar.bz2 to get libxml2 working
> > * the pkg-config shipped with RHEL3 is old, too. I installed
> > pkg-config-0.22.tar.gz and life is better
> > * cairo depends on libpng, which is not shipped with RHEL3
> >
> > RHEL3 is supported in "maintenance" mode until 2010. It's the OS
> > that our org uses for developers, so it would be great if garnome
> > would build to the platform...
> >
> > More when I get time...
> >
> > C.J.
> >
--
garnome-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/garnome-list
libattr.la
(text/plain, 695 B)
# libattr.la - a libtool library file # Generated by ltmain.sh - GNU libtool 1.4.3 (1.922.2.111 2002/10/23 02:54:36) # # Please DO NOT delete this file! # It is necessary for linking the library. # The name that we can dlopen(3). dlname='libattr.so.1' # Names of this library. library_names='libattr.so.1.1.0 libattr.so.1 libattr.so' # The name of the static archive. old_library='libattr.a' # Libraries that this one depends upon. dependency_libs='' # Version information for libattr. current=2 age=1 revision=0 # Is this an already installed library? installed=no # Files to dlopen/dlpreopen dlopen='' dlpreopen='' # Directory that this library needs to be installed in: libdir='/lib'