Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 03 Oct 2013 13:35:18 +0200
From: John Spencer <maillist-musl@...fooze.de>
To: sabotage@...ts.openwall.com
CC: Paul Schutte <sjpschutte@...il.com>
Subject: Re: Installing everything in opt

On 10/03/2013 10:56 AM, Paul Schutte wrote:
> Hi,
>
> Sorry for bringing this up again but I am having trouble building it
> without symlinks.
>
> I have in the butch_template_configure_cached.txt file:
>
> # note that you could set similar stuff using env variables.
> butch_do_config_cache=true
> butch_do_cleanup_builddir=true
> butch_do_custom_destdir=false
> # the options below all require a custom destdir to be set.
> butch_do_cleanup_custom_destdir=false
> butch_do_relocate=false
> butch_do_filelists=true
> butch_do_create_tarball=false
>
>
> 'build-stage 0' fails when getting to building musl:
>
> cat /mnt/sbuild/src/logs/build_stage0_musl.log
> Wed Oct  2 14:03:13 SAST 2013: start
> sourcing user defined optimization config /mnt/sbuild/etc/butch-optflags.sh
> Wed Oct  2 14:03:13 SAST 2013: starting to untar
> Wed Oct  2 14:03:13 SAST 2013: untar done
> Wed Oct  2 14:03:13 SAST 2013: start build
> checking for C compiler... /mnt/sbuild/bin/gcc
> checking target system type... unknown
> ./configure: unable to detect target arch; try ./configure --target=...


weird.
musl's configure uses gcc -dumpmachine to find the target arch
http://git.musl-libc.org/cgit/musl/tree/configure#n218

so what happens when you do /mnt/sbuild/bin/gcc -dumpmachine ?


>
>
> Any help will be appreciated.
>
> Regards
> Paul
>
>

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.