On Tuesday 01 September 2020 14:41:06 andy pugh wrote:

> On Tue, 1 Sep 2020 at 18:35, Gene Heskett <[email protected]> wrote:
> > Looks like it did.  I've been up to my tools inlegal crap, so it
> > took me a while to redo it all. Doing debs now,
>
> It might yet fall over with finding chinese docs where it doesn't
> expect them. But annoyingly this is hard to debug as my machine does
> not have the problem.

make-deb.sh had this at the end of the build:
(cd debian/tmp/usr/share/doc/linuxcnc/examples; \
    ln -sf ../../../linuxcnc/ncfiles ./nc_files)
dh_movefiles
if [ `find debian/tmp -type f | wc -c` != 0 ]; then \
        echo "Files exist in debian/tmp, but should not:"; \
        find debian/tmp -type f; \
        exit 1; \
fi
Files exist in debian/tmp, but should not:
debian/tmp/usr/share/applications/linuxcnc-gettingstarted-cn.desktop
make: *** [debian/rules:90: install] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary subprocess 
returned exit status 2

Didn't seem to bother english version though.

Or did it, installed Doc id's itself as:

LinuxCNC V2.9.0~pre0, 2020-08-28, 3 days old.

In fact, its all dated Aug 29th. Not 9/1/2020 like it should be.  So 
we're not 100% yet.

I see a perms error too, several times it was denied acess to 
update /etc/ld.so.cache.  Expected since I am NOT building as root, but 
as pi. Never have built linuxcnc as root. Updated it by hand and will 
retest, but why is the user trying to update a root owned file?  IMO it 
shouldn't even ask to update it, just read it.

Thanks Andy.

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