Sorry if this is the wrong list, but doing a code checkout via Mercurial produces the following: #hg clone http://xenbits.xensource.com/xen-3.2-testing.hg destination directory: xen-3.2-testing.hg requesting all changes adding changesets abort: could not import module ELFCLASS32! transaction abort! rollback completed Is there a workaround for this right now? -- Joe Auty NetMusician: web publishing software for musicians http://www.netmusician.org joe@netmusician.org _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Joe Auty wrote:> Sorry if this is the wrong list, but doing a code checkout via > Mercurial produces the following: > > > #hg clone http://xenbits.xensource.com/xen-3.2-testing.hg > destination directory: xen-3.2-testing.hg > requesting all changes > adding changesets > abort: could not import module ELFCLASS32! > transaction abort! > rollback completed > > > Is there a workaround for this right now? > >It seems like you need to install the ELF libraries for this to work on your system. ELFCLASS32 = ELF + Class + 32bit :) -- Kind Regards Rudi Ahlers CEO, SoftDux Web: http://www.SoftDux.com Check out my technical blog, http://blog.softdux.com for Linux or other technical stuff, or visit http://www.WebHostingTalk.co.za for Web Hosting stuff _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Rudi Ahlers wrote: | Joe Auty wrote: |> Sorry if this is the wrong list, but doing a code checkout via |> Mercurial produces the following: |> |> |> #hg clone http://xenbits.xensource.com/xen-3.2-testing.hg |> destination directory: xen-3.2-testing.hg |> requesting all changes |> adding changesets |> abort: could not import module ELFCLASS32! |> transaction abort! |> rollback completed |> |> |> Is there a workaround for this right now? |> |> | It seems like you need to install the ELF libraries for this to work on | your system. ELFCLASS32 = ELF + Class + 32bit :) | Hmmm... That makes sense, although I have all of the elf stuff installed: # rpm -qa | grep elf elfutils-libs-0.125-3.el5 elfutils-devel-0.125-3.el5 elfutils-libelf-0.125-3.el5 elfutils-libs-0.125-3.el5 elfutils-libelf-0.125-3.el5 elfutils-libelf-devel-0.125-3.el5 elfutils-devel-static-0.125-3.el5 elfutils-devel-0.125-3.el5 elfutils-0.125-3.el5 elfutils-libelf-devel-static-0.125-3.el5 Do you know which RPM contains this lib? - -- Joe Auty NetMusician: web publishing software for musicians http://www.netmusician.org joe@netmusician.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFIa6RmCgdfeCwsL5ERAq0rAJ44x3FOIZThZN/dYlIKnakCbio4zwCbBAD8 AoSjfNtJraolYFBtooAj8lc=g4Wx -----END PGP SIGNATURE----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Wednesday July 02 2008 11:53:11 am Joe Auty wrote:> |> #hg clone http://xenbits.xensource.com/xen-3.2-testing.hg > |> destination directory: xen-3.2-testing.hg > |> requesting all changes > |> adding changesets > |> abort: could not import module ELFCLASS32! > |> transaction abort! > |> rollback completed > |> > |> > |> Is there a workaround for this right now? > | > | It seems like you need to install the ELF libraries for this to work on > | your system. ELFCLASS32 = ELF + Class + 32bit :) > > Hmmm... > > That makes sense, although I have all of the elf stuff installed: > > # rpm -qa | grep elf > elfutils-libs-0.125-3.el5 > elfutils-devel-0.125-3.el5 > elfutils-libelf-0.125-3.el5 > elfutils-libs-0.125-3.el5 > elfutils-libelf-0.125-3.el5 > elfutils-libelf-devel-0.125-3.el5 > elfutils-devel-static-0.125-3.el5 > elfutils-devel-0.125-3.el5 > elfutils-0.125-3.el5 > elfutils-libelf-devel-static-0.125-3.el5 > > > > Do you know which RPM contains this lib?Actually, I think you left something out - this is a 64 bit system, right? ELFCLASS32 is a class of module, not a module name. What''s happenning is a 64bit program is trying to load a 32 bit module, but no 32 to 64 bit wrapper is available. It may not be the elf utils at all. (It looks like you have them all.) Where did you get mercurial? Did you compile it from source (should work) or did you get it from a repo? (If the latter, make sure it''s an x86_64.rpm, not an i386.rpm.) _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Possibly Parallel Threads
- Is there a way to force the usage of a mixer?
- ZFS send/receive to Solaris/FBSD/OpenIndiana/Nexenta VM guest?
- dumb developer explodes yum
- Disk I/O in RAID-Z as new disks are added/removed
- Update from 7.3 to 7.4 failing because of architecture change from PPC64 to PPC