Send Motion-user mailing list submissions to motion-user@lists.sourceforge.net
To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/motion-user or, via email, send a message with subject or body 'help' to motion-user-requ...@lists.sourceforge.net You can reach the person managing the list at motion-user-ow...@lists.sourceforge.net When replying, please edit your Subject line so it is more specific than "Re: Contents of Motion-user digest..." Today's Topics: 1. Re: [Motion-Project/motion] It looks like the latest version does not have pi_jessie_motion_4.2.2-1_armhf.deb version but it does have a stretch version. Is it possible to have a jessie armhf version? (#947) (tosiara) ---------------------------------------------------------------------- Message: 1 Date: Sat, 1 Jun 2019 10:50:02 +0300 From: tosiara <tosi...@gmail.com> To: Motion discussion list <motion-user@lists.sourceforge.net> Subject: Re: [Motion-user] [Motion-Project/motion] It looks like the latest version does not have pi_jessie_motion_4.2.2-1_armhf.deb version but it does have a stretch version. Is it possible to have a jessie armhf version? (#947) Message-ID: <CACHTdwQSoyQpxt2Rppbx9FYpEt75e=vrgi9zg8kvgywzvq7...@mail.gmail.com> Content-Type: text/plain; charset="utf-8" Strech replaced libmysqlclient with libmariadbclient. Motion does not support libmariadbclient, no matter if it "the same database" or not. But Strech provides a compatibility package called libmariadbclient-dev-compat which will emulate classic mysql for motion. Just try to install it and you will see this will resolve the issue Adding support for Mariadb is an enhancement, not a bug On Sat, Jun 1, 2019 at 9:59 AM tosiara <tosi...@gmail.com> wrote: > Which exact OS version fails to compile motion on Pi? > > On Fri, May 31, 2019 at 9:23 PM John D. Gwinner <j...@gwinner.org> wrote: > >> Let me be more clear. MySQL on the Pi did not work either. >> >> >> >> Database support is just not compiled in. This is why the apt-get >> package, precompiled motion, won?t write to the database either. You HAVE >> to compile it from source, then it turns out that the configure step won?t >> configure it for database support no matter what DB you have installed. >> >> >> >> I rebuilt several Pi?s to debug this problem, including downloading the >> MySQL binaries directly from Oracle, and Motion still did not compile in >> database support. >> >> >> >> Please check the bug, it gives more details. >> >> >> >> I don?t personally think of database support on the Pi as an >> ?enhancement?. >> >> >> >> == John == >> >> >> >> *From:* MrDave <motionmrd...@gmail.com> >> *Sent:* Friday, May 31, 2019 12:21 AM >> *To:* motion-user@lists.sourceforge.net >> *Subject:* Re: [Motion-user] [Motion-Project/motion] It looks like the >> latest version does not have pi_jessie_motion_4.2.2-1_armhf.deb version but >> it does have a stretch version. Is it possible to have a jessie armhf >> version? (#947) >> >> >> >> That last statement is not correct. Motion supports MySQL and adding >> MariaDB is an enhancement. They are different packages/software. I'll >> defer comments on that particular issue in github until a later time. >> >> >> >> On 5/30/2019 12:36 PM, John D. Gwinner wrote: >> >> I already did that. The net result was ?we don?t know Autotools Raspbian? >> and I don?t think anything ever got fixed. There was a call for people that >> knew Linux and autotools. >> >> >> >> https://github.com/Motion-Project/motion/issues/875 >> >> >> >> It?s listed as an enhancement, which isn?t really correct. Basically, >> database access on a Raspberry Pi doesn?t work at all unless you do the >> workaround I mentioned in the bug (Install Ubuntu, install MySQL, run >> configure, copy over the appropriate configure lines and merge into a >> Raspbian configure script). >> >> >> >> The reason I commented on this thread was the response was ?you can build >> it yourself? which is absolutely correct for older O/S?s, (you can?t really >> maintain older stuff), but my point was that you CANNOT build it yourself >> due to this problem. >> >> >> >> == John == >> >> >> >> *From:* tosiara <tosi...@gmail.com> <tosi...@gmail.com> >> *Sent:* Thursday, May 30, 2019 5:31 AM >> *To:* Motion discussion list <motion-user@lists.sourceforge.net> >> <motion-user@lists.sourceforge.net> >> *Subject:* Re: [Motion-user] [Motion-Project/motion] It looks like the >> latest version does not have pi_jessie_motion_4.2.2-1_armhf.deb version but >> it does have a stretch version. Is it possible to have a jessie armhf >> version? (#947) >> >> >> >> For build issues please start a separate thread and provide logs and >> which exact error you were getting >> >> >> >> On Thu, May 30, 2019 at 9:12 AM John D. Gwinner <j...@gwinner.org> wrote: >> >> Yes, but I think I reported this before, Motion doesn?t build properly on >> Raspian. >> >> >> >> The database option wasn?t available until I did a custom build on >> Ubuntu, then copied the config files over. >> >> >> >> Database access seems to work, but the calls all fail. >> >> >> >> Is this fixed? If so, sorry to hijack the thread! >> >> >> >> I haven?t checked movie passthrough. I know without the Ubuntu >> config->Raspbian build, database access won?t work. You can compare the .h >> files and see the differences. >> >> >> >> == John == >> >> >> >> [image: cid:image003.jpg@01D408D0.306E9400] >> <https://www.amazon.com/Getting-Started-React-VR-immersive-ebook/dp/B077VR6FMQ/> >> >> *John Gwinner* . >> *M* 310-227-9140 >> cto4you.com >> >> >> My book at Amazon >> <https://www.amazon.com/Getting-Started-React-VR-immersive-ebook/dp/B077VR6FMQ/> >> >> >> >> >> >> >> >> *From:* MrDave <motionmrd...@gmail.com> >> *Sent:* Wednesday, May 29, 2019 9:52 PM >> *To:* motion-user@lists.sourceforge.net >> *Subject:* Re: [Motion-user] [Motion-Project/motion] It looks like the >> latest version does not have pi_jessie_motion_4.2.2-1_armhf.deb version but >> it does have a stretch version. Is it possible to have a jessie armhf >> version? (#947) >> >> >> >> To answer the specific question, the debs on the releases page are only >> produced for common distros that are not at EOL. Jessie was no longer >> listed as a option for download on the main Raspbian page so it did not get >> a deb built. If it is needed, users can build their own deb via the >> packaging scripts. Instructions are within the build guide and there are >> also the videos demonstrating the building, creating deb packages, >> upgrading, using, setting up, etc. >> >> https://motion-project.github.io/motion_build.html >> >> https://motion-project.github.io/motion_guide.html (Has the link on it >> to the videos) >> >> >> >> On 5/29/2019 6:47 AM, tosiara wrote: >> >> I have never used motion packaging, but you can try to build yourself: >> https://github.com/Motion-Project/motion-packaging >> >> Or maybe someone on the list have experience making motion package for >> Raspberry Pi >> >> >> >> On Tue, May 28, 2019 at 8:12 PM bkoblenz <notificati...@github.com> >> wrote: >> >> I tried to follow the link, but the service is unavailable. So maybe it is >> appropriate to hit reply all! >> >> Sorry for asking an inappropriate question on github. >> >> However, I am still interested in a 4.2.2 version of motion for a jessie >> installation of raspberry pi (that is already running 4.1.1). >> Is there a pi_jessie_motion_4.2.2-1_armhf.deb version that I can wget? Of >> some directions for upgrading jessie from 4..1.1 to 4.2.2? >> >> I am particularly interested in the new movie_passthrough feature. >> >> thanks >> -brian >> >> >> < >> http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail >> > >> Virus-free. >> www.avg.com >> < >> http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail >> > >> <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> >> >> On Mon, May 27, 2019 at 9:44 AM tosiara <notificati...@github.com> wrote: >> >> > Please use mail list for questions >> > https://sourceforge.net/p/motion/mailman/motion-user/?viewmonth=201902 >> > >> > ? >> > You are receiving this because you authored the thread. >> > Reply to this email directly, view it on GitHub >> > < >> https://github.com/Motion-Project/motion/issues/947?email_source=notifications&email_token=ADHHYLIGWPVWYC5K54RDBPLPXQFVBA5CNFSM4HONFMUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWKGFHI#issuecomment-496263837 >> >, >> > or mute the thread >> > < >> https://github.com/notifications/unsubscribe-auth/ADHHYLNTRHX7Q4PWNSW7G23PXQFVBANCNFSM4HONFMUA >> > >> > . >> > >> >> ? >> You are receiving this because you modified the open/close state. >> Reply to this email directly, view it on GitHub >> <https://github.com/Motion-Project/motion/issues/947?email_source=notifications&email_token=AA3PETLJ5WCYVLOBIUFR2Z3PXVRWZA5CNFSM4HONFMUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWMZZAI#issuecomment-496606337>, >> or mute the thread >> <https://github.com/notifications/unsubscribe-auth/AA3PETLJQI57CJZWWIV3623PXVRWZANCNFSM4HONFMUA> >> . >> >> >> >> _______________________________________________ >> >> Motion-user mailing list >> >> Motion-user@lists.sourceforge.net >> >> https://lists.sourceforge.net/lists/listinfo/motion-user >> >> https://motion-project.github.io/ >> >> >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >> >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/motion-user >> https://motion-project.github.io/ >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >> >> >> >> _______________________________________________ >> >> Motion-user mailing list >> >> Motion-user@lists.sourceforge.net >> >> https://lists.sourceforge.net/lists/listinfo/motion-user >> >> https://motion-project.github.io/ >> >> >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user >> >> _______________________________________________ >> Motion-user mailing list >> Motion-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/motion-user >> https://motion-project.github.io/ >> >> Unsubscribe: https://lists.sourceforge.net/lists/options/motion-user > > -------------- next part -------------- An HTML attachment was scrubbed... -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2216 bytes Desc: not available ------------------------------ ------------------------------ Subject: Digest Footer _______________________________________________ Motion-user mailing list Motion-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/motion-user ------------------------------ End of Motion-user Digest, Vol 156, Issue 2 *******************************************