> Sent: Monday, October 28, 2019 at 10:20 AM
> From: "rhubarbpieguy--- via blfs-support" 
> <blfs-support@lists.linuxfromscratch.org>
> To: "BLFS Support (no HTML)" <blfs-supp...@linuxfromscratch.org>
> Cc: rhubarbpie...@vivaldi.net
> Subject: [blfs-support] For the tests? elogind-241.3 - BLFS 9.0/development
>
> 
> The Optional section of the elogind documentation refers to packages 
> required for the tests.  However, the installation section states 
> elogind does not come with a test suite.  So what tests?
> 
> And I receive the following when compiling elogind:
> 
>     meson.build:63:8: ERROR: Program or command 'test' not found or not 
> executable
> 
> I'm confused by the documentation.  And although perhaps unrelated, I 
> don't understand the error.
> 
>
> http://lists.linuxfromscratch.org/listinfo/blfs-support
> FAQ: http://www.linuxfromscratch.org/blfs/faq.html
> Unsubscribe: See the above information page
> 

Hello,

I have not installed the elogind version of the book, but doing a quick search 
on the net, there has been occasion when a similar error was reported. and the 
developers stated that it was because a certain file had not been included in 
the code.

Doing a search of the code base of the meason options file I have found that 
you should be able to disable the tests, so that your build can continue:

option('tests', type : 'combo', choices : ['true', 'unsafe', 'false']

So you would need to either edit the meson_options.txt file and set the value 
to false, or override it from the command line.

Regards,

Christopher.
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to