Re: Boot loader too large

2014-07-04 Thread Alie Tan
On Fri, Jul 4, 2014 at 5:57 PM, Alie Tan a...@afflemedialab.com wrote: Hi, I am getting Boot loader too large message while using FreeBSD-11.0-CURRENT-i386-20140701-r268111-disc1.iso Is there any way to solve this issue? Strange, resizing the freebsd-boot to 128k solved my issue. why

Boot loader too large

2014-07-04 Thread Alie Tan
Hi, I am getting Boot loader too large message while using FreeBSD-11.0-CURRENT-i386-20140701-r268111-disc1.iso Is there any way to solve this issue? Thanks in advance ___ freebsd-current@freebsd.org mailing list

USB gadget examples

2013-07-22 Thread Alie Tan
Hi, May I know what is this USB gadget examples for? http://svnweb.freebsd.org/base?view=revisionrevision=253544 http://svnweb.freebsd.org/base?view=revisionrevision=253546 Regards, Alie T ___ freebsd-current@freebsd.org mailing list

Re: kernel compile broken in latest HEAD

2013-07-09 Thread Alie Tan
On Tue, Jul 9, 2013 at 11:32 PM, Gary Jennejohn gljennj...@googlemail.comwrote: I just saw this breakage while compiling a kernel on HEAD updated minutes ago: -- stage 3.2: building everything

Re: -HEAD has (what seems to be) working AR933x SoC support; Carambola 2 board now works!

2013-06-26 Thread Alie Tan
On Wed, Jun 26, 2013 at 2:08 PM, Adrian Chadd adr...@freebsd.org wrote: Hi, I've finally brought up wifi on the Carambola 2 board. It's an AR9330 SoC with 10/100 ethernet, 64MB RAM, 16MB flash, 1x1 2GHz 11n wifi. It's perfect for embedding into projects to wifi enable them. It should also

Re: Compilation issue due to 251982

2013-06-21 Thread Alie Tan
Hi, Anyone got idea how to fix this compilation issue? Regards, Alie T On Wed, Jun 19, 2013 at 12:08 PM, Alie Tan a...@affle.com wrote: http://freshbsd.org/commit/freebsd/r251982 === usr.bin (cleandir) Makefile, line 370: Malformed conditional (${MK_SVN} == yes || ${MK_SVNLITE} == yes

Re: [head tinderbox] failure on arm/arm

2013-06-18 Thread Alie Tan
This revision causing the issue http://freshbsd.org/commit/freebsd/r251856 I have to revert the revision to solve the issue On Tue, Jun 18, 2013 at 10:23 AM, FreeBSD Tinderbox tinder...@freebsd.orgwrote: TB --- 2013-06-17 22:50:17 - tinderbox 2.10 running on freebsd-current.sentex.ca TB ---

Compilation issue due to 251982

2013-06-18 Thread Alie Tan
http://freshbsd.org/commit/freebsd/r251982 === usr.bin (cleandir) Makefile, line 370: Malformed conditional (${MK_SVN} == yes || ${MK_SVNLITE} == yes) Makefile, line 373: if-less endif make: fatal errors encountered -- cannot continue *** [usr.bin.cleandir__D] Error code 1 Stop in /usr/src. ***

Missing compile_et and kerberos breaks buildworld

2013-01-29 Thread Alie Tan
Hi, Is there any way to fix this issue? This issue happens when I compile world without KRB then re-enable again for second compilation. I have to disable KRB with WITHOUT_KERBEROS=yes for me to compile the world :-( Regards, Alie T ___

Compilation error (pkgng)

2013-01-23 Thread Alie Tan
Seems this check-in causing compilation error: http://freshbsd.org/commit/freebsd/r245828 -nonliteral -c /usr/src/usr.sbin/pkg_install/lib/pkgng.c -o pkgng.o /usr/src/usr.sbin/pkg_install/lib/pkgng.c:53:45: error: expected ')' rc = snprintf(pkgngpath, sizeof(pkgngpath) %s/local.sqlite,

Re: Compile FreeBSD kernel with gcc48

2012-11-14 Thread Alie Tan
On 2012-11-11 10:59, Alie Tan wrote: Anyone have experience compiling FreeBSD kernel with gcc48 I have tried it but no success with this in src.conf C= /usr/local/bin/gcc48 CXX= /usr/local/bin/g++48 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes

Compile FreeBSD kernel with gcc48

2012-11-11 Thread Alie Tan
Hi, Anyone have experience compiling FreeBSD kernel with gcc48 I have tried it but no success with this in src.conf C= /usr/local/bin/gcc48 CXX= /usr/local/bin/g++48 CWARNFLAGS= -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes \-Wmissing-prototypes -Wpointer-arith -Winline

DragonFly vs FreeBSD scheduler

2012-11-03 Thread Alie Tan
Hi, No offence, just curious about scheduler and its functionality. What is the different between this two that makes FreeBSD performance far behind DragonFly BSD? http://www.dragonflybsd.org/release32/ Regards, Alie T ___ freebsd-current@freebsd.org

Compilation error ('llvm/TableGen/Error.h' file not found)

2012-10-22 Thread Alie Tan
Hi, I got this compilation error today morning. 'llvm/TableGen/Error.h' file not found http://snakeorladder.com/text.txt With this src.conf http://snakeorladder.com/src.conf Regards, Alie T ___ freebsd-current@freebsd.org mailing list

Unable to full shutdown FreeBSD 9.0-RC1

2011-11-09 Thread Alie Tan
shutdown -p now and halt -p only turn off my screen and keep the power led on and does not spin down my HDD. I need someone help to solve this issue and i am willing to give some debug log but i am not familiar how to get it. ___