I am updating old scripts to the latest version of Genode and have problem with make prepare. I have well working (in past) port file, but when I make «make prepare» now I see:
[k@...233... newports]$ make prepare PKG=nginx bash: line 0: test: <..>/contrib/nginx-f26242e3bb7c06c88134e5bb2faec65b8e0aafc9: binary operator expected bash: line 0: test: <..>/contrib/nginx-f26242e3bb7c06c88134e5bb2faec65b8e0aafc9: binary operator expected mv: target ‘99f6702d998b775c0039e4666b08bacc577a6787.incomplete’ is not a directory ../../tool/ports/prepare_port:46: recipe for target '_install_in_port_dir' failed make[1]: *** [_install_in_port_dir] Error 1 ../../tool/prepare.mk:36: recipe for target 'prepare-nginx' failed make: *** [prepare-nginx] Error 2
after that I see directory «99f6702d998b775c0039e4666b08bacc577a6787» in my repository directory.
But when I rename port file from nginx.port to nginx2.port the «make prepare» command works well…
Ahh, the problem is in that the I have two different repos with the same receipt name...