First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 178289
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Catalyst Developers <catalyst@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: fdupoux <fdupoux@free.fr>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 178289 depends on: Show dependency tree
Bug 178289 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-05-13 08:14 0000
With catalyst-1.0.4, livecd-stage2 fails if the directory "/etc/X11/xinit" does
not exists before.
It worked before, but it seems this directory is not created by the new Xorg
version (I use ~x86 for this package to have xorg-server-1.3.0.0)

You just need to add a line in
/usr/lib/catalyst/targets/livecd-stage2/livecd-stage2-controller.sh at line 89:

if [ -n "${clst_livecd_xinitrc}" ]
then
  mkdir -p ${clst_chroot_path}/etc/X11/xinit # Add this line to fix the bug
  cp -f ${clst_livecd_xinitrc} \
        ${clst_chroot_path}/etc/X11/xinit/xinitrc
fi

The problem is cp fails when this directory did not exist


Reproducible: Always

Steps to Reproduce:
1. Install catalyst-1.0.4
2. Install package xorg-server-1.3.0.0 in livecd-stage1
3. Run livecd-stage2

------- Comment #1 From Chris Gianelloni (RETIRED) 2007-06-23 13:57:19 0000 -------
Thanks for pointing that out.  I'm going to be resuming work on catalyst in the
near future and will fix this then.

------- Comment #2 From Chris Gianelloni (RETIRED) 2007-08-29 17:17:54 0000 -------
OK.  I've now fixed this in SVN and it will show up in the next release of
catalyst.

------- Comment #3 From Chris Gianelloni (RETIRED) 2007-08-29 18:22:20 0000 -------
This is now in catalyst 2.0.5_pre1 and ready for testing.

First Last Prev Next    No search results available      Search page      Enter new bug