URL:
<http://savannah.gnu.org/bugs/?40254>
Summary: build.sh does not work at all
Project: make
Submitted by: x19290
Submitted on: Sun 13 Oct 2013 11:40:10 AM GMT
Severity: 3 - Normal
Item Group: Build/Install
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Component Version: 4.0
Operating System: POSIX-Based
Fixed Release: None
Triage Status: None
_______________________________________________________
Details:
It always tries to compile guile.c, and will fail, regardless of the presence
or absence of guile.
Steps to reproduce:
1. Prepare a very plain Debian GNU/Linux 7.1.0.
2. # edit /etc/{group,passwd,shadow} # add my login (h2), add h2 to sudoers.
# mkdir ~h2
# chown h2.h2 ~h2 /usr/src
# aptitude install openssh-server sudo gcc apt-file
3. $ scp host-os:.../make-4.0.tar.gz /var/tmp
$ cd /usr/src
$ tar zxf /var/tmp/make-4.0.tar.gz
$ cd make-4.0
$ ./configure
$ ./build.sh
compiling ar.c...
...
compiling guile.c...
./guile.c:25:22: fatal error: libguile.h: No such file or directory
4. $ sudo find / -name libguile.h
(none)
$ apt-file update
$ apt-file search libguile.h
guile-2.0-dev: /usr/include/guile/2.0/libguile.h
$ sudo aptitude install guile-2.0-dev
$ ./configure
$ ./build.sh
compiling ar.c...
...
compiling guile.c...
./guile.c:25:22: fatal error: libguile.h: No such file or directory
compilation terminated.
$ ./configure --with-guile
$ ./build.sh
compiling ar.c...
...
compiling guile.c...
./guile.c:25:22: fatal error: libguile.h: No such file or directory
compilation terminated.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40254>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make