https://bugs.freedesktop.org/show_bug.cgi?id=85214
--- Comment #14 from Rémi Cardona <[email protected]> --- (In reply to Julien Nabet from comment #5) > SHELL=/bin/dash) but I don't get the lines: > hecking for fc-match... /usr/bin/fc-match > checking font mapping for 'Calibri' Autoconf checks if /bin/sh is POSIXy enough before continuing. If it isn't, configure automatically reruns itself with /bin/bash. Debian devs wanted to make dash fully POSIX-compliant but this caused too many headaches[1], so they disabled the one feature Autoconf checks to detect shells' POSIX-ness: LINENO support. Bottom line, if you want to run ./configure with dash you need to set the following environment variable: CONFIG_SHELL=/bin/dash. (In reply to Evan Langlois from comment #4) > checking font mapping for 'Calibri'... ./configure: 38799: shift: can't > shift that many I hit the same issue. Patch coming up. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582952 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
