< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index Next in Thread >

Re: [reSIProcate] Travis-Ci Error while building



On 10/06/16 23:06, Udit Raikwar wrote:
> Hello,
> 
> I am solving the bug
> <https://github.com/resiprocate/resiprocate/pull/44> and for that I have
> updated some files
> <https://github.com/resiprocate/resiprocate/compare/master...udit043:master>
> in the project, I have successfully compiled it in my system but i am
> getting following errors
> <https://travis-ci.org/udit043/resiprocate/jobs/136788047#L2534> when
> compiling it using Travis-Ci:
> 
> make[4]: Entering directory
> `/home/travis/build/udit043/resiprocate/repro/plugins/pyroute'
> Makefile:384:
> /usr/share/python2.7/CXX/Python2/.deps/libpyroute_la-cxx_extensions.Plo:
> No such file or directory
> Makefile:385:
> /usr/share/python2.7/CXX/Python2/.deps/libpyroute_la-cxxextensions.Plo:
> No such file or directory
> Makefile:386:
> /usr/share/python2.7/CXX/Python2/.deps/libpyroute_la-cxxsupport.Plo: No
> such file or directory
> Makefile:387:
> /usr/share/python2.7/CXX/Python2/../.deps/libpyroute_la-IndirectPythonInterface.Plo:
> No such file or directory
> 
> I need some help for solving this error. Here is my build result in
> Travis-Ci : https://travis-ci.org/udit043/resiprocate/builds/136788040
> 


Hi Udit,

It looks like you may have done "git add *" or you used "git add" to add
those files:

https://github.com/udit043/resiprocate/pull/5/files

Please only "git add" the files you created or changed

You can use "git rm" to remove them and then make another commit

Regards,

Daniel