Re: 2.17.3 release
- From: Kjartan Maraas <kmaraas broadpark no>
- To: Elijah Newren <newren gmail com>
- Cc: release-team gnome org, Vincent Untz <vuntz gnome org>
- Subject: Re: 2.17.3 release
- Date: Sat, 02 Dec 2006 12:44:40 +0100
fre, 01,.12.2006 kl. 16.20 -0700, skrev Elijah Newren:
> On 11/29/06, Vincent Untz <vuntz gnome org> wrote:
> > Hi,
> >
> > It'd be great if someone can handle the 2.17.3 release, including the
> > "tarballs due" mail (that should be sent on Friday).
>
> Thanks for handling the last two Vincent. I'm guessing from Kjartan's
> having sent out a tarball due announcement that he's volunteering.
> I'll back him up if he needs it, at least until I fly out for DAM on
> Wednesday...
>
I'll do my best, but I'm not sure how much time I'll have.
> > Also, I probably won't release any of my modules, so feel free to
> > release them or have someone release them (gnome-panel,
> > gnome-session, gnome-desktop, libwnck).
>
> I'll check with Kjartan and between us we should find someone to do these...
I did gnome-session yesterday, but I'm having problems with gnome-panel
and gnome-desktop distcheck. I hacked a way around it in gnome-desktop
with the following patch:
diff -u -p -r1.3 test-ditem-edit.c
--- libgnome-desktop/test-ditem-edit.c 3 Jun 2006 11:58:04 -0000 1.3
+++ libgnome-desktop/test-ditem-edit.c 2 Dec 2006 11:37:09 -0000
@@ -1,4 +1,4 @@
-
+#ifndef GNOME_DISABLE_DEPRECATED_SOURCE
#include "config.h"
#include <stdio.h>
#include <stdlib.h>
@@ -75,3 +75,5 @@ main(int argc, char * argv[])
return 0;
}
+#endif
+
Is this ok?
gnome-panel fails like this:
make[1]: Entering directory `/home/kmaraas/cvs/gnome/gnome-panel/doc'
list='reference'; for subdir in $list; do \
if test "$subdir" = .; then :; else \
test -d
"/home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3/doc/$subdir" \
|| /bin/mkdir -p
"/home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3/doc/$subdir" \
|| exit 1; \
distdir=`CDPATH="${ZSH_VERSION+.}:" &&
cd /home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3/doc && pwd`; \
top_distdir=`CDPATH="${ZSH_VERSION+.}:" &&
cd /home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3 && pwd`; \
(cd $subdir && \
make \
top_distdir="$top_distdir" \
distdir="$distdir/$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
make[2]: Entering directory
`/home/kmaraas/cvs/gnome/gnome-panel/doc/reference'
list='panel-applet'; for subdir in $list; do \
if test "$subdir" = .; then :; else \
test -d
"/home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3/doc/reference/$subdir" \
|| /bin/mkdir -p
"/home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3/doc/reference/$subdir" \
|| exit 1; \
distdir=`CDPATH="${ZSH_VERSION+.}:" &&
cd /home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3/doc/reference
&& pwd`; \
top_distdir=`CDPATH="${ZSH_VERSION+.}:" &&
cd /home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3 && pwd`; \
(cd $subdir && \
make \
top_distdir="$top_distdir" \
distdir="$distdir/$subdir" \
am__remove_distdir=: \
am__skip_length_check=: \
distdir) \
|| exit 1; \
fi; \
done
make[3]: Entering directory
`/home/kmaraas/cvs/gnome/gnome-panel/doc/reference/panel-applet'
make \
top_distdir="/home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3"
distdir="/home/kmaraas/cvs/gnome/gnome-panel/gnome-panel-2.16.3/doc/reference/panel-applet" \
dist-hook
make[4]: Entering directory
`/home/kmaraas/cvs/gnome/gnome-panel/doc/reference/panel-applet'
*** gtk-doc must be installed and enabled in order to make dist
make[4]: *** [dist-check-gtkdoc] Error 1
make[4]: Leaving directory
`/home/kmaraas/cvs/gnome/gnome-panel/doc/reference/panel-applet'
make[3]: *** [distdir] Error 2
make[3]: Leaving directory
`/home/kmaraas/cvs/gnome/gnome-panel/doc/reference/panel-applet'
make[2]: *** [distdir] Error 1
make[2]: Leaving directory
`/home/kmaraas/cvs/gnome/gnome-panel/doc/reference'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/kmaraas/cvs/gnome/gnome-panel/doc'
make: *** [distdir] Error 1
I passed --enable-gtk-doc to autogen.sh...
Cheers
Kjartan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]