Need a lil help here if anyone can please, been trying to build a router setup with 3g/4g and cups print server support (with the intent of getting it to support air print for a usb printer) on a Wr710n v2.1 (8meg flash), I've been using ROOter as a base then adding in the unofficial openwrt printing packages feed from https://github.com/FranciscoBorges/open … g-packages also using extroot to give 8gig to overlay 512m to swap and an extra data partition of another 8gig which are correct mounted.
The issue is though it compiles all fine and the majority of packages install (had to update fontconfig to later version as it was causing a weird fs-cache error) when I come to to install ghostscript on the router it fails, first throwing sha256sum mismatched, so I forced checksum ignore, reinstall, overwrite and fresh config, I've rebuilt the router more than once and was starting to bang my head in frustration till I noticed this
Downloading file:/data/printer/packages/printing/ghostscript_9.06-2_ar71xx.ipk.
Ignored ghostscript sha256sum mismatch.
Configuring ghostscript.
Collected errors:
* copy_file_chunk: Unable to read all data
* set_flags_from_control: Failed to open //usr/lib/opkg/info/ghostscript.control: No such file or directory.
I tried again forcing a diff install location just to see if it would make any difference
Downloading file:/data/printer/packages/printing/ghostscript_9.06-2_ar71xx.ipk.
Ignored ghostscript sha256sum mismatch.
Configuring ghostscript.
Collected errors:
* copy_file_chunk: Unable to read all data
* set_flags_from_control: Failed to open /data/tmp//usr/lib/opkg/info/ghostscript.control: No such file or directory.
Any insights or help much appreciated
(Last edited by toxfire on 7 May 2016, 10:12)