All of lore.kernel.org
 help / color / mirror / Atom feed
* gcc (and others) missing some links to binaries
@ 2007-04-12 20:26 Rodrigo Vivi
  2007-04-12 20:30 ` Marcin Juszkiewicz
  2007-04-12 20:32 ` Koen Kooi
  0 siblings, 2 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2007-04-12 20:26 UTC (permalink / raw)
  To: openembedded-devel

Hi all,

When I was using mamona I've noticed that gcc was installed but
without the gcc command... Then I realized that in package there were
only this files

/usr/bin/arm-mamona-linux-gnueabi-gcc
/usr/bin/arm-mamona-linux-gnueabi-gccbug

but not the /usr/bin/gcc or gccbug

Then I tried to build angstrom to see if this error was happening just
in mamona and for my surprise the gcc deb package for angstrom just
have this 2 binary files too:

/usr/bin/arm-angstrom-linux-gnueabi-gcc
/usr/bin/arm-angstrom-linux-gnueabi-gccbug

I've noticed that this is happening to binutils too...

Does any body have any idea about it?

I've noticed that do_install() function of gcc-package.inc try to create a link:
cd ${D}${bindir}
ln -sf ${TARGET_SYS}-gcc gcc

This is creating the link at
tmp/work/armv5te-angstrom-linux-gnueabi/gcc-4.1.2-r0/image/usr/bin

but not in
work/armv5te-angstrom-linux-gnueabi/gcc-4.1.2-r0/install/usr/bin

and I believe that deb package is using install directory not image
one when building...

Do you have any idea?

Thanks in advance...

vivijim



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

* Re: gcc (and others) missing some links to binaries
  2007-04-12 20:26 gcc (and others) missing some links to binaries Rodrigo Vivi
@ 2007-04-12 20:30 ` Marcin Juszkiewicz
  2007-04-12 20:46   ` Rodrigo Vivi
  2007-04-12 20:32 ` Koen Kooi
  1 sibling, 1 reply; 4+ messages in thread
From: Marcin Juszkiewicz @ 2007-04-12 20:30 UTC (permalink / raw)
  To: openembedded-devel

Dnia czwartek, 12 kwietnia 2007, Rodrigo Vivi napisał:

> When I was using mamona I've noticed that gcc was installed but
> without the gcc command... Then I realized that in package there were
> only this files
>
> /usr/bin/arm-mamona-linux-gnueabi-gcc
> /usr/bin/arm-mamona-linux-gnueabi-gccbug
>
> but not the /usr/bin/gcc or gccbug


> Do you have any idea?

gcc-symlinks, binutils-symlinks packages are what you need ;)


-- 
JID: hrw-jabber.org
OpenEmbedded developer/consultant

      I'm trying to decide if I should kill you or simply feign death
      until you feel awkward and leave.





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

* Re: gcc (and others) missing some links to binaries
  2007-04-12 20:26 gcc (and others) missing some links to binaries Rodrigo Vivi
  2007-04-12 20:30 ` Marcin Juszkiewicz
@ 2007-04-12 20:32 ` Koen Kooi
  1 sibling, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2007-04-12 20:32 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Rodrigo Vivi schreef:
> Hi all,
> 
> When I was using mamona I've noticed that gcc was installed but
> without the gcc command... Then I realized that in package there were
> only this files
> 
> /usr/bin/arm-mamona-linux-gnueabi-gcc
> /usr/bin/arm-mamona-linux-gnueabi-gccbug
> 
> but not the /usr/bin/gcc or gccbug
> 
> Then I tried to build angstrom to see if this error was happening just
> in mamona and for my surprise the gcc deb package for angstrom just
> have this 2 binary files too:
> 
> /usr/bin/arm-angstrom-linux-gnueabi-gcc
> /usr/bin/arm-angstrom-linux-gnueabi-gccbug
> 
> I've noticed that this is happening to binutils too...
> 
> Does any body have any idea about it?

Yes, the gcc-symlinks and binutils-symlinks packages contain the symlinks:

lrwxrwxrwx root/root         0 2007-03-21 17:07 ./usr/bin/cc -> gcc
lrwxrwxrwx root/root         0 2007-03-21 17:07 ./usr/bin/gcc ->
arm-angstrom-linux-gnueabi-gcc


regards,

Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFGHpdaMkyGM64RGpERAqaPAJ4ua0VrshF7WnlpFmWI3SfGR2427gCfQTFJ
UFSDcuWKnyrhrRR/SMapekQ=
=yRPI
-----END PGP SIGNATURE-----



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

* Re: gcc (and others) missing some links to binaries
  2007-04-12 20:30 ` Marcin Juszkiewicz
@ 2007-04-12 20:46   ` Rodrigo Vivi
  0 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2007-04-12 20:46 UTC (permalink / raw)
  To: openembedded-devel

exactly, sorry about this stupid question ;)

On 4/12/07, Marcin Juszkiewicz <openembedded@hrw.one.pl> wrote:
> Dnia czwartek, 12 kwietnia 2007, Rodrigo Vivi napisał:
>
> > When I was using mamona I've noticed that gcc was installed but
> > without the gcc command... Then I realized that in package there were
> > only this files
> >
> > /usr/bin/arm-mamona-linux-gnueabi-gcc
> > /usr/bin/arm-mamona-linux-gnueabi-gccbug
> >
> > but not the /usr/bin/gcc or gccbug
>
>
> > Do you have any idea?
>
> gcc-symlinks, binutils-symlinks packages are what you need ;)
>
>
> --
> JID: hrw-jabber.org
> OpenEmbedded developer/consultant
>
>       I'm trying to decide if I should kill you or simply feign death
>       until you feel awkward and leave.
>
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>

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

end of thread, other threads:[~2007-04-12 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-12 20:26 gcc (and others) missing some links to binaries Rodrigo Vivi
2007-04-12 20:30 ` Marcin Juszkiewicz
2007-04-12 20:46   ` Rodrigo Vivi
2007-04-12 20:32 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.