[Bug 11021] New: readlink -f shows different results than coreutils equivalent

bugzilla at busybox.net bugzilla at busybox.net
Thu May 17 12:23:46 UTC 2018


https://bugs.busybox.net/show_bug.cgi?id=11021

            Bug ID: 11021
           Summary: readlink -f shows different results than coreutils
                    equivalent
           Product: Busybox
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Standard Compliance
          Assignee: unassigned at busybox.net
          Reporter: ricardo.ribalda at gmail.com
                CC: busybox-cvs at busybox.net
  Target Milestone: ---

Busybox readlink behaves diferently that coreutils readlink:

root at qt5122:~# touch /tmp/this_file_exist
root at qt5122:~# busybox readlink -f /tmp/this_file_exist
/tmp/this_file_exist
root at qt5122:~# readlink -f /tmp/this_file_exist
/tmp/this_file_exist

root at qt5122:~# readlink -f /tmp/this_file_does_not_exist
/tmp/this_file_does_not_exist
root at qt5122:~# busybox readlink -f /tmp/this_file_does_not_exist
root at qt5122:~#

This breaks dpkg


Check:
https://patchwork.openembedded.org/series/12154/#

Thanks!

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list