unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#31991: Packages enki and aseba fail. Organizations behind software restructured
@ 2018-06-28  7:22 Björn Höfling
  2021-09-13  4:01 ` Sarah Morgensen
  0 siblings, 1 reply; 2+ messages in thread
From: Björn Höfling @ 2018-06-28  7:22 UTC (permalink / raw)
  To: 31991


[-- Attachment #1.1: Type: text/plain, Size: 1480 bytes --]

I saw that enki fails due to Qt 5.11.

I can heal that with going to the newest commit in the source
repository (we fetch from git anyway). Simple patch attached.

But the package has little use on its own and then we have the same
problem with aseba and I wasn't able to heal that with just going to
the latest commit. There are other problems, and I didn't want to
invest too much time into that package.

Note that aseba doesn't have a good build history anyway:

https://hydra.gnu.org/job/gnu/master/aseba-1.6.0-0.3b35de8.x86_64-linux/all
https://hydra.gnu.org/job/gnu/master/aseba-1.6.0-0.3b35de8.i686-linux/all
https://hydra.gnu.org/job/gnu/master/aseba-1.6.0-0.3b35de8.armhf-linux

Anyone using it?

General note:

As far as I know, this package is here for the Thymio robot, not for
the asaba Framework as such.

In spring 2018, Mobsya (the organisation behind Thymio) decided to go
their own way, because they don't have the capacity to maintain the
whole aseba framework as such. Maintainer wanted for the old aseba
project. See this announcement for more details:

https://github.com/aseba-community/aseba#thymio-and-mobsya-fork
https://docs.google.com/document/d/1ijY2dZR2TbSySMqFfbCgG_ifZPGoxrAQaVuZVQZHKlY/edit#

So, in the long term, we should base the package definition on their
repository:

https://github.com/Mobsya/aseba

They don't have a released version yet. And they pull in a lot more
dependencies via git.

Björn

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: 0002-gnu-enki-Update-to-newest-git-revision.patch --]
[-- Type: text/x-patch, Size: 1430 bytes --]

From 7d82019cbafa4d826a294c677515dafa7249d72a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20H=C3=B6fling?=
 <bjoern.hoefling@bjoernhoefling.de>
Date: Tue, 26 Jun 2018 22:10:32 +0200
Subject: [PATCH 2/3] gnu: enki: Update to newest git revision.

* gnu/packages/robotics.scm (enki): Update to newest git revision: e4b49dc.
---
 gnu/packages/robotics.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/robotics.scm b/gnu/packages/robotics.scm
index 389bb5a02..5f51dbfaf 100644
--- a/gnu/packages/robotics.scm
+++ b/gnu/packages/robotics.scm
@@ -35,8 +35,8 @@
 
 (define-public enki
   ;; Previous versions use Qt4 and are unsuitable for Aseba.
-  (let ((commit "afd2d8e2f91c095f6745505ca1f32f31ea874200")
-        (revision "0"))
+  (let ((commit "e4b49dc3c166f01e27fd5571ff5cb7056ea4a0d2")
+        (revision "1"))
     (package
       (name "enki")
       (version (git-version "2.0pre" revision commit))
@@ -46,7 +46,7 @@
                 (uri (git-reference (url home-page) (commit commit)))
                 (sha256
                  (base32
-                  "1d1901zzsfml97hb4mb3ah3ab1bk4kh7bn6m7xrj1rv0gk9wkhq7"))
+                  "157qxl5mpiiv1s4vnglbz8r7v1z6mhqgbsly1j3cby2qh29553q4"))
                 (file-name (string-append name "-" version "-checkout"))))
       (build-system cmake-build-system)
       (arguments
-- 
2.17.1


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#31991: Packages enki and aseba fail. Organizations behind software restructured
  2018-06-28  7:22 bug#31991: Packages enki and aseba fail. Organizations behind software restructured Björn Höfling
@ 2021-09-13  4:01 ` Sarah Morgensen
  0 siblings, 0 replies; 2+ messages in thread
From: Sarah Morgensen @ 2021-09-13  4:01 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 31991

Hi, just following up on this old bug.

Björn Höfling <bjoern.hoefling@bjoernhoefling.de> writes:

> I saw that enki fails due to Qt 5.11.

Enki is now building fine.

> Note that aseba doesn't have a good build history anyway:
>
> https://hydra.gnu.org/job/gnu/master/aseba-1.6.0-0.3b35de8.x86_64-linux/all
> https://hydra.gnu.org/job/gnu/master/aseba-1.6.0-0.3b35de8.i686-linux/all
> https://hydra.gnu.org/job/gnu/master/aseba-1.6.0-0.3b35de8.armhf-linux
>
> Anyone using it?
>
> General note:
>
> As far as I know, this package is here for the Thymio robot, not for
> the asaba Framework as such.
>
> In spring 2018, Mobsya (the organisation behind Thymio) decided to go
> their own way, because they don't have the capacity to maintain the
> whole aseba framework as such. Maintainer wanted for the old aseba
> project. See this announcement for more details:
>
> https://github.com/aseba-community/aseba#thymio-and-mobsya-fork
> https://docs.google.com/document/d/1ijY2dZR2TbSySMqFfbCgG_ifZPGoxrAQaVuZVQZHKlY/edit#
>
> So, in the long term, we should base the package definition on their
> repository:
>
> https://github.com/Mobsya/aseba
>
> They don't have a released version yet. And they pull in a lot more
> dependencies via git.

It looks like they have a released version now (2.2.0, in fact).

There is also the Debian-maintained fork of the original:

https://salsa.debian.org/science-team/aseba

Since aseba continues to fail building, we should either remove it, or
switch to one of those two.

--
Sarah




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-13  4:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-28  7:22 bug#31991: Packages enki and aseba fail. Organizations behind software restructured Björn Höfling
2021-09-13  4:01 ` Sarah Morgensen

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).