error building rpms -- make_share_list



On 12/12/10 9:15 PM, Robert Dodier wrote:
> Hi,
>
> I;m trying to build rpms for the 5.23 release and I get the
> following error about make_share_list.
> Can someone fix that? I haven't been following that stuff too closely.
>

Here is a patch that seems to fix that particular issue.  I've never
done this before, so I may be totally wrong, but the error about
make_share_list is gone.

Also, there needs to be a admin/Makefile.am.  I put this in that file:

EXTRA_DIST = make_share_list

I can't finish rpmbuild because getopt_license.txt is missing....


Ray

Patch

Index: Makefile.am
===================================================================
RCS file: /cvsroot/maxima/maxima/Makefile.am,v
retrieving revision 1.33
diff -u -r1.33 Makefile.am
--- Makefile.am    4 Dec 2010 05:48:23 -0000    1.33
+++ Makefile.am    15 Dec 2010 15:44:41 -0000
@@ -2,7 +2,7 @@
    LOCALE_DIR = locale
 endif
 
-SUBDIRS = src lisp-utils tests doc interfaces share demo plotting
$(LOCALE_DIR)
+SUBDIRS = src admin lisp-utils tests doc interfaces share demo plotting
$(LOCALE_DIR)
 
 EXTRA_DIST = \
   common.mk maxima.iss.in \
Index: configure.in
===================================================================
RCS file: /cvsroot/maxima/maxima/configure.in,v
retrieving revision 1.130.2.4
diff -u -r1.130.2.4 configure.in
--- configure.in    13 Dec 2010 17:20:11 -0000    1.130.2.4
+++ configure.in    15 Dec 2010 15:44:42 -0000
@@ -871,6 +871,7 @@
 interfaces/xmaxima/doc/Makefile interfaces/xmaxima/doc/figures/Makefile \
 interfaces/xmaxima/msgs/Makefile interfaces/xmaxima/win32/Makefile \
 plotting/mgnuplot share/Makefile demo/Makefile plotting/Makefile
locale/Makefile \
+admin/Makefile \
 src/lisp)
 
 echo