Search Criteria
Package Details: cups-bjnp 2.0.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/cups-bjnp.git (read-only, click to copy) |
---|---|
Package Base: | cups-bjnp |
Description: | CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol |
Upstream URL: | http://sourceforge.net/projects/cups-bjnp/ |
Licenses: | GPL |
Submitter: | None |
Maintainer: | guoxh |
Last Packager: | guoxh |
Votes: | 58 |
Popularity: | 0.121087 |
First Submitted: | 2008-11-29 06:34 (UTC) |
Last Updated: | 2022-05-27 09:07 (UTC) |
Dependencies (2)
Required by (2)
- cnijfilter-mp620 (optional)
- cnijfilter-mp630 (optional)
Latest Comments
piater commented on 2022-05-28 07:37 (UTC)
@dreieck: I got the same error. To me,
writing 1 byte into a region of size 0
looks like a scary bug, and the fact that LTO stumbles over it prompted me to try turning this off first. But the real issue and why it is not flagged without LTO merit further investigation.dreieck commented on 2022-05-27 16:16 (UTC)
I think somewhere an option
-Wno-error=stringop-overflow=
or just a general-Wno-error
needs to be explicitly added to thegcc
options (i.e. theCFLAGS
/CXXFLAGS
). I get a-Werror=stringop-overflow=
compilation error, and I have not set manually any-Werror
option:For me the problem was mitigated with adding
before the
./configure
call.Btw., I could compile it with LTO.
Thanks for maintaining!
piater commented on 2022-05-27 08:17 (UTC)
Compilation fails with LTO enabled (which is the default, at least on my system). A workaround is to add the line "options=('!lto')" to the PKGBUILD.
ported commented on 2019-07-28 18:29 (UTC)
Compiling on GCC 8.1+ is fixed, many thanks to @ThoSTe and sorry for the delay.
ThoSTe commented on 2019-07-16 08:00 (UTC)
When I try to install the package I get a compile warning/error. (https://bbs.archlinux.org/viewtopic.php?id=247748)
This can be avoided by disabling Werror complie option in PKBUILD ./configure --prefix='/usr' --disable-Werror
brice83 commented on 2014-09-07 19:42 (UTC)
alucryd commented on 2013-03-16 08:59 (UTC)
commented on 2013-03-15 16:19 (UTC)
alucryd commented on 2012-12-19 08:25 (UTC)
commented on 2012-12-19 03:03 (UTC)
alucryd commented on 2012-11-15 15:17 (UTC)
commented on 2012-07-06 09:55 (UTC)
commented on 2012-06-16 18:08 (UTC)
commented on 2012-06-16 17:18 (UTC)
Blubaur commented on 2011-07-07 12:19 (UTC)