Although the last few lines tell you to look somewhere else for details,
the error is pretty clear from your log.

+ cd netinet
/home/mritunjay/development/rtems/rsb/rtems/build/netinet--sparc-rtems5-1/do-build:
90: cd: can't cd to netinet
shell cmd failed: /bin/sh -ex
 
/home/mritunjay/development/rtems/rsb/rtems/build/netinet--sparc-rtems5-1/do-build
error: building netinet--sparc-rtems5-1
  See error report: rsb-report-netinet--sparc-rtems5-1.txt

The "cd netinet" does not match the directory created when the code was
fetched and unzipped earlier.

+ /bin/rm -rf netinet
+ /usr/bin/unzip -u
/home/mritunjay/development/rtems/rsb/rtems/sources/master.zip
Archive:  /home/mritunjay/development/rtems/rsb/rtems/sources/master.zip
17bc2a77248344c8f686cfda95d491b78fc92c85
   creating: netinet-master/
  inflating: netinet-master/.gitignore
  inflating: netinet-master/README.md
  inflating: netinet-master/accf_data.c

The "rm -rf" and "cd" commands are using the wrong directory name for the
source contents.

--joel



On Tue, May 26, 2020 at 1:22 PM Mritunjay Sharma <
mritunjaysharma...@gmail.com> wrote:

> Hello everyone,
>
> As advised I tried adding Netinet package which
> is a dependency to add PTP and was causing an error
> earlier, I have encountered another error as mentioned below
> while testing the build for netinet.
>
> /home/mritunjay/development/rtems/rsb/rtems/build/netinet--sparc-rtems5-1/do-build:
> 90: cd: can't cd to netinet
> shell cmd failed: /bin/sh -ex
>  
> /home/mritunjay/development/rtems/rsb/rtems/build/netinet--sparc-rtems5-1/do-build
> error: building netinet--sparc-rtems5-1
>   See error report: rsb-report-netinet--sparc-rtems5-1.txt
> Build Set: Time 0:00:00.667194
>
> Attaching trace file as well.
>
> Thanks,
> Mritunjay
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to