Re: sqlite build failure on BSP bsets

2020-04-03 Thread Joel Sherrill
For those who might reference this in the future, this is the RSB command I used to build sqlite last night from the RTEMS directory: ../source-builder/sb-set-builder \ --log=l-sqlite.txt \ --host=arm-rtems5 \ --prefix=${HOME}/rtems-work/tools/5/bsp-install/ \ --with-tools=${HOME}/rtems-wo

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Joel Sherrill
Thank you so much Jonathon! I have pushed this. We are really trying to close all issues and get things ready for a release. All help and user testing is appreciated. --joel On Thu, Apr 2, 2020 at 5:47 PM Jonathan Brandmeyer wrote: > Try this. > > I changed the logic which avoids building the

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Jonathan Brandmeyer
Try this. I changed the logic which avoids building the sqlite3 shell. Something about the way it uses libtool made the old `touch`-based method fail. There's also a bunch of configuration notes that really ought to be more visible. On Thu, Apr 2, 2020 at 2:26 PM Joel Sherrill wrote: > > > On

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Joel Sherrill
On Thu, Apr 2, 2020 at 3:00 PM Gedare Bloom wrote: > On Thu, Apr 2, 2020 at 1:57 PM Jonathan Brandmeyer > wrote: > > > > > > On Thu, Apr 2, 2020 at 1:43 PM Joel Sherrill wrote: > >> > >> Thank you for the detailed feedback. > >> > >> I am torn between: > >> > >> + deleting sqlite from the BSP b

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Gedare Bloom
On Thu, Apr 2, 2020 at 1:57 PM Jonathan Brandmeyer wrote: > > > On Thu, Apr 2, 2020 at 1:43 PM Joel Sherrill wrote: >> >> Thank you for the detailed feedback. >> >> I am torn between: >> >> + deleting sqlite from the BSP bset's >> + requiring tclsh to be installed >> + updating the RSB recipe for

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Jonathan Brandmeyer
On Thu, Apr 2, 2020 at 1:43 PM Joel Sherrill wrote: > Thank you for the detailed feedback. > > I am torn between: > > + deleting sqlite from the BSP bset's > + requiring tclsh to be installed > + updating the RSB recipe for sqlite. > > Given the desire to get a release out the door. I am prone to

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Joel Sherrill
Thank you for the detailed feedback. I am torn between: + deleting sqlite from the BSP bset's + requiring tclsh to be installed + updating the RSB recipe for sqlite. Given the desire to get a release out the door. I am prone to the first option with a ticket for 5.2 to update sqlite and re-add i

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Jonathan Brandmeyer
We just copied the amalgamation's single .c and .h file into our repository and built it as a single object into our application. So the following recommendations come only from an amateur reading of the sources on current rtems-source-builder master. 3.8.8 is pretty old. I'd just jump straight

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Joel Sherrill
On Thu, Apr 2, 2020, 12:09 PM Jonathan Brandmeyer wrote: > It depends on how you build it. If you use the amalgamation, you aren't > running the test suite, and you aren't building any of the other > command-line tools that ship with sqlite, then I don't think you have to > have TCL. > If the c

Re: sqlite build failure on BSP bsets

2020-04-02 Thread Jonathan Brandmeyer
It depends on how you build it. If you use the amalgamation, you aren't running the test suite, and you aren't building any of the other command-line tools that ship with sqlite, then I don't think you have to have TCL. On Thu, Apr 2, 2020 at 11:01 AM Joel Sherrill wrote: > Hi > > It looks like

sqlite build failure on BSP bsets

2020-04-02 Thread Joel Sherrill
Hi It looks like tclsh is required to build sqlite. I filed this as a ticket since it is a bit of a broad issue. Added host dependency (docs, sb-check), no BSP bset builds without it installed, etc. + make -j 8 sqlite3.h libsqlite3.la tclsh /home/joel/rtems-cron-5/rtems-source-builder/rtems/build