GNU bug report logs -
#29493
Fix
Previous Next
Reported by: Ben Sturmfels <ben <at> sturm.com.au>
Date: Tue, 28 Nov 2017 23:04:02 UTC
Severity: normal
Done: Leo Famulari <leo <at> famulari.name>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29493 in the body.
You can then email your comments to 29493 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#29493
; Package
guix-patches
.
(Tue, 28 Nov 2017 23:04:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ben Sturmfels <ben <at> sturm.com.au>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 28 Nov 2017 23:04:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Folks,
The command `guix build synergy` currently fails with:
$ guix build synergy
...
phase `build' succeeded after 123.5 seconds
starting phase `check'
phase `check' failed after 0.0 seconds
builder for `/gnu/store/xwj5qbqkn4ybiiwskypfgglqyvkl539s-synergy-1.8.8.drv' failed with exit code 1
@ build-failed /gnu/store/xwj5qbqkn4ybiiwskypfgglqyvkl539s-synergy-1.8.8.drv - 1 builder for `/gnu/store/xwj5qbqkn4ybiiwskypfgglqyvkl539s-synergy-1.8.8.drv' failed with exit code 1
guix build: error: build failed: build of `/gnu/store/xwj5qbqkn4ybiiwskypfgglqyvkl539s-synergy-1.8.8.drv' failed
It appears that the package now builds into the
"synergy-core-1.8.8-stable" directory instead of "synergy-1.8.8-stable".
Sadly it sounds like the renaming is to make way for "Synergy" to be
used as the name of the proprietary release.
Build completes successfully with the attached patch.
Regards,
Ben
--
Ben Sturmfels
Sturm Software Engineering
www.sturm.com.au
(03) 9024 2467
[0001-gnu-synergy-Fix-install-test-install-error.patch (text/x-patch, inline)]
From e2754965f87be2e170bbc7011125d43513431559 Mon Sep 17 00:00:00 2001
From: Ben Sturmfels <ben <at> sturm.com.au>
Date: Wed, 29 Nov 2017 09:28:43 +1100
Subject: [PATCH] gnu: synergy: Fix install test/install error.
* gnu/packages/synergy.scm (synergy): Now builds to "synergy-core" directory.
---
gnu/packages/synergy.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/synergy.scm b/gnu/packages/synergy.scm
index 8e863149c..ec1872cc0 100644
--- a/gnu/packages/synergy.scm
+++ b/gnu/packages/synergy.scm
@@ -68,7 +68,7 @@
("xinput" ,xinput)))
(arguments
`(#:phases
- (let ((srcdir (string-append "../synergy-" ,version "-stable")))
+ (let ((srcdir (string-append "../synergy-core-" ,version "-stable")))
(modify-phases %standard-phases
(add-before 'configure 'unpack-aux-src
;; TODO: package and use from system
--
2.15.0
Reply sent
to
Leo Famulari <leo <at> famulari.name>
:
You have taken responsibility.
(Tue, 28 Nov 2017 23:31:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ben Sturmfels <ben <at> sturm.com.au>
:
bug acknowledged by developer.
(Tue, 28 Nov 2017 23:31:05 GMT)
Full text and
rfc822 format available.
Message #10 received at 29493-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sat, Nov 25, 2017 at 06:51:22PM +0100, Ryan Watkins wrote:
> So from a quick discussion on #guix, lfam deduced
> Synergy <at> 1.88 seems to be failing on Hydra.
>
> Hydra shows that it started failing to build somewhere between commits
> c3bece to 411937: https://hydra.gnu.org/build/2338209
>
> An obvious candidate might be:
> https://git.savannah.gnu.org/cgit/guix.git/commit/?id=ba2cd6c2d8f40bc4d3fb91dd4c6ea05b8a586dec
>
> I have a feeling just from where the fail happens that the issue lies
> primarily in the way the test-suite is running.
Fixed with d2bdee8a69d3316c91fab68fe0cfb2a533db9ce6:
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d2bdee8a69d3316c91fab68fe0cfb2a533db9ce6
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Wed, 27 Dec 2017 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.