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

 
 

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

Submitted by:  Hiroki Horiuchi <x19290>
Submitted on:  Sun 13 Oct 2013 11:40:10 AM UTC  
 
Severity: 3 - NormalItem Group: Build/Install
Status: FixedPrivacy: Public
Assigned to: Paul D. Smith <psmith>Open/Closed: Closed
Component Version: 4.0Operating System: POSIX-Based
Fixed Release: 4.1Triage Status: None

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

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>
Project AdministratorIn charge of this item.
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 File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by psmith (Posted a comment)
  • -unavailable- added by x19290 (Submitted the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 4 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Sat 19 Oct 2013 04:26:11 PM UTCpsmithStatusNone=>Fixed
      Assigned toNone=>psmith
      Open/ClosedOpen=>Closed
      Fixed ReleaseNone=>4.1

    Back to the top


    Powered by Savane 3.1-cleanup1