bugmake - Bugs: bug #40254, build.sh does not work at all

 
 

bug #40254: build.sh does not work at all

Submitter:  Hiroki Horiuchi <x19290>
Submitted:  Sun 13 Oct 2013 11:40:10 AM UTC
   
 
Severity:  3 - Normal Item Group:  Build/Install
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.0 Operating System:  POSIX-Based
Fixed Release:  4.1 Triage Status:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 19 Oct 2013 04:26:11 PM UTC, comment #1: 

I've fixed this and I've added a test case to make sure build.sh works properly before release.

Paul D. Smith <psmith>
Group administrator
Sun 13 Oct 2013 11:40:10 AM UTC, original submission:  

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.

Hiroki Horiuchi <x19290>

 

(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 psmith (Posted a comment)
  • -email is unavailable- added by x19290 (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 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-10-19 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.1

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code