Bug #3087
One shot nomos results not the same in web and terminal
| Status: | Closed | Start date: | 06/29/2012 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | % Done: | 0% |
||
| Category: | Nomos | |||
| Target version: | 2.1.0 | |||
| Rank: | 2 | Tester: |
Description
If the file LargeLicense.txt is fed to nomos as a one shot, using the gui and also using the command line, the results reported are not the same. on the web the results are:
A one shot license analysis shows the following license(s) in file LargeLICENSE.txt: Font,Public-domain,Python_v2,W3C-IP,X11
On the command line the results are:
markd@randos64: /usr/share/fossology/nomos/agent/nomos ~/LargeLICENSE.txt
File LargeLICENSE.txt contains license(s) Bitstream,Adobe-AFM,Apache_v2.0,CPL_v1.0,Combined_OpenSSL+SSLeay,JPEG/netpbm,LGPL_v2.1+,MIT-style,NPL_v1.1,NotreDame-style,Open Font,Public-domain,Python_v2,W3C-IP,X11
If this same file is fed to fossology from PTS the results returned are No_License_found.
This was using 2.0.0 software from the packages, on system randos64.ostt.
History
Updated by larry shi 11 months ago
- Priority changed from Normal to High
- Rank set to 2
- Estimate set to 2
- IterNum set to 4
Updated by larry shi 11 months ago
after this defect is fixed, add some some tests into test automation is necessary, but for now, our web-based test framework does not work, it is pity.
it seems that Mary are investigating some other test framework, any suggestions?
Updated by larry shi 11 months ago
- Status changed from New to Resolved
fixed in svn 6004.
notice: nomos results are the same in One shot and terminal. one shot nomos result is a little difference with it in web, the format is different, but the content is same.
e.g.
nomos result in web:
Adobe-AFM ,Apache_v2.0 ,Bitstream ,Combined_OpenSSL+SSLeay ,CPL_v1.0 ,JPEG/netpbm ,LGPL_v2.1+ ,MIT-style ,NotreDame-style ,NPL_v1.1 ,Open Font ,Public-domain ,Python_v2 ,W3C-IP ,X11
nomos result in one shout and terminal:
Bitstream,Adobe-AFM,Apache_v2.0,CPL_v1.0,Combined_OpenSSL+SSLeay,JPEG/netpbm,LGPL_v2.1+,MIT-style,NPL_v1.1,NotreDame-style,Open Font,Public-domain,Python_v2,W3C-IP,X11
Updated by Mary Laser 10 months ago
- Assignee changed from larry shi to Mary Laser
Mary to verify fix & close.
Updated by Mary Laser 10 months ago
- IterNum changed from 5 to 6
Updated by Mary Laser 10 months ago
- Status changed from Resolved to Closed
- Target version changed from 2.0.1 to 2.1.0
verified on fluffy running svn 6118
laser@fluffy:~$ /usr/local/share/fossology/nomos/agent/nomos ~/LargeLICENSE.txt
File LargeLICENSE.txt contains license(s) Bitstream,Adobe-AFM,Apache_v2.0,CPL_v1.0,Combined_OpenSSL+SSLeay,JPEG/netpbm,LGPL_v2.1+,MIT-style,NPL_v1.1,NotreDame-style,Open Font,Public-domain,Python_v2,W3C-IP,X11
A one shot license analysis shows the following license(s) in file LargeLICENSE.txt: Bitstream,Adobe-AFM,Apache_v2.0,CPL_v1.0,Combined_OpenSSL+SSLeay,JPEG/netpbm,LGPL_v2.1+,MIT-style,NPL_v1.1,NotreDame-style,Open Font,Public-domain,Python_v2,W3C-IP,X11