Greetings all;

Since the buildbot has been working for armhf the most part, I hadn't 
built the local git clone since about the 2nd week of may.

However since early June, I have been subjected to a thousand or so of 
these at LinuxCNC launch time.
smalloc_dn: shmem available 152213
smalloc_up: shmem available 152184
smalloc_dn: shmem available 152088
smalloc_dn: shmem available 151992
smalloc_dn: shmem available 151912

interspersed in the 7i90 card initiation data, which makes it harder to 
trace a hal problem as I added the stuff to support the newer Z motor. 
No more are reported once its running and its running fine. 

So I thought I'd run my local build, and it looks like an undetected by 
dpkg-checkbuilddeps honking big dependency mess.

I didn't have this on May 11th. But in the meantime, several hundred 
packages have been upgraded by apt in bringing it up to buster 10-4. 

Literally thousands of conversion errors involving .png and .jpg stuff in 
the docs although that not a comprehensive list.
 strncopy( is quite noisy during the build but has been forever.

Does anyone have a clue as to what I need to install to alleviate this 
mess, 80 some runtests now fail.

Thank you for any help, or build script changes.  A git pull says I am 
uptodate.  I took the wiki recipe and made two scripts out of it, the 
first I called maketoruntests.sh and looks like this:

cd /media/pi/workspace/LinuxCNC-dev/
git pull
cd ./src
./autogen.sh
./configure --with-realtime=uspace --enable-build-documentation
sudo make clean
make -j4
sudo make setuid
source ../scripts/rip-environment
cd ..
git checkout tests/tool-info/random-with-startup-tool/simpockets.tbl.orig
cd ./src
runtests

The 2nd is called make-debs.sh, and looks like this, but I haven't got 
that far since runtests has a wholesale failure output. The extra git 
checkout of one of the tests is because the make clean deletes it.

cd /media/pi/workspace
cd LinuxCNC-dev/debian
./configure uspace
cd ..
dpkg-checkbuilddeps
time dpkg-buildpackage -b -uc -nc

Many thanks for any help.

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
If we desire respect for the law, we must first make the law respectable.
 - Louis D. Brandeis
Genes Web page <http://geneslinuxbox.net:6309/gene>


_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to