Package Details: foo2zjs-nightly 20201127-1

Git Clone URL: https://aur.archlinux.org/foo2zjs-nightly.git (read-only, click to copy)
Package Base: foo2zjs-nightly
Description: foo2zjs Printer Drivers (automatically updated). Includes also foo2hp, foo2hbpl, foo2oak, foo2xqx, foo2qpdl, foo2slx, foo2hiperc and foo2lava drivers.
Upstream URL: http://foo2zjs.linkevich.net/
Licenses: GPL, custom
Conflicts: foo2zjs
Provides: foo2zjs
Replaces: foo2zjs
Submitter: intelfx
Maintainer: fermino
Last Packager: fermino
Votes: 53
Popularity: 0.38
First Submitted: 2016-11-12 03:35 (UTC)
Last Updated: 2024-11-14 18:38 (UTC)

Dependencies (8)

Required by (0)

Sources (37)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12 13 14 15 16 17 .. 20 Next › Last »

markscamilleri commented on 2018-05-29 13:44 (UTC)

Same problem here, it seems there was a newer version of this packaged in the upstream however the checksums were not updated.

Unfortunately, I was unable to find checksums at the source, so the only way to solve this would be to either skip checksums (not recommended) or download this from upstream and compute the checksum value to be replaced. I did the latter (replacing the first checksum in the array) and the SHA256 checksum was computed to:

df60985d6bc06fdea029e62d200f9f20b4026a8b4e11d39144636c75dc8b3d5b

Unfortunately, another problem presented itself when running prepare()

Hunk #1 FAILED at 1452.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej

badbytes commented on 2018-05-23 18:35 (UTC)

Same issue as frealgagu posted on 2018-05-22 03:14

frealgagu commented on 2018-05-22 03:14 (UTC)

The following is happening to me:

foo2zjs-20180519.tar.gz ... FAILED

Even if I try to skip the sha256sums I got the following:

==> Starting prepare()...
patching file Makefile
patching file Makefile
patching file Makefile
patching file foo2zjs-loadfw.in
patching file foo2zjs-loadfw@.service.in
patching file hplj10xx.rules
patching file usblp.conf
patching file Makefile
Hunk #1 FAILED at 1452.
1 out of 1 hunk FAILED -- saving rejects to file Makefile.rej
==> ERROR: A failure occurred in prepare().
    Aborting...

It happens not only in one but in three of my PCs. Thanks for advance.

intelfx commented on 2018-05-11 14:54 (UTC)

@dalu: I do not see any actual error message in your logs; neither can I reproduce this failure mode. Please at least provide full makepkg logs.

intelfx commented on 2018-05-11 14:51 (UTC)

@denixx: Up until now the firmware was being downloaded via simple wget calls (so you could configure proxy via environment variables as per wget man page).

I have now changed the PKGBUILD so the firmware is now downloaded properly via source=() and not via getweb at all. Hence you may configure proxying in the same way as you would've done it for any other source in any other package.

dalu commented on 2018-05-11 12:46 (UTC) (edited on 2018-05-11 12:47 (UTC) by dalu)

It is possible that certain products which can be built using this
rm -f INSTALL.tmp
chmod a-w INSTALL
software module might form inventions protected by patent rights in
#
make: *** [Makefile:1431: osx-hotplug/osx-hplj-hotplug.1] Error 1
make: *** Waiting for unfinished jobs....
some countries (e.g., by patents about arithmetic coding algorithms
# Generate PPD files using local tools
owned by IBM and AT&T in the USA). Provision of this software by the
#
author does NOT include any licences for any patents. In those
[ -d PPD ] || mkdir PPD
countries where a patent licence is required for certain applications
> foomatic-db/oldprinterids
of this software module, you will have to obtain such a licence
cd foomatic-db; rm -f db; ln -sf . db
yourself.
cd foomatic-db; rm -f source; ln -sf . source
for i in foomatic-db/printer/*.xml; \
do \
    printer=`basename $i .xml`; \
    case "$printer" in \
    *"d-Color_P160"*)   driver=foo2hiperc;; \
    *M1005*|*M1120*)    driver=foo2xqx;; \
    *P1[05]0[5678]*)    driver=foo2xqx;; \
    *P2014*)            driver=foo2xqx;; \
    *M1212*)            driver=foo2xqx;; \
    *1500*|*OAKT*)      driver=foo2oak;; \
    *1018*|*102[02]*)   driver=foo2zjs-z1;; \
    *P2035*)        driver=foo2zjs-z1;; \
    *1319*)     driver=foo2zjs-z1;; \
    *M12a|*M12w)    driver=foo2zjs-z2;; \
    *P110*)     driver=foo2zjs-z2;; \
    *P156*)     driver=foo2zjs-z2;; \
    *P160*)     driver=foo2zjs-z2;; \
    *CP102*)        driver=foo2zjs-z3;; \
    *1635*|*2035*)      driver=foo2oak-z1;; \
    *1600W|*16[89]0*)   driver=foo2lava;; \
    *4690*)     driver=foo2lava;; \
    *2530*|*24[89]0*)   driver=foo2lava;; \
    *6115*)             driver=foo2lava;; \
    *C110*)             driver=foo2lava;; \
    *6121*)             driver=foo2lava;; \
    *1600*|*2600*)      driver=foo2hp;; \
    *1215*)     driver=foo2hp;; \
    *C500*)             driver=foo2slx;; \
    *C301*|*C310*)      driver=foo2hiperc;; \
    *C511*)         driver=foo2hiperc;; \
    *C810*)             driver=foo2hiperc-z1;; \
    *C3[1234]00*)       driver=foo2hiperc;; \
    *C3530*)            driver=foo2hiperc;; \
    *C5[12568][05]0*)   driver=foo2hiperc;; \
    *CLP*|*CLX*|*6110*) driver=foo2qpdl;; \
    *6015*|*1355*)  driver=foo2hbpl2;; \
    *C1765*)        driver=foo2hbpl2;; \
    *CX17*)     driver=foo2hbpl2;; \
    *CM2[01]5*)     driver=foo2hbpl2;; \
    *P205*|*3045*)  driver=foo2hbpl2;; \
    *3010*|*3040*)  driver=foo2hbpl2;; \
    *M215*)     driver=foo2hbpl2;; \
    *M1400*)        driver=foo2hbpl2;; \
    *SP_*)      driver=foo2ddst;; \
    *)                  driver=foo2zjs;; \
    esac; \
    echo $driver - $printer; \
    FOOMATICDB=foomatic-db \
    foomatic-ppdfile \
    -d $driver -p $printer \
    > PPD/$printer.ppd; \
done
foo2hbpl2 - Dell-1355
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Dell-C1765
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Epson-AcuLaser_CX17NF
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Epson-AcuLaser_M1400
Cannot read file foomatic-db/db/oldprinterids!
cc -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now icc2ps.o xgetopt.o cmscam97.o cmscnvrt.o cmserr.o cmsgamma.o cmsgmt.o cmsintrp.o cmsio1.o cmslut.o cmsmatsh.o cmsmtrx.o cmsnamed.o cmspack.o cmspcs.o cmsps2.o cmssamp.o cmswtpnt.o cmsxform.o cmsio0.o cmsvirt.o icc34.h lcms.h  -lm -o foo2zjs-icc2ps
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Fuji_Xerox-DocuPrint_CM205
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
make[1]: Leaving directory '/tmp/yaourt-tmp-darko/aur-foo2zjs-nightly/src/foo2zjs/icc2ps'
foo2hbpl2 - Fuji_Xerox-DocuPrint_CM215
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Fuji_Xerox-DocuPrint_M215
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Fuji_Xerox-DocuPrint_P205
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2oak - Generic-OAKT_Printer
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - Generic-ZjStream_Printer
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2oak - HP-Color_LaserJet_1500
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hp - HP-Color_LaserJet_1600
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hp - HP-Color_LaserJet_2600n
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hp - HP-Color_LaserJet_CP1215
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - HP-LaserJet_1000
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - HP-LaserJet_1005
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_1018
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_1020
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_1022
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_1022n
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_1022nw
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_M1005_MFP
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_M1120_MFP
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_M1319_MFP
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P1005
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P1006
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P1007
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P1008
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P1505
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P1505n
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P2014
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_P2014n
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_P2035
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z1 - HP-LaserJet_P2035n
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z3 - HP-LaserJet_Pro_CP1025nw
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2xqx - HP-LaserJet_Pro_M1212nf_MFP
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z2 - HP-LaserJet_Pro_M12a
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z2 - HP-LaserJet_Pro_M12w
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z2 - HP-LaserJet_Pro_P1102
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z2 - HP-LaserJet_Pro_P1102w
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z2 - HP-LaserJet_Pro_P1566
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs-z2 - HP-LaserJet_Pro_P1606dn
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - KONICA_MINOLTA-magicolor_1600W
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - KONICA_MINOLTA-magicolor_1680MF
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - KONICA_MINOLTA-magicolor_1690MF
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - KONICA_MINOLTA-magicolor_2430_DL
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - KONICA_MINOLTA-magicolor_2480_MF
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - KONICA_MINOLTA-magicolor_2490_MF
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - KONICA_MINOLTA-magicolor_2530_DL
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - KONICA_MINOLTA-magicolor_4690MF
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2oak-z1 - Kyocera-KM-1635
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2oak-z1 - Kyocera-KM-2035
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2slx - Lexmark-C500
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - Minolta-Color_PageWorks_Pro_L
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - Minolta-magicolor_2200_DL
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - Minolta-magicolor_2300_DL
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2zjs - Minolta-magicolor_2430_DL
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - Oki-C110
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C301dn
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C3100
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C310dn
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C3200
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C3300
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C3400
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C3530_MFP
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C5100
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C511dn
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C5200
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C5500
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C5600
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C5650
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Oki-C5800
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc-z1 - Oki-C810
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hiperc - Olivetti-d-Color_P160W
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2ddst - Ricoh-SP_112
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2ddst - Ricoh-SP_201Nw
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-300
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-310
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-315
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-325
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-365
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-600
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-610
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLP-620
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLX-2160
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLX-3160
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLX-3175
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Samsung-CLX-3185
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Xerox-Phaser_3010
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Xerox-Phaser_3040
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2qpdl - Xerox-Phaser_6110
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - Xerox-Phaser_6115MFP
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2lava - Xerox-Phaser_6121MFP
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Xerox-WorkCentre_3045
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
foo2hbpl2 - Xerox-WorkCentre_6015
Cannot read file foomatic-db/db/oldprinterids!
Cannot read file foomatic-db/db/oldprinterids!
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build foo2zjs-nightly.

denixx commented on 2018-04-27 08:10 (UTC) (edited on 2018-04-27 08:10 (UTC) by denixx)

Hi! Can you please add support for proxy with authentication into "getweb" script?

==> Building 'getweb' helper and downloading extras
[ ! -f getweb ] || chmod +w getweb
sed < getweb.in > getweb \
    -e "s@\${URLZJS}@http://foo2zjs.rkkda.com@" \
    -e 's@^PREFIX=.*@PREFIX=/usr@' || (rm -f getweb && exit 1)
chmod 555 getweb
getweb: Couldn't download http://foo2zjs.rkkda.com/firmware/sihp1000.tar.gz

It can't get packages for now :( It was working normally some time ago.

sxe commented on 2018-01-08 09:15 (UTC)

@bachtiar Same problem here, thx for the fix.