Re: [E-devel] Weekend project: distro-builder

2017-02-03 Thread anisse
Hi Raster, On Fri, Feb 03, 2017 at 06:14:49PM +0900, Carsten Haitzler wrote: > On Tue, 31 Jan 2017 13:07:50 +0100 ani...@astier.eu said: > > so what i see is just an "executable" "debian install docs" or "ubuntu install > docs" or "fedora" etc. Exactly. It's just that: a way to validate docs, ag

Re: [E-devel] Weekend project: distro-builder

2017-02-03 Thread The Rasterman
On Tue, 31 Jan 2017 13:07:50 +0100 ani...@astier.eu said: so what i see is just an "executable" "debian install docs" or "ubuntu install docs" or "fedora" etc. ... but what about: arch gentoo slackware opensbd freebsd suse rhel mint nixos gobolinux ... you get the idea - it becomes an endless li

Re: [E-devel] Weekend project: distro-builder

2017-02-01 Thread Simon Lees
On 02/01/2017 09:24 PM, ani...@astier.eu wrote: > On Wed, Feb 01, 2017 at 02:48:27PM +1030, Simon Lees wrote: >> >> On openSUSE atleast you can just install then uninstall efl-devel this >> will pull in all the deps automatically as the packages are kept up to >> date. Alternately the current li

Re: [E-devel] Weekend project: distro-builder

2017-02-01 Thread anisse
On Wed, Feb 01, 2017 at 02:48:27PM +1030, Simon Lees wrote: > > On openSUSE atleast you can just install then uninstall efl-devel this > will pull in all the deps automatically as the packages are kept up to > date. Alternately the current list is available here, > https://build.opensuse.org/pack

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread Simon Lees
On 01/31/2017 10:37 PM, ani...@astier.eu wrote: > Over the years, the dependency list for EFL has grown quite a bit. As a > results, it's often been a pain to build the whole thing from git as a > new developer (if you don't want to use your distro packages). > You have to figure out what to inst

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread anisse
Awesome ! This is currently out-of-scope since this script relies on linux-only systemd-nspawn. I've pondered doing a qemu-based version for cross-compiling, but even then I only thought of Linux (with qemu-user-static/binfmt). I'm not really knowledgeable on BSD stuff, but I think it would be gre

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread Al Poole
Hey, I'm not sure if this helps. But I've a list of dependencies and build instructions for OpenBSD, FreeBSD, DragonFly BSD and Debian here: http://efl.haxlab.org/ Hope it helps. On Tue, Jan 31, 2017 at 2:29 PM, wrote: > Hi Andrew, > > On Tue, Jan 31, 2017 at 12:47:08PM +, Andrew Williams

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread anisse
Hi Andrew, On Tue, Jan 31, 2017 at 12:47:08PM +, Andrew Williams wrote: > Hi, > > It sounds like it would be really great to perhaps bring that into efler? > Efler is a boostrapper and app discovery / install manager platform that > has similar aims. > It aims to have a 1 line install command

Re: [E-devel] Weekend project: distro-builder

2017-01-31 Thread Andrew Williams
Hi, It sounds like it would be really great to perhaps bring that into efler? Efler is a boostrapper and app discovery / install manager platform that has similar aims. It aims to have a 1 line install command that you can read more about here: http://bit.ly/efler Currently efler can bootstrap Ar

[E-devel] Weekend project: distro-builder

2017-01-31 Thread anisse
Over the years, the dependency list for EFL has grown quite a bit. As a results, it's often been a pain to build the whole thing from git as a new developer (if you don't want to use your distro packages). You have to figure out what to install, by finding which package correspond to the libs descr