Bug 13753 - Samba build on Raspberry Pi hangs during configure - Checking for iruserok
Summary: Samba build on Raspberry Pi hangs during configure - Checking for iruserok
Status: RESOLVED FIXED
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Build (show other bugs)
Version: 4.10.0rc1
Hardware: Other Linux
: P5 normal (vote)
Target Milestone: ---
Assignee: Samba QA Contact
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-17 14:16 UTC by dariuszb
Modified: 2019-01-18 08:45 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dariuszb 2019-01-17 14:16:15 UTC
On Raspberry Pi running Raspbian:

Linux DBRPi01 4.14.93-v7+ #1191 SMP Wed Jan 16 11:53:33 GMT 2019 armv7l GNU/Linux

when trying to build samba 4.10.0rc1 it hangs during configure phase.

The last line displayed is

Checking for iruserok:

Here it stops without any error messages. I waited for few hours but only way forward is ctrl-C.

I have not had any issue building previous samba releases.
Comment 1 dariuszb 2019-01-18 08:12:31 UTC
the issue only occurs when configure uses jobs>1 parameter. Without it configuration is finished sucessfully
Comment 2 dariuszb 2019-01-18 08:45:31 UTC
looks indeed that issue was caused but not enough memory in raspberry pi (even with added swap it did not like it). Sticking to single thread build works ok though.