Package Details: lib32-zbar 0.23.90-1

Git Clone URL: https://aur.archlinux.org/lib32-zbar.git (read-only, click to copy)
Package Base: lib32-zbar
Description: Application and library for reading bar codes from various sources. 32bit libraries only version
Upstream URL: https://github.com/mchehab/zbar
Licenses: LGPL
Submitter: llde
Maintainer: llde
Last Packager: llde
Votes: 4
Popularity: 0.000000
First Submitted: 2017-08-24 18:36 (UTC)
Last Updated: 2022-03-22 18:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

DarkShadow44 commented on 2018-09-09 18:50 (UTC)

Thanks, works fine now.

llde commented on 2018-09-09 18:37 (UTC)

Should be fixed.

TemplarGR commented on 2018-09-08 20:08 (UTC)

Can confirm changing to j1 and installing xmlto solved all issues.

churro commented on 2018-09-08 16:17 (UTC) (edited on 2018-09-08 16:18 (UTC) by churro)

In my case I had -j4. Thanks, @DarkShadow44, changing to -j1 worked for me as well.

DarkShadow44 commented on 2018-09-08 12:43 (UTC) (edited on 2018-09-08 12:47 (UTC) by DarkShadow44)

mv: cannot stat 'doc/man/man.stamp.tmp': No such file or directory

This is because it doesn't like when MAKEFLAGS in /etc/makepkg.conf contain "-j8" or similar. Make it one, it'll get further.

/usr/bin/install: cannot stat './doc/man/zbarcam.1': No such file or directory

xmlto is missing as build dependency.

@llde

Could we please get both fixed in the PKGBUILD? Just add the 'xmlto' build dependency, and use make -j1 and make DESTDIR="$pkgdir" install -j1. Both times we need to disable parallelism.

churro commented on 2018-09-07 17:42 (UTC)

Ok, so I already had docbook-xsl installed but not xmlto. I installed the latter but I still got the same error:

mv: cannot stat 'doc/man/man.stamp.tmp': No such file or directory

llde commented on 2018-09-07 11:51 (UTC)

Maybe there is a build dependancy I forgot.

Check if xmlto and docbook-xsl are installed.

TemplarGR commented on 2018-09-06 07:37 (UTC)

Yeah no such file or directory.

This is packer-aur, but i have tried building it with makepkg too, same thing happens, so it is not a packer-aur issue. It always says:

mv: cannot stat 'doc/man/man.stamp.tmp': No such file or directory

llde commented on 2018-09-05 09:48 (UTC) (edited on 2018-09-05 09:50 (UTC) by llde)

@TemplarGR

The greek part means "No Such file of directory" ?

Wich AUR helper are you using?

TemplarGR commented on 2018-09-03 16:13 (UTC) (edited on 2018-09-05 03:05 (UTC) by eschwartz)

Fails to build for me at package() stage:

make  install-recursive
make[1]: Entering directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
Making install in .
make[2]: Entering directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
make[3]: Entering directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
make[3]: Entering directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
: --searchpath /tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20/doc -m /tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20/doc/style.xsl --skip-validation  -o doc/man man doc/manual.xml
: --searchpath /tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20/doc -m /tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20/doc/style.xsl --skip-validation  -o doc/man man doc/manual.xml
make[3]: Leaving directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
mv: cannot stat 'doc/man/man.stamp.tmp': Δεν υπάρχει τέτοιο αρχείο ή κατάλογος
make[3]: *** [Makefile:3034: doc/man/man.stamp] Error 1
make[3]: Leaving directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
make[2]: *** [Makefile:3024: doc/man/zbarimg.1] Error 2
make[2]: Leaving directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
make[1]: *** [Makefile:2479: install-recursive] Error 1
make[1]: Leaving directory '/tmp/packerbuild-1000/lib32-zbar/lib32-zbar/src/zbar-0.20'
make: *** [Makefile:2779: install] Error 2