From: Nikita Karetnikov <nikita@karetnikov.org>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: bug-guix@gnu.org
Subject: Re: Porting to mips64el
Date: Wed, 23 Jan 2013 00:01:18 -0500 [thread overview]
Message-ID: <87libktruu.fsf@karetnikov.org> (raw)
In-Reply-To: <87libkygp3.fsf@karetnikov.org> (Nikita Karetnikov's message of "(unknown date)")
[-- Attachment #1: Type: text/plain, Size: 5718 bytes --]
> I'll try to build statically-linked Bash.
Could anyone advise on this? Which flags and options should be used?
The ones from the corresponding recipe look a bit complex for me. I
tried this instead:
# ./configure --enable-readline --enable-static-link
# make
[...]
execute_cmd.c: In function 'execute_in_subshell':
execute_cmd.c:1507:5: warning: passing argument 1 of 'execute_command_internal' discards 'volatile' qualifier from pointer target type [enabled by default]
execute_cmd.c:522:1: note: expected 'struct COMMAND *' but argument is of type 'volatile struct COMMAND *'
execute_cmd.c: In function 'execute_function':
execute_cmd.c:4243:3: warning: passing argument 1 of 'array_rshift' discards 'volatile' qualifier from pointer target type [enabled by default]
In file included from variables.h:25:0,
from shell.h:31,
from execute_cmd.c:66:
array.h:56:12: note: expected 'struct ARRAY *' but argument is of type 'volatile struct ARRAY *'
execute_cmd.c:4245:3: warning: passing argument 1 of 'array_rshift' discards 'volatile' qualifier from pointer target type [enabled by default]
In file included from variables.h:25:0,
from shell.h:31,
from execute_cmd.c:66:
array.h:56:12: note: expected 'struct ARRAY *' but argument is of type 'volatile struct ARRAY *'
execute_cmd.c:4320:3: warning: passing argument 1 of 'array_shift' discards 'volatile' qualifier from pointer target type [enabled by default]
In file included from variables.h:25:0,
from shell.h:31,
from execute_cmd.c:66:
array.h:55:23: note: expected 'struct ARRAY *' but argument is of type 'volatile struct ARRAY *'
execute_cmd.c:4321:3: warning: passing argument 1 of 'array_shift' discards 'volatile' qualifier from pointer target type [enabled by default]
In file included from variables.h:25:0,
from shell.h:31,
from execute_cmd.c:66:
array.h:55:23: note: expected 'struct ARRAY *' but argument is of type 'volatile struct ARRAY *'
[...]
expr.c:207:17: warning: conflicting types for built-in function 'exp2' [enabled by default]
[...]
bashline.o: In function `bash_groupname_completion_function':
/home/bash/bash-4.2/bashline.c:2139: warning: Using 'getgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/bash/bash-4.2/bashline.c:2136: warning: Using 'setgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/bash/bash-4.2/bashline.c:2147: warning: Using 'endgrent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./lib/readline/libreadline.a(complete.o): In function `rl_username_completion_function':
/home/bash/bash-4.2/lib/readline/complete.c:2045: warning: Using 'getpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./lib/readline/libreadline.a(tilde.o): In function `tilde_expand_word':
/home/bash/bash-4.2/lib/readline/./tilde.c:374: warning: Using 'getpwnam' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
shell.o: In function `get_current_user_info':
/home/bash/bash-4.2/shell.c:1641: warning: Using 'getpwuid' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./lib/readline/libreadline.a(complete.o): In function `rl_username_completion_function':
/home/bash/bash-4.2/lib/readline/complete.c:2041: warning: Using 'setpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
shell.o: In function `get_current_user_info':
/home/bash/bash-4.2/shell.c:1657: warning: Using 'endpwent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
./lib/sh/libsh.a(netopen.o): In function `netopen':
/home/bash/bash-4.2/lib/sh/netopen.c:304: warning: Using 'getaddrinfo' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
bashline.o: In function `bash_servicename_completion_function':
/home/bash/bash-4.2/bashline.c:2083: warning: Using 'getservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/bash/bash-4.2/bashline.c:2080: warning: Using 'setservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/home/bash/bash-4.2/bashline.c:2105: warning: Using 'endservent' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/nix/store/zcfiac107h1nji9sdiv2m1dzpvvagrh5-glibc-2.13/lib/../lib/libc.a(malloc.o): In function `__libc_free':
(.text+0x6380): multiple definition of `free'
./lib/malloc/libmalloc.a(malloc.o):/home/bash/bash-4.2/lib/malloc/malloc.c:1269: first defined here
/nix/store/zcfiac107h1nji9sdiv2m1dzpvvagrh5-glibc-2.13/lib/../lib/libc.a(malloc.o): In function `__libc_malloc':
(.text+0x5c48): multiple definition of `malloc'
./lib/malloc/libmalloc.a(malloc.o):/home/bash/bash-4.2/lib/malloc/malloc.c:1254: first defined here
/nix/store/zcfiac107h1nji9sdiv2m1dzpvvagrh5-glibc-2.13/lib/../lib/libc.a(malloc.o): In function `__libc_realloc':
(.text+0x6500): multiple definition of `realloc'
./lib/malloc/libmalloc.a(malloc.o):/home/bash/bash-4.2/lib/malloc/malloc.c:1262: first defined here
collect2: error: ld returned 1 exit status
make: *** [bash] Error 1
Nikita
[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]
next prev parent reply other threads:[~2013-01-23 5:01 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-24 19:43 mips64el: No such file or directory: "/nix/store/*-glibc-2.13.drv" Nikita Karetnikov
2012-12-30 15:17 ` Ludovic Courtès
2012-12-30 16:14 ` Nikita Karetnikov
2012-12-30 17:58 ` Ludovic Courtès
2012-12-30 20:40 ` Nikita Karetnikov
2012-12-30 21:20 ` Ludovic Courtès
2012-12-30 22:43 ` Nikita Karetnikov
2012-12-31 12:21 ` Ludovic Courtès
2013-01-08 13:26 ` Porting to mips64el (was: mips64el: No such file or directory: "/nix/store/*-glibc-2.13.drv") Nikita Karetnikov
2013-01-08 13:34 ` Porting to mips64el Ludovic Courtès
2013-01-08 14:52 ` Nikita Karetnikov
2013-01-08 16:30 ` Ludovic Courtès
2013-01-08 18:18 ` Nikita Karetnikov
2013-01-08 20:50 ` Ludovic Courtès
2013-01-09 15:53 ` Nikita Karetnikov
2013-01-09 21:42 ` Ludovic Courtès
2013-01-11 4:08 ` Nikita Karetnikov
2013-01-11 13:28 ` Ludovic Courtès
2013-01-11 21:49 ` Nikita Karetnikov
2013-01-11 23:44 ` Ludovic Courtès
2013-01-12 14:49 ` Nikita Karetnikov
2013-01-12 15:06 ` Ludovic Courtès
2013-01-12 15:46 ` Nikita Karetnikov
2013-01-12 21:01 ` Ludovic Courtès
2013-01-12 23:00 ` Nikita Karetnikov
2013-01-13 20:49 ` Ludovic Courtès
2013-01-19 16:49 ` Nikita Karetnikov
2013-01-19 17:45 ` Ludovic Courtès
2013-01-20 7:39 ` Nikita Karetnikov
2013-01-20 14:33 ` Ludovic Courtès
2013-01-22 22:51 ` Nikita Karetnikov
2013-01-23 5:01 ` Nikita Karetnikov [this message]
2013-01-23 15:35 ` Ludovic Courtès
2013-01-23 22:08 ` Nikita Karetnikov
2013-01-24 15:56 ` Ludovic Courtès
2013-01-26 4:33 ` Nikita Karetnikov
2013-01-26 21:37 ` Ludovic Courtès
2013-01-27 5:47 ` Nikita Karetnikov
2013-01-27 21:15 ` Ludovic Courtès
2013-01-28 5:51 ` Nikita Karetnikov
2013-01-28 12:59 ` Ludovic Courtès
2013-01-29 17:57 ` Nikita Karetnikov
2013-01-29 21:00 ` Ludovic Courtès
2013-01-29 21:59 ` Nikita Karetnikov
2013-01-29 22:02 ` Ludovic Courtès
2013-01-29 23:29 ` Nikita Karetnikov
2013-01-30 20:58 ` Ludovic Courtès
2013-01-30 23:03 ` Nikita Karetnikov
2013-01-31 12:50 ` Ludovic Courtès
2013-01-31 19:32 ` Nikita Karetnikov
2013-01-31 22:08 ` Ludovic Courtès
2013-02-01 23:43 ` Nikita Karetnikov
2013-02-02 10:09 ` Ludovic Courtès
2013-02-02 12:32 ` Nikita Karetnikov
2013-02-02 17:34 ` Ludovic Courtès
2013-02-02 20:47 ` Nikita Karetnikov
2013-02-03 18:00 ` Ludovic Courtès
2013-02-05 20:53 ` Nikita Karetnikov
2013-02-05 22:00 ` Ludovic Courtès
2013-02-06 9:27 ` Nikita Karetnikov
2013-02-06 14:26 ` Ludovic Courtès
2013-02-08 22:43 ` Nikita Karetnikov
2013-02-08 23:11 ` Ludovic Courtès
2013-02-11 20:50 ` Ludovic Courtès
2013-02-11 21:34 ` Andreas Enge
2013-02-11 22:10 ` Ludovic Courtès
2013-02-12 2:37 ` Nikita Karetnikov
2013-02-12 2:42 ` Nikita Karetnikov
2013-02-12 7:43 ` Nikita Karetnikov
2013-02-14 7:50 ` Nikita Karetnikov
2013-02-14 11:33 ` Ludovic Courtès
2013-02-15 20:11 ` Nikita Karetnikov
2013-02-16 21:07 ` Ludovic Courtès
2013-02-19 9:49 ` Nikita Karetnikov
2013-02-19 10:19 ` Ludovic Courtès
2013-02-12 9:57 ` Ludovic Courtès
2013-02-13 5:35 ` Nikita Karetnikov
2013-02-13 14:43 ` Ludovic Courtès
2013-02-19 11:05 ` Nikita Karetnikov
2013-02-19 12:54 ` Andreas Enge
2013-02-19 16:54 ` Ludovic Courtès
2013-02-19 18:20 ` Andreas Enge
2013-02-19 18:44 ` Nikita Karetnikov
2013-02-19 21:26 ` Ludovic Courtès
2013-02-20 9:30 ` Andreas Enge
2013-02-20 11:40 ` Ludovic Courtès
2013-02-20 16:25 ` Andreas Enge
2013-02-20 17:05 ` Ludovic Courtès
2013-02-20 17:42 ` Nikita Karetnikov
2013-02-20 19:24 ` Andreas Enge
2013-02-20 20:03 ` Ludovic Courtès
2013-02-20 23:38 ` Porting to anything Andreas Enge
2013-02-21 9:36 ` Ludovic Courtès
2013-02-21 9:56 ` Andreas Enge
2013-02-21 16:48 ` Porting to mips64el Nikita Karetnikov
2013-02-21 18:44 ` Nikita Karetnikov
2013-02-21 21:47 ` Nikita Karetnikov
2013-02-23 18:53 ` Andreas Enge
2013-02-23 18:56 ` Ludovic Courtès
2013-03-03 15:01 ` Nikita Karetnikov
2013-03-03 21:26 ` Ludovic Courtès
2013-01-23 15:33 ` Ludovic Courtès
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=87libktruu.fsf@karetnikov.org \
--to=nikita@karetnikov.org \
--cc=bug-guix@gnu.org \
--cc=ludo@gnu.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.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
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.