Gaurav Mishra

Results 194 comments of Gaurav Mishra

@avinal we need some help. On Ubuntu Bionic Beaver (18.04), the CMake version is 3.10.2 While configuring fossology, we get following error: ``` CMake Error at src/copyright/agent/CMakeLists.txt:36 (target_link_libraries): Object library...

> Hello Gaurav, I will see it tonight and let you know. Most probably some CMake configurations has been changed. Wget depends on checksum object from a different agent. Thanks!...

Once everything is reviewed, we can remove the `Makefile`s from the source.

@scanoss-qg looks like some PHP-CS tests are failing: https://github.com/fossology/fossology/runs/6658109368?check_suite_focus=true#step:4:208 Please let us know if you need help fixing them.

When I first run the agent, it sends following line to scheduler: `2022-07-01 13:26:58 scheduler [31847] :: JOB[-23].scanoss[31918.localhost]: "row number 0 is out of range 0..-1"` Running the agent, multiple...

I ran the agent from command line to capture the coredump and found following issue: ``` $ echo "321" | ./src/scanoss/agent/scanoss --userID=3 --groupID=3 --scheduler_start VERSION: "4.1.0.17" OK FATAL snippet_scan.c.206: Snippet_scan:...

The segmentation fault in the job view are from bellow: ``` Core was generated by `scanner /tmp/scanoss/scanoss.tmp -o /tmp/scanoss/scanoss.tmp.json -H https://os'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x00005579255f5df1...

> Thanks for your feedback, I really appreciate it. > Can you share me the project you are trying to scan? I scanned [logback-v_1.1.7](https://github.com/qos-ch/logback/archive/refs/tags/v_1.1.7.tar.gz). > Core was generated by `scanner...

While you are working on it @scanoss-qg , I would recommend to add following changes as well for Debian packaging: ```diff diff --git a/debian/control b/debian/control index 727dd2899..e50afd49b 100644 --- a/debian/control...