Greetings,
Sorry I missed the fact that you had responded on this thread. :-/
With regards to your issue, it looks like the setup script lost track of where it was getting some of the files it needs... In particular, it doesn't know where to copy the "
cque.pp" file from. You may have to look directly at the script to see what it is trying to do and see if you can "help" it along, like I had to with the UFR II driver package from Canon. Do you know where that file is in the CQue source code?
I have noticed that there are some issues with the way that Canon seems to be doing their driver packages, and while I am unfamiliar with CQue, I am now fairly well versed in building and installing the Linux_UFRII_PrinterDriver_V250_u[s,k]_EN package.

Unfortunately, I have found that after doing all the adjustments that I managed to find (including running "
WANT_AUTOMAKE=1.11 autoreconf -f --install" on every source directory with a
configure.[in,ac] script in it as was recommended in
this post on these forums) on how to get it to build and install, there still seem to be issues when you are using one of the UFR II drivers; nothing happens at the printer and CUPS reports the job as stopped. Checking /var/log/cups/error_log showed the following:
Code: Select all
...<snip>...
W [25/Mar/2013:09:47:18 -0700] [CGI] Missing Product in /usr/share/cups/model/CNCUPSIRADV4051ZK.ppd!
E [25/Mar/2013:10:18:50 -0700] Canon_MF7400_Series_: File "/usr/libexec/cups/filter/pstoufr2cpca" not available: No such file or directory
E [25/Mar/2013:10:19:06 -0700] Canon_MF7400_Series_: File "/usr/libexec/cups/filter/pstoufr2cpca" not available: No such file or directory
E [25/Mar/2013:10:19:06 -0700] [Job 60] Unable to start filter "pstoufr2cpca" - No such file or directory.
E [25/Mar/2013:10:19:06 -0700] [Job 60] Stopping job because the scheduler could not execute a filter.
E [25/Mar/2013:10:20:10 -0700] Canon_MF7400_Series_: File "/usr/libexec/cups/filter/pstoufr2cpca" not available: No such file or directory
E [25/Mar/2013:10:20:10 -0700] [Job 60] Unable to start filter "pstoufr2cpca" - No such file or directory.
E [25/Mar/2013:10:20:10 -0700] [Job 60] Stopping job because the scheduler could not execute a filter.
E [25/Mar/2013:10:24:07 -0700] [Job 60] Stopping unresponsive job!
So, having seen that, I look into the build directories and find the following:
Code: Select all
tech8 Linux_UFRII_PrinterDriver_V250_uk_EN # find . -iname "*pstoufr2cpca*" -print
./Sources/cndrvcups-lb-2.50/pstoufr2cpca
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/.deps/pstoufr2cpca.Po
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/pstoufr2cpca.o
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/pstoufr2cpca
./Sources/cndrvcups-lb-2.50/pstoufr2cpca/filter/pstoufr2cpca.c
tech8 Linux_UFRII_PrinterDriver_V250_uk_EN #
So, after I copy the "
pstoufr2cpca" filter to /usr/libexec/cups/filter/, I try another test print and it seems to go through, but all I get on the page is an error message saying "**** Unable to open initial device, quitting." and no output in the error_log.
Still running these issues down on my end, but let us know if you find that file.
HTH. TTYL.