Skip to content

Fix newline in gi overrides path

Luca Weiss requested to merge (removed):fix_newline into master

Not having this literally breaks the package database of Alpine Linux, as they don't handle newlines in filenames and everything just breaks. Adding the error, so if other people that have a similar problem, can see what causes this

(013210) [20:28:34] (native) % apk --no-progress add # boost-dev cmake glib-dev json-glib-dev libaccounts-glib-dev libapparmor-dev libsignon-glib-dev lttng-ust-dev net-cpp-dev process-cpp-dev unity-api zeromq-dev zmqpp-dev
ERROR: FDB format error (line 66720, entry 'R')
ERROR: Unable to read database state: Operation not permitted
ERROR: Failed to open apk database: Operation not permitted

Merge request reports