all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#74613: fortunes-jkirchartz is missing python input
@ 2024-11-30  1:09 Dr. Arne Babenhauserheide via Bug reports for GNU Guix
  2024-11-30  9:04 ` Liliana Marie Prikler
  2024-11-30 14:37 ` bug#74613: [PATCH] gnu: daikichi: Update to 0.3.1 Liliana Marie Prikler
  0 siblings, 2 replies; 4+ messages in thread
From: Dr. Arne Babenhauserheide via Bug reports for GNU Guix @ 2024-11-30  1:09 UTC (permalink / raw)
  To: 74613

[-- Attachment #1: Type: text/plain, Size: 1608 bytes --]

Hi,

the build for fortunes-jkirchartz fails:

`/gnu/store/hax39blb0f62cnax7n92hcxkw5k4jymq-fortunes-jkirchartz-0-0.2e32ba0-checkout/bin/goodreadsquotes.py' -> `./bin/goodreadsquotes.py'
phase `unpack' succeeded after 0.0 seconds
starting phase `patch-source'
phase `patch-source' succeeded after 0.1 seconds
starting phase `patch-usr-bin-file'
phase `patch-usr-bin-file' succeeded after 0.0 seconds
starting phase `patch-source-shebangs'
patch-shebang: ./bin/azquotes.py: warning: no binary for interpreter `python' found in $PATH
patch-shebang: ./bin/goodreadsquotes.py: warning: no binary for interpreter `python' found in $PATH
phase `patch-source-shebangs' succeeded after 0.0 seconds
starting phase `patch-generated-file-shebangs'
patch-shebang: ./bin/azquotes.py: warning: no binary for interpreter `python' found in $PATH
patch-shebang: ./bin/goodreadsquotes.py: warning: no binary for interpreter `python' found in $PATH
phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
starting phase `build'
egrep: warning: egrep is obsolescent; using grep -E
make: *** [Makefile:10: AClaude.dat] Aborted
make: *** Deleting file 'AClaude.dat'
error: in phase 'build': uncaught exception:
%exception #<&invoke-error program: "make" arguments: () exit-status: 2 term-signal: #f stop-signal: #f> 
phase `build' failed after 0.0 seconds
command "make" failed with status 2
build process 18 exited with status 256

It may just miss python as input (or propagated input?).

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

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

* bug#74613: fortunes-jkirchartz is missing python input
  2024-11-30  1:09 bug#74613: fortunes-jkirchartz is missing python input Dr. Arne Babenhauserheide via Bug reports for GNU Guix
@ 2024-11-30  9:04 ` Liliana Marie Prikler
  2024-11-30 20:28   ` Dr. Arne Babenhauserheide via Bug reports for GNU Guix
  2024-11-30 14:37 ` bug#74613: [PATCH] gnu: daikichi: Update to 0.3.1 Liliana Marie Prikler
  1 sibling, 1 reply; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-11-30  9:04 UTC (permalink / raw)
  To: Dr. Arne Babenhauserheide, 74613

Hi Arne

Am Samstag, dem 30.11.2024 um 02:09 +0100 schrieb Dr. Arne
Babenhauserheide:
> Hi,
> 
> the build for fortunes-jkirchartz fails:
> 
> `/gnu/store/hax39blb0f62cnax7n92hcxkw5k4jymq-fortunes-jkirchartz-0-
> 0.2e32ba0-checkout/bin/goodreadsquotes.py' ->
> `./bin/goodreadsquotes.py'
> phase `unpack' succeeded after 0.0 seconds
> starting phase `patch-source'
> phase `patch-source' succeeded after 0.1 seconds
> starting phase `patch-usr-bin-file'
> phase `patch-usr-bin-file' succeeded after 0.0 seconds
> starting phase `patch-source-shebangs'
> patch-shebang: ./bin/azquotes.py: warning: no binary for interpreter
> `python' found in $PATH
> patch-shebang: ./bin/goodreadsquotes.py: warning: no binary for
> interpreter `python' found in $PATH
> phase `patch-source-shebangs' succeeded after 0.0 seconds
> starting phase `patch-generated-file-shebangs'
> patch-shebang: ./bin/azquotes.py: warning: no binary for interpreter
> `python' found in $PATH
> patch-shebang: ./bin/goodreadsquotes.py: warning: no binary for
> interpreter `python' found in $PATH
These patch-shebang failures are unrelated to the build, as these are
scripts to download more quotes from the web, which are never invoked.

> phase `patch-generated-file-shebangs' succeeded after 0.0 seconds
> starting phase `build'
> egrep: warning: egrep is obsolescent; using grep -E
> make: *** [Makefile:10: AClaude.dat] Aborted
> make: *** Deleting file 'AClaude.dat'
As embarrassing as this is to say, this appears to be an out-of-bounds
read in daikichi (if you check out the source and invoke the actual
command, it will print "Assertion '__pos <= size()' failed." with a
long type qualifier), which is raised somewhere from 
   std::ostream &operator<< (std::ostream &o, const header& header)
in daikichi-io.cc.

As nothing whatsoever is written, this may be already on the first
line, but with the ostream likely being buffered could be any of those
writes.  I'll dig deeper once I have some more time.

Cheers




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

* bug#74613: [PATCH] gnu: daikichi: Update to 0.3.1.
  2024-11-30  1:09 bug#74613: fortunes-jkirchartz is missing python input Dr. Arne Babenhauserheide via Bug reports for GNU Guix
  2024-11-30  9:04 ` Liliana Marie Prikler
@ 2024-11-30 14:37 ` Liliana Marie Prikler
  1 sibling, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-11-30 14:37 UTC (permalink / raw)
  To: 74613; +Cc: Dr. Arne Babenhauserheide

* gnu/packages/toys.scm (daikichi): Update to 0.3.1.
---
 gnu/packages/toys.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm
index 8b22590ff9..359cdbcbe1 100644
--- a/gnu/packages/toys.scm
+++ b/gnu/packages/toys.scm
@@ -52,7 +52,7 @@ (define-module (gnu packages toys)
 (define-public daikichi
   (package
     (name "daikichi")
-    (version "0.3.0")
+    (version "0.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -61,7 +61,7 @@ (define-public daikichi
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1y35f1qpxl743s0s83dg5ivkvprv19mqn0azm14k3y8pmp6cs52z"))))
+                "139kjf14ayqrwzd0hzw2qhfp47ngyimibzgfyqy6i7y8lhwsjs1v"))))
     (build-system meson-build-system)
     (arguments
      (list #:phases

base-commit: f129a6cc591817c5c51770d5b8712eeb344ba4e4
-- 
2.46.0





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

* bug#74613: fortunes-jkirchartz is missing python input
  2024-11-30  9:04 ` Liliana Marie Prikler
@ 2024-11-30 20:28   ` Dr. Arne Babenhauserheide via Bug reports for GNU Guix
  0 siblings, 0 replies; 4+ messages in thread
From: Dr. Arne Babenhauserheide via Bug reports for GNU Guix @ 2024-11-30 20:28 UTC (permalink / raw)
  To: Liliana Marie Prikler; +Cc: 74613

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

Hi Liliana,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

> As nothing whatsoever is written, this may be already on the first
> line, but with the ostream likely being buffered could be any of those
> writes.  I'll dig deeper once I have some more time.

Thank you very much!

Best wishes,
Arne
-- 
Unpolitisch sein
heißt politisch sein,
ohne es zu merken.
draketo.de

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 1125 bytes --]

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

end of thread, other threads:[~2024-11-30 20:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-30  1:09 bug#74613: fortunes-jkirchartz is missing python input Dr. Arne Babenhauserheide via Bug reports for GNU Guix
2024-11-30  9:04 ` Liliana Marie Prikler
2024-11-30 20:28   ` Dr. Arne Babenhauserheide via Bug reports for GNU Guix
2024-11-30 14:37 ` bug#74613: [PATCH] gnu: daikichi: Update to 0.3.1 Liliana Marie Prikler

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.