| Summary: | =app-shells/ksh-93.20140625 and =app-shells/ksh-93.20160110 fails to build: sh: line 3: nmake: command not found | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Sergey S. Starikoff <Ikonta> |
| Component: | Current packages | Assignee: | Mike Gilbert <floppym> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
ksh-93.20160110_build.log.xz
environment.xz |
||
|
Description
Sergey S. Starikoff
2018-10-21 17:04:23 UTC
Created attachment 552166 [details]
environment.xz
ya'll didn't focus on the FIRST error message,
"In file included from /var/tmp/portage/app-shells/ksh-93.20160110/work/ast-c506cb548d9b4bcebef92c86e948657728760e15/src/lib/libast/std/stdio.h:22:0,
from ./ast_wchar.h:94,
from /var/tmp/portage/app-shells/ksh-93.20160110/work/ast-c506cb548d9b4bcebef92c86e948657728760e15/src/lib/libast/include/ast_std.h:101,
from /var/tmp/portage/app-shells/ksh-93.20160110/work/ast-c506cb548d9b4bcebef92c86e948657728760e15/src/lib/libast/include/ast.h:34,
from /var/tmp/portage/app-shells/ksh-93.20160110/work/ast-c506cb548d9b4bcebef92c86e948657728760e15/src/lib/libast/misc/state.c:26:
./ast_stdio.h:82:15: error: conflicting types for '_sfio_FILE'
#define FILE _sfio_FILE
^
./ast_stdio.h:80:24: note: previous declaration of '_sfio_FILE' was here
typedef struct _sfio_s _sfio_FILE;
^~~~~~~~~~"
which looks like https://bugzilla.redhat.com/show_bug.cgi?id=1477082 which was fixed upstream https://github.com/att/ast/commit/a8de521715b02c0a39564817c628e14b640afecc
|