Package Details: cnijfilter-ts7450series 6.10-2

Git Clone URL: https://aur.archlinux.org/cnijfilter-ts7450series.git (read-only, click to copy)
Package Base: cnijfilter-ts7450series
Description: Canon IJ Printer Driver for Linux for Pixma 7450 series and other based on 6.10 version
Upstream URL: https://www.canon.com.au/home-printers
Licenses: GPL, custom:canon
Conflicts: cnijfilter, cnijfilter-mg3600, cnijfilter2
Provides: cnijlgmon3, tocanonij, tocnpwg
Submitter: lesebas
Maintainer: lesebas
Last Packager: lesebas
Votes: 0
Popularity: 0.000000
First Submitted: 2022-01-19 20:26 (UTC)
Last Updated: 2024-10-02 21:32 (UTC)

Latest Comments

ruffy commented on 2024-10-18 08:37 (UTC)

I confirm that the package builds with makepkg. I think the problem could be the symlink and the fact that aurutils copies the package to some different location to build...but I am not sure. I have never experienced this with any other package.

ruffy commented on 2024-10-18 08:08 (UTC)

Hmmm this is no really strange... I am just using aurutils for installation.

lesebas commented on 2024-10-17 06:47 (UTC) (edited on 2024-10-17 06:48 (UTC) by lesebas)

That's strange because it compiles right for me with 2 methods: yay or by cloning the repository and using makepkg. Changing the command ../keytext.c.patch by ing./keytext.c.pacth won't help as a symlink to the patch is creating into the SRC directory. Either your are using the symlink or the path to file directly, if the file is not present it won't help.

How did you compile the package?

ruffy commented on 2024-10-17 05:39 (UTC) (edited on 2024-10-17 05:43 (UTC) by ruffy)

It does not compile currently as the patch file cannot be found

==> Starting prepare()...
patch: **** Can't open patch file ../keytext.c.patch : No such file or directory
==> ERROR: A failure occurred in prepare().
    Aborting...
==> ERROR: Build failed, ...

I think this is just a typo in the PKGBUILD. Replace ../keytext.c.patch with ./keytext.c.patch

lesebas commented on 2024-10-02 21:34 (UTC)

Patch added up to date. Compile again.

matt_s commented on 2024-09-30 23:06 (UTC)

Does not compile

keytext.c: In function ‘CheckFileExists’:
keytext.c:57:32: error: implicit declaration of function ‘malloc’ [-Wimplicit-function-declaration]
   57 |         full_filename = (char*)malloc( full_filename_len );
      |
keytext.c:42:1: note: include ‘<stdlib.h>’ or provide a declaration of ‘malloc’
   41 | #include "keytext.h"
  +++ |+#include <stdlib.h>