bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #40254] build.sh does not work at all


From: Hiroki Horiuchi
Subject: [bug #40254] build.sh does not work at all
Date: Sun, 13 Oct 2013 11:40:11 +0000
User-agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/537.31 (KHTML, like Gecko) Chrome/26.0.1410.63 Safari/537.31

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/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]