Hello,
Now that src.juglas.name is online to build boots from Fedora 14 i've
extracted your boostratp as you've indicated below but when i try to
run conary it throws this error :
[bert@boots ~]$ conary
Traceback (most recent call last):
File "/usr/bin/conary", line 30, in <module>
sys.exit(conarycmd.main())
File "/usr/lib64/python2.7/site-packages/conary/lib/importer.py",
line 87, in __getattr__
mod = _loadModule()
File "/usr/lib64/python2.7/site-packages/conary/lib/importer.py",
line 43, in _loadModule
mod = imp.load_module(name, file, pathname, desc)
File "/usr/lib64/python2.7/site-packages/conary/cmds/conarycmd.py",
line 58, in <module>
from conary.conaryclient import cmdline
File "/usr/lib64/python2.7/site-packages/conary/lib/importer.py",
line 87, in __getattr__
mod = _loadModule()
File "/usr/lib64/python2.7/site-packages/conary/lib/importer.py",
line 43, in _loadModule
mod = imp.load_module(name, file, pathname, desc)
File "/usr/lib64/python2.7/site-packages/conary/conaryclient/__init__.py",
line 21, in <module>
from conary.conaryclient import clone, cmdline, password, resolve, update
ImportError: cannot import name clone
Have you an idea about what i should add or configure to fix this error ?
I've already created a lib64.conf file in /etc/ld.so.conf.d/ to put
/usr/lib64 in this new file but i still have the same error.
2010/12/14 Mihai Ibanescu <m...@rpath.com>:
> Actually:
>
> http://people.rpath.com/~misa/boots/bootstrap-root.tar.bz2
>
> Directions:
>
> tar jxvf bootstrap-root.tar.bz2 -C /
>
> Then, make sure you have a line
>
> /usr/lib64
>
> in your /etc/ld.so.conf (I think it will be there already but it never hurts
> to
> double-check).
>
> I will document how I got to this point, since it will have to be repeated for
> 32-bit.
>
> Mihai
>
> On Tue, Dec 14, 2010 at 02:20:59PM -0500, Mihai Ibanescu wrote:
>> Bertrand,
>>
>> I have a 3.5M bootstrap file that I would like you to try. If you untar it
>> you
>> should get a functional conary environment. It requires a 64-bit Fedora 14
>> installation.
>>
>> I think we need to identify where the throw-away repository/label is, so I
>> can
>> promote these packages (conary, conary-policy, libelf-lgpl) from my own
>> repository into it.
>>
>> Let me know how you want me to hand off the tarball.
>>
>> Mihai
>>
>>
>> On Tue, Dec 14, 2010 at 01:09:52PM -0500, Mihai Ibanescu wrote:
>> > I am all about spreading the love, it's just that for now it's not easy to
>> > parallelize the work.
>> >
>> > I am misa on #conary, ping me and I may respond, depending on how many
>> > other
>> > fires I need to put out :-(
>> >
>> > Mihai
>> >
>> > On Tue, Dec 14, 2010 at 06:44:32PM +0100, Bertrand Juglas wrote:
>> > > Thank you for pushing the fix.
>> > > Could we talk on #conary about how far you've progressed and what tasks
>> > > i can do to help us progress faster ?
>> > > Because i can take time to document on the github wiki i've created for
>> > > this project from what you can precise me on #conary as i've already
>> > > done with Michael.
>> > > We should try to spread the workload to progress faster.
>> > > Let's try to discuss about it in #conary today.
>> > >
>> > > Le 14 déc. 2010 à 15:54, Mihai Ibanescu <m...@rpath.com> a écrit :
>> > >
>> > > > On Tue, Dec 14, 2010 at 03:37:20PM +0100, Bertrand Juglas wrote:
>> > > >> But where can i get your locally fixed version ? Can you push it to a
>> > > >> hg repository i can pull from ?
>> > > >> Or can precise me what you have fixed to get it working ?
>> > > >> I've some free time today to begin creating conary packages for
>> > > >> Fedora 14 if your conary fixed version works well. I suppose it would
>> > > >> be better to use integrated python 2.7 than locally compiled python
>> > > >> 2.6.6.
>> > > >> Waiting for news from your conary fix.
>> > > >
>> > > > Conary fix is pushed in the 2.2 tree. Sorry, it got late last night
>> > > > when I had
>> > > > some confidence it works. For what it's worth, I am going to track the
>> > > > things
>> > > > to do in https://issues.rpath.com/browse/CNY-3582 (it's quite bare
>> > > > right now,
>> > > > but I will try to document as soon as I get around to it).
>> > > >
>> > > > I am fighting the bootstrapping order, I hope to get there some time
>> > > > today.
>> > > >
>> > > > Mihai
>> > > >
>> > > >>
>> > > >> Le 14 déc. 2010 à 00:12, Mihai Ibanescu <m...@rpath.com> a écrit :
>> > > >>
>> > > >>> Hi,
>> > > >>>
>> > > >>> I've found the getheader() problem and fixed locally, I was about to
>> > > >>> build
>> > > >>> libelf-lgpl in a repository when I ran out of disk space. I'll keep
>> > > >>> you
>> > > >>> posted.
>> > > >>>
>> > > >>> Mihai
>> > > >>>
>> > > >>>
>> > > >>> On Mon, Dec 13, 2010 at 06:50:57PM +0100, Bertrand Juglas wrote:
>> > > >>>> Hello Mihai,
>> > > >>>> Have you news about the bug below ?
>> > > >>>> While waiting for conary to work with python 2.7, i've compiled
>> > > >>>> manually python 2.6.6 in /usr/local and will try to recompile
>> > > >>>> conary 2.2 with python 2.6.6 after installing python libraries
>> > > >>>> needed by conary.
>> > > >>>> Looking forward to have news from you soon...
>> > > >>>>
>> > > >>>> Le 8 déc. 2010 à 23:02, Mihai Ibanescu <m...@rpath.com> a écrit :
>> > > >>>>
>> > > >>>>> Bertrand, I'll be looking into this.
>> > > >>>>>
>> > > >>>>> Mihai
>> > > >>>>>
>> > > >>>>> On Wed, Dec 08, 2010 at 10:57:28PM +0100, Bertrand Juglas wrote:
>> > > >>>>>> I've forgotten to post it to the list.
>> > > >>>>>> Sorry for the delay.
>> > > >>>>>> Hooping someone will find time to analyze this tracebrack which
>> > > >>>>>> blocks
>> > > >>>>>> me for using conary in Fedora 14 :(
>> > > >>>>>>
>> > > >>>>>> ---------- Forwarded message ----------
>> > > >>>>>> From: Bertrand Juglas <b...@juglas.name>
>> > > >>>>>> Date: 2010/12/7
>> > > >>>>>> Subject: Re: [Foresight-devel] Re: Boots for Fedora 14
>> > > >>>>>> To: Martin Baehr <mba...@email.archlab.tuwien.ac.at>
>> > > >>>>>>
>> > > >>>>>>
>> > > >>>>>> [bert@boots centos-5-common]$ cvc checkout --debug-all
>> > > >>>>>> libelf-lgpl=centos.rpath.com@rpath:centos-5-common
>> > > >>>>>> <class 'conary.repository.errors.OpenError'>: Error occurred
>> > > >>>>>> opening
>> > > >>>>>> repository http://centos.rpath.com/conary/: InfoURL instance has
>> > > >>>>>> no
>> > > >>>>>> attribute 'getheader'
>> > > >>>>>>
>> > > >>>>>> Traceback (most recent call last):
>> > > >>>>>> File "/usr/bin/cvc", line 30, in <module>
>> > > >>>>>> sys.exit(cvccmd.main())
>> > > >>>>>> File "/usr/lib/python2.7/site-packages/conary/cmds/cvccmd.py",
>> > > >>>>>> line
>> > > >>>>>> 1091, in main
>> > > >>>>>> raise
>> > > >>>>>> File "/usr/lib/python2.7/site-packages/conary/lib/mainhandler.py",
>> > > >>>>>> line 266, in main
>> > > >>>>>> return self.runCommand(thisCommand, cfg, argSet, otherArgs, **kw)
>> > > >>>>>> File "/usr/lib/python2.7/site-packages/conary/cmds/cvccmd.py",
>> > > >>>>>> line
>> > > >>>>>> 1045, in runCommand
>> > > >>>>>> prof.stop()
>> > > >>>>>> File "/usr/lib/python2.7/site-packages/conary/lib/mainhandler.py",
>> > > >>>>>> line 269, in runCommand
>> > > >>>>>> return thisCommand.runCommand(*args, **kw)
>> > > >>>>>> File "/usr/lib/python2.7/site-packages/conary/cmds/cvccmd.py",
>> > > >>>>>> line
>> > > >>>>>> 179, in runCommand
>> > > >>>>>> checkin.checkout(*coArgs)
>> > > >>>>>> File "/usr/lib/python2.7/site-packages/conary/checkin.py", line
>> > > >>>>>> 188,
>> > > >>>>>> in checkout
>> > > >>>>>> raise
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 2969, in findTrove
>> > > >>>>>> exactFlavors=exactFlavors)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 2957, in findTroves
>> > > >>>>>> return troveFinder.findTroves(troves, allowMissing)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/findtrove.py",
>> > > >>>>>> line 351, in findTroves
>> > > >>>>>> queryList, methodName, queryOptions)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/findtrove.py",
>> > > >>>>>> line 400, in _findAllForQueryClass
>> > > >>>>>> results, errorList = method(searchSpecs, **kw)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 1131, in getTroveLatestByLabel
>> > > >>>>>> getLeaves = True)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 1286, in _getTroveInfoByVerInfo
>> > > >>>>>> splitByBranch=splitByBranch)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 1196, in _getTroveInfoByVerInfoTuples
>> > > >>>>>> respD = self.c[host].__getattr__(method)(
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 512, in __getitem__
>> > > >>>>>> '%s: %s' % (url, errmsg)), None, tb
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 112, in __call__
>> > > >>>>>> return self.doCall(protocolVersion, *args)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 193, in doCall
>> > > >>>>>> raise
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/netclient.py",
>> > > >>>>>> line 128, in __doCall
>> > > >>>>>> raise
>> > > >>>>>> File "/usr/lib/python2.7/site-packages/conary/lib/util.py", line
>> > > >>>>>> 1887, in _request
>> > > >>>>>> verbose=self.__verbose)
>> > > >>>>>> File
>> > > >>>>>> "/usr/lib/python2.7/site-packages/conary/repository/transport.py",
>> > > >>>>>> line 824, in request
>> > > >>>>>> resp = self.parse_response(response)
>> > > >>>>>> File "/usr/lib/python2.7/xmlrpclib.py", line 1449, in
>> > > >>>>>> parse_response
>> > > >>>>>> if response.getheader("Content-Encoding", "") == "gzip":
>> > > >>>>>>> /usr/lib/python2.7/xmlrpclib.py(1449)parse_response()
>> > > >>>>>> -> if response.getheader("Content-Encoding", "") == "gzip":
>> > > >>>>>> (Epdb)
>> > > >>>>>> _______________________________________________
>> > > >>>>>> Foresight-devel mailing list
>> > > >>>>>> Foresight-devel@lists.rpath.org
>> > > >>>>>> http://lists.rpath.org/mailman/listinfo/foresight-devel
>> > > >>>>> _______________________________________________
>> > > >>>>> Foresight-devel mailing list
>> > > >>>>> Foresight-devel@lists.rpath.org
>> > > >>>>> http://lists.rpath.org/mailman/listinfo/foresight-devel
>> > > >>>> _______________________________________________
>> > > >>>> Foresight-devel mailing list
>> > > >>>> Foresight-devel@lists.rpath.org
>> > > >>>> http://lists.rpath.org/mailman/listinfo/foresight-devel
>> > > >>> _______________________________________________
>> > > >>> Foresight-devel mailing list
>> > > >>> Foresight-devel@lists.rpath.org
>> > > >>> http://lists.rpath.org/mailman/listinfo/foresight-devel
>> > > >> _______________________________________________
>> > > >> Foresight-devel mailing list
>> > > >> Foresight-devel@lists.rpath.org
>> > > >> http://lists.rpath.org/mailman/listinfo/foresight-devel
>> > > > _______________________________________________
>> > > > Foresight-devel mailing list
>> > > > Foresight-devel@lists.rpath.org
>> > > > http://lists.rpath.org/mailman/listinfo/foresight-devel
>> > > _______________________________________________
>> > > Foresight-devel mailing list
>> > > Foresight-devel@lists.rpath.org
>> > > http://lists.rpath.org/mailman/listinfo/foresight-devel
>> > _______________________________________________
>> > Foresight-devel mailing list
>> > Foresight-devel@lists.rpath.org
>> > http://lists.rpath.org/mailman/listinfo/foresight-devel
>> _______________________________________________
>> Foresight-devel mailing list
>> Foresight-devel@lists.rpath.org
>> http://lists.rpath.org/mailman/listinfo/foresight-devel
> _______________________________________________
> Foresight-devel mailing list
> Foresight-devel@lists.rpath.org
> http://lists.rpath.org/mailman/listinfo/foresight-devel
>
_______________________________________________
Foresight-devel mailing list
Foresight-devel@lists.rpath.org
http://lists.rpath.org/mailman/listinfo/foresight-devel