public inbox for gentoo-science@lists.gentoo.org
 help / color / mirror / Atom feed
From: Jean-Francis Roy <jeanfrancisroy@gmail.com>
To: gentoo-science@lists.gentoo.org
Subject: Re: [gentoo-science] sci-mathematics/maxima fails to build
Date: Wed, 6 Oct 2010 07:49:17 -0400	[thread overview]
Message-ID: <AANLkTiknHfrbK_SvkUrMNJGHjj+hSM4T36cz9EJJzo1U@mail.gmail.com> (raw)
In-Reply-To: <201010070043.10016.f.r.bissey@massey.ac.nz>

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

On Wed, Oct 6, 2010 at 7:43 AM, François Bissey <f.r.bissey@massey.ac.nz>wrote:

> > On 10/06/2010 03:01:35 AM, François Bissey wrote:
> > >> On 10/05/2010 10:59:20 PM, François Bissey wrote:
> > >>
> > >> Interesting. Invoking
> > >>
> > >> LDFLAGS="-Wl,-01 -Wl,--sort-common -Wl,--as-needed" emerge -1v
> --nodeps
> > >> maxima
> > >>
> > >> I get,
> > >>
> > >> 32bit chroot:
> > >>
> > >> ;;; Note:
> > >> ;;;   Invoking external command:
> > >> ;;;   i686-pc-linux-gnu-gcc -o
> > >>
> "/var/tmp/portage/sci-mathematics/maxima-5.20.1-r3/work/maxima-5.20.1/sr
> > >> c/b inary-ecl/maxima"
> > >>
> > >> ... a very long line ...
> > >>
> > >> "-Wl,-01 -Wl,--sort-common -Wl,--as-needed"   -Wl,-O1  -lecl  -lgmp
> -lgc
> > >> -ldl -lm
> > >>
> usr/lib/gcc/i686-pc-linux-gnu/4.4.3/../../../../i686-pc-linux-gnu/bin/ld
> > >> : unrecognized option '-01 -Wl'
> > >>
> > >> ----------------------
> > >> amd64:
> > >> ;;; Note:
> > >> ;;;   Invoking external command:
> > >> ;;;   x86_64-pc-linux-gnu-gcc -o
> > >>
> "/var/tmp/portage/sci-mathematics/maxima-5.20.1-r3/work/maxima-5.20.1/sr
> > >> c/b inary-ecl/maxima"
> > >>
> > >> ... a very long line ...
> > >>
> > >> "-Wl,-01 -Wl,--sort-common -Wl,--as-needed"   -Wl,-O1  -lecl  -lgmp
> -lgc
> > >> -lpthread -ldl  -lm
> > >> ;;;
> > >>
> /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.3/../../../../x86_64-pc-linux-gnu/b
> > >> in/ ld: unrecognized option '-01 -Wl'
> > >>
> > >> So in both cases -Wl,-O1 is appended to the LDFLAGS passed to emerge.
> > >
> > > Actually, what does:
> > > ecl-config --libs
> > > ecl-config --ldflags
> > > show? For you and Jean-Francis?
> > > I suspect that the bad argument comes from there.
> > >
> > > Francois
> >
> > François,
> >
> > I have for
> > ecl-config --ldflags && ecl-config --libs
> >
> > on 32bit
> >
> >   -L/usr/lib/ -lecl -Wl,-O1   -ldl  -lm
> >   -L/usr/lib/ -lecl -Wl,-O1   -ldl  -lm
> >
> > and on amd64
> >
> >   -L/usr/lib64/ -lecl -Wl,-O1   -lpthread -ldl  -lm
> >   -L/usr/lib64/ -lecl -Wl,-O1   -lpthread -ldl  -lm
> >
> I suppose you installed ecls before -Wl,--as-needed became standard.
> Now why on my machine neither CFLAGS or LDFLAGS are picked by ecls
> and the ecl portion  of maxima?
>
> Francois
>
> Here is mine :

# ecl-config --ldflags && ecl-config --libs
 -L/usr/lib64/ -lecl -Wl,-O1 -Wl,--sort-common -Wl,--as-needed   -ldl  -lm
 -L/usr/lib64/ -lecl -Wl,-O1 -Wl,--sort-common -Wl,--as-needed   -ldl  -lm

[-- Attachment #2: Type: text/html, Size: 3619 bytes --]

  reply	other threads:[~2010-10-06 11:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-05 16:12 [gentoo-science] sci-mathematics/maxima fails to build Jean-Francis Roy
2010-10-05 23:57 ` François Bissey
2010-10-06  0:24   ` Steven Trogdon
2010-10-06  3:08     ` François Bissey
2010-10-06  3:25       ` François Bissey
2010-10-06  3:59         ` François Bissey
2010-10-06  5:15           ` Steven Trogdon
2010-10-06  8:01             ` François Bissey
2010-10-06 11:33               ` Steven Trogdon
2010-10-06 11:43                 ` François Bissey
2010-10-06 11:49                   ` Jean-Francis Roy [this message]
2010-10-06 11:54                   ` Steven Trogdon
2010-10-06 20:45                   ` Steven Trogdon
2010-10-06  3:28       ` Steven Trogdon
2010-10-06  3:51         ` François Bissey
2010-10-06  6:26           ` Steven Trogdon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTiknHfrbK_SvkUrMNJGHjj+hSM4T36cz9EJJzo1U@mail.gmail.com \
    --to=jeanfrancisroy@gmail.com \
    --cc=gentoo-science@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox