bugGNU Common Lisp - Bugs: bug #51319, Git Head Build Fails in unixport

 
 

bug #51319: Git Head Build Fails in unixport

Submitter:  Thomas Dean <tomdean>
Submitted:  Mon 26 Jun 2017 08:03:31 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 22 Dec 2021 04:10:40 PM UTC, comment #2: 

Thanks for your report!

Camm Maguire <camm>
Group administrator
Thu 24 Aug 2017 10:22:00 PM UTC, comment #1: 

I've just cloned git head, tried to compile it on Ubuntu 16.04 LTS, and it failed with the same message as in this bug ticket.
Configuration was done with:
./configure --enable-ansi
Tcl/Tk is present and was detected by configure.

Anonymous
Mon 26 Jun 2017 08:03:31 PM UTC, original submission:  


> head -2 /etc/os-release

NAME="Ubuntu"
VERSION="16.04.2 LTS (Xenial Xerus)"

> uname -r

4.12.0-041200rc2-generic

> git clone ...
> cd gcl
> ./configure

...

> make

...
gcc -c -fsigned-char  -pipe -Wall  -Wno-unused-but-set-variable -O3 -fomit-frame-pointer  -I/home/tomdean/Gnu/gcl-code/gcl/o -I../h -I../gcl-tk user_match.c 
rm -f gcllib.a
ar qc gcllib.a bcmp.o bcopy.o bzero.o user_init.o user_match.o
ranlib gcllib.a
rm symbol.c list.c string.c hash.c character.c gcl_readline.c sequence.c print.c read.c pathname.c file.c package.c
make[1]: Leaving directory '/home/tomdean/Gnu/gcl-code/gcl/o'
make h/cmpinclude.h
make[1]: Entering directory '/home/tomdean/Gnu/gcl-code/gcl'
make[1]: 'h/cmpinclude.h' is up to date.
make[1]: Leaving directory '/home/tomdean/Gnu/gcl-code/gcl'
rm -f o/cmpinclude.h ; cp h/cmpinclude.h o
cd unixport && make saved_pre_gcl
make[1]: Entering directory '/home/tomdean/Gnu/gcl-code/gcl/unixport'
ls: cannot access '../lsp/*.o': No such file or directory
ls: cannot access '../xgcl-2/*.o': No such file or directory
ls: cannot access '../cmpnew/*.o': No such file or directory
ls: cannot access 'gcl_recompile?*.o': No such file or directory
ls: cannot access '../mod/*.o': No such file or directory
ls: cannot access '../pcl/*.o': No such file or directory
ls: cannot access '../clcs/*.o': No such file or directory
make[1]: * No rule to make target 'saved_pre_gcl'.  Stop.
make[1]: Leaving directory '/home/tomdean/Gnu/gcl-code/gcl/unixport'
makefile:72: recipe for target 'unixport/saved_pre_gcl' failed
make: * [unixport/saved_pre_gcl] Error 2

Thomas Dean <tomdean>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by camm (Posted a comment)
  • -email is unavailable- added by tomdean (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-12-22 camm StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code