Hello,
Just sending this email to describe a workaround I did to fix minor problem in nfs-utils package. SVN version (8.0) T2 compilation environment fails to create nfs-utils *.tar.bz2 distribution package file even when it succeeds to compile the nfs-utils package. The error message is "Found shared files with other packages" and conflicting file is "/usr/share/man/man5/nfs.5". This man5/nfs.5 file is created both in nfs-utils and util-linux packages. Well, this error is pretty safe to ignore so I implemented "dirty haxor fix" into Build-Pkg script. I simply added piece of code to check that whether shared filename is "/usr/share/man/man5/nfs.5" then shared file error is simply ignored and package compilation continues as usual. The fix is hard-coded into the Build-Pkg script where it goes this shared checking but better way would be to have "target specific" configuration option where one could list these "ignore on shared error" file masks. Mike -- View this message in context: http://www.nabble.com/nfs-utils-and-linux-utils-packages-give-%22Found-shared-files-with-other-packages%22-error.-Did-workaround-fix-to-ignore-non-important-duplicate-files.-tp15529155p15529155.html Sent from the T2 mailing list archive at Nabble.com. ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe t2
