cvs make on redhat 5.0

View: New views
7 Messages — Rating Filter:   Alert me  

cvs make on redhat 5.0

by Jim Ward :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,
   So 2.6.7 on redhat/centos 5.3, configure and make fails.   I tried  
the cvs version and while configure completes (no errors).  make fails  
with this error:
# make
make: *** No rule to make target `/usr/lib/libbfd.a', needed by  
`copy_bfd'.  Stop.


Thanks for any help.  I really need to get gcl working again, so I can  
then compile acl2.

--
Jim Ward

A man has made at least a start on discovering the meaning of human
life when he plants shade trees under which he knows full well he
will never sit.
                 - Elton Trueblood






_______________________________________________
Gcl-devel mailing list
Gcl-devel@...
http://lists.gnu.org/mailman/listinfo/gcl-devel

Re: cvs make on redhat 5.0

by Jerry James-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jun 23, 2009 at 7:54 AM, Jim Ward<seker@...> wrote:

> Hi all,
>  So 2.6.7 on redhat/centos 5.3, configure and make fails.   I tried the cvs
> version and while configure completes (no errors).  make fails with this
> error:
> # make
> make: *** No rule to make target `/usr/lib/libbfd.a', needed by `copy_bfd'.
>  Stop.
>
>
> Thanks for any help.  I really need to get gcl working again, so I can then
> compile acl2.

I'm curious to know if this source RPM builds successfully for you:

http://download.fedora.redhat.com/pub/fedora/linux/updates/10/SRPMS/gcl-2.6.8-0.3.20090303cvs.fc10.src.rpm

If you try it, please let me know if it builds or not (I'm the Fedora
maintainer).  Also, if it does build successfully and you are using
SELinux, note that you will have to label image files produced by gcl
with the gcl_exec_t type.

Regards,
--
Jerry James
http://www.jamezone.org/


_______________________________________________
Gcl-devel mailing list
Gcl-devel@...
http://lists.gnu.org/mailman/listinfo/gcl-devel

Re: cvs make on redhat 5.0

by Jim Ward :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have dependencies problems.  Redhat 5.x normally works pretty well  
with Fedora 6/7/8, 9 and 10 I have a lot of problems with seems like  
names changes or something.  Anyway, I get the following errors  
rpmbuild:
rpmbuild -ba gcl.spec
         tex(latex) is needed by gcl-2.6.8-0.3.20090303cvs.noarch
         xemacs-devel is needed by gcl-2.6.8-0.3.20090303cvs.noarch
         xemacs-packages-extra is needed by gcl-2.6.8-0.3.20090303cvs.noarch

Can't find tex(latex) version?
   have tetex-latex-3.0-33.2.el5_1.2 install

   Xemacs was removed from the redhat/centos 5.x dist.  I have a  
version I built and put into /usr/local for everyone to use.

--
Jim Ward

A man has made at least a start on discovering the meaning of human
life when he plants shade trees under which he knows full well he
will never sit.
                 - Elton Trueblood


Quoting Jerry James <loganjerry@...>:

> On Tue, Jun 23, 2009 at 7:54 AM, Jim Ward<seker@...> wrote:
>> Hi all,
>>  So 2.6.7 on redhat/centos 5.3, configure and make fails.   I tried the cvs
>> version and while configure completes (no errors).  make fails with this
>> error:
>> # make
>> make: *** No rule to make target `/usr/lib/libbfd.a', needed by `copy_bfd'.
>>  Stop.
>>
>>
>> Thanks for any help.  I really need to get gcl working again, so I can then
>> compile acl2.
>
> I'm curious to know if this source RPM builds successfully for you:
>
> http://download.fedora.redhat.com/pub/fedora/linux/updates/10/SRPMS/gcl-2.6.8-0.3.20090303cvs.fc10.src.rpm
>
> If you try it, please let me know if it builds or not (I'm the Fedora
> maintainer).  Also, if it does build successfully and you are using
> SELinux, note that you will have to label image files produced by gcl
> with the gcl_exec_t type.
>
> Regards,
> --
> Jerry James
> http://www.jamezone.org/
>



_______________________________________________
Gcl-devel mailing list
Gcl-devel@...
http://lists.gnu.org/mailman/listinfo/gcl-devel

Re: cvs make on redhat 5.0

by Jerry James-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jun 23, 2009 at 8:57 AM, Jim Ward<seker@...> wrote:

> I have dependencies problems.  Redhat 5.x normally works pretty well with
> Fedora 6/7/8, 9 and 10 I have a lot of problems with seems like names
> changes or something.  Anyway, I get the following errors rpmbuild:
> rpmbuild -ba gcl.spec
>        tex(latex) is needed by gcl-2.6.8-0.3.20090303cvs.noarch
>        xemacs-devel is needed by gcl-2.6.8-0.3.20090303cvs.noarch
>        xemacs-packages-extra is needed by gcl-2.6.8-0.3.20090303cvs.noarch
>
> Can't find tex(latex) version?
>  have tetex-latex-3.0-33.2.el5_1.2 install
>
>  Xemacs was removed from the redhat/centos 5.x dist.  I have a version I
> built and put into /usr/local for everyone to use.
If you don't mind editing the spec file a little, I think we can get a
version that works for you.  First, change the tex(latex)
BuildRequires to tetex-latex.  (The "tex(foo)" Provides were added in
Fedora to handle the transition from tetex to texlive.)  Second, if
you don't care about XEmacs support in your GCL build, then just nuke
every mention of XEmacs in the spec file, subpackages and all.  If you
do care, we'll have to get you an XEmacs package first.

I'm attaching what I think the final spec file should look like.
--
Jerry James
http://www.jamezone.org/


_______________________________________________
Gcl-devel mailing list
Gcl-devel@...
http://lists.gnu.org/mailman/listinfo/gcl-devel

gcl.spec (17K) Download Attachment

Parent Message unknown Re: cvs make on redhat 5.0

by Jerry James-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Let's keep the list involved, in case someone else has a similar
question/problem later.

On Tue, Jun 23, 2009 at 9:36 AM, Jim Ward<seker@...> wrote:
> Ok, made the changes, looks like gcl built, but now I build errors looks
> like for selinux.  selinux is disable (but installed) on our systems (to
> much a pain).  How can I disable selinux part, partial output below.

Okay, so we need to rip the SELinux parts out, too.  Result attached.

> Oh and before I forget, does this install into /usr/local or /usr?  I would
> really like to avoid installing gcl on about 70+ linux machines and just
> install it once into /usr/local.

Hmmmmm.....  Well, rpm builds for /usr by default.  I can think of two
ways to try addressing this.  First, maybe we can just define _prefix
to /usr/local in the spec file.  I've added that to the attached
version, but I don't know if it will work.  However, now you have an
RPM-managed package in /usr/local, which doesn't seem like a good
thing.  The second approach to try is to only do the "rpmbuild -bp"
part to get the patches applied, etc., then manually configure and
build following the recipe in the spec file so that you can control
the resulting install prefix.

> And did I say THANKS!!!!!

You are very welcome.
--
Jerry James
http://www.jamezone.org/


_______________________________________________
Gcl-devel mailing list
Gcl-devel@...
http://lists.gnu.org/mailman/listinfo/gcl-devel

gcl.spec (16K) Download Attachment

Re: cvs make on redhat 5.0

by Jim Ward :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

reply vs reply-all.  sorry about that.

There is an error in the spec file.  Needed to remove the "%patch5 -p1"  line.
Just for sanity, I commented out the /usr/local, until I knew it would  
complete.
There rpmbuild -ba worked, compiled, failed to build packages.
attached is the bottom part of the build and errors.  Mostly it  
appears to want all the .c .h files but can't find them or doesn't  
need them, not sure.  I'm an SysAdmin that still likes make and hacks  
source files.  rpmbuild is still a little like magic to me.

On the up side, gcl 2.6.8 does work.  I went into  
/usr/src/redhat/BUILD/gcl-2.6.8  found everything.  ./configure;  
make; make install  and it was happy and worked.  acl2 v3.5 compiled  
using it.

I'm willing to continue to try and get rpm files, if you are.

--
Jim Ward

A man has made at least a start on discovering the meaning of human
life when he plants shade trees under which he knows full well he
will never sit.
                 - Elton Trueblood


Quoting Jerry James <loganjerry@...>:

> Let's keep the list involved, in case someone else has a similar
> question/problem later.
>
> On Tue, Jun 23, 2009 at 9:36 AM, Jim Ward<seker@...> wrote:
>> Ok, made the changes, looks like gcl built, but now I build errors looks
>> like for selinux.  selinux is disable (but installed) on our systems (to
>> much a pain).  How can I disable selinux part, partial output below.
>
> Okay, so we need to rip the SELinux parts out, too.  Result attached.
>
>> Oh and before I forget, does this install into /usr/local or /usr?  I would
>> really like to avoid installing gcl on about 70+ linux machines and just
>> install it once into /usr/local.
>
> Hmmmmm.....  Well, rpm builds for /usr by default.  I can think of two
> ways to try addressing this.  First, maybe we can just define _prefix
> to /usr/local in the spec file.  I've added that to the attached
> version, but I don't know if it will work.  However, now you have an
> RPM-managed package in /usr/local, which doesn't seem like a good
> thing.  The second approach to try is to only do the "rpmbuild -bp"
> part to get the patches applied, etc., then manually configure and
> build following the recipe in the spec file so that you can control
> the resulting install prefix.
>
>> And did I say THANKS!!!!!
>
> You are very welcome.
> --
> Jerry James
> http://www.jamezone.org/
>

+ /bin/mkdir -p /var/tmp/gcl-2.6.8-0.3.20090303cvs-root-root/usr/share/doc/gcl-xemacs-2.6.8
+ cp -pr elisp/readme /var/tmp/gcl-2.6.8-0.3.20090303cvs-root-root/usr/share/doc/gcl-xemacs-2.6.8
+ exit 0
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: gcl = 2.6.8-0.3.20090303cvs xemacs(bin) >= 21.5 xemacs-packages-extra
Processing files: gcl-xemacs-el-2.6.8-0.3.20090303cvs
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: gcl-xemacs = 2.6.8-0.3.20090303cvs
Checking for unpackaged file(s): /usr/lib/rpm/check-files /var/tmp/gcl-2.6.8-0.3.20090303cvs-root-root
error: Installed (but unpackaged) file(s) found:
   /usr/lib/debug/usr/lib/gcl-2.6.8/gcl-tk/gcltkaux.debug
   /usr/lib/debug/usr/lib/gcl-2.6.8/unixport/saved_ansi_gcl.debug
   /usr/src/debug/gcl-2.6.8/clcs/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_condition_definitions.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_condition_definitions.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_conditions.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_conditions.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_debugger.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_debugger.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_handler.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_handler.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_install.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_install.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_kcl_cond.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_kcl_cond.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_macros.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_macros.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_precom.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_precom.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_restart.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_restart.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_top_patches.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_top_patches.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpbind.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpbind.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpblock.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpblock.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcall.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcall.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcatch.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcatch.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpenv.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpenv.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpeval.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpeval.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpflet.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpflet.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpfun.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpfun.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpif.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpif.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpinline.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpinline.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplabel.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplabel.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplam.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplam.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplet.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplet.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmploc.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmploc.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmap.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmap.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmulti.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmulti.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpspecial.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpspecial.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptag.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptag.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptop.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptop.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptype.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptype.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmputil.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmputil.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvar.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvar.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvs.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvs.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpwt.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpwt.h
   /usr/src/debug/gcl-2.6.8/gcl-tk/comm.c
   /usr/src/debug/gcl-2.6.8/gcl-tk/guis.c
   /usr/src/debug/gcl-2.6.8/gcl-tk/guis.h
   /usr/src/debug/gcl-2.6.8/gcl-tk/sheader.h
   /usr/src/debug/gcl-2.6.8/gcl-tk/tkAppInit.c
   /usr/src/debug/gcl-2.6.8/gcl-tk/tkMain.c
   /usr/src/debug/gcl-2.6.8/h/att_ext.h
   /usr/src/debug/gcl-2.6.8/h/bds.h
   /usr/src/debug/gcl-2.6.8/h/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/h/compbas2.h
   /usr/src/debug/gcl-2.6.8/h/enum.h
   /usr/src/debug/gcl-2.6.8/h/eval.h
   /usr/src/debug/gcl-2.6.8/h/frame.h
   /usr/src/debug/gcl-2.6.8/h/gmp_wrappers.h
   /usr/src/debug/gcl-2.6.8/h/lex.h
   /usr/src/debug/gcl-2.6.8/h/new_decl.h
   /usr/src/debug/gcl-2.6.8/h/notcomp.h
   /usr/src/debug/gcl-2.6.8/h/num_include.h
   /usr/src/debug/gcl-2.6.8/h/object.h
   /usr/src/debug/gcl-2.6.8/h/page.h
   /usr/src/debug/gcl-2.6.8/h/protoize.h
   /usr/src/debug/gcl-2.6.8/h/ptable.h
   /usr/src/debug/gcl-2.6.8/h/stacks.h
   /usr/src/debug/gcl-2.6.8/h/usig.h
   /usr/src/debug/gcl-2.6.8/h/vs.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_arraylib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_arraylib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_assert.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_assert.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_debug.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_debug.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defmacro.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defmacro.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defpackage.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defpackage.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defstruct.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defstruct.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_describe.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_describe.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_destructuring_bind.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_destructuring_bind.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_evalmacros.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_evalmacros.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_info.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_info.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_iolib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_iolib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_listlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_listlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_loop.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_loop.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_make_defpackage.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_make_defpackage.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_mislib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_mislib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_module.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_module.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_numlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_numlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_packlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_packlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_predlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_predlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seq.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seq.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seqlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seqlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_serror.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_serror.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_setf.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_setf.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_sloop.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_sloop.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_top.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_top.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_trace.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_trace.h
   /usr/src/debug/gcl-2.6.8/o/alloc.c
   /usr/src/debug/gcl-2.6.8/o/array.c
   /usr/src/debug/gcl-2.6.8/o/assignment.c
   /usr/src/debug/gcl-2.6.8/o/backq.c
   /usr/src/debug/gcl-2.6.8/o/bds.c
   /usr/src/debug/gcl-2.6.8/o/big.c
   /usr/src/debug/gcl-2.6.8/o/bind.c
   /usr/src/debug/gcl-2.6.8/o/block.c
   /usr/src/debug/gcl-2.6.8/o/catch.c
   /usr/src/debug/gcl-2.6.8/o/cfun.c
   /usr/src/debug/gcl-2.6.8/o/character.d
   /usr/src/debug/gcl-2.6.8/o/cmac.c
   /usr/src/debug/gcl-2.6.8/o/cmpaux.c
   /usr/src/debug/gcl-2.6.8/o/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/o/conditional.c
   /usr/src/debug/gcl-2.6.8/o/error.c
   /usr/src/debug/gcl-2.6.8/o/eval.c
   /usr/src/debug/gcl-2.6.8/o/fasdump.c
   /usr/src/debug/gcl-2.6.8/o/fat_string.c
   /usr/src/debug/gcl-2.6.8/o/file.d
   /usr/src/debug/gcl-2.6.8/o/format.c
   /usr/src/debug/gcl-2.6.8/o/frame.c
   /usr/src/debug/gcl-2.6.8/o/funlink.c
   /usr/src/debug/gcl-2.6.8/o/gbc.c
   /usr/src/debug/gcl-2.6.8/o/gcl_readline.d
   /usr/src/debug/gcl-2.6.8/o/gmp.c
   /usr/src/debug/gcl-2.6.8/o/gmp_big.c
   /usr/src/debug/gcl-2.6.8/o/gmp_num_log.c
   /usr/src/debug/gcl-2.6.8/o/gmp_wrappers.c
   /usr/src/debug/gcl-2.6.8/o/hash.d
   /usr/src/debug/gcl-2.6.8/o/iteration.c
   /usr/src/debug/gcl-2.6.8/o/let.c
   /usr/src/debug/gcl-2.6.8/o/lex.c
   /usr/src/debug/gcl-2.6.8/o/list.d
   /usr/src/debug/gcl-2.6.8/o/macros.c
   /usr/src/debug/gcl-2.6.8/o/main.c
   /usr/src/debug/gcl-2.6.8/o/makefun.c
   /usr/src/debug/gcl-2.6.8/o/mapfun.c
   /usr/src/debug/gcl-2.6.8/o/multival.c
   /usr/src/debug/gcl-2.6.8/o/new_init.c
   /usr/src/debug/gcl-2.6.8/o/nfunlink.c
   /usr/src/debug/gcl-2.6.8/o/nsocket.c
   /usr/src/debug/gcl-2.6.8/o/num_arith.c
   /usr/src/debug/gcl-2.6.8/o/num_co.c
   /usr/src/debug/gcl-2.6.8/o/num_comp.c
   /usr/src/debug/gcl-2.6.8/o/num_log.c
   /usr/src/debug/gcl-2.6.8/o/num_pred.c
   /usr/src/debug/gcl-2.6.8/o/num_rand.c
   /usr/src/debug/gcl-2.6.8/o/num_sfun.c
   /usr/src/debug/gcl-2.6.8/o/number.c
   /usr/src/debug/gcl-2.6.8/o/package.d
   /usr/src/debug/gcl-2.6.8/o/pathname.d
   /usr/src/debug/gcl-2.6.8/o/plt.c
   /usr/src/debug/gcl-2.6.8/o/predicate.c
   /usr/src/debug/gcl-2.6.8/o/print.d
   /usr/src/debug/gcl-2.6.8/o/prog.c
   /usr/src/debug/gcl-2.6.8/o/read.d
   /usr/src/debug/gcl-2.6.8/o/reference.c
   /usr/src/debug/gcl-2.6.8/o/regexp.c
   /usr/src/debug/gcl-2.6.8/o/regexp.h
   /usr/src/debug/gcl-2.6.8/o/regexpr.c
   /usr/src/debug/gcl-2.6.8/o/run_process.c
   /usr/src/debug/gcl-2.6.8/o/save.c
   /usr/src/debug/gcl-2.6.8/o/sequence.d
   /usr/src/debug/gcl-2.6.8/o/sfaslbfd.c
   /usr/src/debug/gcl-2.6.8/o/sfasli.c
   /usr/src/debug/gcl-2.6.8/o/sgbc.c
   /usr/src/debug/gcl-2.6.8/o/sockets.c
   /usr/src/debug/gcl-2.6.8/o/string.d
   /usr/src/debug/gcl-2.6.8/o/structure.c
   /usr/src/debug/gcl-2.6.8/o/symbol.d
   /usr/src/debug/gcl-2.6.8/o/toplevel.c
   /usr/src/debug/gcl-2.6.8/o/typespec.c
   /usr/src/debug/gcl-2.6.8/o/unexelf.c
   /usr/src/debug/gcl-2.6.8/o/unixfasl.c
   /usr/src/debug/gcl-2.6.8/o/unixfsys.c
   /usr/src/debug/gcl-2.6.8/o/unixsave.c
   /usr/src/debug/gcl-2.6.8/o/unixsys.c
   /usr/src/debug/gcl-2.6.8/o/unixtime.c
   /usr/src/debug/gcl-2.6.8/o/user_init.c
   /usr/src/debug/gcl-2.6.8/o/user_match.c
   /usr/src/debug/gcl-2.6.8/o/usig.c
   /usr/src/debug/gcl-2.6.8/o/usig2.c
   /usr/src/debug/gcl-2.6.8/o/usig2_aux.c
   /usr/src/debug/gcl-2.6.8/o/utils.c
   /usr/src/debug/gcl-2.6.8/o/xdrfuns.c
   /usr/src/debug/gcl-2.6.8/pcl/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_boot.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_boot.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_braid.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_braid.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cache.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cache.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_combin.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_combin.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_compat.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_compat.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cpl.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cpl.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_ctypes.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_ctypes.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defclass.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defclass.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defcombin.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defcombin.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defs.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defs.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dfun.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dfun.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp2.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp2.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_env.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_env.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fast_init.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fast_init.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fin.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fin.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fixup.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fixup.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fngen.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fngen.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fsc.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fsc.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk0.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk0.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk1.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk1.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk2.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk2.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk3.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk3.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk4.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk4.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk5.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk5.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk6.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk6.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk7.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk7.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_generic_functions.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_generic_functions.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_impl_low.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_impl_low.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_init.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_init.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_iterate.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_iterate.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_low.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_low.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_macros.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_macros.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_methods.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_methods.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_pkg.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_pkg.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom1.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom1.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom2.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom2.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots_boot.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots_boot.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_std_class.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_std_class.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_vector.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_vector.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_walk.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_walk.h
   /usr/src/debug/gcl-2.6.8/unixport/sys_ansi_gcl.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/Events.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/XStruct-2.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/XStruct-4.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/Xutil-2.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/general-c.c


RPM build errors:
    Installed (but unpackaged) file(s) found:
   /usr/lib/debug/usr/lib/gcl-2.6.8/gcl-tk/gcltkaux.debug
   /usr/lib/debug/usr/lib/gcl-2.6.8/unixport/saved_ansi_gcl.debug
   /usr/src/debug/gcl-2.6.8/clcs/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_condition_definitions.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_condition_definitions.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_conditions.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_conditions.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_debugger.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_debugger.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_handler.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_handler.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_install.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_install.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_kcl_cond.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_kcl_cond.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_macros.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_macros.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_precom.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_precom.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_restart.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_restart.h
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_top_patches.c
   /usr/src/debug/gcl-2.6.8/clcs/gcl_clcs_top_patches.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpbind.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpbind.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpblock.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpblock.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcall.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcall.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcatch.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpcatch.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpenv.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpenv.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpeval.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpeval.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpflet.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpflet.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpfun.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpfun.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpif.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpif.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpinline.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpinline.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplabel.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplabel.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplam.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplam.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplet.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmplet.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmploc.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmploc.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmap.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmap.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmulti.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpmulti.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpspecial.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpspecial.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptag.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptag.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptop.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptop.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptype.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmptype.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmputil.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmputil.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvar.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvar.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvs.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpvs.h
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpwt.c
   /usr/src/debug/gcl-2.6.8/cmpnew/gcl_cmpwt.h
   /usr/src/debug/gcl-2.6.8/gcl-tk/comm.c
   /usr/src/debug/gcl-2.6.8/gcl-tk/guis.c
   /usr/src/debug/gcl-2.6.8/gcl-tk/guis.h
   /usr/src/debug/gcl-2.6.8/gcl-tk/sheader.h
   /usr/src/debug/gcl-2.6.8/gcl-tk/tkAppInit.c
   /usr/src/debug/gcl-2.6.8/gcl-tk/tkMain.c
   /usr/src/debug/gcl-2.6.8/h/att_ext.h
   /usr/src/debug/gcl-2.6.8/h/bds.h
   /usr/src/debug/gcl-2.6.8/h/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/h/compbas2.h
   /usr/src/debug/gcl-2.6.8/h/enum.h
   /usr/src/debug/gcl-2.6.8/h/eval.h
   /usr/src/debug/gcl-2.6.8/h/frame.h
   /usr/src/debug/gcl-2.6.8/h/gmp_wrappers.h
   /usr/src/debug/gcl-2.6.8/h/lex.h
   /usr/src/debug/gcl-2.6.8/h/new_decl.h
   /usr/src/debug/gcl-2.6.8/h/notcomp.h
   /usr/src/debug/gcl-2.6.8/h/num_include.h
   /usr/src/debug/gcl-2.6.8/h/object.h
   /usr/src/debug/gcl-2.6.8/h/page.h
   /usr/src/debug/gcl-2.6.8/h/protoize.h
   /usr/src/debug/gcl-2.6.8/h/ptable.h
   /usr/src/debug/gcl-2.6.8/h/stacks.h
   /usr/src/debug/gcl-2.6.8/h/usig.h
   /usr/src/debug/gcl-2.6.8/h/vs.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_arraylib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_arraylib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_assert.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_assert.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_debug.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_debug.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defmacro.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defmacro.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defpackage.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defpackage.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defstruct.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_defstruct.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_describe.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_describe.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_destructuring_bind.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_destructuring_bind.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_evalmacros.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_evalmacros.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_info.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_info.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_iolib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_iolib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_listlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_listlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_loop.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_loop.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_make_defpackage.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_make_defpackage.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_mislib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_mislib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_module.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_module.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_numlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_numlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_packlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_packlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_predlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_predlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seq.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seq.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seqlib.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_seqlib.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_serror.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_serror.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_setf.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_setf.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_sloop.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_sloop.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_top.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_top.h
   /usr/src/debug/gcl-2.6.8/lsp/gcl_trace.c
   /usr/src/debug/gcl-2.6.8/lsp/gcl_trace.h
   /usr/src/debug/gcl-2.6.8/o/alloc.c
   /usr/src/debug/gcl-2.6.8/o/array.c
   /usr/src/debug/gcl-2.6.8/o/assignment.c
   /usr/src/debug/gcl-2.6.8/o/backq.c
   /usr/src/debug/gcl-2.6.8/o/bds.c
   /usr/src/debug/gcl-2.6.8/o/big.c
   /usr/src/debug/gcl-2.6.8/o/bind.c
   /usr/src/debug/gcl-2.6.8/o/block.c
   /usr/src/debug/gcl-2.6.8/o/catch.c
   /usr/src/debug/gcl-2.6.8/o/cfun.c
   /usr/src/debug/gcl-2.6.8/o/character.d
   /usr/src/debug/gcl-2.6.8/o/cmac.c
   /usr/src/debug/gcl-2.6.8/o/cmpaux.c
   /usr/src/debug/gcl-2.6.8/o/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/o/conditional.c
   /usr/src/debug/gcl-2.6.8/o/error.c
   /usr/src/debug/gcl-2.6.8/o/eval.c
   /usr/src/debug/gcl-2.6.8/o/fasdump.c
   /usr/src/debug/gcl-2.6.8/o/fat_string.c
   /usr/src/debug/gcl-2.6.8/o/file.d
   /usr/src/debug/gcl-2.6.8/o/format.c
   /usr/src/debug/gcl-2.6.8/o/frame.c
   /usr/src/debug/gcl-2.6.8/o/funlink.c
   /usr/src/debug/gcl-2.6.8/o/gbc.c
   /usr/src/debug/gcl-2.6.8/o/gcl_readline.d
   /usr/src/debug/gcl-2.6.8/o/gmp.c
   /usr/src/debug/gcl-2.6.8/o/gmp_big.c
   /usr/src/debug/gcl-2.6.8/o/gmp_num_log.c
   /usr/src/debug/gcl-2.6.8/o/gmp_wrappers.c
   /usr/src/debug/gcl-2.6.8/o/hash.d
   /usr/src/debug/gcl-2.6.8/o/iteration.c
   /usr/src/debug/gcl-2.6.8/o/let.c
   /usr/src/debug/gcl-2.6.8/o/lex.c
   /usr/src/debug/gcl-2.6.8/o/list.d
   /usr/src/debug/gcl-2.6.8/o/macros.c
   /usr/src/debug/gcl-2.6.8/o/main.c
   /usr/src/debug/gcl-2.6.8/o/makefun.c
   /usr/src/debug/gcl-2.6.8/o/mapfun.c
   /usr/src/debug/gcl-2.6.8/o/multival.c
   /usr/src/debug/gcl-2.6.8/o/new_init.c
   /usr/src/debug/gcl-2.6.8/o/nfunlink.c
   /usr/src/debug/gcl-2.6.8/o/nsocket.c
   /usr/src/debug/gcl-2.6.8/o/num_arith.c
   /usr/src/debug/gcl-2.6.8/o/num_co.c
   /usr/src/debug/gcl-2.6.8/o/num_comp.c
   /usr/src/debug/gcl-2.6.8/o/num_log.c
   /usr/src/debug/gcl-2.6.8/o/num_pred.c
   /usr/src/debug/gcl-2.6.8/o/num_rand.c
   /usr/src/debug/gcl-2.6.8/o/num_sfun.c
   /usr/src/debug/gcl-2.6.8/o/number.c
   /usr/src/debug/gcl-2.6.8/o/package.d
   /usr/src/debug/gcl-2.6.8/o/pathname.d
   /usr/src/debug/gcl-2.6.8/o/plt.c
   /usr/src/debug/gcl-2.6.8/o/predicate.c
   /usr/src/debug/gcl-2.6.8/o/print.d
   /usr/src/debug/gcl-2.6.8/o/prog.c
   /usr/src/debug/gcl-2.6.8/o/read.d
   /usr/src/debug/gcl-2.6.8/o/reference.c
   /usr/src/debug/gcl-2.6.8/o/regexp.c
   /usr/src/debug/gcl-2.6.8/o/regexp.h
   /usr/src/debug/gcl-2.6.8/o/regexpr.c
   /usr/src/debug/gcl-2.6.8/o/run_process.c
   /usr/src/debug/gcl-2.6.8/o/save.c
   /usr/src/debug/gcl-2.6.8/o/sequence.d
   /usr/src/debug/gcl-2.6.8/o/sfaslbfd.c
   /usr/src/debug/gcl-2.6.8/o/sfasli.c
   /usr/src/debug/gcl-2.6.8/o/sgbc.c
   /usr/src/debug/gcl-2.6.8/o/sockets.c
   /usr/src/debug/gcl-2.6.8/o/string.d
   /usr/src/debug/gcl-2.6.8/o/structure.c
   /usr/src/debug/gcl-2.6.8/o/symbol.d
   /usr/src/debug/gcl-2.6.8/o/toplevel.c
   /usr/src/debug/gcl-2.6.8/o/typespec.c
   /usr/src/debug/gcl-2.6.8/o/unexelf.c
   /usr/src/debug/gcl-2.6.8/o/unixfasl.c
   /usr/src/debug/gcl-2.6.8/o/unixfsys.c
   /usr/src/debug/gcl-2.6.8/o/unixsave.c
   /usr/src/debug/gcl-2.6.8/o/unixsys.c
   /usr/src/debug/gcl-2.6.8/o/unixtime.c
   /usr/src/debug/gcl-2.6.8/o/user_init.c
   /usr/src/debug/gcl-2.6.8/o/user_match.c
   /usr/src/debug/gcl-2.6.8/o/usig.c
   /usr/src/debug/gcl-2.6.8/o/usig2.c
   /usr/src/debug/gcl-2.6.8/o/usig2_aux.c
   /usr/src/debug/gcl-2.6.8/o/utils.c
   /usr/src/debug/gcl-2.6.8/o/xdrfuns.c
   /usr/src/debug/gcl-2.6.8/pcl/cmpinclude.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_boot.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_boot.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_braid.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_braid.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cache.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cache.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_combin.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_combin.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_compat.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_compat.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cpl.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_cpl.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_ctypes.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_ctypes.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defclass.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defclass.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defcombin.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defcombin.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defs.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_defs.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dfun.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dfun.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp2.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_dlisp2.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_env.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_env.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fast_init.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fast_init.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fin.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fin.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fixup.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fixup.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fngen.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fngen.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fsc.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_fsc.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk0.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk0.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk1.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk1.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk2.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk2.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk3.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk3.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk4.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk4.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk5.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk5.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk6.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk6.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk7.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_gazonk7.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_generic_functions.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_generic_functions.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_impl_low.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_impl_low.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_init.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_init.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_iterate.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_iterate.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_low.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_low.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_macros.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_macros.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_methods.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_methods.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_pkg.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_pkg.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom1.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom1.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom2.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_precom2.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots_boot.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_slots_boot.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_std_class.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_std_class.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_vector.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_vector.h
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_walk.c
   /usr/src/debug/gcl-2.6.8/pcl/gcl_pcl_walk.h
   /usr/src/debug/gcl-2.6.8/unixport/sys_ansi_gcl.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/Events.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/XStruct-2.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/XStruct-4.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/Xutil-2.c
   /usr/src/debug/gcl-2.6.8/xgcl-2/general-c.c
_______________________________________________
Gcl-devel mailing list
Gcl-devel@...
http://lists.gnu.org/mailman/listinfo/gcl-devel

Re: cvs make on redhat 5.0

by Jerry James-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Jun 23, 2009 at 10:36 AM, Jim Ward<seker@...> wrote:
> reply vs reply-all.  sorry about that.
>
> There is an error in the spec file.  Needed to remove the "%patch5 -p1"
>  line.

Oops.  My mistake.

> Just for sanity, I commented out the /usr/local, until I knew it would
> complete.
> There rpmbuild -ba worked, compiled, failed to build packages.
> attached is the bottom part of the build and errors.  Mostly it appears to
> want all the .c .h files but can't find them or doesn't need them, not sure.
>  I'm an SysAdmin that still likes make and hacks source files.  rpmbuild is
> still a little like magic to me.
>
> On the up side, gcl 2.6.8 does work.  I went into
> /usr/src/redhat/BUILD/gcl-2.6.8  found everything.  ./configure;  make; make
> install  and it was happy and worked.  acl2 v3.5 compiled using it.

Excellent!

> I'm willing to continue to try and get rpm files, if you are.

I've got enough other things going on that I'm happy you got what you
need.  But thanks for the offer.
--
Jerry James
http://www.jamezone.org/


_______________________________________________
Gcl-devel mailing list
Gcl-devel@...
http://lists.gnu.org/mailman/listinfo/gcl-devel