PDA

View Full Version : Revisor error while trying to compose a f13 respin


mwanafunzi1
1st August 2010, 02:20 PM
Hi, I have been trying to build a Fedora 13 Respin for the last 4 days but I keep getting the same error message:
"Got an error from /usr/lib/anaconda-runtime/buildinstall (return code 1)"

Now before you dismiss this thread please have a look at my Config files, I am using revisor-2.2-1.fc13. Please.

# Types of Installation Media to build
media_installation_dvd=1
media_installation_cd=0
# Types of Live Media to build
media_live_optical=0
media_live_thumb=0

repos_enabledevelopment=0
repos_enabletesting=0
repos_enablesource=0
repos_enabledebuginfo=0

# These are more advanced options
dependency_resolve_allow_conflicts=0
mode_respin=1[

The rest of the config file was untouched so I have not copied it to save space.

For the revisor-f13-i386.conf:

[main]
cachedir=-yumcache
reposdir=
keepcache=1
debuglevel=1
logfile=-yum.log
pkgpolicy=newest
distroverpkg=redhat-release
tolerant=1
exactarch=1
obsoletes=1
gpgcheck=0
plugins=1
metadata_expire=1800
installroot=/var/tmp/revisor
failovermethod=priority

[fedora]
name=Fedora 13 - i386
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/i386/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=i386
enabled=1
gpgcheck=0

[updates]
name=Fedora 13 - i386 - Updates
baseurl=http://download.fedoraproject.org/pub/fedora/linux/updates/13/i386/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f13&arch=i386
enabled=1
gpgcheck=0

[anaconda-updates]
name=Fedora Unity Anaconda Updates for Fedora 13
baseurl=http://www.kanarip.com/anaconda/f13/i386/
enabled=0

[livna]
name=rpm.livna.org for 13 - i386
baseurl=http://rpm.livna.org/repo/13/i386/
mirrorlist=http://rpm.livna.org/mirrorlist
enabled=1

[rpmfusion-free]
name=RPM Fusion for Fedora 13 - Free
baseurl=http://download1.rpmfusion.org/free/fedora/releases/13/Everything/i386/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-13&arch=i386
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-13-i386

[rpmfusion-free-updates]
name=RPM Fusion for Fedora 13 - Free - Updates
baseurl=http://download1.rpmfusion.org/free/fedora/updates/13/i386/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-updates-released-13&arch=i386
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-13-i386

[rpmfusion-nonfree]
name=RPM Fusion for Fedora 13 - Nonfree
baseurl=http://download1.rpmfusion.org/nonfree/fedora/releases/13/Everything/i386/os/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-13&arch=i386
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-13-i386

[rpmfusion-nonfree-updates]
name=RPM Fusion for Fedora 13 - Nonfree - Updates
baseurl=http://download1.rpmfusion.org/nonfree/fedora/updates/13/i386/
mirrorlist=http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-fedora-updates-released-13&arch=i386
enabled=1
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora-13-i386

[pptp-stable]
name=PPTP Client stable repository for Fedora Core 13 (i386)
baseurl=http://pptpclient.sourceforge.net/yum/stable/fc13/i386
enabled=0
gpgcheck=0

I had made a respin of Fedora 13 a few after its release and it worked flawlessly. What is different this time?

I am also attaching a copy of the kickstart manifest I have been using.

If using revisor is very buggy, please look at my kickstart manifest and help me with the exact commands to use when using livecd-creator instead because I do not know how to use it. Also please show me how to add other packages while using livecd-creator e.g. mythTV, Xine-ui, VLC etc.

I will be very grateful to all those who will assist. Thank you.

mwanafunzi1
1st August 2010, 07:32 PM
Well after much trial I finally stumbled on to a solution.

I reverted back to revisor-2.1.11-1.fc12.


2. I changed the following in the revisor-f12-i386.conf as follows:
[fedora]
name=Fedora 13 - i386
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/i386/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=i386
enabled=1
gpgcheck=0

to:

[fedora]
name=Fedora 12 - i386
baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/13/Everything/i386/os/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-13&arch=i386
enabled=1
gpgcheck=0

Do this for all occurrences of the number "13". This only applies to the Name bit and not the baseurl bit of the revisor-f13-i386.conf.

If you revert back to revisor-f12-i386.conf as I did then all you will have to do is change the "12" in the baseurl to "13". I hope this information will be useful.