Happy New Year Cruxers, I try to build a Crux port for Canon printer drivers and hit the following issue: configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: error: cannot find input file: `po/Makefile.in.in' It looks like an issue in rather standard feature. I would appreciate any advices. Where should I look for more info? Wawrzek PS. My Pkgfile base on Arch package file (https://aur.archlinux.org/packages/cnijfilter2/): # Description: Drivers for Canon printers # URL: https://www.canon-europe.com/support/consumer_products/operating_system_info... # Maintainer: Wawrzek Niewodniczanski <main at wawrzek dot name> # Depends on: cups name=cnijfilter2 version=6.30-1 release=1 source=(https://gdlp01.c-wss.com/gds/9/0100011319/01/$name-source-$version.tar.gz) dirs="cmdtocanonij2 cmdtocanonij3 cnijbe2 lgmon3 rastertocanonij tocanonij tocnpwg" build() { cd $name-source-$version export LDFLAGS="-L../../com/libs_bin_x86_64" for dir in $dirs do cd $dir ./autogen.sh --prefix=/usr make make DESTDIR=$PKG install cd ../ done rm -rf $PKG/usr/share/locale cd com/libs_bin64/ rm lib*.so install -c lib*.so* $PKG/usr/lib declare -a libs libs=$(ls -1 lib*.so.*) for baselib in $libs do shortlib=$baselib while extn=$(echo $shortlib | sed -n '/\.[0-9][0-9]*$/s/.*\(\.[0-9][0-9]*\)$/\1/p') [ -n "$extn" ] do shortlib=$(basename $shortlib $extn) ln -s $baselib $PKG/usr/lib/$shortlib done done cd - mkdir -p $PKG/usr/lib/bjlib2 install -c -m 644 com/ini/cnnet.ini $PKG/usr/lib/bjlib2 mkdir -p $PKG/usr/share/ppd/$name install -c -m 644 ppd/*.ppd $PKG/usr/share/ppd/$name -- Dr Wawrzyniec NiewodniczaĆski or Wawrzek for short PhD in Quantum Chemistry & MSc in Molecular Engineering WWW: http://wawrzek.name E-MAIL: jobs@wawrzek.name Linux User #177124