Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11747] New: smgl-fhs creates broken X links

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 11747] New: smgl-fhs creates broken X links
  • Date: 3 May 2006 12:35:30 -0000

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

Summary: smgl-fhs creates broken X links
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: smgl
AssignedTo: smgl AT sourcemage.org
ReportedBy: sqweek AT gmail.com
CC: sm-grimoire-bugs AT lists.ibiblio.org


#
# http://www.pathname.com/fhs/2.2/fhs-4.4.html
#
for X11_directory in bin lib/X11 include/X11
do
fhs_mkdir /usr/X11R6/$X11_directory &&
pushd $INSTALL_ROOT/ &&
ln -sf usr/$X11_directory \
usr/X11R6/$X11_directory &&
popd
done

: nightingale ~test/smgl/smgl-fhs/; ls -l /usr/X11R6/bin/
total 0
lrwxrwxrwx 1 root root 7 2006-05-01 07:42 bin -> usr/bin


Note that the symlink target is missing a leading /. I'm guessing the ln
should
read:
ln -sf $INSTALL_ROOT/usr/$X11_directory usr/X11R6/$X11_directory
But also note that the created symlink is /usr/X11R6/bin/bin or
/usr/X11R6/lib/X11/X11, because of the fhs_mkdir right before.
Also my interpretation of the FHS link suggests we have the links backwards.
Finally, with xorg-modular coming into play, we don't even want /usr/X11R6
anymore (well i don't ;) ).
Soooo, I don't know what to do with this bug :/


bash-3.0.16
coreutils-5.94

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



  • [SM-Grimoire-Bugs] [Bug 11747] New: smgl-fhs creates broken X links, bugzilla-daemon, 05/03/2006

Archive powered by MHonArc 2.6.24.

Top of Page