Hello, Ana Paula wrote: > Hi, I'm trying create my own skel and I have some troubles .... > > First, I'm using RedHat 7.2 in server box. > > So, I install first: "freevsd-1.4.9-2rh7.i386.rpm", > and later: "freevsd-pkgs-1.4.9-2rh7.i586.rpm".... > > In the next step, I made: > > "vsd-genskel.pl" > > Above, the output (note the "glibc" errors...) > > ========= output =================== > > Do you want to continue? [Y]: > > -- creating skel, /home/vsd/skel/rh7 > -- merging /bin programs > cp: cannot stat `/bin/vimtutor': No such file or directory > -- merging /sbin programs > -- merging /lib > -- merging /usr > -- merging /usr/sbin programs > -- merging /usr/libexec programs > -- merging skel repositories > -- installing third party rpms > error: failed dependencies: > glibc < 2.2.4 conflicts with glibc-common-2.2.4-13 > glibc > 2.2.2 conflicts with glibc-common-2.2.2-10vsd > glibc-devel < 2.2.3 conflicts with glibc-2.2.4-13 > openssl <= 0.9.6 conflicts with openssl096-0.9.6-6 > -- deleting extra files > > > ...finished. > > ========= end =================== > > I have 4 questions: > > 1. Why occurs that errors?
That error occurs because the version of glibc installed in the physical machine is newer than the freeVSD patched version in the freevsd-pkgs rpm. > 2. What can I do now (with this errors)? Obtain a copy of the RH 7.2 glibc srpm, and the vsd glibc patch and spec file (both available from the LATEST cvs), rebiuld glibc using the vsd spec file, replace the new version of glibc with the one in the $add_ons directory and execute vsd-genskel.pl. > 3. To build my own skel, my steps above is right ? Yes. > 4. I need install the addons packages too (for build my own skel)? Whilst you are rebuilding glibc (someone else on this list might be able to make a pre-built copy available for download?) I would strongly recommend rebuilding all of the other packages, so that the skel will have the latest versions. > > Thanks for all. > Not a problem. Damion. ------------------------- The freeVSD Support List -------------------------- Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support Archives: http://freevsd.org/support/mail-archives/freevsd-support -----------------------------------------------------------------------------
