libbitcoin / libbitcoin-system

Bitcoin Cross-Platform C++ Development Toolkit
https://libbitcoin.info/
Other
1.3k stars 384 forks source link

libbitcoin not building with install.sh in ubuntu docker #1533

Closed rakeshprasanna closed 1 month ago

rakeshprasanna commented 1 month ago

I have ensured every prerequisites are run. removed any previous boosts. moreover am using c++11 as default. still such problem. fatal error: Killed signal terminated program cc1plus

Screenshot 2024-10-01 at 1 24 55 AM Screenshot 2024-10-01 at 1 25 19 AM Screenshot 2024-10-01 at 1 24 55 AM Screenshot 2024-10-01 at 1 26 16 AM Screenshot 2024-10-01 at 1 26 23 AM Screenshot 2024-10-01 at 1 26 30 AM Screenshot 2024-10-01 at 1 30 54 AM
pmienk commented 1 month ago

If you could provide a complete text log that would be of more use than images. At present I'm unaware of an initial error in what's been provided. If that's the case then g++ is failing without sufficient error code to debug.

On Mon, Sep 30, 2024, 2:16 PM Eric Voskuil @.***> wrote:

Assigned #1533 https://github.com/libbitcoin/libbitcoin-system/issues/1533 to @pmienk https://github.com/pmienk.

— Reply to this email directly, view it on GitHub https://github.com/libbitcoin/libbitcoin-system/issues/1533#event-14462434516, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABRPSOBAFWHVTXQFUL6BISLZZG5SDAVCNFSM6AAAAABPEDWMCGVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJUGQ3DENBTGQ2TCNQ . You are receiving this because you were assigned.Message ID: @.*** com>

rakeshprasanna commented 1 month ago

Update: Build Succeeded! The Main error of: fatal error: Killed signal terminated program cc1plus was due to System constraints of running on just 4GB allocated memory for Docker Container.