Re: [Sugar-devel] [SoaS] Building strawberry from git
Hi, > If you enable the fedora-rawhide repo you don't need any of the > fedora, fedora-updates, fedora-updates-testing repos. The first one is > what will become Fedora 12. The later 3 is what Strawberry is based > upon (Fedora 11). If your new to it I would stick to Fedora 11 as its > stable and is the same package base of strawberry. fedora-rawhide is a > moving target and it regularly has issues at the moment (for example > at the moment it has issues with running GUI terminal windows - IE it > might break and you get to keep both pieces). > Cheer, > Peter When I added the rawhide repos I did commented the others. I prefer staying with F11 but I had to try all the ways I could till I got something working. > What am I doing wrong? :D > > You're certainly not failling for lack of trying. It is a trying > process :) > > If you are doing this build for an XO, please see what problems you > encounter with: > > git-clone git://git.sugarlabs.org/soas/devxo.git soas-xo > cd soas-xo > git checkout -b xo-strawberry origin/xo-strawberry > mkdir images cache > echo "soasxo00" > images/lastbuild > sudo ./build > > See "BULDING.txt" for a bit more detail. > > Martin > The build is not for an XO, just for laptops. Thx, -- - Andrés Arrieta Perréard (XE1YAA) ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel
Re: [Sugar-devel] [SoaS] Building strawberry from git
On Fri, Jul 10, 2009 at 02:23:11PM -0500, Andrés Arrieta Perréard wrote: > What am I doing wrong? :D You're certainly not failling for lack of trying. It is a trying process :) If you are doing this build for an XO, please see what problems you encounter with: git-clone git://git.sugarlabs.org/soas/devxo.git soas-xo cd soas-xo git checkout -b xo-strawberry origin/xo-strawberry mkdir images cache echo "soasxo00" > images/lastbuild sudo ./build See "BULDING.txt" for a bit more detail. Martin pgpe55fuozION.pgp Description: PGP signature ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel
Re: [Sugar-devel] [SoaS] Building strawberry from git
On Fri, Jul 10, 2009 at 8:23 PM, Andrés Arrieta Perréard wrote: > So I tried the following: > > Waited some time and ran things with no mods getting the libabiword > dependency error: > http://fpaste.org/paste/18026 > > Then Added the updates and updates testing getting a *debug error, and with > pyabiword again: > http://fpaste.org/paste/18055 > > Then commented the rawhide line and adding: > > repo --name=F11 --cost=10 > --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=i386 > > > Resulting in the b43-bfwwf not found: > http://fpaste.org/paste/18056 > > Then just changed the rawhide link for > > repo --name=rawhide > --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os > > > Geting errors with plymouth-theme-charge: > http://fpaste.org/paste/18069 If you enable the fedora-rawhide repo you don't need any of the fedora, fedora-updates, fedora-updates-testing repos. The first one is what will become Fedora 12. The later 3 is what Strawberry is based upon (Fedora 11). If your new to it I would stick to Fedora 11 as its stable and is the same package base of strawberry. fedora-rawhide is a moving target and it regularly has issues at the moment (for example at the moment it has issues with running GUI terminal windows - IE it might break and you get to keep both pieces). Cheer, Peter ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel
Re: [Sugar-devel] [SoaS] Building strawberry from git
So I tried the following: Waited some time and ran things with no mods getting the libabiword dependency error: http://fpaste.org/paste/18026 Then Added the updates and updates testing getting a *debug error, and with pyabiword again: http://fpaste.org/paste/18055 Then commented the rawhide line and adding: repo --name=F11 --cost=10 --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-11&arch=i386 Resulting in the b43-bfwwf not found: http://fpaste.org/paste/18056 Then just changed the rawhide link for repo --name=rawhide --baseurl=http://download.fedora.redhat.com/pub/fedora/linux/development/i386/os Geting errors with plymouth-theme-charge: http://fpaste.org/paste/18069 And finally again with the rawhide link changed but adding at the end * "--excludepkgs=generic-release,generic-release-notes,plymouth,plymouth-*,PolicyKit-kde "* like on the original link geting problems with pyabiword: http://fpaste.org/paste/18271 What am I doing wrong? :D -- - Andrés Arrieta Perréard (XE1YAA) ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel
Re: [Sugar-devel] [SoaS] Building strawberry from git
> Hi, > I tried building SoaS from git with no modifications at all on the files: > > git clone git://git.sugarlabs.org/soas/mainline.git soas > > Then changed the tree to strawberry instead of mainline. > It seemed to run fine till what seems almost the end and got a dependency > error: > > WARNING:root:No such package *debuginfo to remove > pyabiword-0.6.3-1.fc11.i586 from fedora has depsolving problems > --> Missing Dependency: libabiword-2.6.so is needed by package > pyabiword-0.6.3-1.fc11.i586 (fedora) > ERROR:root:Unable to create appliance : Failed to build transaction : > Missing Dependency: libabiword-2.6.so is needed by package > pyabiword-0.6.3-1.fc11.i586 (fedora) > > The complete log on the build is here: > http://fpaste.org/paste/17653 Your using rawhide. I fixed that issue last night in rawhide so its fixed into todays rawhide build so you'll just have to wait for the mirrors to popularte. Also be aware there are a few other issues with rawhide at the moment that may or may not have been fixed in todays push. Peter ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel
Re: [Sugar-devel] [SoaS] Building strawberry from git
On Mon, Jul 06, 2009 at 02:24:34PM -0500, Andrés Arrieta Perréard wrote: >2. pyabiword-0.6.3-1.fc11.i586 from fedora has depsolving >problems Try adding the updates and updates-testing repos: http://git.sugarlabs.org/projects/soas/repos/devxo/blobs/xo-strawberry/soas-base.ks#line13 I just built a SoaS a few hours ago based on the above repos and got libabiword-2.6.8-2.fc11.i586 pyabiword-0.6.3-1.fc11.i586 >-Alphinux Martin pgpCYNbPkqLwF.pgp Description: PGP signature ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel
[Sugar-devel] [SoaS] Building strawberry from git
Hi, I tried building SoaS from git with no modifications at all on the files: git clone git://git.sugarlabs.org/soas/mainline.git soas Then changed the tree to strawberry instead of mainline. It seemed to run fine till what seems almost the end and got a dependency error: 1. WARNING:root:No such package *debuginfo to remove 2. pyabiword-0.6.3-1.fc11.i586 from fedora has depsolving problems 3. --> Missing Dependency: libabiword-2.6.so is needed by package pyabiword-0.6.3-1.fc11.i586 (fedora) 4. ERROR:root:Unable to create appliance : Failed to build transaction : Missing Dependency: libabiword-2.6.so is needed by package pyabiword-0.6.3-1.fc11.i586 (fedora) The complete log on the build is here: http://fpaste.org/paste/17653 -Alphinux ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel