[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#724907: marked as done (lintian: [new check] warn on deprecated find -perm +x option)



Your message dated Mon, 25 Dec 2017 16:13:55 +0000
with message-id <1514218435.4089513.1215579400.4552A36F@webmail.messagingengine.com>
and subject line Re: lintian: [new check] warn on deprecated find -perm +x option
has caused the Debian Bug report #724907,
regarding lintian: [new check] warn on deprecated find -perm +x option
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
724907: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724907
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.19
Severity: wishlist

Hello,

GNU find 4.5.11 and later do not support the -perm +x option anymore
(due to being "unspecified behavior" in POSIX).

It would be nice to search for invalid find-invocations before a find
version with this feature ends up in unstable.

What is needed is essentially

Tag: findpermplus
Severity: important
Certainty: wild-guess
Info: The package probably invokes find with the -perm +X option. This
 option is deprecated and not supported in 4.5.11 and later. Please use
 -perm /X instead.

Where findpermplus does a 
find -path debian/changelog -or \( -type f -exec grep -l -- '-perm +' {} + \)

i.e. a grep for a literal '-perm +'. The check should not only look
at debian but the complete source.

An enhanced check would additionally match on 'find.*-perm +' with
Certainty: possible.

Thanks for considering,
cu Andreas

--- End Message ---
--- Begin Message ---
Hi,

> Anyway. - I think this report can be closed. Findutils upstream has made
> a release with the respective change about two years ago and Debian (and
> everybody else) has shipped it in a stable release.

Awesome; thanks for the update. Closing... :)


Best wishes,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-

--- End Message ---

Reply to: