So, with the latest fixes, buildrump.sh and rumprun-xen build on Alpine. However, rumprun-posix now fails with the following ld infernal error:
=== snip === ./rump/bin/rump-cc -O2 -g -Wall -o bin/cat rumpobj/bin/cat/cat.ro /usr/lib/gcc/x86_64-alpine-linux-musl/4.8.3/../../../../x86_64-alpine-linux-musl/bin/ld: error in /tmp/XXXXXikOInb.o(.eh_frame); no .eh_frame_hdr table will be created. /usr/lib/gcc/x86_64-alpine-linux-musl/4.8.3/../../../../x86_64-alpine-linux-musl/bin/ld: error: /tmp/XXXXXikOInb.o: size of section .ctors is not multiple of address size /usr/lib/gcc/x86_64-alpine-linux-musl/4.8.3/../../../../x86_64-alpine-linux-musl/bin/ld: BFD (GNU Binutils) 2.24 internal error, aborting at bfd.c line 472 in bfd_set_error /usr/lib/gcc/x86_64-alpine-linux-musl/4.8.3/../../../../x86_64-alpine-linux-musl/bin/ld: Please report this bug. collect2: error: ld returned 1 exit status Makefile:161: recipe for target 'bin/cat' failed make: *** [bin/cat] Error 1 === snip === Does someone who knows where to report the error want to report it? I'm not sure I want to start trying to come up with a minimal test case for that. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
