<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-825</id>
	<title>Nabble - Etoile - General</title>
	<updated>2009-12-04T18:31:04Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Etoile---General-f825.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Etoile---General-f825.html" />
	<subtitle type="html"></subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26652433</id>
	<title>Re: Is Etoile ready to &quot;live&quot; in yet?</title>
	<published>2009-12-04T18:31:04Z</published>
	<updated>2009-12-04T18:31:04Z</updated>
	<author>
		<name>bornagainpenguin</name>
	</author>
	<content type="html">/bumping this to be sure that message was actually sent.
&lt;br&gt;&lt;br&gt;Nabble is unclear on this, saying something about needing to subscribe to the mailing list (which I believe I just did) before message would go through (yet it displays in nabble!?) so here I am. &amp;nbsp;Sorry about the inconvenience.
&lt;br&gt;&lt;br&gt;--bornagainpenguin
&lt;br&gt;&lt;br&gt;&lt;blockquote class=&quot;quote light-black dark-border-color&quot;&gt;&lt;div class=&quot;quote light-border-color&quot;&gt;
&lt;div class=&quot;quote-author&quot; style=&quot;font-weight: bold;&quot;&gt;bornagainpenguin wrote:&lt;/div&gt;
&lt;div class=&quot;quote-message&quot;&gt;I was reading the recent OSNews.com article about Windowmaker and someone mentioned this project. &amp;nbsp;It looks interesting and active (in contrast to other GNUStep projects that I found in Google) so I started reading the FAQ and the forum to get some idea of what I can expect. &amp;nbsp;So far it appears as if Étoilé is only intended to be a developer's environment, not something an enduser can &amp;quot;live&amp;quot; in and run for their daily use. &amp;nbsp;Is this perception correct?
&lt;br&gt;&lt;br&gt;Otherwise I'd like to know if there is a simpler way to get Étoilé up and running on an eeepc 901, which is my Linux machine for the time being. &amp;nbsp;(I run Ubuntu 8.04.3 on it currently and Ubuntu 9.10 on the desktop when I boot into that partition.) &amp;nbsp;Lately I've become really unenthused by the direction Ubuntu and Gnome 3.0 seem to be heading and so am looking for desktop environment alternatives. &amp;nbsp;I remember GNUStep as something that was not quite ready when Darwin was the hot topic of discussion several years ago, and am hoping a combination of time and Étoilé has changed that situation.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;--bornagainpenguin
&lt;/div&gt;
&lt;/div&gt;&lt;/blockquote&gt;
</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-Etoile-ready-to-%22live%22-in-yet--tp26636152p26652433.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26636152</id>
	<title>Is Etoile ready to &quot;live&quot; in yet?</title>
	<published>2009-12-04T09:16:09Z</published>
	<updated>2009-12-04T09:16:09Z</updated>
	<author>
		<name>bornagainpenguin</name>
	</author>
	<content type="html">I was reading the recent OSNews.com article about Windowmaker and someone mentioned this project. &amp;nbsp;It looks interesting and active (in contrast to other GNUStep projects that I found in Google) so I started reading the FAQ and the forum to get some idea of what I can expect. &amp;nbsp;So far it appears as if Étoilé is only intended to be a developer's environment, not something an enduser can &amp;quot;live&amp;quot; in and run for their daily use. &amp;nbsp;Is this perception correct?
&lt;br&gt;&lt;br&gt;Otherwise I'd like to know if there is a simpler way to get Étoilé up and running on an eeepc 901, which is my Linux machine for the time being. &amp;nbsp;(I run Ubuntu 8.04.3 on it currently and Ubuntu 9.10 on the desktop when I boot into that partition.) &amp;nbsp;Lately I've become really unenthused by the direction Ubuntu and Gnome 3.0 seem to be heading and so am looking for desktop environment alternatives. &amp;nbsp;I remember GNUStep as something that was not quite ready when Darwin was the hot topic of discussion several years ago, and am hoping a combination of time and Étoilé has changed that situation.
&lt;br&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;br&gt;--bornagainpenguin</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Is-Etoile-ready-to-%22live%22-in-yet--tp26636152p26636152.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26456298</id>
	<title>Switching to the non-fragile ABI</title>
	<published>2009-11-21T04:49:48Z</published>
	<updated>2009-11-21T04:49:48Z</updated>
	<author>
		<name>David Chisnall-2</name>
	</author>
	<content type="html">Hi Everyone,
&lt;br&gt;&lt;br&gt;As of yesterday, the entire Étoilé tree compiles with clang[1]. &amp;nbsp;If &amp;nbsp;
&lt;br&gt;you use libobjc2 then we can also use the non-fragile ABI (i.e. put &amp;nbsp;
&lt;br&gt;ivar definitions in .m files, not make them part of the public &amp;nbsp;
&lt;br&gt;interface). &amp;nbsp;We can also use declared properties and fast enumeration &amp;nbsp;
&lt;br&gt;when we compile with clang, irrespective of the ABI that we choose.
&lt;br&gt;&lt;br&gt;Eventually, I'd like to require the non-fragile ABI for Étoilé. &amp;nbsp;It &amp;nbsp;
&lt;br&gt;will make maintaining backwards compatibility and development easier. &amp;nbsp; 
&lt;br&gt;So please can everyone test that clang and libobjc2 (from GNUstep svn) &amp;nbsp;
&lt;br&gt;work on your system?
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;[1] There are still some bugs in the front end related to passing &amp;nbsp;
&lt;br&gt;flags to the linker, so you need to compile with:
&lt;br&gt;&lt;br&gt;gmake CC=clang LD=gcc
&lt;br&gt;&lt;br&gt;I'll try to track these down in the next few days. &amp;nbsp;To use the non- 
&lt;br&gt;fragile ABI you need to add -fobjc-nonfragile-abi to your OBJCFLAGS. &amp;nbsp; 
&lt;br&gt;It's also worth adding -fblocks to add support for blocks, especially &amp;nbsp;
&lt;br&gt;for EtoileFoundation, which includes some code that uses blocks and is &amp;nbsp;
&lt;br&gt;conditionally compiled when blocks are supported.
&lt;br&gt;&lt;br&gt;-- Sent from my brain
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26456298&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Switching-to-the-non-fragile-ABI-tp26456298p26456298.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26318158</id>
	<title>Re: Accessing to SILC</title>
	<published>2009-11-12T04:54:18Z</published>
	<updated>2009-11-12T04:54:18Z</updated>
	<author>
		<name>Quentin Mathé-2</name>
	</author>
	<content type="html">Hi Luc,
&lt;br&gt;&lt;br&gt;Le 11 nov. 2009 à 21:37, Luc Pellissier a écrit :
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I haven't been hanging out on the SILC Étoilé channel for quite a &amp;nbsp;
&lt;br&gt;&amp;gt; long time. I tried today to join it again, and Colloquy asks me for &amp;nbsp;
&lt;br&gt;&amp;gt; a password in order to reach the server. It never had before.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've searched on the Étoilé website, but nothing is mentioned about &amp;nbsp;
&lt;br&gt;&amp;gt; this change (if there was any). So, did you guys change anything to &amp;nbsp;
&lt;br&gt;&amp;gt; the SILC server setup ? Is this password thing meant to be ? &amp;nbsp;
&lt;br&gt;&amp;gt; Shouldn't the password be more widely available ? Is it even &amp;nbsp;
&lt;br&gt;&amp;gt; necessary/useful ?
&lt;/div&gt;&lt;br&gt;Nothing has changed. I just connected to the silc channel one hour ago &amp;nbsp;
&lt;br&gt;with Colloquy to be sure. I'm using Colloquy 2.3 (4258, which is not &amp;nbsp;
&lt;br&gt;the latest release). This versions works great on Mac OS X 10.5 and &amp;nbsp;
&lt;br&gt;10.6 in my case. It crashes very rarely.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Quentin.
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26318158&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-to-SILC-tp26308151p26318158.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26316531</id>
	<title>Re: Accessing to SILC</title>
	<published>2009-11-12T02:40:04Z</published>
	<updated>2009-11-12T02:40:04Z</updated>
	<author>
		<name>Felix Holmgren</name>
	</author>
	<content type="html">Confirm: Colloquy works for me (but didn't at all for a while) but
&lt;br&gt;crashes/logs out of the silc channel occasionally. I haven't got
&lt;br&gt;Pidgin or any other gui client to work with silc on Linux.
&lt;br&gt;&lt;br&gt;/F
&lt;br&gt;&lt;br&gt;2009/11/11 Eric Wasylishen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26316531&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ewasylishen@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hey Luc,
&lt;br&gt;&amp;gt; I don't think there is a password on the server - not sure why
&lt;br&gt;&amp;gt; Colloquy is asking for one. With the command-line SILC client, you are
&lt;br&gt;&amp;gt; asked for your private key password, which you choose the first time
&lt;br&gt;&amp;gt; you run SILC - but I don't remember if Colloquy does this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Unfortunately the only SILC client I have found which is reliable is
&lt;br&gt;&amp;gt; the official command line one - I think you can get it on OS X from
&lt;br&gt;&amp;gt; macports. Colloquy used to work for me (but crash often), now I can't
&lt;br&gt;&amp;gt; even connect with it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Eric
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2009-11-11, at 1:37 PM, Luc Pellissier wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I haven't been hanging out on the SILC Étoilé channel for quite a
&lt;br&gt;&amp;gt;&amp;gt; long time. I tried today to join it again, and Colloquy asks me for
&lt;br&gt;&amp;gt;&amp;gt; a password in order to reach the server. It never had before.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I've searched on the Étoilé website, but nothing is mentioned about
&lt;br&gt;&amp;gt;&amp;gt; this change (if there was any). So, did you guys change anything to
&lt;br&gt;&amp;gt;&amp;gt; the SILC server setup ? Is this password thing meant to be ?
&lt;br&gt;&amp;gt;&amp;gt; Shouldn't the password be more widely available ? Is it even
&lt;br&gt;&amp;gt;&amp;gt; necessary/useful ?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Luc.
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26316531&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-to-SILC-tp26308151p26316531.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26308847</id>
	<title>Re: Accessing to SILC</title>
	<published>2009-11-11T13:19:04Z</published>
	<updated>2009-11-11T13:19:04Z</updated>
	<author>
		<name>Eric Wasylishen-2</name>
	</author>
	<content type="html">Hey Luc,
&lt;br&gt;I don't think there is a password on the server - not sure why &amp;nbsp;
&lt;br&gt;Colloquy is asking for one. With the command-line SILC client, you are &amp;nbsp;
&lt;br&gt;asked for your private key password, which you choose the first time &amp;nbsp;
&lt;br&gt;you run SILC - but I don't remember if Colloquy does this.
&lt;br&gt;&lt;br&gt;Unfortunately the only SILC client I have found which is reliable is &amp;nbsp;
&lt;br&gt;the official command line one - I think you can get it on OS X from &amp;nbsp;
&lt;br&gt;macports. Colloquy used to work for me (but crash often), now I can't &amp;nbsp;
&lt;br&gt;even connect with it.
&lt;br&gt;&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;On 2009-11-11, at 1:37 PM, Luc Pellissier wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hello
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I haven't been hanging out on the SILC Étoilé channel for quite a &amp;nbsp;
&lt;br&gt;&amp;gt; long time. I tried today to join it again, and Colloquy asks me for &amp;nbsp;
&lt;br&gt;&amp;gt; a password in order to reach the server. It never had before.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I've searched on the Étoilé website, but nothing is mentioned about &amp;nbsp;
&lt;br&gt;&amp;gt; this change (if there was any). So, did you guys change anything to &amp;nbsp;
&lt;br&gt;&amp;gt; the SILC server setup ? Is this password thing meant to be ? &amp;nbsp;
&lt;br&gt;&amp;gt; Shouldn't the password be more widely available ? Is it even &amp;nbsp;
&lt;br&gt;&amp;gt; necessary/useful ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Luc.
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26308847&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26308847&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-to-SILC-tp26308151p26308847.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26308151</id>
	<title>Accessing to SILC</title>
	<published>2009-11-11T12:37:34Z</published>
	<updated>2009-11-11T12:37:34Z</updated>
	<author>
		<name>Luc Pellissier</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;I haven't been hanging out on the SILC Étoilé channel for quite a long time. I tried today to join it again, and Colloquy asks me for a password in order to reach the server. It never had before.
&lt;br&gt;&lt;br&gt;I've searched on the Étoilé website, but nothing is mentioned about this change (if there was any). So, did you guys change anything to the SILC server setup ? Is this password thing meant to be ? Shouldn't the password be more widely available ? Is it even necessary/useful ?
&lt;br&gt;&lt;br&gt;Luc.
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26308151&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Accessing-to-SILC-tp26308151p26308151.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26287589</id>
	<title>srandomdev (RE: newbie question - file permissions)</title>
	<published>2009-11-10T09:23:17Z</published>
	<updated>2009-11-10T09:23:17Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">&amp;gt; You need to port ETSRandomDev() function (either the Linux version or
&lt;br&gt;&amp;gt; the generic one) to NetBSD, because AFAIK srandomdev() isn't available
&lt;br&gt;&amp;gt; on NetBSD.
&lt;br&gt;&amp;gt; The error you get means the generic function cannot be compiled.
&lt;br&gt;&amp;gt; 'timeval' is POSIX-compliant, you should be able to get it working by
&lt;br&gt;&amp;gt; including the right header. I suppose NetBSD supports it.
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/time.h.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/time.h.html&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; Take a look at ETUUID.m to understand what I mean more precisely.
&lt;br&gt;&lt;br&gt;Looks like just changing your ifdef blocks so that the headers get included in all non-Free/Open/Dragonfly cases, instead of only the Linux case, fixes it. &amp;nbsp;Diff against 0.4.1......
&lt;br&gt;&lt;br&gt;&lt;br&gt;--- Frameworks/EtoileFoundation/Source/ETUUID.m.orig &amp;nbsp; &amp;nbsp;2009-03-17 08:18:26.000000000 -0500
&lt;br&gt;+++ Frameworks/EtoileFoundation/Source/ETUUID.m 2009-11-10 11:15:39.000000000 -0600
&lt;br&gt;@@ -15,7 +15,7 @@
&lt;br&gt;&amp;nbsp;// time and pid to seed the random number generator.
&lt;br&gt;&amp;nbsp;#if defined(__FreeBSD__) || defined(__OpenBSD) || defined(__DragonFly__)
&lt;br&gt;&amp;nbsp;#define INITRANDOM() srandomdev()
&lt;br&gt;-#elif defined(__linux__)
&lt;br&gt;+#else
&lt;br&gt;&amp;nbsp;#include &amp;lt;sys/time.h&amp;gt;
&lt;br&gt;&amp;nbsp;#include &amp;lt;time.h&amp;gt;
&lt;br&gt;&amp;nbsp;#include &amp;lt;sys/types.h&amp;gt;
&lt;br&gt;@@ -23,6 +23,7 @@
&lt;br&gt;&amp;nbsp;#include &amp;lt;fcntl.h&amp;gt;
&lt;br&gt;&amp;nbsp;#include &amp;lt;unistd.h&amp;gt;
&lt;br&gt;&amp;nbsp;#include &amp;lt;errno.h&amp;gt;
&lt;br&gt;+#if defined(__linux__)
&lt;br&gt;&amp;nbsp;/** Returns a strong random number which can be used as a seed for srandom().
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This random number is obtained from Linux entropy pool through /dev/random.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Unlike /dev/urandom, /dev/random blocks when the entropy estimate isn't
&lt;br&gt;@@ -83,6 +84,7 @@
&lt;br&gt;&amp;nbsp;}
&lt;br&gt;&amp;nbsp;#define INITRANDOM() ETSRandomDev()
&lt;br&gt;&amp;nbsp;#endif
&lt;br&gt;+#endif
&lt;br&gt;&amp;nbsp;#import &amp;quot;Macros.h&amp;quot;
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26287589&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p26287589.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25971452</id>
	<title>Re: GNUstep @ FOSDEM 2010 6th and 7th February 2010</title>
	<published>2009-10-20T01:24:37Z</published>
	<updated>2009-10-20T01:24:37Z</updated>
	<author>
		<name>Nicola Pero-4</name>
	</author>
	<content type="html">&amp;gt; - What are we planning for FOSDEM? Will we apply for a dev-room &amp;nbsp;
&lt;br&gt;&amp;gt; again and/or for a stand? (for a dev-room we would need speakers, a &amp;nbsp;
&lt;br&gt;&amp;gt; stand needs more manpower to operate than the dev-room (all the time &amp;nbsp;
&lt;br&gt;&amp;gt; at least two to three people must be at the stand and since nobody &amp;nbsp;
&lt;br&gt;&amp;gt; can be there all the time so we need way more than that))
&lt;br&gt;&lt;br&gt;I agree that if we have to choose, a room with some good presentations &amp;nbsp;
&lt;br&gt;for the general public seem to be more effective than the stand in &amp;nbsp;
&lt;br&gt;terms of marketing. :-)
&lt;br&gt;&lt;br&gt;When I say &amp;quot;presentations for the general public&amp;quot; I was thinking of &amp;nbsp;
&lt;br&gt;topics such as, for example,
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Objective-C/GNUstep on Microsoft Windows. &amp;nbsp;How you use it, what &amp;nbsp;
&lt;br&gt;works, what doesn't, with demo.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * a tutorial on how to build your first Objective-C programs &amp;nbsp;
&lt;br&gt;(probably the most frequently asked FAQ on the mailing list)
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Maybe a general introduction to Objective-C ? &amp;nbsp;We can make it &amp;nbsp;
&lt;br&gt;reasonably general so it applies to both GNUstep, Apple and iPhone - &amp;nbsp;
&lt;br&gt;thus attracting
&lt;br&gt;a bigger crowd.
&lt;br&gt;&lt;br&gt;&amp;nbsp; * Maybe some tutorials/presentations on some &amp;quot;advanced&amp;quot; topics in &amp;nbsp;
&lt;br&gt;Objective-C ? &amp;nbsp;(eg, discussing some of many typical Objective-C/ 
&lt;br&gt;OpenStep design patterns)
&lt;br&gt;Something that might be useful to iPhone/Apple developers as well as &amp;nbsp;
&lt;br&gt;GNUstep ones - so they come to the presentation, and then we'll do all &amp;nbsp;
&lt;br&gt;the explanations
&lt;br&gt;and examples in GNUstep and they'll incidentally discover that there &amp;nbsp;
&lt;br&gt;are free/GNU Objective-C frameworks, and that they work great. :-)
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25971452&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-GNUstep-%40-FOSDEM-2010-6th-and-7th-February-2010-tp25924917p25971452.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25924917</id>
	<title>Re: GNUstep @ FOSDEM 2010 6th and 7th February 2010</title>
	<published>2009-10-16T05:47:52Z</published>
	<updated>2009-10-16T05:47:52Z</updated>
	<author>
		<name>Nicolas Roard</name>
	</author>
	<content type="html">On Thu, Oct 15, 2009 at 11:01 PM, Lars Sonchocky-Helldorf
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25924917&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;lars.sonchocky-helldorf@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Since the dates for FOSDEM 2010 ( &lt;a href=&quot;http://fosdem.org/2010/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://fosdem.org/2010/&lt;/a&gt;&amp;nbsp;) are out, I
&lt;br&gt;&amp;gt; thought we better start discussing this earlier than later so everybody has
&lt;br&gt;&amp;gt; enough time to plan and we don't get in a hurry with deadlines and such.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; FOSDEM, the most developer-oriented Free and Opensource conference in
&lt;br&gt;&amp;gt; Europe, is taking place in Brussels, Belgium on Saturday 6 and Sunday 7
&lt;br&gt;&amp;gt; February 2010.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have set up a wiki page for this:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://wiki.gnustep.org/index.php/FOSDEM_2010&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://wiki.gnustep.org/index.php/FOSDEM_2010&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; My questions now are:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; - Are you going to attend? (if so please enter your name in the FOSDEM 2010
&lt;br&gt;&amp;gt; wiki page or if you don't have a wiki account reply to this mail so I can
&lt;br&gt;&amp;gt; enter your name)
&lt;/div&gt;&lt;br&gt;done.. :)
&lt;br&gt;&lt;br&gt;&amp;gt; - What are we planning for FOSDEM? Will we apply for a dev-room again and/or
&lt;br&gt;&amp;gt; for a stand? (for a dev-room we would need speakers, a stand needs more
&lt;br&gt;&amp;gt; manpower to operate than the dev-room (all the time at least two to three
&lt;br&gt;&amp;gt; people must be at the stand and since nobody can be there all the time so we
&lt;br&gt;&amp;gt; need way more than that))
&lt;br&gt;&lt;br&gt;I think we may just not ask for the stand this year... just ask for a
&lt;br&gt;dev-room. And only do a few talks (i.e., &amp;quot;State of GNUstep 2010&amp;quot;) and
&lt;br&gt;keep hacking the rest of the time.
&lt;br&gt;Put posters pointing to the dev room in the hallway, and that's it!
&lt;br&gt;&lt;br&gt;That way we'll hopefully do some good work while we are all together.
&lt;br&gt;A few talks could be interesting, but no more than that -- the feeling
&lt;br&gt;I got from the last fosdems I attended was that we would take a lot of
&lt;br&gt;time preparing for the stand, organizing talks, but there weren't that
&lt;br&gt;much interest overall. So it seems to me our efforts would be better
&lt;br&gt;spent hacking together...
&lt;br&gt;&lt;br&gt;&amp;gt; - If we apply for a dev-room and/or stand will we do a joint application of
&lt;br&gt;&amp;gt; GNUstep/Étoilé/OpenGroupware.org like last year or does somebody have
&lt;br&gt;&amp;gt; objections? (Helge? ;-))
&lt;br&gt;&lt;br&gt;no objections!
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; - Who is willing to help organizing the event?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please discuss!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;        Lars
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Discuss-gnustep mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25924917&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Discuss-gnustep@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.gnu.org/mailman/listinfo/discuss-gnustep&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Nicolas Roard
&lt;br&gt;&amp;quot;I love deadlines. I like the whooshing sound
&lt;br&gt;they make as they fly by.&amp;quot; -- Douglas Adams
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25924917&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-GNUstep-%40-FOSDEM-2010-6th-and-7th-February-2010-tp25924917p25924917.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25888948</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-14T03:56:48Z</published>
	<updated>2009-10-14T03:56:48Z</updated>
	<author>
		<name>Quentin Mathé-2</name>
	</author>
	<content type="html">Hi Timothy,
&lt;br&gt;&lt;br&gt;Le 14 oct. 2009 à 07:33, Larson, Timothy E. a écrit :
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Dunno if this is relevant, but if I am root (to get around those &amp;nbsp;
&lt;br&gt;&amp;gt; permission issues) I get this....
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Compiling file ETObjectChain.m ...
&lt;br&gt;&amp;gt; Compiling file ETObjectRegistry.m ...
&lt;br&gt;&amp;gt; Compiling file ETPropertyValueCoding.m ...
&lt;br&gt;&amp;gt; Compiling file ETTranscript.m ...
&lt;br&gt;&amp;gt; Compiling file ETTransform.m ...
&lt;br&gt;&amp;gt; Compiling file ETUUID.m ...
&lt;br&gt;&amp;gt; ETUUID.m: In function 'ETSRandomDev':
&lt;br&gt;&amp;gt; ETUUID.m:69: error: storage size of 'tv' isn't known
&lt;br&gt;&amp;gt; gmake[4]: *** [obj/ETUUID.m.o] Error 1
&lt;br&gt;&amp;gt; gmake[3]: *** [libEtoileFoundation.all.subproject.variables] Error 2
&lt;br&gt;&amp;gt; gmake[2]: *** [EtoileFoundation.all.framework.variables] Error 2
&lt;br&gt;&amp;gt; gmake[1]: *** [internal-all] Error 2
&lt;br&gt;&amp;gt; gmake: *** [internal-all] Error 2
&lt;/div&gt;&lt;br&gt;You need to port ETSRandomDev() function (either the Linux version or &amp;nbsp;
&lt;br&gt;the generic one) to NetBSD, because AFAIK srandomdev() isn't available &amp;nbsp;
&lt;br&gt;on NetBSD.
&lt;br&gt;The error you get means the generic function cannot be compiled. &amp;nbsp;
&lt;br&gt;'timeval' is POSIX-compliant, you should be able to get it working by &amp;nbsp;
&lt;br&gt;including the right header. I suppose NetBSD supports it.
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/time.h.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.opengroup.org/onlinepubs/000095399/basedefs/sys/time.h.html&lt;/a&gt;&amp;gt;
&lt;br&gt;Take a look at ETUUID.m to understand what I mean more precisely.
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Quentin.
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25888948&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25888948.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25885556</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-13T22:33:28Z</published>
	<updated>2009-10-13T22:33:28Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">Dunno if this is relevant, but if I am root (to get around those permission issues) I get this....
&lt;br&gt;&lt;br&gt;&lt;br&gt;Compiling file ETObjectChain.m ...
&lt;br&gt;&amp;nbsp;Compiling file ETObjectRegistry.m ...
&lt;br&gt;&amp;nbsp;Compiling file ETPropertyValueCoding.m ...
&lt;br&gt;&amp;nbsp;Compiling file ETTranscript.m ...
&lt;br&gt;&amp;nbsp;Compiling file ETTransform.m ...
&lt;br&gt;&amp;nbsp;Compiling file ETUUID.m ...
&lt;br&gt;ETUUID.m: In function 'ETSRandomDev':
&lt;br&gt;ETUUID.m:69: error: storage size of 'tv' isn't known
&lt;br&gt;gmake[4]: *** [obj/ETUUID.m.o] Error 1
&lt;br&gt;gmake[3]: *** [libEtoileFoundation.all.subproject.variables] Error 2
&lt;br&gt;gmake[2]: *** [EtoileFoundation.all.framework.variables] Error 2
&lt;br&gt;gmake[1]: *** [internal-all] Error 2
&lt;br&gt;gmake: *** [internal-all] Error 2
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Tim
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25885556&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25885556.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25861793</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-12T12:28:57Z</published>
	<updated>2009-10-12T12:28:57Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">So, any ideas why this line is being executed this way? &amp;nbsp;I don't know enough about the GNUstep toolchain to even start tracking down where the code doing this might actually be located.
&lt;br&gt;&lt;br&gt;&amp;gt; /usr/bin/install -c -o root -g wheel -m 444 UKRunner.h
&lt;br&gt;&amp;gt; UnitKit.framework/Versions/1/Headers/UKRunner.h
&lt;br&gt;&amp;gt; install: UnitKit.framework/Versions/1/Headers/UKRunner.h: chown/chgrp:
&lt;br&gt;&amp;gt; Operation not permitted
&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Tim
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25861793&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25861793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25836760</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-10T10:59:45Z</published>
	<updated>2009-10-10T10:59:45Z</updated>
	<author>
		<name>Niels Grewe</name>
	</author>
	<content type="html">On Fri, Oct 09, 2009 at 03:33:25PM -0500, Larson, Timothy E. wrote:
&lt;br&gt;&amp;gt; /usr/bin/install -c -o root -g wheel -m 444 UKRunner.h UnitKit.framework/Versions/1/Headers/UKRunner.h
&lt;br&gt;&amp;gt; install: UnitKit.framework/Versions/1/Headers/UKRunner.h: chown/chgrp: Operation not permitted
&lt;br&gt;&lt;br&gt;Hmm, this still strikes me as odd. Maybe you should ask about this on
&lt;br&gt;gnustep-discuss. Nicola Pero probably listens there and he obviously
&lt;br&gt;knows his way around gnustep-make pretty well...
&lt;br&gt;One thing you could try as a workaround is the following: 
&lt;br&gt;'gmake INSTALL_AS_USER=$YOUR_USERNAME INSTALL_AS_GROUP=$YOUR_GROUP',
&lt;br&gt;which should cause gnustep-make to pass those to install explicitly. 
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;&lt;br&gt;Niels
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25836760&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25836760.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25834272</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-10T06:20:28Z</published>
	<updated>2009-10-10T06:20:28Z</updated>
	<author>
		<name>Truls Becken</name>
	</author>
	<content type="html">David Chisnall wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; On 9 Oct 2009, at 17:07, Larson, Timothy E. wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I don't know about GNUSTEP_INSTALLATION_DOMAIN.  Is this value the
&lt;br&gt;&amp;gt;&amp;gt; default, or is it something I need to set?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This tells it where to install.  For packaging, you probably want to
&lt;br&gt;&amp;gt; leave it as default.
&lt;br&gt;&lt;br&gt;I would have to disagree slightly here. For packaging, you should
&lt;br&gt;ensure that GNUSTEP_INSTALLATION_DOMAIN=SYSTEM. That one plus DESTDIR
&lt;br&gt;are the two variables you should normally need to set when building
&lt;br&gt;GNUstep packages, so the average build script looks similar to this,
&lt;br&gt;assuming GNUstep.sh is already sourced;
&lt;br&gt;&lt;br&gt;&amp;nbsp; export GNUSTEP_INSTALLATION_DOMAIN=SYSTEM
&lt;br&gt;&amp;nbsp; export DESTDIR=&amp;quot;$pkgdir&amp;quot;
&lt;br&gt;&amp;nbsp; make install
&lt;br&gt;&lt;br&gt;-Truls
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25834272&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25834272.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25827506</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-09T13:33:25Z</published>
	<updated>2009-10-09T13:33:25Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">Niels Grewe:
&lt;br&gt;&amp;gt; This is rather odd. On my setup (GNU/Linux) install takes '-c -p -m
&lt;br&gt;&amp;gt; 644'
&lt;br&gt;&amp;gt; as arguments, so it doesn't do any chowning/chgrping. If you build
&lt;br&gt;&amp;gt; with 'gmake messages=yes' you will see what commands gnustep-make is
&lt;br&gt;&amp;gt; issuing during the built. These could be useful for debugging this.
&lt;br&gt;&lt;br&gt;15:32:23 NetBSD 5.0 ~/Etoile-0.4.1
&lt;br&gt;tim@roy 616$ . /usr/pkg/share/GNUstep/Makefiles/GNUstep.sh; gmake messages=yes
&lt;br&gt;This is gnustep-make 2.0.8. Type 'make print-gnustep-make-help' for help.
&lt;br&gt;Making all in Frameworks...
&lt;br&gt;gmake[1]: Entering directory `/home/tim/Etoile-0.4.1/Frameworks'
&lt;br&gt;Making all in UnitKit...
&lt;br&gt;gmake[2]: Entering directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit'
&lt;br&gt;rm -f /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit
&lt;br&gt;ln -s /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit
&lt;br&gt;Making all in Source/FrameworkSource...
&lt;br&gt;gmake[3]: Entering directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource'
&lt;br&gt;Making build-headers for framework UnitKit...
&lt;br&gt;/usr/pkg/share/GNUstep/Makefiles/mkinstalldirs UnitKit.framework/Versions/1/Headers
&lt;br&gt;/usr/bin/install -c -o root -g wheel -m 444 UKRunner.h UnitKit.framework/Versions/1/Headers/UKRunner.h
&lt;br&gt;install: UnitKit.framework/Versions/1/Headers/UKRunner.h: chown/chgrp: Operation not permitted
&lt;br&gt;gmake[4]: *** [UnitKit.framework/Versions/1/Headers/UKRunner.h] Error 1
&lt;br&gt;gmake[3]: *** [UnitKit.build-headers.framework.variables] Error 2
&lt;br&gt;gmake[3]: Leaving directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource'
&lt;br&gt;gmake[2]: *** [internal-all] Error 2
&lt;br&gt;gmake[2]: Leaving directory `/home/tim/Etoile-0.4.1/Frameworks/UnitKit'
&lt;br&gt;gmake[1]: *** [internal-all] Error 2
&lt;br&gt;gmake[1]: Leaving directory `/home/tim/Etoile-0.4.1/Frameworks'
&lt;br&gt;gmake: *** [internal-all] Error 2
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Tim
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25827506&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25827506.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25826603</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-09T12:21:23Z</published>
	<updated>2009-10-09T12:21:23Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">David Chisnall:
&lt;br&gt;&amp;gt; GNUstep.sh needs to be sourced when building any GNUstep code. &amp;nbsp;This
&lt;br&gt;&amp;gt; is documented in the GNUstep docs, but we probably need to document it
&lt;br&gt;&amp;gt; somewhere for Étoilé too. &amp;nbsp;This file sets a number of environment
&lt;br&gt;&amp;gt; variables that are required by GNUstep Make.
&lt;br&gt;&lt;br&gt;So instead of simply &amp;quot;gmake&amp;quot; I want to say &amp;quot;. $SOMEPATH/GNUstep.sh; gmake&amp;quot;. &amp;nbsp;OK...
&lt;br&gt;&lt;br&gt;&amp;gt; If you are creating a build script for packaging then you probably
&lt;br&gt;&amp;gt; want to source this in your build script. &amp;nbsp;I'm not sure about pkgsrc,
&lt;br&gt;&amp;gt; but the FreeBSD ports collection has a makefile that knows all about
&lt;br&gt;&amp;gt; this stuff so you just need to set something like
&lt;br&gt;&amp;gt; USES_GNUSTEP_MAKE=YES in the port makefile for it to all work.
&lt;br&gt;&lt;br&gt;I looked through several other GNUstep packages and didn't see anything like this. &amp;nbsp;I've sent an email to the packager, though.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Tim
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25826603&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25826603.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25823841</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-09T09:12:00Z</published>
	<updated>2009-10-09T09:12:00Z</updated>
	<author>
		<name>David Chisnall</name>
	</author>
	<content type="html">On 9 Oct 2009, at 17:07, Larson, Timothy E. wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Niels Grewe:
&lt;br&gt;&amp;gt;&amp;gt; No you don't. In fact, you should refrain from building stuff as root
&lt;br&gt;&amp;gt;&amp;gt; and only assume the superuser role if you install into the Local or
&lt;br&gt;&amp;gt;&amp;gt; System domain. If you're just experimenting with Étoilé you'd also be
&lt;br&gt;&amp;gt;&amp;gt; fine with GNUSTEP_INSTALLATION_DOMAIN=USER and using your normal user
&lt;br&gt;&amp;gt;&amp;gt; to
&lt;br&gt;&amp;gt;&amp;gt; (g)make install.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I don't know about GNUSTEP_INSTALLATION_DOMAIN. &amp;nbsp;Is this value the &amp;nbsp;
&lt;br&gt;&amp;gt; default, or is it something I need to set?
&lt;/div&gt;&lt;br&gt;This tells it where to install. &amp;nbsp;For packaging, you probably want to &amp;nbsp;
&lt;br&gt;leave it as default.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; If you're not intending to package Étoilé, it's usually more &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; advisable
&lt;br&gt;&amp;gt;&amp;gt; to try out svn trunk.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am hoping to package.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Why do you have to set GNUSTEP_MAKEFILES here? Usually it should be &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; set
&lt;br&gt;&amp;gt;&amp;gt; when you source .../Makefiles/GNUstep.(sh|csh).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; How/when is GNUstep.sh sourced? &amp;nbsp;That's another thing I don't know. &amp;nbsp; 
&lt;br&gt;&amp;gt; (If the process doesn't follow the typical &amp;quot;./configure; make; sudo &amp;nbsp;
&lt;br&gt;&amp;gt; make install&amp;quot; it needs to be documented.) &amp;nbsp;With just gmake, I get &amp;nbsp;
&lt;br&gt;&amp;gt; errors about /common.make not found, because GNUSTEP_MAKEFILES is &amp;nbsp;
&lt;br&gt;&amp;gt; not defined, so it made sense to define it.
&lt;/div&gt;&lt;br&gt;GNUstep.sh needs to be sourced when building any GNUstep code. &amp;nbsp;This &amp;nbsp;
&lt;br&gt;is documented in the GNUstep docs, but we probably need to document it &amp;nbsp;
&lt;br&gt;somewhere for Étoilé too. &amp;nbsp;This file sets a number of environment &amp;nbsp;
&lt;br&gt;variables that are required by GNUstep Make.
&lt;br&gt;&lt;br&gt;If you are creating a build script for packaging then you probably &amp;nbsp;
&lt;br&gt;want to source this in your build script. &amp;nbsp;I'm not sure about pkgsrc, &amp;nbsp;
&lt;br&gt;but the FreeBSD ports collection has a makefile that knows all about &amp;nbsp;
&lt;br&gt;this stuff so you just need to set something like &amp;nbsp;
&lt;br&gt;USES_GNUSTEP_MAKE=YES in the port makefile for it to all work.
&lt;br&gt;&lt;br&gt;&amp;gt;&amp;gt; This is rather odd. On my setup (GNU/Linux) install takes '-c -p -m
&lt;br&gt;&amp;gt;&amp;gt; 644'
&lt;br&gt;&amp;gt;&amp;gt; as arguments, so it doesn't do any chowning/chgrping. If you build
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Perhaps there are some Linux-centric assumptions?
&lt;br&gt;&lt;br&gt;Shouldn't be. &amp;nbsp;I can build UnitKit on FreeBSD quite happily. &amp;nbsp;There &amp;nbsp;
&lt;br&gt;may well be bugs, of course...
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;-- Sent from my PDP-11
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25823841&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25823841.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25823769</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-09T09:07:23Z</published>
	<updated>2009-10-09T09:07:23Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">Niels Grewe:
&lt;br&gt;&amp;gt; No you don't. In fact, you should refrain from building stuff as root
&lt;br&gt;&amp;gt; and only assume the superuser role if you install into the Local or
&lt;br&gt;&amp;gt; System domain. If you're just experimenting with Étoilé you'd also be
&lt;br&gt;&amp;gt; fine with GNUSTEP_INSTALLATION_DOMAIN=USER and using your normal user
&lt;br&gt;&amp;gt; to
&lt;br&gt;&amp;gt; (g)make install.
&lt;br&gt;&lt;br&gt;I don't know about GNUSTEP_INSTALLATION_DOMAIN. &amp;nbsp;Is this value the default, or is it something I need to set?
&lt;br&gt;&lt;br&gt;&amp;gt; If you're not intending to package Étoilé, it's usually more advisable
&lt;br&gt;&amp;gt; to try out svn trunk.
&lt;br&gt;&lt;br&gt;I am hoping to package.
&lt;br&gt;&lt;br&gt;&amp;gt; Why do you have to set GNUSTEP_MAKEFILES here? Usually it should be set
&lt;br&gt;&amp;gt; when you source .../Makefiles/GNUstep.(sh|csh).
&lt;br&gt;&lt;br&gt;How/when is GNUstep.sh sourced? &amp;nbsp;That's another thing I don't know. &amp;nbsp;(If the process doesn't follow the typical &amp;quot;./configure; make; sudo make install&amp;quot; it needs to be documented.) &amp;nbsp;With just gmake, I get errors about /common.make not found, because GNUSTEP_MAKEFILES is not defined, so it made sense to define it.
&lt;br&gt;&lt;br&gt;&amp;gt; This is rather odd. On my setup (GNU/Linux) install takes '-c -p -m
&lt;br&gt;&amp;gt; 644'
&lt;br&gt;&amp;gt; as arguments, so it doesn't do any chowning/chgrping. If you build
&lt;br&gt;&lt;br&gt;Perhaps there are some Linux-centric assumptions?
&lt;br&gt;&lt;br&gt;&amp;gt; with 'gmake messages=yes' you will see what commands gnustep-make is
&lt;br&gt;&amp;gt; issuing during the built. These could be useful for debugging this.
&lt;br&gt;&lt;br&gt;Ahhh, debugging messages! &amp;nbsp;I will try this.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Tim
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25823769&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25823769.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25823578</id>
	<title>Re: newbie question - file permissions</title>
	<published>2009-10-09T08:54:35Z</published>
	<updated>2009-10-09T08:54:35Z</updated>
	<author>
		<name>Niels Grewe</name>
	</author>
	<content type="html">On Fri, Oct 09, 2009 at 10:02:16AM -0500, Larson, Timothy E. wrote:
&lt;br&gt;&amp;gt; I'm a complete newbie to the GNUstep world. &amp;nbsp;Do I need to be root to build? &amp;nbsp;Why?
&lt;br&gt;&lt;br&gt;No you don't. In fact, you should refrain from building stuff as root
&lt;br&gt;and only assume the superuser role if you install into the Local or
&lt;br&gt;System domain. If you're just experimenting with Étoilé you'd also be
&lt;br&gt;fine with GNUSTEP_INSTALLATION_DOMAIN=USER and using your normal user to
&lt;br&gt;(g)make install.
&lt;br&gt;&lt;br&gt;&amp;gt; 09:51:37 NetBSD 5.0 ~/Etoile-0.4.1
&lt;br&gt;&lt;br&gt;If you're not intending to package Étoilé, it's usually more advisable
&lt;br&gt;to try out svn trunk.
&lt;br&gt;&lt;br&gt;&amp;gt; tim@roy 554$ GNUSTEP_MAKEFILES=/usr/pkg/share/GNUstep/Makefiles gmake
&lt;br&gt;&lt;br&gt;Why do you have to set GNUSTEP_MAKEFILES here? Usually it should be set
&lt;br&gt;when you source .../Makefiles/GNUstep.(sh|csh). 
&lt;br&gt;&lt;br&gt;&amp;gt; This is gnustep-make 2.0.8. Type 'make print-gnustep-make-help' for help.
&lt;br&gt;&amp;gt; Making all in Frameworks...
&lt;br&gt;&amp;gt; Making all in UnitKit...
&lt;br&gt;&amp;gt; rm -f /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit
&lt;br&gt;&amp;gt; ln -s /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit
&lt;br&gt;&amp;gt; Making all in Source/FrameworkSource...
&lt;br&gt;&amp;gt; Making build-headers for framework UnitKit...
&lt;br&gt;&amp;gt; &amp;nbsp;Creating UnitKit.framework/Versions/1/Headers/UKRunner.h...
&lt;br&gt;&amp;gt; install: UnitKit.framework/Versions/1/Headers/UKRunner.h: chown/chgrp: Operation not permitted
&lt;br&gt;&lt;br&gt;This is rather odd. On my setup (GNU/Linux) install takes '-c -p -m 644'
&lt;br&gt;as arguments, so it doesn't do any chowning/chgrping. If you build
&lt;br&gt;with 'gmake messages=yes' you will see what commands gnustep-make is
&lt;br&gt;issuing during the built. These could be useful for debugging this. 
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;&lt;br&gt;Niels 
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25823578&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25823578.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25822731</id>
	<title>newbie question - file permissions</title>
	<published>2009-10-09T08:02:16Z</published>
	<updated>2009-10-09T08:02:16Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">I'm a complete newbie to the GNUstep world. &amp;nbsp;Do I need to be root to build? &amp;nbsp;Why?
&lt;br&gt;&lt;br&gt;09:51:37 NetBSD 5.0 ~/Etoile-0.4.1
&lt;br&gt;tim@roy 554$ GNUSTEP_MAKEFILES=/usr/pkg/share/GNUstep/Makefiles gmake
&lt;br&gt;This is gnustep-make 2.0.8. Type 'make print-gnustep-make-help' for help.
&lt;br&gt;Making all in Frameworks...
&lt;br&gt;Making all in UnitKit...
&lt;br&gt;rm -f /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit
&lt;br&gt;ln -s /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/FrameworkSource /home/tim/Etoile-0.4.1/Frameworks/UnitKit/Source/UnitKit
&lt;br&gt;Making all in Source/FrameworkSource...
&lt;br&gt;Making build-headers for framework UnitKit...
&lt;br&gt;&amp;nbsp;Creating UnitKit.framework/Versions/1/Headers/UKRunner.h...
&lt;br&gt;install: UnitKit.framework/Versions/1/Headers/UKRunner.h: chown/chgrp: Operation not permitted
&lt;br&gt;gmake[4]: *** [UnitKit.framework/Versions/1/Headers/UKRunner.h] Error 1
&lt;br&gt;gmake[3]: *** [UnitKit.build-headers.framework.variables] Error 2
&lt;br&gt;gmake[2]: *** [internal-all] Error 2
&lt;br&gt;gmake[1]: *** [internal-all] Error 2
&lt;br&gt;gmake: *** [internal-all] Error 2
&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks,
&lt;br&gt;Tim
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25822731&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/newbie-question---file-permissions-tp25822731p25822731.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25758553</id>
	<title>test to discuss</title>
	<published>2009-10-05T13:39:28Z</published>
	<updated>2009-10-05T13:39:28Z</updated>
	<author>
		<name>Larson, Timothy E.</name>
	</author>
	<content type="html">This is a test, to see if issues with my subscription have been fixed.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25758553&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/test-to-discuss-tp25758553p25758553.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25621363</id>
	<title>Re: Failed Install (for real this time..)</title>
	<published>2009-09-25T16:21:30Z</published>
	<updated>2009-09-25T16:21:30Z</updated>
	<author>
		<name>David Chisnall</name>
	</author>
	<content type="html">On 26 Sep 2009, at 00:40, Fred Kiefer wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; Here it really would help if Camaelon would switch to use the theme
&lt;br&gt;&amp;gt; interface. That way we could easily see where some extension of that
&lt;br&gt;&amp;gt; interface is needed and changes to GNUstep (apart from the theme
&lt;br&gt;&amp;gt; interface) won't lead to issues in Camaelon.
&lt;br&gt;&lt;br&gt;Greg said he would merge any relevant bits of Camaelon (and add the &amp;nbsp;
&lt;br&gt;ability to load Camaelon theme bundles) into GSTheme, when he has &amp;nbsp;
&lt;br&gt;finished working on the Windows UXTHEME stuff, so hopefully we can &amp;nbsp;
&lt;br&gt;deprecate Camaelon soon.
&lt;br&gt;&lt;br&gt;David
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25621363&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Failed-Install-%28for-real-this-time..%29-tp25589956p25621363.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25620106</id>
	<title>Re: Failed Install (for real this time..)</title>
	<published>2009-09-25T15:18:42Z</published>
	<updated>2009-09-25T15:18:42Z</updated>
	<author>
		<name>Fred Kiefer</name>
	</author>
	<content type="html">Quentin Mathé schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Le 24 sept. 2009 à 08:08, Scott a écrit :
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; OK now I have a real build problem, I'm on Ubuntu 9.04 all deps &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; installed, compiled GNUstep from cvs, compiled LLVM from trunk, &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; Etoile compiles for a while but then the build fails with the &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; following:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I just realized this message was posterior to the one I just replied &amp;nbsp;
&lt;br&gt;&amp;gt; (the delivery dates seem incorrect).
&lt;br&gt;&amp;gt; Please ignore my previous reply then :-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; Build Project: Camaelon
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Making all for bundle Camaelon...
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;Compiling file NSScroller.m ...
&lt;br&gt;&amp;gt;&amp;gt; NSScroller.m: In function ‘-[NSScroller(theme) isHorizontal]’:
&lt;br&gt;&amp;gt;&amp;gt; [snip]
&lt;br&gt;&amp;gt;&amp;gt; NSScroller.m:335: error: ‘_floatValue’ undeclared (first use in this &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; function)
&lt;br&gt;&amp;gt;&amp;gt; make[4]: *** [obj/NSScroller.m.o] Error 1
&lt;br&gt;&amp;gt;&amp;gt; make[3]: *** [internal-bundle-run-compile-submake] Error 2
&lt;br&gt;&amp;gt;&amp;gt; make[2]: *** [Camaelon.all.bundle.variables] Error 2
&lt;br&gt;&amp;gt;&amp;gt; make[1]: *** [internal-all] Error 2
&lt;br&gt;&amp;gt;&amp;gt; make: *** [internal-all] Error 2
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Something to with Camaelon a missing header???
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It looks like the NSScroller ivars were recently changed (ten days &amp;nbsp;
&lt;br&gt;&amp;gt; ago) so Camaelon is currently broken with GNUstep versions more recent &amp;nbsp;
&lt;br&gt;&amp;gt; than r28670.
&lt;br&gt;&amp;gt; Until it is fixed, you can compile Étoilé by updating GNUstep gui to &amp;nbsp;
&lt;br&gt;&amp;gt; r28670 or an older version.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The changes to NSScroller are visible here:
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSScroller.h?rev=28671&amp;view=diff&amp;r1=28671&amp;r2=28670&amp;p1=libs/gui/trunk/Headers/AppKit/NSScroller.h&amp;p2=/libs/gui/trunk/Headers/AppKit/NSScroller.h&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSScroller.h?rev=28671&amp;view=diff&amp;r1=28671&amp;r2=28670&amp;p1=libs/gui/trunk/Headers/AppKit/NSScroller.h&amp;p2=/libs/gui/trunk/Headers/AppKit/NSScroller.h&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp;&amp;gt;
&lt;/div&gt;&lt;br&gt;Here it really would help if Camaelon would switch to use the theme
&lt;br&gt;interface. That way we could easily see where some extension of that
&lt;br&gt;interface is needed and changes to GNUstep (apart from the theme
&lt;br&gt;interface) won't lead to issues in Camaelon.
&lt;br&gt;&lt;br&gt;Fred
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25620106&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Failed-Install-%28for-real-this-time..%29-tp25589956p25620106.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25622134</id>
	<title>Re: Etoile-discuss Digest, Vol 50, Issue 14</title>
	<published>2009-09-25T13:54:17Z</published>
	<updated>2009-09-25T13:54:17Z</updated>
	<author>
		<name>Scott Wightman</name>
	</author>
	<content type="html">Thanks for the help Quentin, OK I was wondering if it was just a &amp;quot;bleeding edge&amp;quot; problem or something I myself had screwed up. With my earlier problem I realised I was using GNUstep from Ubuntu repos and they weren&amp;#39;t installing core devel files by default, as well as being even numbered revisions. After uninstalling all of that I downloaded GNUstep core from cvs (r28731) and compiled that. I think i&amp;#39;ll wait till Camaelon&amp;#39;s fixed rather than trying to go backwards in GNUstep-gui. I&amp;#39;ll just keep learning Obj-C till then :) &lt;br&gt;
&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;&quot;&gt;
----------------------------------------------------------------------&lt;br&gt;
&lt;br&gt;
Message: 1&lt;br&gt;
Date: Thu, 24 Sep 2009 19:36:12 +0200&lt;br&gt;
From: Quentin Math? &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622134&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;qmathe@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Subject: Re: [Etoile-discuss] Failed Install (for real this time..)&lt;br&gt;
To: Discussion list for ??toil?? desktop environment&lt;br&gt;
        &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622134&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;etoile-discuss@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Message-ID: &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622134&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;3B168488-2F10-4057-996F-5807EE519918@...&lt;/a&gt;&amp;gt;&lt;br&gt;
Content-Type: text/plain; charset=windows-1252; format=flowed;&lt;br&gt;
        delsp=yes&lt;br&gt;
&lt;br&gt;
Le 24 sept. 2009 ? 08:08, Scott a ?crit :&lt;br&gt;
&lt;br&gt;
&amp;gt; OK now I have a real build problem, I&amp;#39;m on Ubuntu 9.04 all deps&lt;br&gt;
&amp;gt; installed, compiled GNUstep from cvs, compiled LLVM from trunk,&lt;br&gt;
&amp;gt; Etoile compiles for a while but then the build fails with the&lt;br&gt;
&amp;gt; following:&lt;br&gt;
&lt;br&gt;
I just realized this message was posterior to the one I just replied&lt;br&gt;
(the delivery dates seem incorrect).&lt;br&gt;
Please ignore my previous reply then :-)&lt;br&gt;
&lt;br&gt;
&amp;gt; Build Project: Camaelon&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Making all for bundle Camaelon...&lt;br&gt;
&amp;gt;  Compiling file NSScroller.m ...&lt;br&gt;
&amp;gt; NSScroller.m: In function ?-[NSScroller(theme) isHorizontal]?:&lt;br&gt;
&amp;gt; [snip]&lt;br&gt;
&amp;gt; NSScroller.m:335: error: ?_floatValue? undeclared (first use in this&lt;br&gt;
&amp;gt; function)&lt;br&gt;
&amp;gt; make[4]: *** [obj/NSScroller.m.o] Error 1&lt;br&gt;
&amp;gt; make[3]: *** [internal-bundle-run-compile-submake] Error 2&lt;br&gt;
&amp;gt; make[2]: *** [Camaelon.all.bundle.variables] Error 2&lt;br&gt;
&amp;gt; make[1]: *** [internal-all] Error 2&lt;br&gt;
&amp;gt; make: *** [internal-all] Error 2&lt;br&gt;
&amp;gt;&lt;br&gt;
&amp;gt; Something to with Camaelon a missing header???&lt;br&gt;
&lt;br&gt;
It looks like the NSScroller ivars were recently changed (ten days&lt;br&gt;
ago) so Camaelon is currently broken with GNUstep versions more recent&lt;br&gt;
than r28670.&lt;br&gt;
Until it is fixed, you can compile ?toil? by updating GNUstep gui to&lt;br&gt;
r28670 or an older version.&lt;br&gt;
&lt;br&gt;
The changes to NSScroller are visible here:&lt;br&gt;
&amp;lt;&lt;a href=&quot;http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSScroller.h?rev=28671&amp;amp;view=diff&amp;amp;r1=28671&amp;amp;r2=28670&amp;amp;p1=libs/gui/trunk/Headers/AppKit/NSScroller.h&amp;amp;p2=/libs/gui/trunk/Headers/AppKit/NSScroller.h&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSScroller.h?rev=28671&amp;amp;view=diff&amp;amp;r1=28671&amp;amp;r2=28670&amp;amp;p1=libs/gui/trunk/Headers/AppKit/NSScroller.h&amp;amp;p2=/libs/gui/trunk/Headers/AppKit/NSScroller.h&lt;/a&gt;&lt;br&gt;

 &amp;gt;&lt;br&gt;
&lt;br&gt;
Cheers,&lt;br&gt;
Quentin.&lt;br&gt;
&lt;br&gt;&lt;/blockquote&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25622134&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-Etoile-discuss-Digest%2C-Vol-50%2C-Issue-14-tp25622134p25622134.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25600288</id>
	<title>Re: Failed Install (for real this time..)</title>
	<published>2009-09-24T10:36:12Z</published>
	<updated>2009-09-24T10:36:12Z</updated>
	<author>
		<name>Quentin Mathé-2</name>
	</author>
	<content type="html">Le 24 sept. 2009 à 08:08, Scott a écrit :
&lt;br&gt;&lt;br&gt;&amp;gt; OK now I have a real build problem, I'm on Ubuntu 9.04 all deps &amp;nbsp;
&lt;br&gt;&amp;gt; installed, compiled GNUstep from cvs, compiled LLVM from trunk, &amp;nbsp;
&lt;br&gt;&amp;gt; Etoile compiles for a while but then the build fails with the &amp;nbsp;
&lt;br&gt;&amp;gt; following:
&lt;br&gt;&lt;br&gt;I just realized this message was posterior to the one I just replied &amp;nbsp;
&lt;br&gt;(the delivery dates seem incorrect).
&lt;br&gt;Please ignore my previous reply then :-)
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Build Project: Camaelon
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Making all for bundle Camaelon...
&lt;br&gt;&amp;gt; &amp;nbsp;Compiling file NSScroller.m ...
&lt;br&gt;&amp;gt; NSScroller.m: In function ‘-[NSScroller(theme) isHorizontal]’:
&lt;br&gt;&amp;gt; [snip]
&lt;br&gt;&amp;gt; NSScroller.m:335: error: ‘_floatValue’ undeclared (first use in this &amp;nbsp;
&lt;br&gt;&amp;gt; function)
&lt;br&gt;&amp;gt; make[4]: *** [obj/NSScroller.m.o] Error 1
&lt;br&gt;&amp;gt; make[3]: *** [internal-bundle-run-compile-submake] Error 2
&lt;br&gt;&amp;gt; make[2]: *** [Camaelon.all.bundle.variables] Error 2
&lt;br&gt;&amp;gt; make[1]: *** [internal-all] Error 2
&lt;br&gt;&amp;gt; make: *** [internal-all] Error 2
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Something to with Camaelon a missing header???
&lt;/div&gt;&lt;br&gt;It looks like the NSScroller ivars were recently changed (ten days &amp;nbsp;
&lt;br&gt;ago) so Camaelon is currently broken with GNUstep versions more recent &amp;nbsp;
&lt;br&gt;than r28670.
&lt;br&gt;Until it is fixed, you can compile Étoilé by updating GNUstep gui to &amp;nbsp;
&lt;br&gt;r28670 or an older version.
&lt;br&gt;&lt;br&gt;The changes to NSScroller are visible here:
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSScroller.h?rev=28671&amp;view=diff&amp;r1=28671&amp;r2=28670&amp;p1=libs/gui/trunk/Headers/AppKit/NSScroller.h&amp;p2=/libs/gui/trunk/Headers/AppKit/NSScroller.h&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gna.org/viewcvs/gnustep/libs/gui/trunk/Headers/AppKit/NSScroller.h?rev=28671&amp;view=diff&amp;r1=28671&amp;r2=28670&amp;p1=libs/gui/trunk/Headers/AppKit/NSScroller.h&amp;p2=/libs/gui/trunk/Headers/AppKit/NSScroller.h&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Quentin.
&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25600288&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Failed-Install-%28for-real-this-time..%29-tp25589956p25600288.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25604910</id>
	<title>Re: Failed Install</title>
	<published>2009-09-24T10:05:06Z</published>
	<updated>2009-09-24T10:05:06Z</updated>
	<author>
		<name>Quentin Mathé-2</name>
	</author>
	<content type="html">Hi Scott,
&lt;br&gt;&lt;br&gt;Le 24 sept. 2009 à 06:10, Scott a écrit :
&lt;br&gt;&lt;br&gt;&amp;gt; OK I'm running Ubuntu 9.04, I've installed all the packages as &amp;nbsp;
&lt;br&gt;&amp;gt; listed in the INSTALL.Ubuntu file, I've installed the full gnustep &amp;nbsp;
&lt;br&gt;&amp;gt; system, I've sourced GNUstep.sh, I've built and installed the LLVM &amp;nbsp;
&lt;br&gt;&amp;gt; trunk, but when I try to build Etoile (trunk) I get this:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp;Compiling file UKRunner.m ...
&lt;br&gt;&amp;gt; In file included from UKRunner.m:27:
&lt;br&gt;&amp;gt; UKRunner.h:25:34: warning: Foundation/Foundation.h: No such file or &amp;nbsp;
&lt;br&gt;&amp;gt; directory
&lt;br&gt;&lt;br&gt;It looks like there is a problem with the GNUstep environment &amp;nbsp;
&lt;br&gt;variables or the GNUstep install itself.
&lt;br&gt;&lt;br&gt;How did you install GNUstep ? Did you check out the GNUstep trunk or &amp;nbsp;
&lt;br&gt;download a recent release ?
&lt;br&gt;&lt;br&gt;Did you try to compile other GNUstep applications ? If you have &amp;nbsp;
&lt;br&gt;checked out the Étoilé repository, you can find a small test app here &amp;nbsp;
&lt;br&gt;(with no dependency on Étoilé): &amp;lt;&lt;a href=&quot;http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Developer/Templates/TestAppTemplate/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://svn.gna.org/viewcvs/etoile/trunk/Etoile/Developer/Templates/TestAppTemplate/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp;&amp;gt;
&lt;br&gt;Just type 'make' in this directory to compile it. If the compilation &amp;nbsp;
&lt;br&gt;succeeds, you can then launch it with: openapp ./Test.app
&lt;br&gt;&lt;br&gt;If you can post the GNUstep-related variables reported by 'env', this &amp;nbsp;
&lt;br&gt;would be useful to see whether GNUstep.sh was sourced as expected. Can &amp;nbsp;
&lt;br&gt;you also check Foundation.h is present in /pathToGNUstepInstall/System/ 
&lt;br&gt;Library/Headers/Foundation/Foundation.h…
&lt;br&gt;&lt;br&gt;Cheers,
&lt;br&gt;Quentin.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25604910&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Failed-Install-tp25589990p25604910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25589956</id>
	<title>Failed Install (for real this time..)</title>
	<published>2009-09-23T23:08:34Z</published>
	<updated>2009-09-23T23:08:34Z</updated>
	<author>
		<name>Scott Wightman</name>
	</author>
	<content type="html">OK now I have a real build problem, I&amp;#39;m on Ubuntu 9.04 all deps installed, compiled GNUstep from cvs, compiled LLVM from trunk, Etoile compiles for a while but then the build fails with the following:&lt;br&gt;&lt;br&gt;Build Project: Camaelon&lt;br&gt;
&lt;br&gt;Making all for bundle Camaelon...&lt;br&gt; Compiling file NSScroller.m ...&lt;br&gt;NSScroller.m: In function ‘-[NSScroller(theme) isHorizontal]’:&lt;br&gt;NSScroller.m:90: error: ‘_isHorizontal’ undeclared (first use in this function)&lt;br&gt;
NSScroller.m:90: error: (Each undeclared identifier is reported only once&lt;br&gt;NSScroller.m:90: error: for each function it appears in.)&lt;br&gt;NSScroller.m: In function ‘-[NSScroller(theme) drawKnobSlotOn:knobPresent:buttonPressed:]’:&lt;br&gt;
NSScroller.m:101: error: ‘_isHorizontal’ undeclared (first use in this function)&lt;br&gt;NSScroller.m: In function ‘-[NSScroller(theme) drawKnob]’:&lt;br&gt;NSScroller.m:150: error: ‘_isHorizontal’ undeclared (first use in this function)&lt;br&gt;
NSScroller.m: In function ‘-[NSScroller(theme) trackScrollButtons:]’:&lt;br&gt;NSScroller.m:179: error: ‘_isHorizontal’ undeclared (first use in this function)&lt;br&gt;NSScroller.m: In function ‘-[NSScroller(theme) drawRect:]’:&lt;br&gt;NSScroller.m:226: error: ‘_cacheValid’ undeclared (first use in this function)&lt;br&gt;
NSScroller.m: In function ‘-[NSScroller(theme) rectForPart:]’:&lt;br&gt;NSScroller.m:273: error: ‘_isEnabled’ undeclared (first use in this function)&lt;br&gt;NSScroller.m:288: error: ‘_isHorizontal’ undeclared (first use in this function)&lt;br&gt;
NSScroller.m:335: error: ‘_floatValue’ undeclared (first use in this function)&lt;br&gt;make[4]: *** [obj/NSScroller.m.o] Error 1&lt;br&gt;make[3]: *** [internal-bundle-run-compile-submake] Error 2&lt;br&gt;make[2]: *** [Camaelon.all.bundle.variables] Error 2&lt;br&gt;
make[1]: *** [internal-all] Error 2&lt;br&gt;make: *** [internal-all] Error 2&lt;br&gt;&lt;br&gt;Something to with Camaelon a missing header???&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25589956&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Failed-Install-%28for-real-this-time..%29-tp25589956p25589956.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25589990</id>
	<title>Failed Install</title>
	<published>2009-09-23T21:10:54Z</published>
	<updated>2009-09-23T21:10:54Z</updated>
	<author>
		<name>Scott Wightman</name>
	</author>
	<content type="html">OK I&amp;#39;m running Ubuntu 9.04, I&amp;#39;ve installed all the packages as listed in the INSTALL.Ubuntu file, I&amp;#39;ve installed the full gnustep system, I&amp;#39;ve sourced GNUstep.sh, I&amp;#39;ve built and installed the LLVM trunk, but when I try to build Etoile (trunk) I get this:&lt;br&gt;
&lt;br&gt; Compiling file UKRunner.m ...&lt;br&gt;In file included from UKRunner.m:27:&lt;br&gt;UKRunner.h:25:34: warning: Foundation/Foundation.h: No such file or directory&lt;br&gt;In file included from UKRunner.m:27:&lt;br&gt;UKRunner.h:27: error: cannot find interface declaration for ‘NSObject’, superclass of ‘UKRunner’&lt;br&gt;
&lt;br&gt;Seems like some fundamental stuff is still missing somehow, any advice would be very welcome :)&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25589990&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Failed-Install-tp25589990p25589990.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25563251</id>
	<title>Window/project managemet: GroupBar and Scalable Fabric</title>
	<published>2009-09-22T09:34:29Z</published>
	<updated>2009-09-22T09:34:29Z</updated>
	<author>
		<name>Eric Wasylishen-2</name>
	</author>
	<content type="html">Hey,
&lt;br&gt;Here are two interesting windows management prototypes from Microsoft
&lt;br&gt;Research, give them a try if you have a windows machine handy :)
&lt;br&gt;&lt;br&gt;GroupBar is a sidebar which is like the normal windows taskbar, but
&lt;br&gt;lets you group the taskbar buttons in to groups, which you can then
&lt;br&gt;hide/show, and also apply layouts to (e.g., tile the windows in a
&lt;br&gt;group).
&lt;br&gt;&lt;a href=&quot;http://www.patrickbaudisch.com/projects/groupbar/index.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.patrickbaudisch.com/projects/groupbar/index.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;This one is kind of like the Newton's drag-to-screen-edge copy&amp;paste
&lt;br&gt;feature - dragging windows outside of a central area of the deskop
&lt;br&gt;shrinks them, and you can also form groups with the shrunk windows
&lt;br&gt;(which can be restored/minimized together).
&lt;br&gt;&lt;a href=&quot;http://lifehacker.com/398727/scalable-fabric-puts-window-thumbnails-in-your-widescreen-edges&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lifehacker.com/398727/scalable-fabric-puts-window-thumbnails-in-your-widescreen-edges&lt;/a&gt;&lt;br&gt;&lt;br&gt;-Eric
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25563251&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Window-project-managemet%3A-GroupBar-and-Scalable-Fabric-tp25563251p25563251.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25501242</id>
	<title>Re: Etoiles vmdk</title>
	<published>2009-09-17T17:10:39Z</published>
	<updated>2009-09-17T17:10:39Z</updated>
	<author>
		<name>Sheldon Gill</name>
	</author>
	<content type="html">On 18/09/2009, at 4:28 AM, Justin Lolofie wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; I'm using Virtual Box 3.0.6 r52128 on Mac OSX 10.5.7.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm just unzipping your file, creating a new virtual box and pointing
&lt;br&gt;&amp;gt; the new virtual disk at the .vmdk file you provided.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is that all you do? Do I need to change permissions on any files?
&lt;br&gt;&lt;br&gt;Yes, you need to have set read/write permissions on the virtual disk.
&lt;br&gt;Otherwise the drive will be read only.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Sheldon
&lt;br&gt;&lt;br&gt;Checked for Virus &amp; Spam by West Australian Networks Internet Service Providers see www.westnet.net.au
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25501242&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Etoiles-vmdk-tp25496631p25501242.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25499374</id>
	<title>Re: Etoiles vmdk</title>
	<published>2009-09-17T14:13:29Z</published>
	<updated>2009-09-17T14:13:29Z</updated>
	<author>
		<name>Latj</name>
	</author>
	<content type="html">Ahhh, awesome- thanks!
&lt;br&gt;&lt;br&gt;On Thu, Sep 17, 2009 at 3:43 PM, Eric Wasylishen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25499374&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ewasylishen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Rather than create a new VM and setting the disk image, I think you
&lt;br&gt;&amp;gt; have to choose File-&amp;gt;&amp;quot;Import Appliance&amp;quot; in VirtualBox, and select
&lt;br&gt;&amp;gt; the .ovf file. You should get an &amp;quot;Appliance Import Wizard&amp;quot;. You can
&lt;br&gt;&amp;gt; accept the default settings, then there will be a progress bar which
&lt;br&gt;&amp;gt; takes a few minutes to do the &amp;quot;import&amp;quot; (not sure what it is doing..
&lt;br&gt;&amp;gt; decompressing the image?)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I will add a note to the website explaining this procedure :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -Eric
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2009-09-17, at 2:28 PM, Justin Lolofie wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm using Virtual Box 3.0.6 r52128 on Mac OSX 10.5.7.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I'm just unzipping your file, creating a new virtual box and pointing
&lt;br&gt;&amp;gt;&amp;gt; the new virtual disk at the .vmdk file you provided.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Is that all you do? Do I need to change permissions on any files?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks for your help,
&lt;br&gt;&amp;gt;&amp;gt; justin
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On Thu, Sep 17, 2009 at 2:27 PM, Eric Wasylishen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25499374&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ewasylishen@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi Justin,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hm.. I'm not sure what the problem is; I haven't seen any errors like
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; The only requirements should be using fairly new VirtualBox version
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; (I
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; think I made the image with VBox 3.0), and importing it with File-
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;  &amp;gt;Import Appliance.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I am using VBox 3.0.6 on OS X 10.6, and the image worked for me
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; recently. What host OS / VirtualBox version do you have?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Sorry I don't have any better ideas right now..
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Eric
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; On 2009-09-17, at 12:19 PM, Justin Lolofie wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Does anyone have instructions for how to use the Etoile image with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; VirtualBox?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; I tried to use the image from the downloads page and got a lot of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Read-only filesystem&amp;quot; errors. Next I get the &amp;quot;failed to start X&amp;quot;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; blue
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; screen followed by the etoile-dev login prompt. The file permissions
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; errors relate to /var/log/..., /var/lib/..., etc.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Thanks for any help,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Justin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25499374&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25499374&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25499374&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25499374&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25499374&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Etoiles-vmdk-tp25496631p25499374.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25498929</id>
	<title>Re: Etoiles vmdk</title>
	<published>2009-09-17T13:43:33Z</published>
	<updated>2009-09-17T13:43:33Z</updated>
	<author>
		<name>Eric Wasylishen-2</name>
	</author>
	<content type="html">Rather than create a new VM and setting the disk image, I think you &amp;nbsp;
&lt;br&gt;have to choose File-&amp;gt;&amp;quot;Import Appliance&amp;quot; in VirtualBox, and select &amp;nbsp;
&lt;br&gt;the .ovf file. You should get an &amp;quot;Appliance Import Wizard&amp;quot;. You can &amp;nbsp;
&lt;br&gt;accept the default settings, then there will be a progress bar which &amp;nbsp;
&lt;br&gt;takes a few minutes to do the &amp;quot;import&amp;quot; (not sure what it is doing.. &amp;nbsp;
&lt;br&gt;decompressing the image?)
&lt;br&gt;&lt;br&gt;I will add a note to the website explaining this procedure :)
&lt;br&gt;&lt;br&gt;-Eric
&lt;br&gt;&lt;br&gt;On 2009-09-17, at 2:28 PM, Justin Lolofie wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I'm using Virtual Box 3.0.6 r52128 on Mac OSX 10.5.7.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I'm just unzipping your file, creating a new virtual box and pointing
&lt;br&gt;&amp;gt; the new virtual disk at the .vmdk file you provided.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Is that all you do? Do I need to change permissions on any files?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for your help,
&lt;br&gt;&amp;gt; justin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On Thu, Sep 17, 2009 at 2:27 PM, Eric Wasylishen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498929&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ewasylishen@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; Hi Justin,
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hm.. I'm not sure what the problem is; I haven't seen any errors like
&lt;br&gt;&amp;gt;&amp;gt; that.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; The only requirements should be using fairly new VirtualBox version &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt; (I
&lt;br&gt;&amp;gt;&amp;gt; think I made the image with VBox 3.0), and importing it with File-
&lt;br&gt;&amp;gt;&amp;gt; &amp;nbsp;&amp;gt;Import Appliance.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I am using VBox 3.0.6 on OS X 10.6, and the image worked for me
&lt;br&gt;&amp;gt;&amp;gt; recently. What host OS / VirtualBox version do you have?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Sorry I don't have any better ideas right now..
&lt;br&gt;&amp;gt;&amp;gt; Eric
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; On 2009-09-17, at 12:19 PM, Justin Lolofie wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Does anyone have instructions for how to use the Etoile image with
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; VirtualBox?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I tried to use the image from the downloads page and got a lot of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Read-only filesystem&amp;quot; errors. Next I get the &amp;quot;failed to start X&amp;quot; &amp;nbsp;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; blue
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; screen followed by the etoile-dev login prompt. The file permissions
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; errors relate to /var/log/..., /var/lib/..., etc.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Thanks for any help,
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Justin
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498929&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498929&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498929&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498929&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Etoiles-vmdk-tp25496631p25498929.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25498703</id>
	<title>Re: Etoiles vmdk</title>
	<published>2009-09-17T13:28:36Z</published>
	<updated>2009-09-17T13:28:36Z</updated>
	<author>
		<name>Latj</name>
	</author>
	<content type="html">I'm using Virtual Box 3.0.6 r52128 on Mac OSX 10.5.7.
&lt;br&gt;&lt;br&gt;I'm just unzipping your file, creating a new virtual box and pointing
&lt;br&gt;the new virtual disk at the .vmdk file you provided.
&lt;br&gt;&lt;br&gt;Is that all you do? Do I need to change permissions on any files?
&lt;br&gt;&lt;br&gt;Thanks for your help,
&lt;br&gt;justin
&lt;br&gt;&lt;br&gt;&lt;br&gt;On Thu, Sep 17, 2009 at 2:27 PM, Eric Wasylishen &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498703&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ewasylishen@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Justin,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hm.. I'm not sure what the problem is; I haven't seen any errors like
&lt;br&gt;&amp;gt; that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The only requirements should be using fairly new VirtualBox version (I
&lt;br&gt;&amp;gt; think I made the image with VBox 3.0), and importing it with File-
&lt;br&gt;&amp;gt;  &amp;gt;Import Appliance.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using VBox 3.0.6 on OS X 10.6, and the image worked for me
&lt;br&gt;&amp;gt; recently. What host OS / VirtualBox version do you have?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Sorry I don't have any better ideas right now..
&lt;br&gt;&amp;gt; Eric
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; On 2009-09-17, at 12:19 PM, Justin Lolofie wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Does anyone have instructions for how to use the Etoile image with
&lt;br&gt;&amp;gt;&amp;gt; VirtualBox?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I tried to use the image from the downloads page and got a lot of
&lt;br&gt;&amp;gt;&amp;gt; &amp;quot;Read-only filesystem&amp;quot; errors. Next I get the &amp;quot;failed to start X&amp;quot; blue
&lt;br&gt;&amp;gt;&amp;gt; screen followed by the etoile-dev login prompt. The file permissions
&lt;br&gt;&amp;gt;&amp;gt; errors relate to /var/log/..., /var/lib/..., etc.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks for any help,
&lt;br&gt;&amp;gt;&amp;gt; Justin
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498703&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498703&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25498703&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Etoiles-vmdk-tp25496631p25498703.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25497738</id>
	<title>Re: Etoiles vmdk</title>
	<published>2009-09-17T12:27:15Z</published>
	<updated>2009-09-17T12:27:15Z</updated>
	<author>
		<name>Eric Wasylishen-2</name>
	</author>
	<content type="html">Hi Justin,
&lt;br&gt;&lt;br&gt;Hm.. I'm not sure what the problem is; I haven't seen any errors like &amp;nbsp;
&lt;br&gt;that.
&lt;br&gt;&lt;br&gt;The only requirements should be using fairly new VirtualBox version (I &amp;nbsp;
&lt;br&gt;think I made the image with VBox 3.0), and importing it with File- 
&lt;br&gt;&amp;nbsp;&amp;gt;Import Appliance.
&lt;br&gt;&lt;br&gt;I am using VBox 3.0.6 on OS X 10.6, and the image worked for me &amp;nbsp;
&lt;br&gt;recently. What host OS / VirtualBox version do you have?
&lt;br&gt;&lt;br&gt;Sorry I don't have any better ideas right now..
&lt;br&gt;Eric
&lt;br&gt;&lt;br&gt;On 2009-09-17, at 12:19 PM, Justin Lolofie wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Does anyone have instructions for how to use the Etoile image with &amp;nbsp;
&lt;br&gt;&amp;gt; VirtualBox?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I tried to use the image from the downloads page and got a lot of
&lt;br&gt;&amp;gt; &amp;quot;Read-only filesystem&amp;quot; errors. Next I get the &amp;quot;failed to start X&amp;quot; blue
&lt;br&gt;&amp;gt; screen followed by the etoile-dev login prompt. The file permissions
&lt;br&gt;&amp;gt; errors relate to /var/log/..., /var/lib/..., etc.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks for any help,
&lt;br&gt;&amp;gt; Justin
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Etoile-discuss mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25497738&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Etoile-discuss mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25497738&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Etoile-discuss@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://mail.gna.org/listinfo/etoile-discuss&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://mail.gna.org/listinfo/etoile-discuss&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Etoiles-vmdk-tp25496631p25497738.html" />
</entry>

</feed>
