public inbox for gentoo-ppc-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild
@ 2003-04-09 15:52 DaRonin
  2003-04-09 19:07 ` Lars Weiler
  0 siblings, 1 reply; 6+ messages in thread
From: DaRonin @ 2003-04-09 15:52 UTC (permalink / raw
  To: gentoo-ppc-dev

Hi,

The above mentioned ebuild fails. Error messages are posted bellow.

I am running the 3.2.2-r2 version of gcc.

daRonin

=========================

/bin/sh ../libtool --silent --mode=link g++  -O2 -pipe -mcpu=7450
-maltivec -mabi=altivec -mpowerpc-gfxopt -fsigned-char -Wall
-Wwrite-strings -Woverloaded-virtual -fno-exceptions -fno-rtti
-fno-implement-inlines -Winline  -s -o lftp -export-dynamic -L/usr/lib
lftp.o complete.o lftp_rl.o libjobs.a libtasks.a libnetwork.la
proto-ftp.la proto-http.la proto-file.la proto-fish.la cmd-mirror.la
cmd-sleep.la -lreadline ../lib/liblib.a -lssl -lcrypto  -lutil -lcurses
-lresolv -ldl
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[1]: *** [lftp] Error 1
make[1]: Leaving directory
`/var/tmp/portage/lftp-2.6.5/work/lftp-2.6.5/src'
make: *** [all-recursive] Error 1


!!! ERROR: net-ftp/lftp-2.6.5 failed.
!!! Function src_compile, Line 43, Exitcode 2
!!! compile problem



--
gentoo-ppc-dev@gentoo.org mailing list


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

* Re: [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild
  2003-04-09 15:52 [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild DaRonin
@ 2003-04-09 19:07 ` Lars Weiler
  2003-04-09 21:28   ` Graham Forest
  0 siblings, 1 reply; 6+ messages in thread
From: Lars Weiler @ 2003-04-09 19:07 UTC (permalink / raw
  To: gentoo-ppc-dev

* DaRonin <daronin@2600.COM> [03/04/09 11:52 -0400]:
>The above mentioned ebuild fails. Error messages are posted bellow.

This already described in bug 17068.  vladimir is working
on a solution.

Regards, Lars

--
gentoo-ppc-dev@gentoo.org mailing list


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

* Re: [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild
  2003-04-09 19:07 ` Lars Weiler
@ 2003-04-09 21:28   ` Graham Forest
  2003-04-11  7:41     ` Stephan van Maris
  0 siblings, 1 reply; 6+ messages in thread
From: Graham Forest @ 2003-04-09 21:28 UTC (permalink / raw
  To: gentoo-ppc-dev

[-- Attachment #1: Type: text/plain, Size: 591 bytes --]

On Wed, 9 Apr 2003 21:07:53 +0200
Lars Weiler <pylon@gentoo.org> wrote:

> * DaRonin <daronin@2600.COM> [03/04/09 11:52 -0400]:
> >The above mentioned ebuild fails. Error messages are posted bellow.
> 
> This already described in bug 17068.  vladimir is working
> on a solution.
> 
<snip>

The solution is known, it's a binutils problem. The fix is binutils-2.13.90.0.20, which unfortunately isn't ready for ppc. I'm not sure why yet, but if I could only remember to bring this up when the right people are around, I might be able to know what's up. In either case, yes, I am working on it.

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild
  2003-04-09 21:28   ` Graham Forest
@ 2003-04-11  7:41     ` Stephan van Maris
  2003-04-11 16:55       ` DaRonin
  0 siblings, 1 reply; 6+ messages in thread
From: Stephan van Maris @ 2003-04-11  7:41 UTC (permalink / raw
  To: gentoo-ppc-dev

kdelibs fails when compiling with binutils-2.13.90.0.20, so that's why it 
isn't ready yet ;)

> The solution is known, it's a binutils problem. The fix is
> binutils-2.13.90.0.20, which unfortunately isn't ready for ppc. I'm not
> sure why yet, but if I could only remember to bring this up when the right
> people are around, I might be able to know what's up. In either case, yes,
> I am working on it.


--
gentoo-ppc-dev@gentoo.org mailing list


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

* Re: [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild
  2003-04-11  7:41     ` Stephan van Maris
@ 2003-04-11 16:55       ` DaRonin
  2003-04-12  5:20         ` Stephan van Maris
  0 siblings, 1 reply; 6+ messages in thread
From: DaRonin @ 2003-04-11 16:55 UTC (permalink / raw
  To: gentoo-ppc-dev

> kdelibs fails when compiling with binutils-2.13.90.0.20, so that's why it
> isn't ready yet ;)

  Well, kdelibs fail to compile even with binutils-2.13.90.0.18-r1, when
you use cups support. But I imagine that's a separate issue altogether. ;)

  daRonin

>
> > The solution is known, it's a binutils problem. The fix is
> > binutils-2.13.90.0.20, which unfortunately isn't ready for ppc. I'm not
> > sure why yet, but if I could only remember to bring this up when the right
> > people are around, I might be able to know what's up. In either case, yes,
> > I am working on it.
>
>
> --
> gentoo-ppc-dev@gentoo.org mailing list
>


--
gentoo-ppc-dev@gentoo.org mailing list


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

* Re: [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild
  2003-04-11 16:55       ` DaRonin
@ 2003-04-12  5:20         ` Stephan van Maris
  0 siblings, 0 replies; 6+ messages in thread
From: Stephan van Maris @ 2003-04-12  5:20 UTC (permalink / raw
  To: gentoo-ppc-dev

> > kdelibs fails when compiling with binutils-2.13.90.0.20, so that's why it
> > isn't ready yet ;)
>
>   Well, kdelibs fail to compile even with binutils-2.13.90.0.18-r1, when
> you use cups support. But I imagine that's a separate issue altogether. ;)
>

I guess so, because it built fine for me with .18-r1. On .20 I'd get the same 
problem as the combination lftp+.18-r1 (ld segfaulting in collect2).



--
gentoo-ppc-dev@gentoo.org mailing list


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-09 15:52 [gentoo-ppc-dev] net-ftp/lftp-2.6.5 ebuild DaRonin
2003-04-09 19:07 ` Lars Weiler
2003-04-09 21:28   ` Graham Forest
2003-04-11  7:41     ` Stephan van Maris
2003-04-11 16:55       ` DaRonin
2003-04-12  5:20         ` Stephan van Maris

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