Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 715642 - app-editors/jasspa-microemacs-20091011-r3 : file.c: error: sys_errlist undeclared (first use in this function)
Summary: app-editors/jasspa-microemacs-20091011-r3 : file.c: error: sys_errlist undecl...
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo musl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: missing-musl-includes
  Show dependency tree
 
Reported: 2020-03-31 15:56 UTC by Toralf Förster
Modified: 2020-03-31 18:59 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,15.28 KB, text/plain)
2020-03-31 15:56 UTC, Toralf Förster
Details
app-editors:jasspa-microemacs-20091011-r3:20200331-131326.log (app-editors:jasspa-microemacs-20091011-r3:20200331-131326.log,7.76 KB, text/plain)
2020-03-31 15:56 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,165.22 KB, text/plain)
2020-03-31 15:56 UTC, Toralf Förster
Details
environment (environment,60.41 KB, text/plain)
2020-03-31 15:56 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.35 KB, application/x-bzip)
2020-03-31 15:56 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,49.83 KB, application/x-bzip)
2020-03-31 15:56 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-31 15:56:00 UTC
x86_64-gentoo-linux-musl-gcc -O2 -pipe -march=native -D_LINUX -D_LINUX26 -I. -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -D_ME_CONSOLE -D_SEARCH_PATH=\~/.jasspa:/usr/share/jasspa/site:/usr/share/jasspa\ -o file.oc -c file.c
file.c: In function readin:
file.c:1328:66: error: sys_errlist undeclared (first use in this function)
 1328 |                 mlwrite(MWPAUSE,(meUByte *)%s: %s, dirbuf, sys_errlist[errno]);
      |                                                              ^~~~~~~~~~~


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

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

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

  Please see the tracker bug for details.

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) *
Available Rust versions:
  [1]   rust-1.42.0 *

timestamp of HEAD at this tinderbox image:
/var/db/repos/gentoo	Tue Mar 31 12:40:28 UTC 2020
/var/db/repos/musl	Fri Mar 27 00:25:27 UTC 2020

emerge -qpvO app-editors/jasspa-microemacs
[ebuild  N    ] app-editors/jasspa-microemacs-20091011-r3  USE="-X -nanoemacs -xpm"
Comment 1 Toralf Förster gentoo-dev 2020-03-31 15:56:03 UTC
Created attachment 628022 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-03-31 15:56:06 UTC
Created attachment 628024 [details]
app-editors:jasspa-microemacs-20091011-r3:20200331-131326.log
Comment 3 Toralf Förster gentoo-dev 2020-03-31 15:56:08 UTC
Created attachment 628026 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-03-31 15:56:11 UTC
Created attachment 628028 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-03-31 15:56:15 UTC
Created attachment 628030 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-03-31 15:56:18 UTC
Created attachment 628032 [details]
logs.tbz2
Comment 7 Larry the Git Cow gentoo-dev 2020-03-31 18:54:39 UTC
The bug has been referenced in the following commit(s):

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

commit 217752c545194c259a161575491975abdc2b7596
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2020-03-31 18:51:02 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2020-03-31 18:51:02 +0000

    profiles/features/musl: Mask app-editors/jasspa-microemacs.
    
    Bug: https://bugs.gentoo.org/715642
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 profiles/features/musl/package.mask | 4 ++++
 1 file changed, 4 insertions(+)
Comment 8 Ulrich Müller gentoo-dev 2020-03-31 18:59:33 UTC
This needs to be ported to musl. Presumably, by adding a block of definitions in src/emain.h because jasspa-microemacs doesn't come with a configure script. Since upstream is literally :-( dead, I see little chance for that to happen anytime soon.

Therefore package.masked in features/musl for now.