emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#29392: closed ([PATCH 00/11] New scons build syste


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29392: closed ([PATCH 00/11] New scons build system)
Date: Thu, 30 Nov 2017 13:42:04 +0000

Your message dated Thu, 30 Nov 2017 19:10:56 +0530
with message-id <address@hidden>
and subject line Re: [PATCH 00/11] Add scons build system
has caused the debbugs.gnu.org bug report #29392,
regarding [PATCH 00/11] New scons build system
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29392: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29392
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [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




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH 00/11] Add scons build system Date: Thu, 30 Nov 2017 19:10:56 +0530
Leo Famulari <address@hidden> writes:

>> So, do I push with the "-g0" flag or without?
>
> Since it didn't seem to have an effect on the storage requirements
> during building, I think you can push without.

Done.

I have pushed all the patches except the one changing the homepage of
pingus to HTTPS. Their site appears to be down, and I didn't want to
push the change without verifying one last time.


--- End Message ---

reply via email to

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