Porting glibc

2008-05-11 Thread David Bartley
HI, I've been dabbling with Nexenta, and have found that a number of packages need additional patching to build with sun libc. I'm wondering if anyone has done any work on porting glibc to OpenSolaris. -- David ___ gnusol-devel mailing list

Re: Porting glibc

2008-05-12 Thread David Bartley
On Mon, May 12, 2008 at 3:59 AM, Aubrey Li [EMAIL PROTECTED] wrote: blastwave seems to have glibc OpenSolaris porting. From what I can tell, all the blastwave stuff links against /lib/libc.so.1, which would be sun's libc. Perhaps you are thinking of glib (a GNOME library)? If not, if you could

Re: Zabbix compile issues

2008-05-25 Thread David Bartley
Have you tried linking with -lsocket? -- David On Sun, May 25, 2008 at 4:14 PM, David Bartley [EMAIL PROTECTED] wrote: Have you tried linking with -lsocket? -- David On Sun, May 25, 2008 at 3:58 PM, asa [EMAIL PROTECTED] wrote: Trying to compile zabbix 1.4.5 from source on nexenta and I

GNU libc on OpenSolaris

2008-09-18 Thread David Bartley
Hello, I've been working on porting GNU libc (glibc) to OpenSolaris (see [0] for source code and other downloads). I've also ported NPTL (the glibc thread library), using the corresponding OpenSolaris syscalls. I haven't benchmarked much, but I suspect speed should be comparable to native

Re: [osol-discuss] GNU libc on OpenSolaris

2008-09-19 Thread David Bartley
On Fri, Sep 19, 2008 at 11:37 AM, Michael Casadevall [EMAIL PROTECTED] wrote: The kFreeBSD port has had a lot of considerable issues with porting software. Remember, we'd need to port the ON tools such as the ZFS admin tools to glibc. I already have zfs and zpool binaries linked and working

Re: resuming build from a point in dpkg-buildpackage

2008-10-02 Thread David Bartley
dpkg-buildpackage -nc? On Thu, Oct 2, 2008 at 8:30 AM, Anil Gulecha [EMAIL PROTECTED] wrote: Hi, Heres the isue I;m facing, dpkg-buildpackage builds a packages x successfully, but fails in the install process (because a file listed in debian/x.install has not been built.) Is there a way to

Re: Where is sun defined?

2008-12-12 Thread David Bartley
I think 'sun' might be defined by the compiler. You can add '#undef sun' at the top of the code to get around this. -- David On Fri, Dec 12, 2008 at 10:42 AM, Anil Gulecha anil.ve...@gmail.com wrote: Hi, I was running into a wierd issue with the bind9 package.. which previously built without

emacs22 missing xaw3dg dependency

2008-12-12 Thread David Bartley
emacs22 needs to depend on xaw3dg (this is the case in the ubuntu package[0]), otherwise install will fail during byte-compiling. -- David [0] http://packages.ubuntu.com/hardy-updates/emacs22 ___ gnusol-devel mailing list gnusol-devel@lists.sonic.net

Re: ruby's extruby.rb fails to create makefile in libshadow-ruby1.8 package

2009-01-14 Thread David Bartley
I had this issue when I was building puppet. You can just comment out the 'sgetspent' check in extconf.rb and it will work fine. -- David On Wed, Jan 14, 2009 at 2:49 AM, Anil Gulecha anil.ve...@gmail.com wrote: debian/rules build dh_testdir # Add here commands to compile the package. rm

Re: Top links to prstat

2009-01-15 Thread David Bartley
On Thu, Jan 15, 2009 at 12:08 PM, Erast Benson er...@gnusolaris.org wrote: Is top ported to OpenSolaris yet? I'd like to see zone extensions in it too... This top works: http://www.unixtop.org/. I don't think it's the same one found on linux, but seems very close. Also is anybody interested