[Bug 817187] Re: change in readlink() errno in 2.6.39 and later kernels causes FTBFS for packages with older gnulib

Andy Whitcroft apw at canonical.com
Wed Jul 27 20:12:58 UTC 2011


A quick review of other syscalls reacting to "" as a pathname tend to
now place readlink as an inconsistant outsider:

  open("", O_RDONLY)                      = -1 ENOENT (No such file or directory)
  chmod("", 0777)                         = -1 ENOENT (No such file or directory)
  readlink("", 0x7fff794533c0, 2048)      = -1 EINVAL (Invalid argument)
  stat("", 0x7fff79453330)                = -1 ENOENT (No such file or directory)
  rename("", "")                          = -1 ENOENT (No such file or directory)
  unlink("")                              = -1 ENOENT (No such file or directory)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in Ubuntu.
https://bugs.launchpad.net/bugs/817187

Title:
  change in readlink() errno in 2.6.39 and later kernels causes FTBFS
  for packages with older gnulib

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/817187/+subscriptions



More information about the Ubuntu-server-bugs mailing list