bugmake - Bugs: bug #58836, build.sh is not populated in...

 
 

bug #58836: build.sh is not populated in objects directory when running configure

Submitter:  None
Submitted:  Mon 27 Jul 2020 09:40:21 AM UTC
   
 
Severity:  3 - Normal Item Group:  Build/Install
Status:  Fixed Privacy:  Public
Assigned to:  psmith Open/Closed:  Closed
Component Version:  4.3 Operating System:  None
Fixed Release:  4.4 Triage Status:  Small Effort
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 06 Dec 2020 03:05:27 PM UTC, comment #2: 

I added something to configure.ac to populate the build.sh script in the build directory, for ease-of-use.

Paul D. Smith <psmith>
Group administrator
Mon 27 Jul 2020 12:19:20 PM UTC, comment #1: 

I can't remember how it used to work but the way it works now is that the build.sh lives in the source directory.  configure generates a build control file that is put into the build directory but the script is not changed.

Using this should work:


cd obj
../../src/make-4.3/configure --prefix=$PREFIX && ../../src/make-4.3/build.sh && ./make install


I'll leave this open as an enhancement, to copy the script into the build directory for ease-of-use.

Paul D. Smith <psmith>
Group administrator
Mon 27 Jul 2020 09:40:21 AM UTC, original submission:  

Not sure if this is a known issue, but this seems to be a regression from make-4.2

When attempting to configure and build from an empty objects directory, build.sh script is not populated by the configure script, hence the following command fails:

cd obj
../../src/make-4.3/configure --prefix=$PREFIX && ./build.sh && ./make install

Anonymous

 

(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)
  •  

    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 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2020-12-06 psmith StatusNone Fixed
        Assigned toNone psmith
        Open/ClosedOpen Closed
        Fixed ReleaseNone 4.4
        Triage StatusNone Small Effort

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code