Void Linux discussion
 help / color / mirror / Atom feed
* Problem with ./xbps-src -a armv7hf -N pkg base-system
@ 2015-07-31 18:47 Thorsten Johannvorderbrueggen
  2015-08-02  9:13 ` Thorsten Johannvorderbrueggen
  2015-08-03  7:15 ` Juan RP
  0 siblings, 2 replies; 3+ messages in thread
From: Thorsten Johannvorderbrueggen @ 2015-07-31 18:47 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 1738 bytes --]

Hi@all,

i have another problem :-) ... so armv7hf-musl wont work at the moment so i 
tried the "normal" glibc build ... 

./xbps-src -a armv7hf -N pkg base-system

SNIP

=> ncurses-5.9_14: building (dependency of base-system) ...
   [host] ncurses-5.9_14: found (/host/binpkgs)
=> ncurses: building (dependency of base-system) ...
=> ncurses-5.9_14: installing host dependency 'ncurses-5.9_14' ...
=> ncurses-5.9_14: running do-fetch hook: 00-distfiles ...
=> ncurses-5.9_14: verifying checksum for distfile 'ncurses-5.9.tar.gz'... 
OK.
=> ncurses-5.9_14: running do-extract hook: 00-distfiles ...
=> ncurses-5.9_14: extracting distfile(s), please wait...
=> ncurses-5.9_14: running post-extract hook: 00-patches ...
=> ncurses-5.9_14: patch applied: no-xopen.patch.
=> ncurses-5.9_14: running pre-configure hook: 00-gnu-configure-asneeded ...
=> ncurses-5.9_14: running pre-configure hook: 01-override-config ...
=> ncurses-5.9_14: running pre-configure hook: 02-script-wrapper ...
=> ncurses-5.9_14: running do_configure ...
checking for egrep... grep -E
Configuring NCURSES 5.9 ABI 5 (Fri Jul 31 20:33:58 CEST 2015)
checking build system type... x86_64-unknown-linux-gnu
checking host system type... armv7l-unknown-linux-gnueabihf
checking target system type... armv7l-unknown-linux-gnueabihf
Configuring for linux-gnueabihf
checking for prefix... /usr
checking for armv7l-linux-gnueabihf-gcc... armv7l-linux-gnueabihf-gcc
checking for C compiler default output... configure: error: C compiler 
cannot create executables
=> ERROR: ncurses-5.9_14: failed to run do_configure() at line 29.

Here it end with that error ... if i take a look at the template for 
ncurses it looks good ... so i think it should work ...

Cheers
  Thorsten

[-- Attachment #1.2: Type: text/html, Size: 1937 bytes --]

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

* Re: Problem with ./xbps-src -a armv7hf -N pkg base-system
  2015-07-31 18:47 Problem with ./xbps-src -a armv7hf -N pkg base-system Thorsten Johannvorderbrueggen
@ 2015-08-02  9:13 ` Thorsten Johannvorderbrueggen
  2015-08-03  7:15 ` Juan RP
  1 sibling, 0 replies; 3+ messages in thread
From: Thorsten Johannvorderbrueggen @ 2015-08-02  9:13 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 2611 bytes --]

Hi@all,

i invest some more time to search for a reason ... the base-system build 
breaks by building ncurses ... so i thought that it would be useful to 
check if it crossbuilds outside a base-system build ... 
-> i first tried to build it in the same void-package repo where i first 
did a base-system build ... i faced the same problem (what i expected :-) 
...)
-> next i cloned the void-package repo again and binary-bootstrapped it ... 
and then i crossbuild ncurses with ./xbps-src -a armv7hf-musl pkg ncurses 
... and to my surprise it builds without any breakage ....

Note: This is my fith day with void-linux ... so pls give me some hints if 
i did something in a wrong way :-)

Cheers
  Thorsten

Am Freitag, 31. Juli 2015 20:47:05 UTC+2 schrieb Thorsten 
Johannvorderbrueggen:
>
> Hi@all,
>
> i have another problem :-) ... so armv7hf-musl wont work at the moment so 
> i tried the "normal" glibc build ... 
>
> ./xbps-src -a armv7hf -N pkg base-system
>
> SNIP
>
> => ncurses-5.9_14: building (dependency of base-system) ...
>    [host] ncurses-5.9_14: found (/host/binpkgs)
> => ncurses: building (dependency of base-system) ...
> => ncurses-5.9_14: installing host dependency 'ncurses-5.9_14' ...
> => ncurses-5.9_14: running do-fetch hook: 00-distfiles ...
> => ncurses-5.9_14: verifying checksum for distfile 'ncurses-5.9.tar.gz'... 
> OK.
> => ncurses-5.9_14: running do-extract hook: 00-distfiles ...
> => ncurses-5.9_14: extracting distfile(s), please wait...
> => ncurses-5.9_14: running post-extract hook: 00-patches ...
> => ncurses-5.9_14: patch applied: no-xopen.patch.
> => ncurses-5.9_14: running pre-configure hook: 00-gnu-configure-asneeded 
> ...
> => ncurses-5.9_14: running pre-configure hook: 01-override-config ...
> => ncurses-5.9_14: running pre-configure hook: 02-script-wrapper ...
> => ncurses-5.9_14: running do_configure ...
> checking for egrep... grep -E
> Configuring NCURSES 5.9 ABI 5 (Fri Jul 31 20:33:58 CEST 2015)
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... armv7l-unknown-linux-gnueabihf
> checking target system type... armv7l-unknown-linux-gnueabihf
> Configuring for linux-gnueabihf
> checking for prefix... /usr
> checking for armv7l-linux-gnueabihf-gcc... armv7l-linux-gnueabihf-gcc
> checking for C compiler default output... configure: error: C compiler 
> cannot create executables
> => ERROR: ncurses-5.9_14: failed to run do_configure() at line 29.
>
> Here it end with that error ... if i take a look at the template for 
> ncurses it looks good ... so i think it should work ...
>
> Cheers
>   Thorsten
>

[-- Attachment #1.2: Type: text/html, Size: 2908 bytes --]

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

* Re: Problem with ./xbps-src -a armv7hf -N pkg base-system
  2015-07-31 18:47 Problem with ./xbps-src -a armv7hf -N pkg base-system Thorsten Johannvorderbrueggen
  2015-08-02  9:13 ` Thorsten Johannvorderbrueggen
@ 2015-08-03  7:15 ` Juan RP
  1 sibling, 0 replies; 3+ messages in thread
From: Juan RP @ 2015-08-03  7:15 UTC (permalink / raw)
  To: voidlinux


[-- Attachment #1.1: Type: text/plain, Size: 173 bytes --]



Take a look at masterdir/builddir/ncurses-*/config.log to see what's going 
on.

I believe the masterdir is broken somehow or you are using incompatible 
{C,CXX,LD}FLAGS.

[-- Attachment #1.2: Type: text/html, Size: 211 bytes --]

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

end of thread, other threads:[~2015-08-03  7:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-31 18:47 Problem with ./xbps-src -a armv7hf -N pkg base-system Thorsten Johannvorderbrueggen
2015-08-02  9:13 ` Thorsten Johannvorderbrueggen
2015-08-03  7:15 ` Juan RP

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).