Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 14166] New: xorg-server UP_TRIGGERS issue

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 14166] New: xorg-server UP_TRIGGERS issue
  • Date: 14 Dec 2007 16:41:47 -0000

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

Summary: xorg-server UP_TRIGGERS issue
Product: Codex
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: xorg-modular
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: dmlb2000 AT gmail.com


If I have a basesystem only box with no X and try to compile xorg-server the
UP_TRIGGERS fails and removes xorg-server from the list.

=== UP_TRIGGERS ===
# this makes ABI changes automatically cast those that depend on openssl via
an
up_trigger

local OLD_SPELL_VERSION=""
local each
spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
if [[ $OLD_SPELL_VERSION != 1.4 ]] ; then
for each in linuxwacom \
xf86-video-i128 \
xf86-input-acecad \
xf86-video-i740 \
xf86-input-aiptek \
xf86-video-i810 \
xf86-input-calcomp \
xf86-video-impact \
xf86-input-citron \
xf86-video-imstt \
xf86-input-digitaledge \
xf86-video-intel \
xf86-input-dmc \
xf86-video-mga \
xf86-input-dynapro \
xf86-video-neomagic \
xf86-input-elo2300 \
xf86-video-newport \
xf86-input-elographics \
xf86-video-nouveau \
xf86-input-evdev \
xf86-video-nsc \
xf86-input-fpit \
xf86-video-nv \
xf86-input-hyperpen \
xf86-video-openchrome \
xf86-input-jamstudio \
xf86-video-radeonhd \
xf86-input-joystick \
xf86-video-rendition \
xf86-input-keyboard \
xf86-video-s3 \
xf86-input-magellan \
xf86-video-s3virge \
xf86-input-magictouch \
xf86-video-savage \
xf86-input-microtouch \
xf86-video-siliconmotion \
xf86-input-mouse \
xf86-video-sisusb \
xf86-input-mutouch \
xf86-video-sis \
xf86-input-palmax \
xf86-video-sunbw2 \
xf86-input-penmount \
xf86-video-suncg14 \
xf86-input-spaceorb \
xf86-video-suncg3 \
xf86-input-summa \
xf86-video-suncg6 \
xf86-input-tek4957 \
xf86-video-sunffb \
xf86-input-ur98 \
xf86-video-sunleo \
xf86-input-vmmouse \
xf86-video-suntcx \
xf86-input-void \
xf86-video-tdfx \
xf86-video-apm \
xf86-video-tga \
xf86-video-ark \
xf86-video-trident \
xf86-video-ast \
xf86-video-tseng \
xf86-video-ati \
xf86-video-v4l \
xf86-video-chips \
xf86-video-vesa \
xf86-video-cirrus \
xf86-video-vga \
xf86-video-cyrix \
xf86-video-via \
xf86-video-dummy \
xf86-video-vmware \
xf86-video-fbdev \
xf86-video-voodoo \
xf86-video-glint \
xf86-video-wsfb \
mesalib
do
spell_ok $each && up_trigger $each cast_self
done
fi
if [[ $OLD_SPELL_VERSION != 1.4 ]] ; then
for each in xkbutils \
xkbcomp \
xkbprint \
xkbevd \
libxkbui \
libxkbfile \
xkeyboard-config \
setxkbmap
do
spell_ok $each && up_trigger $each check_self
done
fi
=== UP_TRIGGERS ===

For some reason when I `echo $?` at the end of the file to make sure it
succeeds
it does indeed print out a 1 then continue to cast xorg-server.

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



  • [SM-Grimoire-Bugs] [Bug 14166] New: xorg-server UP_TRIGGERS issue, bugzilla-daemon, 12/14/2007

Archive powered by MHonArc 2.6.24.

Top of Page