Re: Cross Architecture Compiling

2012-11-01 Thread Michael Vale
just for what it’s worth. busybox and some other gmake ports don’t have configure but do have cross-compiling support in the gMakefile. make install -C /usr/ports/sysutils/busybox CROSS_COMPILE=mips-freebsd- DESTDIR=/tmp CHROOTED=no PREFIX=/tmp this actually doesn’t install with the default

Re: pkgng and vmware-tools

2012-11-01 Thread Alexander Yerenkow
Actually, I was mentioning their oficial tools, which provided as a cd with esxi. I thought maybe.situatiin like these will require some fake, but working pkg_info (and maybe other tools too, this could.be made as a different wrapper-port) when pkg are used and pkg_legacy not present (they should g

Re: November 5th is Clang-Day

2012-11-01 Thread Mark Linimon
On Thu, Nov 01, 2012 at 10:31:26PM -0700, Garrett Cooper wrote: > On Thu, Nov 1, 2012 at 10:24 PM, Jan Beich wrote: > > emulators/wine doesn't work with lib32 built by clang, probably due to > > wine bugs. > > All of these items should be catalogued in a common place, like the > wiki. I've added

Re: November 5th is Clang-Day

2012-11-01 Thread Steve Kargl
On Fri, Nov 02, 2012 at 12:21:03PM +0700, Erich Dollansky wrote: > Hi, > > On Thu, 1 Nov 2012 21:59:17 -0700 > Steve Kargl wrote: > > > On Thu, Nov 01, 2012 at 10:29:45PM -0500, Brooks Davis wrote: > > > - Not all libm tests pass. More work by subject matter experts is > > >required to cre

Re: November 5th is Clang-Day

2012-11-01 Thread Garrett Cooper
On Thu, Nov 1, 2012 at 10:24 PM, Jan Beich wrote: > Brooks Davis writes: > >> Known Issues > > emulators/wine doesn't work with lib32 built by clang, probably due to > wine bugs. All of these items should be catalogued in a common place, like the wiki. Most of the problems will become apparent o

Re: November 5th is Clang-Day

2012-11-01 Thread Jan Beich
Brooks Davis writes: > Known Issues emulators/wine doesn't work with lib32 built by clang, probably due to wine bugs. ___ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail t

Re: November 5th is Clang-Day

2012-11-01 Thread Erich Dollansky
Hi, On Thu, 1 Nov 2012 21:59:17 -0700 Steve Kargl wrote: > On Thu, Nov 01, 2012 at 10:29:45PM -0500, Brooks Davis wrote: > > - Not all libm tests pass. More work by subject matter experts is > >required to create tests cases for LLVM developers. Most > > problems are not expected to be ma

Re: November 5th is Clang-Day

2012-11-01 Thread Garrett Cooper
On Thu, Nov 1, 2012 at 9:59 PM, Steve Kargl wrote: > On Thu, Nov 01, 2012 at 10:29:45PM -0500, Brooks Davis wrote: >> - Not all libm tests pass. More work by subject matter experts is >>required to create tests cases for LLVM developers. Most problems are >>not expected to be major in p

Re: November 5th is Clang-Day

2012-11-01 Thread Steve Kargl
On Thu, Nov 01, 2012 at 10:29:45PM -0500, Brooks Davis wrote: > - Not all libm tests pass. More work by subject matter experts is >required to create tests cases for LLVM developers. Most problems are >not expected to be major in practice given that LLVM is being used for >scientific

Re: Cross Architecture Compiling

2012-11-01 Thread Michael Vale
From: Garrett Cooper Sent: Friday, November 02, 2012 3:05 PM To: Michael Vale Cc: Baptiste Daroussin Subject: Re: Cross Architecture Compiling On Thu, Nov 1, 2012 at 8:05 PM, Michael Vale wrote: Forwarding my latest zrouter redmine submission, where I have been working on updating zRoute

November 5th is Clang-Day

2012-11-01 Thread Brooks Davis
On Monday, November 5th I plan to commit the following patch to make clang the default compiler on i386 and amd64. Many people have worked long and hard to make this a reality and we're finally close enough to throw the switch. For many users the transition should be transparent. Others will like

Cross Architecture Compiling

2012-11-01 Thread Michael Vale
Forwarding my latest zrouter redmine submission, where I have been working on updating zRouter's ports cross-arch-compilation automation system. Adding: CONFIGURE_HOST?=${TARGET_ARCH}-portbld-freebsd${OSREL} CONFIGURE_HOST:=${CONFIGURE_HOST:S/^/--host=/} to /usr/ports

Re: FILE's _file can only hold a short

2012-11-01 Thread Eitan Adler
On 1 November 2012 10:40, Ian Lepore wrote: > On Wed, 2012-10-31 at 11:12 -0700, m...@freebsd.org wrote: >> I seem to recall a thread earlier on this limitation, but looking at >> actual libc/stdio sources, the 4 year old check for open(2)'s fd being >> less than SHRT_MAX is still there. I though

Re: FILE's _file can only hold a short

2012-11-01 Thread Ian Lepore
On Wed, 2012-10-31 at 11:12 -0700, m...@freebsd.org wrote: > I seem to recall a thread earlier on this limitation, but looking at > actual libc/stdio sources, the 4 year old check for open(2)'s fd being > less than SHRT_MAX is still there. I thought I saw a patch to change > this to an int, but it

pkgng and vmware-tools

2012-11-01 Thread Alexander Yerenkow
JFYI: When installing vmware tools from ESXI 5.x, their script trying to discover X, and some packages by invoking pkg_info (as it seems): pkg_info: Don't use the pkg_ tools if you are using pkgng pkg_info: no packages installed pkg_info: Don't use the pkg_ tools if you are using pkgng pkg_info: n