Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 15565] New: glibc UP_TRIGGERS fails to trigger libdrm

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 15565] New: glibc UP_TRIGGERS fails to trigger libdrm
  • Date: 7 Feb 2010 18:54:57 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=15565

Summary: glibc UP_TRIGGERS fails to trigger libdrm
Product: Codex
Version: stable-rc grimoire
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P3
Component: libs
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: v.merkatz AT gmx.net



Arwed v. Merkatz <v.merkatz AT gmx.net> changed:

What |Removed |Added
----------------------------------------------------------------------------
Flag| |must_fix_before_release+


For some reason, the stable-rc testing chroot 0.40 didn't have drm.h in the
glibc install log, so glibc UP_TRIGGERS didn't trigger the required libdrm
recast. Other headers in /usr/include/drm were installed by glibc.
This is the 0.39 chroot, updated to 0.40 with sorcery system-update.
Fixing it would require changing the gaze from in UP_TRIGGERS to this:
if $(gaze from $INSTALL_ROOT/usr/include/drm|grep -q glibc); then
up_trigger libdrm cast_self
fi

Since this is only a transitional trigger, I don't think this can cause any
harm.

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




Archive powered by MHonArc 2.6.24.

Top of Page