> > > There certainly are stack-protector issues with other programs on arm.
Just saw a new one. All we've been doing is compiling since there are no arm snap packages. :) Maybe we'll see more runtime issues if anyone ever gets anything built they will use regularly. If someone is working towards a fix for this, at least a few of us would be happy to update and try to test/reproduce issues. c++ -D_REENTRANT -DU_HAVE_ATOMIC=0 -DU_HAVE_TIMEZONE=0 -I/usr/ports/pobj/icu4c-53.1/icu/source/i18n -I/usr/ports/pobj/icu4c-53.1/icu/source/common -DU_ATTRIBUTE_DEPRECATED= -DU_I18N_IMPLEMENTATION -O2 -pipe -O1 -fno-stack-protector -W -Wall -pedantic -Wpointer-arith -Wwrite-strings -Wno-long-long -c -DPIC -fPIC -o collationrootelements.o /usr/ports/pobj/icu4c-53.1/icu/source/i18n/collationrootelements.cpp execvp: /usr/ports/pobj/icu4c-53.1/bin: path too long execvp: /usr/bin: path too long execvp: /bin: path too long execvp: /usr/sbin: path too long execvp: /sbin: path too long execvp: /usr/local/bin: path too long execvp: /usr/local/bin: path too long execvp: /usr/X11R6/bin: path too long gmake[1]: ????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????0?%??%??m%p?m%: Command not found /usr/ports/pobj/icu4c-53.1/icu/source/config/mh-bsd-gcc:43: recipe for target 'collationrootelements.o' failed gmake[1]: *** [collationrootelements.o] Error 127 gmake[1]: Leaving directory '/usr/ports/pobj/icu4c-53.1/build-arm/i18n' Makefile:141: recipe for target 'all-recursive' failed gmake: *** [all-recursive] Error 2
