guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#29392] [PATCH 00/11] New scons build system


From: Arun Isaac
Subject: [bug#29392] [PATCH 00/11] New scons build system
Date: Wed, 22 Nov 2017 14:11:15 +0530

I have a working scons build system!

I have ported all scons built packages except aria-maestosa to the new build
system. aria-maestosa fails to build even on the current master branch.

I am also unable to build mongodb on my machine. It's probably due to
insufficient memory (I have 4 GB). Somebody should verify that the build works
on their machine. On my machine, it fails with the error:

collect2: error: ld returned 1 exit status
scons: *** [build/opt/mongo/db/pipeline/parsed_add_fields_test] Error 1
scons: building terminated because of errors.
build/opt/mongo/db/pipeline/parsed_add_fields_test failed: Error 1
phase `check' failed after 7004.3 seconds
builder for `/gnu/store/58qhwfl34zk1p10hnhvvpy9w7cv2pgvr-mongodb-3.4.9.drv' 
failed with exit code 1
@ build-failed /gnu/store/58qhwfl34zk1p10hnhvvpy9w7cv2pgvr-mongodb-3.4.9.drv - 
1 builder for `/gnu/store/58qhwfl34zk1p10hnhvvpy9w7cv2pgvr-mongodb-3.4.9.drv' 
failed with exit code 1
guix build: error: build failed: build of 
`/gnu/store/58qhwfl34zk1p10hnhvvpy9w7cv2pgvr-mongodb-3.4.9.drv' failed

In the copyright headers of doc/guix.texi, do I need to add @* to the end of
the line?

Arun Isaac (11):
  gnu: scons: Update to 3.0.1.
  build-system: Add scons-build-system.
  gnu: linuxdcpp: Use scons-build-system.
  gnu: gpick: Use scons-build-system.
  gnu: serf: Use scons-build-system.
  gnu: metabat: Use scons-build-system.
  gnu: godot: Use scons-build-system.
  gnu: pingus: Use scons-build-system.
  gnu: klick: Use scons-build-system.
  gnu: mongodb: Use scons-build-system.
  gnu: pingus: Use HTTPS for home page.

 Makefile.am                       |   3 +
 doc/guix.texi                     |  10 +++
 gnu/packages/bioinformatics.scm   |  29 +++------
 gnu/packages/databases.scm        |   8 +--
 gnu/packages/direct-connect.scm   |  24 ++-----
 gnu/packages/game-development.scm |  44 ++++++-------
 gnu/packages/games.scm            |  14 ++---
 gnu/packages/image.scm            |  19 ++----
 gnu/packages/music.scm            |  21 ++-----
 gnu/packages/python.scm           |  13 ++--
 gnu/packages/web.scm              |  36 +++--------
 guix/build-system/scons.scm       | 127 ++++++++++++++++++++++++++++++++++++++
 guix/build/scons-build-system.scm |  65 +++++++++++++++++++
 13 files changed, 275 insertions(+), 138 deletions(-)
 create mode 100644 guix/build-system/scons.scm
 create mode 100644 guix/build/scons-build-system.scm

-- 
2.15.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]