Tiny Core Base > piCore Test Releases

piCore-12.0alpha1

<< < (9/9)

aus9:
did not see your reply to just now. I can report I am now printing on usb canon. Ink for Epson dried up but reported job complete. As I am pensioner, I am binning the Epson as it was a basic printer to begin with and its actually cheaper to buy a new printer than buy refills.

ON 32 bit Not sure if I needed to but re-compiled gtk2 and gutenprint and then re-compiled ghostscript without recompiling anything else, altho I can see cups-filters might get my attention.

--- Code: ---strings /usr/local/bin/gs | grep libidn
tc@box:~/Downloads$
--- End code ---

If you would like to re-compile ghostscript, I used

SRC=ghostscript-9.52
compiletc wget squashfs-tools zsync xz cups-dev cairo-dev libjpeg-turbo-dev lcms2-dev libXt-dev
# libXt-dev not detected until make
cd $SRC
rm -rf expat freetype lcms2mt jpeg libpng
./configure --prefix=/usr/local --with-system-libtiff --localstatedir=/var --enable-dynamic --disable-compile-inits
make -j5 takes 3.5 minutes

dep list modest change to remove libtiff as we are using GS
libcups.tcz
lcms2.tcz
fontconfig.tcz
libpng.tcz

If you do not have time, depending on your priorities, would you like me to submit a TCE
I promise I will re-check my crap. But I can see this pdf test is a pass


--- Code: ---gs -v
GPL Ghostscript 9.52 (2020-03-19)
Copyright (C) 2020 Artifex Software, Inc.  All rights reserved
gs -dSAFER -dBATCH sample.pdf
GPL Ghostscript 9.52 (2020-03-19)
Copyright (C) 2020 Artifex Software, Inc.  All rights reserved.
This software is supplied under the GNU AGPLv3 and comes with NO WARRANTY:
see the file COPYING for details.
Processing pages 1 through 2.
Page 1
Loading NimbusSans-Regular font from /usr/local/share/ghostscript/9.52/Resource/Font/NimbusSans-Regular... 4009096 2525100 4357136 3025076 4 done.
>>showpage, press <return> to continue<<
--- End code ---

exit the GUI causes a trivial error IMHO


aus9:
offtopic but does affect my testing of wireless printing with my canon.
I think I used a different router to sync with my wl canon. So far, I have failed to get cups to see a wl canon that claims it has a "direct" wireless setting....with or without avahi running.

My router is not seeing any wl device. So I have to delay any gutenprint submission until I have exhausted my last 6 brain cells  ;D

aus9:
aarch64 avahi issues and modest success
####################
Build script has --localstatedir=/var, attempts to use --runstatedir=/var fails as configure output shows

--- Quote ---avahi socket:/run/avahi-daemon/socket
--- End quote ---

Attempt to fix Makefile....looks good but still fails....still "makes"  to /run

--- Code: ---sed 's|avahi_runtime_dir = /run|avahi_runtime_dir = /var/run|' -i Makefile
sed 's|avahi_socket = /run/avahi-daemon/socket|avahi_socket = /var/run/avahi-daemon/socket|' -i Makefile
--- End code ---

after load and start daemon....I wonder does it really matter as avahi first tests without cups built appear ok


--- Code: ---ls /run/avahi-daemon/
pid     socket
tc@box:~$ sudo /usr/local/etc/init.d/avahi stop
tc@box:~$ ls /run/avahi-daemon/ 
tc@box:~$ SNIP.....avahi is not running
###########################
# when it was running
avahi-browse -art
SNIP
eth0 IPv4 box                                           _ssh._tcp            local
SNIP
=   eth0 IPv4 Entertainment Room                            _mediaremotetv._tcp  local
   hostname = [Entertainment-Room.local]
   address = [fe80::107f:e600:247c:3a34]
   port = [49152]
   txt = ["LocalAirPlayReceiverPairingIdentity=4FC9C511-EA41-41C2-950A-B6FB01E11623" "SystemBuildVersion=17M61"
"UniqueIdentifier=4FC9C511-EA41-41C2-950A-B6FB01E11623" "Name=Entertainment Room" "macAddress=50:32:37:a8:2c:0e"
 "BluetoothAddress=P27�,\013" "AllowPairing=YES" "ModelName=Apple TV"]
--- End code ---

Question Can I continue or does it matter that run for this daemon needs to be /var/run and not /run

If it does matter I will probably look to an older version that does not know about systemd

thanks for reading

Juanito:
I believe that will be OK.

Navigation

[0] Message Index

[*] Previous page

Go to full version