bugGNU Boot - Bugs: bug #66225, ./build might fail if /dev/kvm...

 
 

bug #66225: ./build might fail if /dev/kvm isn't usable

Submitter:  GNUtoo <gnutoo>
Submitted:  Tue 17 Sep 2024 04:29:10 PM UTC
   
 
Category:  Build failure Priority:  3 - Low
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open Computer:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 17 Sep 2024 04:29:10 PM UTC, original submission:  

The 'build' script is documented as a way to build GNU Boot, and has been kept for now for compatibility reasons and/or for consistency with the rest of the documentation.

It has that:

# Some scripts like the ones in resources/packages/i945-thinkpads-install-utilities need
# Makefiles to be generated
. resources/scripts/misc/generate-configure-makefiles.sh


which has that:

if [ ! -f configure ] || \
       [ ! -f Makefile ] || \
       [ ! -f resources/packages/i945-thinkpads-install-utilities/Makefile ] ; then
    ./autogen.sh
    ./configure
fi


But if /dev/kvm is not usable ./configure will fail and require the user to use --disable-kvm as I thought it was better to make it fail like that instead of not failing and silently making the build potentially very slow.

GNUtoo <gnutoo>
Group administrator

 

(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 gnutoo (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.

     

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-10-03 gnutoo Priority5 - Normal 3 - Low

    Back to the top

    Powered by Savane 3.14-f13d.
    Corresponding source code