[prev in list] [next in list] [prev in thread] [next in thread] 

List:       busybox
Subject:    Re: Out-of-tree build broken
From:       Samuel Ainsworth <skainsworth () gmail ! com>
Date:       2019-10-30 19:43:23
Message-ID: 07545599-AC29-4FA8-8908-FE0F180945C5 () gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I tried recreating and I'm no longer able to reproduce. Must have been something \
weird…

Thanks,
Samuel 

> On Oct 30, 2019, at 7:51 AM, Denys Vlasenko <vda.linux@googlemail.com> wrote:
> 
> On Tue, Oct 29, 2019 at 1:49 AM Samuel Ainsworth <skainsworth@gmail.com \
> <mailto:skainsworth@gmail.com>> wrote:
> > 
> > Hello busybox overlords,
> > 
> > I have a fresh checkout of busybox version 1.31.1 (git hash \
> > bd754746394a382e04d116df02547f61b2026da9), and I'm trying to build it on Ubuntu \
> > 18.04 with gcc 7.4 with an out-of-tree build (per per \
> > https://github.com/jgunthorpe/busybox/blob/master/INSTALL#L95) with defconfig. \
> > But I'm getting some build errors: 
> > root@e581c80974df:~/bbbuild# make
> > make -C /src O=/root/bbbuild
> > Using /src as source for busybox
> > GEN     /root/bbbuild/Makefile
> > SPLIT   include/autoconf.h -> include/config/*
> > GEN     include/bbconfigopts.h
> > GEN     include/common_bufsiz.h
> > GEN     include/embedded_scripts.h
> > HOSTCC  applets/usage
> > In file included from /src/applets/usage.c:30:0:
> > /src/include/applets.h:338:1: warning: implicit declaration of function \
> > 'IF_RMMOD'; did you mean 'IF_CHMOD'? [-Wimplicit-function-declaration] IF_RMMOD(  \
> > IF_MODPROBE_SMALL(APPLET_NOEXEC( rmmod,    modprobe, BB_DIR_SBIN, BB_SUID_DROP, \
> > rmmod   ))) ^~~~~~~~
> > IF_CHMOD
> > In file included from /src/applets/usage.c:11:0:
> > /src/applets/usage.c:25:34: error: expected expression before '{' token
> 
> Works for me.
> git hash bd754746394a382e04d116df02547f61b2026da9
> gcc 9.0.1


[Attachment #5 (unknown)]

<html><head><meta http-equiv="Content-Type" content="text/html; \
charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; \
line-break: after-white-space;" class="">I tried recreating and I'm no longer able to \
reproduce. Must have been something weird…<div class=""><br class=""></div><div \
class="">Thanks,</div><div class="">Samuel&nbsp;<br class=""><div><br \
class=""><blockquote type="cite" class=""><div class="">On Oct 30, 2019, at 7:51 AM, \
Denys Vlasenko &lt;<a href="mailto:vda.linux@googlemail.com" \
class="">vda.linux@googlemail.com</a>&gt; wrote:</div><br \
class="Apple-interchange-newline"><div class=""><span style="caret-color: rgb(0, 0, \
0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: \
normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline \
!important;" class="">On Tue, Oct 29, 2019 at 1:49 AM Samuel Ainsworth &lt;</span><a \
href="mailto:skainsworth@gmail.com" style="font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; \
-webkit-text-stroke-width: 0px;" class="">skainsworth@gmail.com</a><span \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; \
float: none; display: inline !important;" class="">&gt; wrote:</span><br \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" \
class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; \
-webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class="">Hello \
busybox overlords,<br class=""><br class="">I have a fresh checkout of busybox \
version 1.31.1 (git hash bd754746394a382e04d116df02547f61b2026da9), and I'm trying to \
build it on Ubuntu 18.04 with gcc 7.4 with an out-of-tree build (per per <a \
href="https://github.com/jgunthorpe/busybox/blob/master/INSTALL#L95" \
class="">https://github.com/jgunthorpe/busybox/blob/master/INSTALL#L95</a>) with \
defconfig. But I'm getting some build errors:<br class=""><br \
class="">root@e581c80974df:~/bbbuild# make<br class="">make -C /src \
O=/root/bbbuild<br class="">&nbsp;Using /src as source for busybox<br \
class="">&nbsp;GEN &nbsp;&nbsp;&nbsp;&nbsp;/root/bbbuild/Makefile<br \
class="">&nbsp;SPLIT &nbsp;&nbsp;include/autoconf.h -&gt; include/config/*<br \
class="">&nbsp;GEN &nbsp;&nbsp;&nbsp;&nbsp;include/bbconfigopts.h<br \
class="">&nbsp;GEN &nbsp;&nbsp;&nbsp;&nbsp;include/common_bufsiz.h<br \
class="">&nbsp;GEN &nbsp;&nbsp;&nbsp;&nbsp;include/embedded_scripts.h<br \
class="">&nbsp;HOSTCC &nbsp;applets/usage<br class="">In file included from \
/src/applets/usage.c:30:0:<br class="">/src/include/applets.h:338:1: warning: \
implicit declaration of function 'IF_RMMOD'; did you mean 'IF_CHMOD'? \
[-Wimplicit-function-declaration]<br class="">IF_RMMOD( \
&nbsp;&nbsp;IF_MODPROBE_SMALL(APPLET_NOEXEC( rmmod, &nbsp;&nbsp;&nbsp;modprobe, \
BB_DIR_SBIN, BB_SUID_DROP, rmmod &nbsp;&nbsp;)))<br class="">^~~~~~~~<br \
class="">IF_CHMOD<br class="">In file included from /src/applets/usage.c:11:0:<br \
class="">/src/applets/usage.c:25:34: error: expected expression before '{' token<br \
class=""></blockquote><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; \
font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; \
letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; \
white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; \
text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: \
Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; \
font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; \
text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline \
!important;" class="">Works for me.</span><br style="caret-color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: \
normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; \
float: none; display: inline !important;" class="">git hash \
bd754746394a382e04d116df02547f61b2026da9</span><br style="caret-color: rgb(0, 0, 0); \
font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: \
normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: \
0px; text-transform: none; white-space: normal; word-spacing: 0px; \
-webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span \
style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; \
font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: \
normal; text-align: start; text-indent: 0px; text-transform: none; white-space: \
normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; \
float: none; display: inline !important;" class="">gcc \
9.0.1</span></div></blockquote></div><br class=""></div></body></html>



_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic