cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
430
Views
10
Helpful
2
Replies

PNP Install Error

crench92
Spotlight
Spotlight

While utilizing NSO in Docker on Github, when trying to install PNP, I get the following error:

 

make: Entering directory '/src/packages/pnp-service/src'
230make: Leaving directory '/src/packages/pnp-service/src'
231../Makefile:10: ../package.mk: No such file or directory
232make: *** No rule to make target '../package.mk'. Stop.
 
This package.mk file doesn't seem to be anywhere within the files extracted for the pnp-service.  How can I resolve this error?
1 Accepted Solution

Accepted Solutions

crench92
Spotlight
Spotlight

so what ended up solving it in the end for me (u.avsec comment was a good suggestion and has been an issue for me before) was instead of throwing the 2 .tar.gz extracted files for PNP in the packages folder while building, i copied them and extracted them during the build.

 

For more details: https://gitlab.com/nso-developer/nso-docker/-/issues/267

View solution in original post

2 Replies 2

u.avsec
Spotlight
Spotlight

Hey,

other packages compile fine in that container (that would mean you have prerequisites installed)?

 

Next, how did you un-tar the package? Directly in the container with tar -xvf and other stuff or in windows with 7zip? I find some packages don't "deploy" correctly if extracted in Windows first.

crench92
Spotlight
Spotlight

so what ended up solving it in the end for me (u.avsec comment was a good suggestion and has been an issue for me before) was instead of throwing the 2 .tar.gz extracted files for PNP in the packages folder while building, i copied them and extracted them during the build.

 

For more details: https://gitlab.com/nso-developer/nso-docker/-/issues/267