[oe-issues] [Bug 1901] New: os.path.join vs. glibc locales

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu Feb 22 10:24:20 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=1901

           Summary: os.path.join vs. glibc locales
           Product: Openembedded
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: freyther at inf.fu-berlin.de
         QAContact: tinderbox-oe at gmx.net


in glibc-package.bbclass data is an absolute directory and os.path.join has a
semantic weakness in appending absolute directories. It is likely we pick up
host locales instead of the locales of the glibc tree.


os.path Example:
  os.path.join("/usr/local", "/tmp/foo", "bum")
  '/tmp/foo/bum'



(spotted by doku)


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list