Page 1 of 1

Weird output and descriptions - ScPup64 upgraded to 21.04+0 (Fix Found)

Posted: Tue Apr 06, 2021 6:28 pm
by OscarTalks

I am getting some very strange output when compiling. I just upgraded my frugal of ScPup64 to 21.04+0
Also the descriptions in ROX "Properties" look peculiar
This seems to be coming from the package named "file"
When running new2dir make install on anything there are lots of lines like this:-

Code: Select all

Step 5
Processing /usr/include/libmms/mms_config.h
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/include/libmms/mms.h
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/include/libmms/mmsh.h
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/include/libmms/mmsio.h
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/include/libmms/mmsx.h
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/lib64/libmms.a
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/lib64/libmms.la
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/lib64/libmms.so.0.0.2
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/lib64/pkgconfig/libmms.pc
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
Processing /usr/lib64/libmms.a
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'
/etc/file/magic/mail.news, 84: Warning: Unparsable number `xu			\b, dcrypt version %d'

Re: Weird output when compiling - ScPup64 upgraded to 21.04+0

Posted: Wed Apr 07, 2021 10:06 am
by OscarTalks

I believe I have found the fix.
Execute the script /etc/file/recompile_magic.mgc.sh
This creates the compiled data file /etc/file/magic.mgc
Descriptions of file contents in ROX then appear as they should
Compiling output then looks as normal

Code: Select all

Step 5
Processing /usr/include/libmms/mms_config.h
Processing /usr/include/libmms/mms.h
Processing /usr/include/libmms/mmsh.h
Processing /usr/include/libmms/mmsio.h
Processing /usr/include/libmms/mmsx.h
Processing /usr/lib64/libmms.a
Processing /usr/lib64/libmms.la
Processing /usr/lib64/libmms.so.0.0.2
Processing /usr/lib64/pkgconfig/libmms.pc
Processing /usr/lib64/libmms.a

Finished

Re: Weird output and descriptions - ScPup64 upgraded to 21.04+0 (Fix Found)

Posted: Wed Apr 07, 2021 6:12 pm
by peebee

Hi @OscarTalks

This is a problem with the "file" package which I reported to Pat

New version was uploaded today which seems to fix

They are only warnings so can be safely ignored (I think)

A +2 version of ScPup will appear "shortly"


Re: Weird output and descriptions - ScPup64 upgraded to 21.04+0 (Fix Found)

Posted: Wed Apr 07, 2021 8:35 pm
by OscarTalks

Hello peebee,
Thanks for the response, glad to hear the problem has been identified and resolved.