Created attachment 3667 [details] patch file When buildroot untars a package, it opens permissions on the untarred results, (The comment is "some packages have messed up permissions inside".) However, in the case of lsof, the tar.bz2 contains another .tar, which contains the source code. It needs to have the same treatment as buildroot's normal untar process, because lsof has read-only files in the inner tarball. A patch file is attached.
Created attachment 3679 [details] more inclusive patch file
Comment on attachment 3679 [details] more inclusive patch file PLEASE IGNORE SECOND PATCH ... I meant to attach it to Bug 4363. Sorry, sorry, sorry.
Fixed in git (9f930d2d7), thanks