bugfindutils - Bugs: bug #31298, Track POSIX updates relating to...

 
 

bug #31298: Track POSIX updates relating to find -exec.

Submitter:  James Youngman <jay>
Submitted:  Mon 11 Oct 2010 10:06:50 AM UTC
   
 
Category:  None Severity:  5 - Blocker
Item Group:  None Status:  Works For Me
Privacy:  Public Assigned to:  jay
Originator Name:  Open/Closed:  Closed
Release:  None Fixed Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 11 Jul 2014 09:09:43 PM UTC, comment #3: 

Also, we already comply with the interpretation of 310:

$ for bin in /usr/bin/find ./find/find ./find/oldfind; do echo "${bin}": $( "${bin}" --version | head -n 1) ;  "${bin}" /tmp -exec echo hello + {} + -quit; echo; done
/usr/bin/find: find (GNU findutils) 4.4.2
hello + /tmp

./find/find: find (GNU findutils) 4.5.13-git
hello + /tmp

./find/oldfind: find (GNU findutils) 4.5.13-git
hello + /tmp


James Youngman <jay>
Group administrator
Fri 11 Jul 2014 09:07:39 PM UTC, comment #2: 

findutils already complies with 309:

$ for bin in /usr/bin/find ./find/find ./find/oldfind; do echo "${bin}": $( "${bin}" --version | head -n 1) ;  "${bin}" /tmp -exec echo {} {} +; echo; done
/usr/bin/find: find (GNU findutils) 4.4.2
/usr/bin/find: Only one instance of {} is supported with -exec ... +

./find/find: find (GNU findutils) 4.5.13-git
./find/find: Only one instance of {} is supported with -exec ... +

./find/oldfind: find (GNU findutils) 4.5.13-git
./find/oldfind: Only one instance of {} is supported with -exec ... +

Same if the "{}" is "rr{}" for example.

James Youngman <jay>
Group administrator
Sat 20 Aug 2011 10:07:39 AM UTC, comment #1: 

I think this bug should block release of the next stable findutils rlease (i.e. 4.6 or whatever).

James Youngman <jay>
Group administrator
Mon 11 Oct 2010 10:06:50 AM UTC, original submission:  

We may need to update find (or its documentation) as a result of these POSIX issues:

http://austingroupbugs.net/view.php?id=309
http://austingroupbugs.net/view.php?id=310

James Youngman <jay>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #29411:  posixbug-309-310.patch added by scs (1KiB - application/octet-stream - The Open Group has resolved the two items. A partial patch is attached, see attached text file for detail.)
file #29412:  posixbug-309-310.txt added by scs (629B - text/plain - The Open Group has resolved the two items. A partial patch is attached, see attached text file for detail.)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by scs (Updated the item)
  • -email is unavailable- added by jay (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-07-11 jay StatusNone Works For Me
        Assigned toNone jay
        Open/ClosedOpen Closed
    2013-10-18 scs Attached File- Added posixbug-309-310.patch, #29411
        Attached File- Added posixbug-309-310.txt, #29412
    2011-08-20 jay Severity3 - Normal 5 - Blocker

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code