netbsd build error (5)

1 view
Skip to first unread message

syzbot

unread,
Jun 8, 2019, 5:06:06 AM6/8/19
to syzkaller-...@googlegroups.com
Hello,

syzbot found the following crash on:

HEAD commit: e2f4ead1 deduplicate the elf auxv builder code, welcome to..
git tree: netbsd
console output: https://syzkaller.appspot.com/x/log.txt?x=16e67b86a00000
dashboard link: https://syzkaller.appspot.com/bug?extid=dd022489d76303c8622b

Unfortunately, I don't have any reproducer for this crash yet.

IMPORTANT: if you fix the bug, please add the following tag to the commit:
Reported-by: syzbot+dd0224...@syzkaller.appspotmail.com

/syzkaller/managers/netbsd/kernel/tools/binutils/../../external/gpl3/binutils/dist/configure:
7993: ./configure.lineno:
/syzkaller/managers/netbsd/kernel/external/gpl3/binutils/dist/missing:
Permission
denied

---
This bug is generated by a bot. It may contain errors.
See https://goo.gl/tpsmEJ for more information about syzbot.
syzbot engineers can be reached at syzk...@googlegroups.com.

syzbot will keep track of this bug report. See:
https://goo.gl/tpsmEJ#status for how to communicate with syzbot.

Dmitry Vyukov

unread,
Jun 8, 2019, 5:15:23 AM6/8/19
to syzbot, syzkaller-netbsd-bugs
On Sat, Jun 8, 2019 at 11:06 AM syzbot
<syzbot+dd0224...@syzkaller.appspotmail.com> wrote:
>
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: e2f4ead1 deduplicate the elf auxv builder code, welcome to..
> git tree: netbsd
> console output: https://syzkaller.appspot.com/x/log.txt?x=16e67b86a00000
> dashboard link: https://syzkaller.appspot.com/bug?extid=dd022489d76303c8622b
>
> Unfortunately, I don't have any reproducer for this crash yet.
>
> IMPORTANT: if you fix the bug, please add the following tag to the commit:
> Reported-by: syzbot+dd0224...@syzkaller.appspotmail.com
>
> /syzkaller/managers/netbsd/kernel/tools/binutils/../../external/gpl3/binutils/dist/configure:
> 7993: ./configure.lineno:
> /syzkaller/managers/netbsd/kernel/external/gpl3/binutils/dist/missing:
> Permission
> denied

It tries to execute a non-executable file... not sure if it's still a
dirty state or a genuine bug... either way, I dropped the source dir
completely.

#syz invalid

Kamil Rytarowski

unread,
Jun 8, 2019, 10:24:41 AM6/8/19
to Dmitry Vyukov, syzbot, syzkaller-netbsd-bugs, Christos Zoulas
Please check if you have 'makeinfo'. This script tries to use it and
apparently fails if it is absent.

test -n "$MAKEINFO" && break
done
test -n "$MAKEINFO" || MAKEINFO="$MISSING makeinfo"

case " $build_configdirs " in
*" texinfo "*) MAKEINFO='$$r/$(BUILD_SUBDIR)/texinfo/makeinfo/makeinfo' ;;
*)

# For an installed makeinfo, we require it to be from texinfo 4.7 or
# higher, else we use the "missing" dummy.
if ${MAKEINFO} --version \ # <--- LINE 7993 here!!!
| egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])'
>/dev/null 2>&1; then
:
else
MAKEINFO="$MISSING makeinfo"
fi
;;

esac

CC: Christos who worked on this code.

> #syz invalid
>


signature.asc
Reply all
Reply to author
Forward
0 new messages