public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo
@ 2004-02-02 17:03 Jonas Mark-r50740
  0 siblings, 0 replies; 8+ messages in thread
From: Jonas Mark-r50740 @ 2004-02-02 17:03 UTC (permalink / raw)
  To: u-boot

Hello,

I'm trying to install the ELDK 2.2.0 (i.e. a patched 2.1.0) on a Gentoo 1.4 system. To do so I prepared a CD as described on www.denx.de. I already used the CD on two SuSE 8.2 systems with no problems. On the Gentoo system the installation starts just fine but suddenly stops without an error message.

--
# ./install -d /opt/eldk-2.2.0 ppc_82xx


Do you really want to install into /opt/eldk-2.2.0 directory[y/n]?: y

Creating directories
Done
Installing cross RPMs

Preparing...                ################################################## [100%]
#
--

I attached a strace of what the installer is doing. Maybe somebody has an idea what is going wrong and how to work around.

TIA
Mark Jonas

-------------- next part --------------
A non-text attachment was scrubbed...
Name: eldk_strace
Type: application/octet-stream
Size: 6359 bytes
Desc: not available
Url : http://lists.denx.de/pipermail/u-boot/attachments/20040202/3987adb4/attachment.obj 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on  Gentoo
@ 2004-02-03 14:23 Ruhland, Paul
  2004-02-03 19:58 ` tguilliams at synergymicro.com
  0 siblings, 1 reply; 8+ messages in thread
From: Ruhland, Paul @ 2004-02-03 14:23 UTC (permalink / raw)
  To: u-boot

By 'patched' I assume you mean using the patch found here:

  ftp://ftp.denx.de/pub/tmp/ELDK-update-2.2.0.tar.bz2

If that is the case, you have not patched it correctly or forgot to patch it
before creating your iso/cdrom.  I have installed the 'patched' version on
several Gentoo boxes and it works fine.

The problem you describe was the behavior prior to patching.


-----Original Message-----
From: Jonas Mark-r50740 [mailto:Mark.Jonas at motorola.com]
Sent: Monday, February 02, 2004 12:04 PM
To: u-boot-users at lists.sourceforge.net
Cc: wd at denx.de
Subject: [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on
Gentoo


Hello,

I'm trying to install the ELDK 2.2.0 (i.e. a patched 2.1.0) on a Gentoo 1.4
system. To do so I prepared a CD as described on www.denx.de. I already used
the CD on two SuSE 8.2 systems with no problems. On the Gentoo system the
installation starts just fine but suddenly stops without an error message.

--
# ./install -d /opt/eldk-2.2.0 ppc_82xx


Do you really want to install into /opt/eldk-2.2.0 directory[y/n]?: y

Creating directories
Done
Installing cross RPMs

Preparing...
################################################## [100%]
#
--

I attached a strace of what the installer is doing. Maybe somebody has an
idea what is going wrong and how to work around.

TIA
Mark Jonas

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on  Gentoo
@ 2004-02-03 16:49 Jonas Mark-r50740
  0 siblings, 0 replies; 8+ messages in thread
From: Jonas Mark-r50740 @ 2004-02-03 16:49 UTC (permalink / raw)
  To: u-boot

Paul,

sadly I am really sure that I patched it because I had a 2.1.0 CD which did not install on a SuSE 8.2 system. Then I patched the CD to 2.2.0 using the patch you are mentioned. Then it installed just fine. Now I didn't even change the physical CD and it does not work.

On the my ELDK 2.1.0 CD tools/bin/rpm has a size of 1652016. On my 2.2.0 CD tools/bin/rpm has a size of 2086912. That should at least proof that I exchanged rpm while patching.

Additionally, I just tried to install ELDK from my 2.1.0 CD on a SuSE 8.2 box. It crashes. I tried it with my 2.2.0 CD. It works. I really wonder how my Gentoo system differs from yours.

Regards
Mark

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo
  2004-02-03 14:23 [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo Ruhland, Paul
@ 2004-02-03 19:58 ` tguilliams at synergymicro.com
  2004-02-04 20:29   ` Wolfgang Denk
  0 siblings, 1 reply; 8+ messages in thread
From: tguilliams at synergymicro.com @ 2004-02-03 19:58 UTC (permalink / raw)
  To: u-boot

Where are you guys getting ELDK version 2.2.0??  I don't see it at a tag in the CVS repository, on ftp.leo.org/pub/eldk or on ftp.denx.de.

I've extremely interested in getting the ELDK to install on my Gentoo machine.

Tom

* Ruhland, Paul <PRuhland@microwavedata.com> [2004-02-03 09:23:59 -0500]:

> By 'patched' I assume you mean using the patch found here:
> 
>   ftp://ftp.denx.de/pub/tmp/ELDK-update-2.2.0.tar.bz2
> 
> If that is the case, you have not patched it correctly or forgot to patch it
> before creating your iso/cdrom.  I have installed the 'patched' version on
> several Gentoo boxes and it works fine.
> 
> The problem you describe was the behavior prior to patching.
> 
> 
> -----Original Message-----
> From: Jonas Mark-r50740 [mailto:Mark.Jonas at motorola.com]
> Sent: Monday, February 02, 2004 12:04 PM
> To: u-boot-users at lists.sourceforge.net
> Cc: wd at denx.de
> Subject: [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on
> Gentoo
> 
> 
> Hello,
> 
> I'm trying to install the ELDK 2.2.0 (i.e. a patched 2.1.0) on a Gentoo 1.4
> system. To do so I prepared a CD as described on www.denx.de. I already used
> the CD on two SuSE 8.2 systems with no problems. On the Gentoo system the
> installation starts just fine but suddenly stops without an error message.
> 
> --
> # ./install -d /opt/eldk-2.2.0 ppc_82xx
> 
> 
> Do you really want to install into /opt/eldk-2.2.0 directory[y/n]?: y
> 
> Creating directories
> Done
> Installing cross RPMs
> 
> Preparing...
> ################################################## [100%]
> #
> --
> 
> I attached a strace of what the installer is doing. Maybe somebody has an
> idea what is going wrong and how to work around.
> 
> TIA
> Mark Jonas
> 
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 

-- 
Tom Guilliams
tguilliams at synergymicro.com
858.452.0020 x471

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo
  2004-02-03 19:58 ` tguilliams at synergymicro.com
@ 2004-02-04 20:29   ` Wolfgang Denk
  2004-02-04 21:58     ` tguilliams at synergymicro.com
  0 siblings, 1 reply; 8+ messages in thread
From: Wolfgang Denk @ 2004-02-04 20:29 UTC (permalink / raw)
  To: u-boot

In message <20040203195827.GA16964@raptor.synergymicro.com> you wrote:
> Where are you guys getting ELDK version 2.2.0??  I don't see it at a tag in the CVS repository, on ftp.leo.org/pub/eldk or on ftp.denx.de.

There is no official release of 2.2.0; the next release will be  3.0.
But reading the FAQ gives you some hints ;-)

> I've extremely interested in getting the ELDK to install on my Gentoo machine.

See http://www.denx.de/twiki/bin/view/DULG/ELDKInstallationAborts

Best regards,

Wolfgang Denk

-- 
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
"An organization dries up if you don't challenge it with growth."
       - Mark Shepherd, former President and CEO of Texas Instruments

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo
  2004-02-04 20:29   ` Wolfgang Denk
@ 2004-02-04 21:58     ` tguilliams at synergymicro.com
  2004-02-04 23:30       ` Wolfgang Denk
  2004-02-05  9:33       ` Mark Jonas
  0 siblings, 2 replies; 8+ messages in thread
From: tguilliams at synergymicro.com @ 2004-02-04 21:58 UTC (permalink / raw)
  To: u-boot

Thanks Wolfgang but it still doesn't work for me. Probably because I am using what Gentoo considers an unstable system build (meaning beta releases of system libs).

I had been talking to Paul Ruhland offline about his success in installing on Gentoo and the only difference is he builds a Gentoo stable system environment.

Is there any way I could get specifics on libs in question that I might be able to better isolate my problem(s)?

Thanks again,

Tom

P.S.  Is this the correct mailing list to discuss ELDK issues or should it be the linux ppc embedded list?

* Wolfgang Denk <wd@denx.de> [2004-02-04 21:29:08 +0100]:

> In message <20040203195827.GA16964@raptor.synergymicro.com> you wrote:
> > Where are you guys getting ELDK version 2.2.0??  I don't see it at a tag in the CVS repository, on ftp.leo.org/pub/eldk or on ftp.denx.de.
> 
> There is no official release of 2.2.0; the next release will be  3.0.
> But reading the FAQ gives you some hints ;-)
> 
> > I've extremely interested in getting the ELDK to install on my Gentoo machine.
> 
> See http://www.denx.de/twiki/bin/view/DULG/ELDKInstallationAborts
> 
> Best regards,
> 
> Wolfgang Denk
> 
> -- 
> See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
> Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
> "An organization dries up if you don't challenge it with growth."
>        - Mark Shepherd, former President and CEO of Texas Instruments
> 
> 
> -------------------------------------------------------
> The SF.Net email is sponsored by EclipseCon 2004
> Premiere Conference on Open Tools Development and Integration
> See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
> http://www.eclipsecon.org/osdn
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
> 

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo
  2004-02-04 21:58     ` tguilliams at synergymicro.com
@ 2004-02-04 23:30       ` Wolfgang Denk
  2004-02-05  9:33       ` Mark Jonas
  1 sibling, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2004-02-04 23:30 UTC (permalink / raw)
  To: u-boot

In message <20040204215818.GA26874@raptor.synergymicro.com> you wrote:
> Thanks Wolfgang but it still doesn't work for me. Probably because I am using what Gentoo considers an unstable system build (meaning beta releases of system libs).

Probably. Don't do this, then ;-)

> Is there any way I could get specifics on libs in question that I might be able to better isolate my problem(s)?

Run "ldd" on the RPM binary to see what it needs; please be aware the
glibc will dlopen other libs as well (like libnss*).

> P.S.  Is this the correct mailing list to discuss ELDK issues or should it be the linux ppc embedded list?

I really don't know either.

Best regards,

Wolfgang Denk

-- 
See us @ Embedded World, Nuremberg, Feb 17 - 19,  Hall 12.0 Booth 440
Phone: (+49)-8142-4596-87  Fax: (+49)-8142-4596-88  Email: wd at denx.de
A student of  probability  soon  realizes  that  by  its  nature  the
billion-to-one  chance  crops  up nine times out of ten, and that the
greatest odds boil down to a double-sided statement: it will  happen,
or it will not.         - Terry Pratchett, _The Dark Side of the Sun_

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo
  2004-02-04 21:58     ` tguilliams at synergymicro.com
  2004-02-04 23:30       ` Wolfgang Denk
@ 2004-02-05  9:33       ` Mark Jonas
  1 sibling, 0 replies; 8+ messages in thread
From: Mark Jonas @ 2004-02-05  9:33 UTC (permalink / raw)
  To: u-boot

Tom,

>Thanks Wolfgang but it still doesn't work for me. Probably because I am using what Gentoo considers an unstable system build (meaning beta releases of system libs).
>
>I had been talking to Paul Ruhland offline about his success in installing on Gentoo and the only difference is he builds a Gentoo stable system environment.
>  
>
My Gentoo installation is (except for Mozilla Thunderbird, Firebird and 
Samba) also a stable build and it doesn't work. These are my build settings:

CHOST="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -funroll-loops -fomit-frame-pointer -pipe"

ACCEPT_KEYWORDS is not defined.

Mark

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-02-05  9:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-03 14:23 [U-Boot-Users] ELDK 2.2.0 (patched 2.1.0) doesn't install on Gentoo Ruhland, Paul
2004-02-03 19:58 ` tguilliams at synergymicro.com
2004-02-04 20:29   ` Wolfgang Denk
2004-02-04 21:58     ` tguilliams at synergymicro.com
2004-02-04 23:30       ` Wolfgang Denk
2004-02-05  9:33       ` Mark Jonas
  -- strict thread matches above, loose matches on Subject: below --
2004-02-03 16:49 Jonas Mark-r50740
2004-02-02 17:03 Jonas Mark-r50740

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox