bug-findutils
[Top][All Lists]
Advanced

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

[bugs #11280] -printf '%P' not working correctly?


From: Andreas Metzler
Subject: [bugs #11280] -printf '%P' not working correctly?
Date: Fri, 10 Dec 2004 11:46:34 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041007 Debian/1.7.3-5

This mail is an automated notification from the bugs tracker
 of the project: findutils.

/**************************************************************************/
[bugs #11280] Latest Modifications:

Changes by: 
                Andreas Metzler <address@hidden>
'Date: 
                Fri 12/10/04 at 16:35 (GMT)

------------------ Additional Follow-up Comments ----------------------------
The bug was introduced in 4.2.9 (4.2.8 is ok).






/**************************************************************************/
[bugs #11280] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11280>
Project: findutils
Submitted by: Chris Faylor
On: Thu 12/09/04 at 16:01

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Privacy:  Public
Assigned to:  None
Originator Name:  
Originator Email:  
Status:  Open
Release:  4.2.10
Fixed Release:  None


Summary:  -printf '%P' not working correctly?

Original Submission:  find /usr/share/info -name 'find.info' -print '%P'

displays:

usr/share/info/find.info

rather than

find.info

Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 12/10/04 at 16:35         By: Andreas Metzler <ametzler>
The bug was introduced in 4.2.9 (4.2.8 is ok).

-------------------------------------------------------
Date: Fri 12/10/04 at 16:21         By: Dmitry V. Levin <ldv>
It looks like regression:

$ find --version
GNU find version 4.2.5
$ find /usr/share/info -name 'find.info*' -printf '%Pn'
find.info.bz2

$ find --version
GNU find version 4.2.10
$ find /usr/share/info -name 'find.info*' -printf '%Pn'
usr/share/info/find.info.bz2


-------------------------------------------------------
Date: Fri 12/10/04 at 16:08         By: Andreas Metzler <ametzler>
I've confirmed this bug and attached files for the testsuite to catch it.

I do hope I did not mke an error, this is my first contact with dejagnu.




CC List
-------

CC Address                          | Comment
------------------------------------+-----------------------------
ldv                                 | 



File Attachments
-------------------

-------------------------------------------------------
Date: Fri 12/10/04 at 16:08  Name: printf.xo  Size: 33B   By: ametzler
Testsuite result file for find/testsuite/find.gnu/ to catch printf errors.
http://savannah.gnu.org/bugs/download.php?item_id=11280&amp;item_file_id=1966

-------------------------------------------------------
Date: Fri 12/10/04 at 16:06  Name: printf.exp  Size: 223B   By: ametzler
Testsuite file for find/testsuite/find.gnu/ to catch printf errors.
http://savannah.gnu.org/bugs/download.php?item_id=11280&amp;item_file_id=1965






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11280>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/







reply via email to

[Prev in Thread] Current Thread [Next in Thread]