This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug admin/1089] New: Sysdeps search order not preserved by add-ons.


When ARM was moved to the ports add-on, the search order changed:
ports/sysdeps/arm is now searched before libc/sysdeps/unix/sysv/linux, so
init-fini.c was being built from sysdeps/arm instead of sysv/linux.  That file
was obsolete, which caused a build failure.

I assume this is because add_ons_pfx is the outermost for loop for the sysdeps
directory search.

(Changing the search order for ports may impact the search order for the
nptl/sysdeps tree also.)

-- 
           Summary: Sysdeps search order not preserved by add-ons.
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: admin
        AssignedTo: roland at gnu dot org
        ReportedBy: drow at sources dot redhat dot com
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=1089

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]