similar to: I failed to build libvorbis with ./configure --host=mipsel-linux-uclibc

Displaying 20 results from an estimated 5000 matches similar to: "I failed to build libvorbis with ./configure --host=mipsel-linux-uclibc"

2006 Jan 18
1
3.0.21a cross-compiling (uClibc) for mipsel fails
I'm trying to cross-compile Samba 3.0.21a to run on mipsel (using uClibc). It fails at some point however, and I can't spot the problem: # ./configure --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu && make (...) Compiling lib/sendfile.c Compiling lib/time.c lib/time.c: In function `GetTimeOfDay': lib/time.c:66: error: too few arguments to function
2006 Jan 19
1
"PANIC: failed to set gid" on mipsel
I just compiled Samba 3.0.21a for Linux/mipsel/uclibc. When I want to start smbd, it fails: [2006/01/19 12:29:09, 0] lib/util_sec.c:assert_gid(113) Failed to set gid privileges to (-1,65534) now set to (0,0) uid=(0,0) [2006/01/19 12:29:09, 0] lib/util.c:smb_panic2(1554) PANIC: failed to set gid The only way to start smbd is to put this into smb.conf: guest account = root But I'm
2006 Sep 06
3
dovecot ignoring config file contents -- istream.c problem?
Hello! This is my first time trying to run dovecot so maybe I've overlooked something, but I'm having a hard time running dovecot. First of all, it's worth noting that I'm trying to run dovecot on an embedded platform: the target architecture is mipsel; I have patches for the 2.4.18 kernel with special support for the board so I'm still using the 2.4.18 kernel. My C library
2010 Jun 18
1
Crosscompile error tinc => 1.0.11 on openwrt whiterussian 0.9
Hello! I try to maintain a couple off old Openwrt based routers. The routers run openwrt whiterussian, so it quite outdated. But it is a little dangerous to update a remote machine from whiterussian to kamikaze or backfire, this may be usefull for others. I used the openwrt whiterussian 0.9 sdk and the attached Makefile to compile all tinc versions till 1.0.11. Since 1.0.11 the compile process
2004 Apr 09
0
Samba 3.0.2 + uClibc 0.9.19 + MIPS32 = NOGO!
Hi everybody , Could you tell me that anyone once used the samba 3.0.2 with uclibc to run on MIPS32 system ? How should I establish his environment with the ./configure Ex. My envirment set the 'CC=mipsel-uclibc-gcc' ./configure --host=mipsel-linux --target=mipsel-linux --prefix=/samba But the system will only still use gcc.
2015 Apr 06
3
[LLVMdev] uCLibc support for klee
Hello, In my reading over the last couple of days, I have read that in order for klee to work with "native" Linux programs, I need to install the uClibc posix support for klee. I am not finding the uClibc source in the llvm svn repository anywhere. Is this still necessary for testing native Linux applications, and if so, where do I get the uClibc source to compile? Thanks in
2017 Nov 13
2
Building dovecot 2.2.33.2 is broken with uclibc-ng
Hi, this commit https://github.com/dovecot/core/commit/c9d76e2baf653fa5504d6849e5c1aae32eff3c53 added code which can not be compiled with uclibc-ng 1.0.26 using buildroot: make[3]: Entering directory '/home/bernd/buildroot/br4/output/build/dovecot-2.2.33.2/src/lib-test' /bin/bash ../../libtool --tag=CC --mode=compile
2005 Nov 06
1
Cannot cross-compile 3.0.20b from i686 to mipsel
Hi. I'm trying to compile 3.0.20b on my i686 host to run on a mipsel host. For this, I got a cross compile toolchain from <http://linkstationwiki.org/Projects/CrossToolchains>. The toolchain is installed at /usr/local/linkstation/gcc-3.3.5-glibc-2.3.2/mipsel-hdhlan-linux I ran configure with the help of a little wrapper script: version=gcc-3.4.4-glibc-2.3.5
2012 Jan 26
2
[LLVMdev] llvm3.0 => build failure under Linux MIPS & MIPSEL
Hello, In order to have llvm-3.0 into Debian Wheezy, I have to fix a last build failure under MIPS & MIPSEL. The full mipsel build log is available here: https://buildd.debian.org/status/fetch.php?pkg=llvm-3.0&arch=mipsel&ver=3.0-5&stamp=1324350511 [1] The error is the following: /build/buildd-llvm-3.0_3.0-5-mipsel-jV6EnH/llvm-3.0-3.0/build-llvm/Release/bin/llvm-tblgen -I
2012 Sep 02
1
Cross Compile Samba4
Hi, I try to port samba4beta8 to Optware which includes cross compiling it for various platforms. I already created makefiles for optware for samba versions 3.4 and 3.6. Creating a working makefile for samba4 I try to use the new build environment but it puzzles me. I don't get over part where the python version is being checked. From my findings it looks like the linker dislikes the
2007 Sep 12
0
[LLVMdev] Building uclibc ...
On Wed, 12 Sep 2007, Dound wrote: > I am trying compile a libc with llvm (currently uclibc). I am able to > compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad, > and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When > I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For > example, strlen is not defined -- llvm-nm
2009 Jul 06
0
issue while cross compile samba for mips.
Hello ! I've made several trials to get samba 3.3.5 build for mipsel. Probably i'm doing something wrong. When try like this: ./configure --host=i686-linux --build=mipsel-linux-uclibc --target=mipsel-linux-uclibc configure script stop to execute with error while try to run compiler tests. I belive (could you confirm that?) that it tries to run test that were build for mipsel on i686:
2007 Sep 12
2
[LLVMdev] Building uclibc ...
On 9/12/07, Chris Lattner <sabre at nondot.org> wrote: > > On Wed, 12 Sep 2007, Dound wrote: > > I am trying compile a libc with llvm (currently uclibc). I am able to > > compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, > llvm-ad, > > and not using strip. (I also use the --emit-llvm flag for > llvm-gcc). When > > I run llvm-nm on
2007 Sep 13
0
[LLVMdev] Building uclibc ...
On Sep 12, 2007, at 3:56 PM, Dound wrote: > > > On 9/12/07, Chris Lattner <sabre at nondot.org > wrote: > On Wed, 12 Sep 2007, Dound wrote: > > I am trying compile a libc with llvm (currently uclibc). I am > able to > > compile uclibc by changing the Rules.mak to use llvm-gcc, llvm- > ar, llvm-ad, > > and not using strip. (I also use the --emit-llvm
2007 Sep 12
2
[LLVMdev] Building uclibc ...
I am trying compile a libc with llvm (currently uclibc). I am able to compile uclibc by changing the Rules.mak to use llvm-gcc, llvm-ar, llvm-ad, and not using strip. (I also use the --emit-llvm flag for llvm-gcc). When I run llvm-nm on libc.a (or try to use libc.a) I run into problems. For example, strlen is not defined -- llvm-nm shows that strlen.os has __GI_strlen while if I compile with
2003 Jun 19
1
compile in uclibc enviroment
hello, i try to compile * in uclibc enviroment (uclibc 0.9.19 ), but still getting following error does anyone know how to solve it ? regards Marian --------- gcc -g -o asterisk -rdynamic io.o sched.o logger.o frame.o loader.o config.o channel.o translate.o file.o say.o pbx.o cli.o md5.o term.o ulaw.o alaw.o callerid.o fskmodem.o image.o app.o cdr.o tdd.o acl.o rtp.o manager.o asterisk.o
2003 Jun 19
1
uclibc enviroment #2
ok i have another problem - howto run asterisk as a daemon ( fork ) in uclibc enviroment ? uClinux can only do vfork() a i think this is problem... does anybody know how to solve this ? regards Marian -- SUNTEQ s. r. o. Bojnicka cesta 35 # Prievidza # 971 04 # Slovak republic Tel: +421-46-5430 754 # Fax: +421-46-5439 144 http://www.sunteq.sk/
2001 Dec 01
1
mips/mipsel problem
Hi, There seems to be a problem with the arc4random code on mips/mipsel, producing the following error message: Couldn't obtain random bytes (error 604389476) To quote the bug submitter: "On mips and mipsel, the above error message is frequently seen when calling ssh with a command, usually several times in rapid succession, although that is not always the case. The error appears to
2009 May 05
2
samba on mipsel board
Hi, I have cross compiled samba to a mipsel board. I could access the shares from another linux machine using smbmount, and from a mac OSX machine. But, I can not modify files from an XP machine. I could successfully mount the shares, but if I open, say a text file from the XP in notepad and try to modify it, it generates an error "not enough storage is available to process this
2012 Aug 13
1
compile fails with x86_64-alpine-linux-uclibc-gcc
hello, i am trying to build R on alpine/gentoo with uclibc and it fails with the following error msg: connections.c: In function 'Rconn_fgetc': connections.c:3184:11: error: expected identifier before '(' token connections.c:3186:15: error: expected identifier before '(' token make[3]: *** [connections.o] Error 1 here is the whole build log :http://bpaste.net/show/39955/