Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 713138 - dev-lang/gforth-0.7.3-r1 : make[3]: *** [Makefile:<snip>: checkone] Error 1
Summary: dev-lang/gforth-0.7.3-r1 : make[3]: *** [Makefile:<snip>: checkone] Error 1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-03-18 08:34 UTC by Toralf Förster
Modified: 2020-03-19 23:36 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,15.91 KB, text/plain)
2020-03-18 08:34 UTC, Toralf Förster
Details
dev-lang:gforth-0.7.3-r1:20200317-230302.log (dev-lang:gforth-0.7.3-r1:20200317-230302.log,36.28 KB, text/plain)
2020-03-18 08:34 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,48.03 KB, text/plain)
2020-03-18 08:34 UTC, Toralf Förster
Details
environment (environment,87.79 KB, text/plain)
2020-03-18 08:34 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.46 KB, application/x-bzip)
2020-03-18 08:34 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.67 KB, application/x-bzip)
2020-03-18 08:34 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,26.68 KB, application/x-bzip)
2020-03-18 08:34 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-03-18 08:34:02 UTC
  abcdefghijklmnopqrstuvwxyz{|}~
  YOU SHOULD SEE 0-9 SEPARATED BY A SPACE:
make[3]: *** [Makefile:669: checkone] Error 1
make[3]: Leaving directory /var/tmp/portage/dev-lang/gforth-0.7.3-r1/work/gforth-0.7.3
make[2]: *** [Makefile:815: gforth-ll-reg] Error 2
make[2]: Leaving directory /var/tmp/portage/dev-lang/gforth-0.7.3-r1/work/gforth-0.7.3

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0_musl-20200316-165821

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-gentoo-linux-musl-9.3.0 *
clang version 10.0.0 
Target: x86_64-gentoo-linux-musl
Thread model: posix
InstalledDir: /usr/lib/llvm/10/bin
/usr/lib/llvm/10
10.0.0
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 17 Mar 2020 21:38:32 +0000
emerge -qpvO dev-lang/gforth
[ebuild  N    ] dev-lang/gforth-0.7.3-r1  USE="-emacs"
Comment 1 Toralf Förster gentoo-dev 2020-03-18 08:34:06 UTC
Created attachment 621264 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-18 08:34:09 UTC
Created attachment 621266 [details]
dev-lang:gforth-0.7.3-r1:20200317-230302.log
Comment 3 Toralf Förster gentoo-dev 2020-03-18 08:34:12 UTC
Created attachment 621268 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-18 08:34:15 UTC
Created attachment 621270 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-18 08:34:18 UTC
Created attachment 621272 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-18 08:34:21 UTC
Created attachment 621274 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-03-18 08:34:23 UTC
Created attachment 621276 [details]
temp.tbz2
Comment 8 Sergei Trofimovich (RETIRED) gentoo-dev 2020-03-19 23:05:54 UTC
In a slightly more readable form we see a "redefined GDX  " was emitted at a slightly different time:

--- actual	2020-03-19 23:02:55.000000000 +0000
+++ coretest.out	2013-10-11 22:31:28.000000000 +0100
@@ -1,2 +1,2 @@
-redefined {  YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS:
-redefined GDX   !"#$%&'()*+,-./0123456789:;<=>?@
+redefined {  redefined GDX  YOU SHOULD SEE THE STANDARD GRAPHIC CHARACTERS:
+ !"#$%&'()*+,-./0123456789:;<=>?@

Let's see what was intended. Looks like a buffering issue.
Comment 9 Larry the Git Cow gentoo-dev 2020-03-19 23:35:50 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdc9e53be1935898df6d1e1d708a2898bc508c1

commit abdc9e53be1935898df6d1e1d708a2898bc508c1
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-03-19 23:34:07 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-03-19 23:35:44 +0000

    features/musl/package.use.mask: maks dev-lang/gforth[check], bug #713138
    
    Not clear why celfcheck fails. Past test history hints at high dependecy
    on system types. Needs more investigation.
    
    Reported-by: Toralf Förster
    Bug: https://bugs.gentoo.org/713138
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 profiles/features/musl/package.use.mask | 4 ++++
 1 file changed, 4 insertions(+)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb4409956662249a48417aec464f7bc0709e49a

commit 6eb4409956662249a48417aec464f7bc0709e49a
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-03-19 23:31:34 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-03-19 23:35:44 +0000

    dev-lang/gforth: make sanity checks optional
    
    Bug: https://bugs.gentoo.org/713138
    Package-Manager: Portage-2.3.94, Repoman-2.3.21
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 dev-lang/gforth/gforth-0.7.3-r1.ebuild | 7 ++++---
 dev-lang/gforth/metadata.xml           | 3 +++
 2 files changed, 7 insertions(+), 3 deletions(-)