LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Problem facing in building rpm package from source codes (https://www.linuxquestions.org/questions/programming-9/problem-facing-in-building-rpm-package-from-source-codes-897848/)

Arighna 08-17-2011 09:41 AM

Problem facing in building rpm package from source codes
 
Hello,

I am trying to build a layer, i.e. building a rpm package from my source codes. I am running the build configuration script and then giving command
make -C build <my-package>

But i am getting an error.

Downloading: libsecurity_client
-------------------------------------------------------
Would download libsecurity_client here, but configured to not do that.
make[3]: *** [libsecurity_client.download] Error 1
make[2]: *** [libsecurity_client.buildlogger] Error 2
make[1]: *** [libsecurity_main.build] Error 2
make: *** [libsecurity_main] Error 2


Can anybody tell me what could be the possible causes for 'configured to not do that ' ?

Thanx in advance

kostya 08-18-2011 06:01 PM

Your build configuration script doesn't give you any hint?

Arighna 08-18-2011 11:58 PM

Quote:

Originally Posted by kostya (Post 4447174)
Your build configuration script doesn't give you any hint?

No buddy, the build configuration script is working fine..only when i give make -C build libsecurity_main to build a rpm, i am facing this problem.

kostya 08-19-2011 12:50 PM

It will all be guesswork this way...
Perhaps, your configuration script requires to define, whether or not to download stuff, but by default it will not. So much can be guessed without ever knowing what you're actually doing.


All times are GMT -5. The time now is 10:18 PM.