Re: [dev] sta.li progress

2010-12-20 Thread hiro
"Modern computing is like that." --Rob 'Commander' Pike Fortune.

Re: [dev] sta.li progress

2010-12-20 Thread Anselm R Garbe
On Mon, Dec 20, 2010 at 11:08:24AM +0100, Jens Staal wrote: > For anyone interested in playing around with compiling stuff with > bionic, I just made an AUR for it: > > https://aur.archlinux.org/packages.php?ID=44629 > > Would be cool if it started to be used :) Jens, excellent! I will have a lo

Re: [dev] sta.li progress

2010-12-20 Thread Jens Staal
For anyone interested in playing around with compiling stuff with bionic, I just made an AUR for it: https://aur.archlinux.org/packages.php?ID=44629 Would be cool if it started to be used :) 2010/10/13 Anselm R Garbe : > Anyone volunteering to create an mkfile for bionic, this jam looks > like j

Re: [dev] sta.li progress

2010-10-13 Thread Corey Thomasson
I'd never used jam before, it really is a hideous beast. I was only messing with it to figure out what exactly needs to happen to get bionic to compile so it could be translated into a working mkfile. And I've hit some degree of success. I've just gotten bionic to compile. Some things apparently d

Re: [dev] sta.li progress

2010-10-13 Thread Anselm R Garbe
Anyone volunteering to create an mkfile for bionic, this jam looks like jam and should be avoided. I volunteer to review it and to bring it in good shape. -Anselm On 13 October 2010 14:34, Jens Staal wrote: > I have no idea what the jam stuff is but I found this after some googling too > > https

Re: [dev] sta.li progress

2010-10-13 Thread Jens Staal
I have no idea what the jam stuff is but I found this after some googling too https://www.metasploit.com/redmine/projects/framework/repository/revisions/10202/entry/external/source/meterpreter/source/bionic/libc/Jamfile 2010/10/13 Corey Thomasson : > Excellent! I've been searching for something l

Re: [dev] sta.li progress

2010-10-13 Thread Corey Thomasson
Excellent! I've been searching for something like this. I'll check it out. On 13 October 2010 08:29, Jens Staal wrote: > Are those issues already solved by > > http://www.metasploit.com/redmine/attachments/433/get_bionic_working.diff > > ? > > 2010/10/13 Corey Thomasson : >> On 12 October 2010 20

Re: [dev] sta.li progress

2010-10-13 Thread Jens Staal
Are those issues already solved by http://www.metasploit.com/redmine/attachments/433/get_bionic_working.diff ? 2010/10/13 Corey Thomasson : > On 12 October 2010 20:58, Wolf Tivy wrote: >>>I've managed to make it compile a good chunk of the object files, >>>but not malloc/free so its somewhat wa

Re: [dev] sta.li progress

2010-10-13 Thread Corey Thomasson
On 12 October 2010 20:58, Wolf Tivy wrote: >>I've managed to make it compile a good chunk of the object files, >>but not malloc/free so its somewhat wasted. > > It'll talk eventually, keep up the pressure. > >> When I get a chance to go at it again I believe the android distribution >>has some "cl

Re: [dev] sta.li progress

2010-10-12 Thread Jacob Todd
Doesn't 9base use the plan 9 libc?

Re: [dev] sta.li progress

2010-10-12 Thread Wolf Tivy
>I've managed to make it compile a good chunk of the object files, >but not malloc/free so its somewhat wasted. It'll talk eventually, keep up the pressure. > When I get a chance to go at it again I believe the android distribution >has some "clean" kernel headers included. I may try to move thos

Re: [dev] sta.li progress

2010-10-12 Thread Corey Thomasson
I had heard of jam but never had the slightest inclination to use it. I've managed to make it compile a good chunk of the object files, but not malloc/free so its somewhat wasted. I'm currently hitting a supposed syntax error in of my Linux header files. Perhaps it uses some extension and the jamfi

Re: [dev] sta.li progress

2010-10-12 Thread Wolf Tivy
> It can be built alone with jam I _think_, I've been toying with > it but > it takes some work and I haven't gotten it all figured out (it seems > to be making incorrect assumptions about where some header files are, > and missing some files that i think get moved around by the whole > build), an

Re: [dev] sta.li progress

2010-10-12 Thread Corey Thomasson
It can be built alone with jam I _think_, I've been toying with it but it takes some work and I haven't gotten it all figured out (it seems to be making incorrect assumptions about where some header files are, and missing some files that i think get moved around by the whole build), and as far as I

Re: [dev] sta.li progress

2010-10-11 Thread Jens Staal
There is some kind of bionic.a used in this Metasploit project (POSIX meterpreter). I am not sure how general purpose it is but apparendly uclibc could be replaced completely. http://www.metasploit.com/redmine/issues/2418 2010/10/12 Wolf Tivy : >> 2. Demonstrate stand-alone static binaries that h

Re: [dev] sta.li progress

2010-10-11 Thread Wolf Tivy
> 2. Demonstrate stand-alone static binaries that have been linked > against bionic/x86. This assumes we have bionic itself working. Has anyone actually built it without building all of android? I got the source, but I can't make it build. I've tried a few things, but I hate makefiles. Especiall

Re: [dev] sta.li progress

2010-10-11 Thread Wolf Tivy
> > So moving towards that ideal, my first step would be some good > > documentation or tools for gettign ABS to build static with bionic or > > uClibc or whatever, and then a statically linked pacman repository. > > But that's only for the hacked archlinux form of sta.li. > > That goes further th

Re: [dev] sta.li progress

2010-10-11 Thread Anselm R Garbe
Hi Wolf, On 9 October 2010 23:00, Wolf Tivy wrote: > I've been interested in sta.li for a while but luck has been against me. > surf leaks memory or something at maximum speed when I visit the > elevenislouder link on the sta.li website, and hg hangs trying to clone > hg.suckless.org/stali-toolch

[dev] sta.li progress

2010-10-09 Thread Wolf Tivy
I've been interested in sta.li for a while but luck has been against me. surf leaks memory or something at maximum speed when I visit the elevenislouder link on the sta.li website, and hg hangs trying to clone hg.suckless.org/stali-toolchain. Furthermore, the hg repository hasn't been touched in 7