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: | Skythrew |
Last Packager: | Skythrew |
Votes: | 59 |
Popularity: | 0.000016 |
First Submitted: | 2008-11-29 06:34 (UTC) |
Last Updated: | 2023-05-26 16:01 (UTC) |
Dependencies (2)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- cups (cups-gitAUR, cups-gssapiAUR) (make)
Required by (2)
- cnijfilter-mp620 (optional)
- cnijfilter-mp630 (optional)
Latest Comments
1 2 3 Next › Last »
guoxh commented on 2023-05-19 13:52 (UTC)
@Skythrew I do not use this driver anymore and will disown it. Please consider adopting the package and modifying it directly.
Skythrew commented on 2023-05-18 15:03 (UTC)
Please correct configure script to disable Werrors because it's causing some errors on compiling nowadays.
guoxh commented on 2023-03-25 14:39 (UTC)
@dreieck Do you still have the problem with the current PKGBUILD? LTO was disabled in last update, as a workaround.
dreieck commented on 2023-03-24 18:29 (UTC)
Can this be fixed in the
PKGBUILD
, please; and a probable coding error be reported upstream?Regards!
Maxr commented on 2022-06-02 10:33 (UTC)
@dreieck works for me, thank you!
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.
1 2 3 Next › Last »