Re: [gobolinux-devel] [ANNOUNCE] Scripts 2.9.4, Compile 1.11.2

2008-08-01 Thread Christian Holzberger
2 mohjive > > * bin/RecipeLint: We have to unset there variables each loop, so we > start fresh for each arch > > 2008-07-29 20:14 mohjive > > * Makefile: Srtting up the Compile Makefile the same way as Scripts > Makefile > -BEGIN PGP SIGNATURE- > Version: GnuPG v2.0.3 (GNU/Linux) > > iD8DBQFIkRPytjw6l4s6SlsRAp9aAKCxZkIqHO2Ad0gA6q/K+mRV5RkG6wCfW9BE > mF3bH/pk9JuGRBhNnq4lZ0c= > =BmMx > -END PGP SIGNATURE- > ___ > gobolinux-devel mailing list > gobolinux-devel@lists.gobolinux.org > http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel -- MOSAIK Software - Christian Holzberger Web: http://www.mosaik-software.de ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Re: [gobolinux-devel] Software Installation

2008-07-01 Thread Christian Holzberger
On Sun, 2008-06-29 at 22:36 +0100, Matt Lawrence wrote: > Thank you. Your feedback has been most informative. I'll try to deal > with each of the issues I (think I) understand, to the best of my > knowledge. > > > we don't have a package database - or rather the filesystem is the database. > > Ah

Re: [gobolinux-devel] Software Installation

2008-07-01 Thread Christian Holzberger
hi, argh screw evolution,... and again from the begining: i just digged up the zeroinstall source code a bit, i tried to archive the following goals: * have zeroinstall install programms to /Programs// * make a symlink from /Programs// to /Program

Re: [gobolinux-devel] Software Installation

2008-07-01 Thread Christian Holzberger
hi, i just digged up the zeroinstall source code a bit, i tried to archive the following goals: * have zeroinstall install programms to /Programs// * make a symlink from /Programs// to /Programs// * development packages if any shou

Re: [gobolinux-devel] kundor.org

2008-05-31 Thread Christian Holzberger
If you still need a server contact me for access (would be hosted on mosaik-software.de) On Wed, 2008-05-21 at 15:49 -0400, Nick Matteo wrote: > Hello, > As you might have noticed, kundor.org had some downtime last week. > The problem should be resolved for the forseeable future, but it's > become

Re: [gobolinux-devel] Manifest recipes issue

2008-05-11 Thread Christian Holzberger
On Sun, 2008-05-11 at 12:57 +0200, Daniele Maccari wrote: > Christian Holzberger wrote: > > hi, > > > > i wonder why sudo is used in Compile in the newest release because sudo > > Compile progX did fine for me. > > > Using sudo has no effect, since u

[gobolinux-devel] [Fwd: Compile and NTFSProgs recipe]

2008-05-11 Thread Christian Holzberger
i send this mail to the wrong list, heres a forward... Forwarded Message > From: Christian Holzberger <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: gobolinux-recipes <[EMAIL PROTECTED]> > Subject: Compile and NTFSProgs recipe > Date: Sun,

Re: [gobolinux-devel] Manifest recipes issue

2008-05-11 Thread Christian Holzberger
th havin /F/C being superuser only? users should have a ~/.Compile or something to do the thing right, letting the user write to /F/C can raise security issues... > ___ > gobolinux-devel mailing list > gobolin

[gobolinux-devel] /System/Aliens -> i want to help get python working with it

2008-05-04 Thread Christian Holzberger
discussions about that topic a link to them would be great. -- Molle -- MOSAIK Software - Christian Holzberger Web: http://www.mosaik-software.de ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman

[gobolinux-devel] Website and RSS

2008-04-28 Thread Christian Holzberger
's an option for you. -- MOSAIK Software - Christian Holzberger Web: http://www.mosaik-software.de ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Re: [gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-22 Thread Christian Holzberger
er the actual python installation would be > better, wouldn't it? I think there should surely be a way to do that, > with python -V and some command subsitution, I believe. > > Daniele > > 2008/4/21 Christian Holzberger <[EMAIL PROTECTED]>: > ok after some

Re: [gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-21 Thread Christian Holzberger
ok after some talk to mohjive on irc we even came up with a better solution the attached recipe handles the site-packages correctly and makes gobolinux.pth obsolete. On Mon, 2008-04-21 at 20:36 +0200, Christian Holzberger wrote: > hi, > > iam using gobo for a few days now and i re

Re: [gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-21 Thread Christian Holzberger
f.close() should be appended to that gobo_python_setup.py On Mon, 2008-04-21 at 21:11 +0200, Christian Holzberger wrote: > ok ive made an error, a recursion problem exist. > > i came up with a different solution, > under /Programs/Python/Settings i created gobopython which

Re: [gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-21 Thread Christian Holzberger
hardcoded (so python can installed to another prefix). how do you like this solution any suggestions? On Mon, 2008-04-21 at 20:36 +0200, Christian Holzberger wrote: > hi, > > iam using gobo for a few days now and i really must admit that i liek > the directory layout very much.

[gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-21 Thread Christian Holzberger
gobo. (to not have to patch it by hand everytime a new version comes out) - christian (molle) -- MOSAIK Software - Christian Holzberger Web: http://www.mosaik-software.de import site; known = site.addsitedir("/System/Links/Libraries/python2.3/site-packages/") import site; know

[gobolinux-devel] gobo 64 bit port

2008-02-20 Thread Christian Holzberger
somehow and perhaps use a bugtracker so see which bugs to solve in short and long term. so long, and i hope we get gobo 64 to work smoother soon. -- MOSAIK Software - Christian Holzberger Web: http://www.mosaik

[gobolinux-devel] CUPS 1.3.5-r1

2008-02-08 Thread Christian Holzberger
Software - Christian Holzberger Web: http://www.mosaik-software.de ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Re: [gobolinux-devel] pam.d

2008-02-03 Thread Christian Holzberger
ok i cant reproduce that error, seems like it was my fault. Christian Holzberger schrieb: > thanks nick, > this reply answers my question, but i build a cutom recipe for my > software (its program schroot written by debian authors) > > i think SymlinkProgram should be called fo

Re: [gobolinux-devel] pam.d

2008-01-26 Thread Christian Holzberger
got a bug somehow. ill report status. greeting from germany, christian holzberger (molle) On Sat, 2008-01-26 at 10:25 -0500, Nick Matteo wrote: > Christian, > I just realized I didn't actually answer your question. > > After adding a new file to, for instance, > /Programs/Foo

[gobolinux-devel] pam.d

2008-01-26 Thread Christian Holzberger
/System/Settings/pam.d is linked directly (and unique) to the Linux-PAM folder. if there is an issue with such situations it has to be solved genarally and not just for libpam. a one to many configuration folder should always be possible. greetings from germany, C. Holzberger -- Christian