GNU bug report logs -
#74613
fortunes-jkirchartz is missing python input
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74613 in the body.
You can then email your comments to 74613 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#74613
; Package
guix
.
(Sat, 30 Nov 2024 01:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Sat, 30 Nov 2024 01:12: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,
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
[signature.asc (application/pgp-signature, inline)]
Information forwarded
to
bug-guix <at> gnu.org
:
bug#74613
; Package
guix
.
(Sat, 30 Nov 2024 09:06:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 74613 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#74613
; Package
guix
.
(Sat, 30 Nov 2024 14:40:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 74613 <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#74613
; Package
guix
.
(Sat, 30 Nov 2024 20:29:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 74613 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi Liliana,
Liliana Marie Prikler <liliana.prikler <at> 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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Liliana Marie Prikler <liliana.prikler <at> gmail.com>
:
You have taken responsibility.
(Sun, 08 Dec 2024 13:56:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Dr. Arne Babenhauserheide" <arne_bab <at> web.de>
:
bug acknowledged by developer.
(Sun, 08 Dec 2024 13:56:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 74613-done <at> debbugs.gnu.org (full text, mbox):
Am Samstag, dem 30.11.2024 um 21:28 +0100 schrieb Dr. Arne
Babenhauserheide:
> Hi Liliana,
>
> Liliana Marie Prikler <liliana.prikler <at> 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
Pushed my fix as eafd91c26232f039a3170b73e40b0a2d5983c474.
Cheers
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 06 Jan 2025 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.