<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-16439</id>
	<title>Nabble - ArchLinux</title>
	<updated>2009-11-25T18:51:16Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/ArchLinux-f16439.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ArchLinux-f16439.html" />
	<subtitle type="html">&lt;a href=&quot;http://www.archlinux.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Arch Linux&lt;/a&gt;, a lightweight and flexible linux distribution that tries to Keep It Simple.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26523696</id>
	<title>Re: LDFLAGS question</title>
	<published>2009-11-25T18:51:16Z</published>
	<updated>2009-11-25T18:51:16Z</updated>
	<author>
		<name>Allan McRae-3</name>
	</author>
	<content type="html">Ranguvar wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Wed, Nov 25, 2009 at 19:27, Allan McRae &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26523696&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;allan@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; bardo wrote:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Hi all.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Recently I've been having fun with the latest pulseaudio quirk: it
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; doesn't build because of the --as-needed flag in linking. I don't
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; understand linking in depth, but as I understood it there's some
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; dependency cycle that gets triggered by the aforementioned ld flag.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; However this doesn't happen when building in a chroot, where the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; package builds fine.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; It isn't the only package where it happens, and I have a handful of
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; questions about the correct way to handle this.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 1. If something like this happens, is it an upstream bug?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2. If it builds fine in a chroot there's obviously a software that
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; triggers the bug, does it mean I am missing a dependency?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 3. If a package builds inside a chroot but not outside, should it be
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; changed in such a way that it builds everywhere regardless of the
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; changes that are to be made? Or should it be left as it is, and
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; related bugs closed with &amp;quot;build it in a chroot&amp;quot;?
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 4. What does the absence of the ld flag imply in practical terms? Is
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; it just a &amp;quot;nice to have&amp;quot; or has it some real implications?
&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; It is probably an addition dep (optional) that is being detected on your
&lt;br&gt;&amp;gt;&amp;gt; system and causing the failure. &amp;nbsp;Personally, I would build in a chroot and
&lt;br&gt;&amp;gt;&amp;gt; ignore the issue. &amp;nbsp;There are plenty of packages that should only be built in
&lt;br&gt;&amp;gt;&amp;gt; a chroot due to issues similar to this and _ALL_ packages should be built in
&lt;br&gt;&amp;gt;&amp;gt; one anyway.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Allan
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Shouldn't a PKGBUILD try to cover all potential normal Arch setups, though?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; If it is known that a package conflicts with the build, and it can't be
&lt;br&gt;&amp;gt; traced to the
&lt;br&gt;&amp;gt; individual package so it can be added in conflicts() (or we may not want it
&lt;br&gt;&amp;gt; there),
&lt;br&gt;&amp;gt; then I think the PKGBUILD should be modified to work in all common
&lt;br&gt;&amp;gt; scenarios.
&lt;/div&gt;&lt;br&gt;&lt;br&gt;I looks like pulse-audio will link to itself and that causes issues with 
&lt;br&gt;--as-needed. &amp;nbsp;Heimdal had (has?) the same issue so had something like 
&lt;br&gt;this in the PKGBUILD:
&lt;br&gt;&lt;br&gt;[ -e /usr/lib/libasn1.so ] &amp;&amp; echo &amp;quot;## remove old heimdal pkg first ##&amp;quot; 
&lt;br&gt;&amp;&amp; return 1
&lt;br&gt;&lt;br&gt;If pulse-audio only fails to build when pulse-audio is present, a line 
&lt;br&gt;like that in the PKGBUILD will solve all problems. &amp;nbsp;Or just a comment at 
&lt;br&gt;the top like the current heimdal package:
&lt;br&gt;&lt;br&gt;#
&lt;br&gt;### Attention: remove old pkg before building - it links against itself! ###
&lt;br&gt;#
&lt;br&gt;&lt;br&gt;Allan
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LDFLAGS-question-tp26522442p26523696.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522755</id>
	<title>Re: LDFLAGS question</title>
	<published>2009-11-25T16:37:03Z</published>
	<updated>2009-11-25T16:37:03Z</updated>
	<author>
		<name>Ranguvar-2</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 19:27, Allan McRae &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522755&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;allan@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; bardo wrote:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Hi all.
&lt;br&gt;&amp;gt;&amp;gt; Recently I've been having fun with the latest pulseaudio quirk: it
&lt;br&gt;&amp;gt;&amp;gt; doesn't build because of the --as-needed flag in linking. I don't
&lt;br&gt;&amp;gt;&amp;gt; understand linking in depth, but as I understood it there's some
&lt;br&gt;&amp;gt;&amp;gt; dependency cycle that gets triggered by the aforementioned ld flag.
&lt;br&gt;&amp;gt;&amp;gt; However this doesn't happen when building in a chroot, where the
&lt;br&gt;&amp;gt;&amp;gt; package builds fine.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; It isn't the only package where it happens, and I have a handful of
&lt;br&gt;&amp;gt;&amp;gt; questions about the correct way to handle this.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; 1. If something like this happens, is it an upstream bug?
&lt;br&gt;&amp;gt;&amp;gt; 2. If it builds fine in a chroot there's obviously a software that
&lt;br&gt;&amp;gt;&amp;gt; triggers the bug, does it mean I am missing a dependency?
&lt;br&gt;&amp;gt;&amp;gt; 3. If a package builds inside a chroot but not outside, should it be
&lt;br&gt;&amp;gt;&amp;gt; changed in such a way that it builds everywhere regardless of the
&lt;br&gt;&amp;gt;&amp;gt; changes that are to be made? Or should it be left as it is, and
&lt;br&gt;&amp;gt;&amp;gt; related bugs closed with &amp;quot;build it in a chroot&amp;quot;?
&lt;br&gt;&amp;gt;&amp;gt; 4. What does the absence of the ld flag imply in practical terms? Is
&lt;br&gt;&amp;gt;&amp;gt; it just a &amp;quot;nice to have&amp;quot; or has it some real implications?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; It is probably an addition dep (optional) that is being detected on your
&lt;br&gt;&amp;gt; system and causing the failure. &amp;nbsp;Personally, I would build in a chroot and
&lt;br&gt;&amp;gt; ignore the issue. &amp;nbsp;There are plenty of packages that should only be built in
&lt;br&gt;&amp;gt; a chroot due to issues similar to this and _ALL_ packages should be built in
&lt;br&gt;&amp;gt; one anyway.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Allan
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;Shouldn't a PKGBUILD try to cover all potential normal Arch setups, though?
&lt;br&gt;&lt;br&gt;If it is known that a package conflicts with the build, and it can't be
&lt;br&gt;traced to the
&lt;br&gt;individual package so it can be added in conflicts() (or we may not want it
&lt;br&gt;there),
&lt;br&gt;then I think the PKGBUILD should be modified to work in all common
&lt;br&gt;scenarios.
&lt;br&gt;&lt;br&gt;At worst case though, IMO, the appropriate lines to filter --as-needed
&lt;br&gt;should be
&lt;br&gt;present except commented out, with a comment explaining to uncomment them
&lt;br&gt;if the user experiences build failure.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ranguvar
&lt;br&gt;[Devin Cofer]
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LDFLAGS-question-tp26522442p26522755.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522737</id>
	<title>Re: LDFLAGS question</title>
	<published>2009-11-25T16:35:10Z</published>
	<updated>2009-11-25T16:35:10Z</updated>
	<author>
		<name>bardo</name>
	</author>
	<content type="html">2009/11/26 Allan McRae &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522737&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;allan@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; It is probably an addition dep (optional) that is being detected on your
&lt;br&gt;&amp;gt; system and causing the failure.  Personally, I would build in a chroot and
&lt;br&gt;&amp;gt; ignore the issue.  There are plenty of packages that should only be built in
&lt;br&gt;&amp;gt; a chroot due to issues similar to this and _ALL_ packages should be built in
&lt;br&gt;&amp;gt; one anyway.
&lt;br&gt;&lt;br&gt;Well, it seems to be known and documented upstream, and they don't
&lt;br&gt;consider it as a bug:
&lt;br&gt;&lt;a href=&quot;http://www.mail-archive.com/pulseaudio-discuss@mail.0pointer.de/msg04883.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mail-archive.com/pulseaudio-discuss@.../msg04883.html&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LDFLAGS-question-tp26522442p26522737.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522682</id>
	<title>Re: LDFLAGS question</title>
	<published>2009-11-25T16:27:35Z</published>
	<updated>2009-11-25T16:27:35Z</updated>
	<author>
		<name>Allan McRae-3</name>
	</author>
	<content type="html">bardo wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all.
&lt;br&gt;&amp;gt; Recently I've been having fun with the latest pulseaudio quirk: it
&lt;br&gt;&amp;gt; doesn't build because of the --as-needed flag in linking. I don't
&lt;br&gt;&amp;gt; understand linking in depth, but as I understood it there's some
&lt;br&gt;&amp;gt; dependency cycle that gets triggered by the aforementioned ld flag.
&lt;br&gt;&amp;gt; However this doesn't happen when building in a chroot, where the
&lt;br&gt;&amp;gt; package builds fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It isn't the only package where it happens, and I have a handful of
&lt;br&gt;&amp;gt; questions about the correct way to handle this.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 1. If something like this happens, is it an upstream bug?
&lt;br&gt;&amp;gt; 2. If it builds fine in a chroot there's obviously a software that
&lt;br&gt;&amp;gt; triggers the bug, does it mean I am missing a dependency?
&lt;br&gt;&amp;gt; 3. If a package builds inside a chroot but not outside, should it be
&lt;br&gt;&amp;gt; changed in such a way that it builds everywhere regardless of the
&lt;br&gt;&amp;gt; changes that are to be made? Or should it be left as it is, and
&lt;br&gt;&amp;gt; related bugs closed with &amp;quot;build it in a chroot&amp;quot;?
&lt;br&gt;&amp;gt; 4. What does the absence of the ld flag imply in practical terms? Is
&lt;br&gt;&amp;gt; it just a &amp;quot;nice to have&amp;quot; or has it some real implications?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;It is probably an addition dep (optional) that is being detected on your 
&lt;br&gt;system and causing the failure. &amp;nbsp;Personally, I would build in a chroot 
&lt;br&gt;and ignore the issue. &amp;nbsp;There are plenty of packages that should only be 
&lt;br&gt;built in a chroot due to issues similar to this and _ALL_ packages 
&lt;br&gt;should be built in one anyway.
&lt;br&gt;&lt;br&gt;Allan
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LDFLAGS-question-tp26522442p26522682.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522621</id>
	<title>Re: LDFLAGS question</title>
	<published>2009-11-25T16:17:16Z</published>
	<updated>2009-11-25T16:17:16Z</updated>
	<author>
		<name>Ranguvar-2</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 18:58, bardo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26522621&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ilbardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi all.
&lt;br&gt;&amp;gt; Recently I've been having fun with the latest pulseaudio quirk: it
&lt;br&gt;&amp;gt; doesn't build because of the --as-needed flag in linking. I don't
&lt;br&gt;&amp;gt; understand linking in depth, but as I understood it there's some
&lt;br&gt;&amp;gt; dependency cycle that gets triggered by the aforementioned ld flag.
&lt;br&gt;&amp;gt; However this doesn't happen when building in a chroot, where the
&lt;br&gt;&amp;gt; package builds fine.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It isn't the only package where it happens, and I have a handful of
&lt;br&gt;&amp;gt; questions about the correct way to handle this.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; 1. If something like this happens, is it an upstream bug?
&lt;br&gt;&amp;gt; 2. If it builds fine in a chroot there's obviously a software that
&lt;br&gt;&amp;gt; triggers the bug, does it mean I am missing a dependency?
&lt;br&gt;&amp;gt; 3. If a package builds inside a chroot but not outside, should it be
&lt;br&gt;&amp;gt; changed in such a way that it builds everywhere regardless of the
&lt;br&gt;&amp;gt; changes that are to be made? Or should it be left as it is, and
&lt;br&gt;&amp;gt; related bugs closed with &amp;quot;build it in a chroot&amp;quot;?
&lt;br&gt;&amp;gt; 4. What does the absence of the ld flag imply in practical terms? Is
&lt;br&gt;&amp;gt; it just a &amp;quot;nice to have&amp;quot; or has it some real implications?
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;Hello bardo,
&lt;br&gt;&lt;br&gt;1.) Depends on whether they see it as such :p &amp;nbsp;Some upstreams
&lt;br&gt;get all annoyed and tag the bug as WONTFIX. &amp;nbsp;Others care about it
&lt;br&gt;and take a look into it. &amp;nbsp;I would file it upstream though, just in case.
&lt;br&gt;Also, check the Gentoo bug reports, both closed and open, for your
&lt;br&gt;problem -- Gentoo has lately been trying to resolve all --as-needed
&lt;br&gt;compile issues.
&lt;br&gt;&lt;br&gt;2.) Probably not missing a dependency so much as revealing a flaw in
&lt;br&gt;how the software is built (or the linker itself). &amp;nbsp;--as-needed affects how
&lt;br&gt;binaries link in other stuff, a certain package may trigger the problem.
&lt;br&gt;&lt;br&gt;3.) I would say, personally, make it build the same everywhere. &amp;nbsp;Do put
&lt;br&gt;a comment in the PKGBUILD though, for future reference by others
&lt;br&gt;&lt;br&gt;4.) --as-needed reduces some of the library dependencies of binaries,
&lt;br&gt;and also speeds up the dynamic linking step -- applications start faster.
&lt;br&gt;Therefore, it's nice to have, but can be removed if it presents problems
&lt;br&gt;(as it does every now and again).
&lt;br&gt;&lt;br&gt;And lastly, please filter --as-needed in a sane way instead of exporting
&lt;br&gt;LDFLAGS :P
&lt;br&gt;I like the following three-line solution to filter all variants of
&lt;br&gt;--as-needed:
&lt;br&gt;&lt;br&gt;LDFLAGS=&amp;quot;${LDFLAGS//-Wl,--as-needed}&amp;quot;
&lt;br&gt;LDFLAGS=&amp;quot;${LDFLAGS//,--as-needed}&amp;quot;
&lt;br&gt;export LDFLAGS=&amp;quot;${LDFLAGS//--as-needed}&amp;quot;
&lt;br&gt;&lt;br&gt;Again, please tag that block with a comment about the failure and that it
&lt;br&gt;doesn't fail in a clean chroot or whatever :)
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hope that helps,
&lt;br&gt;-- 
&lt;br&gt;Ranguvar
&lt;br&gt;[Devin Cofer]
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LDFLAGS-question-tp26522442p26522621.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26522442</id>
	<title>LDFLAGS question</title>
	<published>2009-11-25T15:58:10Z</published>
	<updated>2009-11-25T15:58:10Z</updated>
	<author>
		<name>bardo</name>
	</author>
	<content type="html">Hi all.
&lt;br&gt;Recently I've been having fun with the latest pulseaudio quirk: it
&lt;br&gt;doesn't build because of the --as-needed flag in linking. I don't
&lt;br&gt;understand linking in depth, but as I understood it there's some
&lt;br&gt;dependency cycle that gets triggered by the aforementioned ld flag.
&lt;br&gt;However this doesn't happen when building in a chroot, where the
&lt;br&gt;package builds fine.
&lt;br&gt;&lt;br&gt;It isn't the only package where it happens, and I have a handful of
&lt;br&gt;questions about the correct way to handle this.
&lt;br&gt;&lt;br&gt;1. If something like this happens, is it an upstream bug?
&lt;br&gt;2. If it builds fine in a chroot there's obviously a software that
&lt;br&gt;triggers the bug, does it mean I am missing a dependency?
&lt;br&gt;3. If a package builds inside a chroot but not outside, should it be
&lt;br&gt;changed in such a way that it builds everywhere regardless of the
&lt;br&gt;changes that are to be made? Or should it be left as it is, and
&lt;br&gt;related bugs closed with &amp;quot;build it in a chroot&amp;quot;?
&lt;br&gt;4. What does the absence of the ld flag imply in practical terms? Is
&lt;br&gt;it just a &amp;quot;nice to have&amp;quot; or has it some real implications?
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/LDFLAGS-question-tp26522442p26522442.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26520991</id>
	<title>dcopserver problem</title>
	<published>2009-11-25T13:55:54Z</published>
	<updated>2009-11-25T13:55:54Z</updated>
	<author>
		<name>richard terry-5</name>
	</author>
	<content type="html">Hi list,
&lt;br&gt;&lt;br&gt;Last few days or so of weeks having huge problems with kde4 after the last 
&lt;br&gt;upgrade.
&lt;br&gt;&lt;br&gt;Apps just hang, clicking on the toolbar &amp;gt; no reponse for eons.
&lt;br&gt;&lt;br&gt;messages were around &amp;nbsp;kbuildsycoca: WARNING's......
&lt;br&gt;&lt;br&gt;I looked on the forums/net and they seemed to indicate that typing
&lt;br&gt;&lt;br&gt;dcopserver_shutdown, followed by kdeinit would fix the problem, which it sort 
&lt;br&gt;of does temporarily.
&lt;br&gt;&lt;br&gt;I wondered what could be going on and how to fix it permanantly.
&lt;br&gt;&lt;br&gt;Any helip appreciated.
&lt;br&gt;&lt;br&gt;Richard
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/dcopserver-problem-tp26520991p26520991.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515445</id>
	<title>Re: Please update boost from [extra] - PKGBUILD attached</title>
	<published>2009-11-25T08:08:37Z</published>
	<updated>2009-11-25T08:08:37Z</updated>
	<author>
		<name>Aaron Griffin</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 8:12 AM, Sven-Hendrik Haase &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515445&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sh@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 25.11.2009 00:45, Ionut Biru wrote:
&lt;br&gt;&amp;gt;&amp;gt; On 11/25/2009 01:39 AM, Sven-Hendrik Haase wrote:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Boost in [extra] has been out-of-date since 1830 (and marked as such)
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; and even though I mailed the maintainer two weeks ago no update
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; happened.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Here is my updated PKGBUILD for 1.41.0 which is actually a bit neater
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; than before since no silly patches are required anymore.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; I'm currently running this package and see no trouble. Please use this
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; to update boost in [extra] :).
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; -- Sven-Hendrik
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; if it where that simple :). boost update require a lot of packages to
&lt;br&gt;&amp;gt;&amp;gt; be rebuild. we have a rebuild in progress in testing and maybe after
&lt;br&gt;&amp;gt;&amp;gt; that we are bumping that too.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; It's only 29 packages though and boost usually changes with backwards
&lt;br&gt;&amp;gt; compatibility in mind. Am I being naive? :)
&lt;/div&gt;&lt;br&gt;If the soname changes, then everything needs to be rebuilt. We try to
&lt;br&gt;keep one large rebuild in testing at a time. Currently we have
&lt;br&gt;rebuilds for heimdal in there.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-update-boost-from--extra----PKGBUILD-attached-tp26505254p26515445.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26515132</id>
	<title>Re: kmail spellcheck reporting no errors when there plainly are errors - can someone confirm?</title>
	<published>2009-11-25T07:51:40Z</published>
	<updated>2009-11-25T07:51:40Z</updated>
	<author>
		<name>Daenyth Blank</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 10:05, David Rosenstrauch &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26515132&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;darose@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 11/25/2009 04:43 AM, David C. Rankin wrote:
&lt;br&gt;&amp;gt; FYI - I've set the kwallet password to nothing, and it's seemed to work out
&lt;br&gt;&amp;gt; nicely, as it no longer prompts me for the wallet password at inopportune
&lt;br&gt;&amp;gt; times.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; In theory this is less secure.  But since no one can be logged into my box
&lt;br&gt;&amp;gt; as me without my account password anyway, in reality there's no way anyone
&lt;br&gt;&amp;gt; can access my kwallet passwords without having my account password first.
&lt;br&gt;&amp;gt;  Maybe give this a shot?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; HTH,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; DR
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;If you're running any services that face an open network, you are in
&lt;br&gt;theory vulnerable to an exploit in the service. Also, there have been
&lt;br&gt;exploits in web browsers like firefox that would give user-level
&lt;br&gt;access. This could potentially give the attacker access to your wallet
&lt;br&gt;without your user password, depending on the exploit(s) used. In this
&lt;br&gt;case, *all* your passwords will be comprimised. Using a password
&lt;br&gt;manager without a password itself is bad for your security.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kmail-spellcheck-reporting-no-errors-when-there-plainly-are-errors---can-someone-confirm--tp26488030p26515132.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26514222</id>
	<title>Re: kmail spellcheck reporting no errors when there plainly are errors - can someone confirm?</title>
	<published>2009-11-25T07:04:59Z</published>
	<updated>2009-11-25T07:04:59Z</updated>
	<author>
		<name>darose</name>
	</author>
	<content type="html">On 11/25/2009 04:43 AM, David C. Rankin wrote:
&lt;br&gt;&amp;gt; I find wallet to be a complete pain. Even if I set it to 
&lt;br&gt;&amp;gt; always remember my password, I still get prompted to enter it at the least 
&lt;br&gt;&amp;gt; expected times. I tried to live with it on this latest install, but that 
&lt;br&gt;&amp;gt; relationship ended in divorce ;-)
&lt;br&gt;&lt;br&gt;FYI - I've set the kwallet password to nothing, and it's seemed to work 
&lt;br&gt;out nicely, as it no longer prompts me for the wallet password at 
&lt;br&gt;inopportune times.
&lt;br&gt;&lt;br&gt;In theory this is less secure. &amp;nbsp;But since no one can be logged into my 
&lt;br&gt;box as me without my account password anyway, in reality there's no way 
&lt;br&gt;anyone can access my kwallet passwords without having my account 
&lt;br&gt;password first. &amp;nbsp;Maybe give this a shot?
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;&lt;br&gt;DR
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kmail-spellcheck-reporting-no-errors-when-there-plainly-are-errors---can-someone-confirm--tp26488030p26514222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26513313</id>
	<title>Re: Please update boost from [extra] - PKGBUILD	attached</title>
	<published>2009-11-25T06:12:30Z</published>
	<updated>2009-11-25T06:12:30Z</updated>
	<author>
		<name>Sven-Hendrik Haase</name>
	</author>
	<content type="html">On 25.11.2009 00:45, Ionut Biru wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 11/25/2009 01:39 AM, Sven-Hendrik Haase wrote:
&lt;br&gt;&amp;gt;&amp;gt; Boost in [extra] has been out-of-date since 1830 (and marked as such)
&lt;br&gt;&amp;gt;&amp;gt; and even though I mailed the maintainer two weeks ago no update
&lt;br&gt;&amp;gt;&amp;gt; happened.
&lt;br&gt;&amp;gt;&amp;gt; Here is my updated PKGBUILD for 1.41.0 which is actually a bit neater
&lt;br&gt;&amp;gt;&amp;gt; than before since no silly patches are required anymore.
&lt;br&gt;&amp;gt;&amp;gt; I'm currently running this package and see no trouble. Please use this
&lt;br&gt;&amp;gt;&amp;gt; to update boost in [extra] :).
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; -- Sven-Hendrik
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; if it where that simple :). boost update require a lot of packages to
&lt;br&gt;&amp;gt; be rebuild. we have a rebuild in progress in testing and maybe after
&lt;br&gt;&amp;gt; that we are bumping that too.
&lt;br&gt;&amp;gt;
&lt;/div&gt;It's only 29 packages though and boost usually changes with backwards
&lt;br&gt;compatibility in mind. Am I being naive? :)
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-update-boost-from--extra----PKGBUILD-attached-tp26505254p26513313.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509940</id>
	<title>Re: Gnome - howto configure sound? Sound is silent, beep is loud (as heck)?</title>
	<published>2009-11-25T01:46:44Z</published>
	<updated>2009-11-25T01:46:44Z</updated>
	<author>
		<name>David C. Rankin</name>
	</author>
	<content type="html">On Tuesday 24 November 2009 10:23:06 and regarding:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 11/24/2009 04:00 AM, David C. Rankin wrote:
&lt;br&gt;&amp;gt; &amp;gt; the system beep is so loud it will scare the heck
&lt;br&gt;&amp;gt; &amp;gt; out of you when you backspace too far, etc... I need to reverse both.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Solution for this is to either 1) lower the volume, by lowering the
&lt;br&gt;&amp;gt; slider on the &amp;quot;PC Beep&amp;quot; channel in your mixer (e.g., kmix, alsamixer,
&lt;br&gt;&amp;gt; etc.), or 2) complete turn off the volume by either a) muting that
&lt;br&gt;&amp;gt; channel in your mixer, or b) not loading the kernel &amp;quot;pcspkr&amp;quot; module
&lt;br&gt;&amp;gt; (e.g., by setting &amp;quot;MODULES=(... !pcspkr ...)&amp;quot; in your /etc/rc.conf.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; HTH,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; DR
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;working on it now... we will see how it goes..
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David C. Rankin, J.D.,P.E.
&lt;br&gt;Rankin Law Firm, PLLC
&lt;br&gt;510 Ochiltree Street
&lt;br&gt;Nacogdoches, Texas 75961
&lt;br&gt;Telephone: (936) 715-9333
&lt;br&gt;Facsimile: (936) 715-9339
&lt;br&gt;www.rankinlawfirm.com
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Gnome---howto-configure-sound--Sound-is-silent%2C-beep-is-loud-%28as-heck%29--tp26492535p26509940.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509923</id>
	<title>Re: kmail spellcheck reporting no errors when there plainly are errors - can someone confirm?</title>
	<published>2009-11-25T01:45:41Z</published>
	<updated>2009-11-25T01:45:41Z</updated>
	<author>
		<name>David C. Rankin</name>
	</author>
	<content type="html">On Tuesday 24 November 2009 01:03:35 and regarding:
&lt;br&gt;&amp;gt; David C. Rankin wrote:
&lt;br&gt;&amp;gt; &amp;gt; Guys,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; With KMail Version 1.12.3 Using KDE 4.3.3 (KDE 4.3.3), kmail isn't
&lt;br&gt;&amp;gt; &amp;gt; catching any spelling errorssss. Eggsample:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; works here... do you have the aspell dictionary for your language
&lt;br&gt;&amp;gt; &amp;nbsp;installed?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Yes, I have a spell installed, the works. I think I'll just blow my ~/.kde 
&lt;br&gt;directory away and start over. I must have pulled in a config file with an 
&lt;br&gt;incorrect path in it. (wouldn't surprise me at all)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David C. Rankin, J.D.,P.E.
&lt;br&gt;Rankin Law Firm, PLLC
&lt;br&gt;510 Ochiltree Street
&lt;br&gt;Nacogdoches, Texas 75961
&lt;br&gt;Telephone: (936) 715-9333
&lt;br&gt;Facsimile: (936) 715-9339
&lt;br&gt;www.rankinlawfirm.com
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kmail-spellcheck-reporting-no-errors-when-there-plainly-are-errors---can-someone-confirm--tp26488030p26509923.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26509901</id>
	<title>Re: kmail spellcheck reporting no errors when there plainly are errors - can someone confirm?</title>
	<published>2009-11-25T01:43:50Z</published>
	<updated>2009-11-25T01:43:50Z</updated>
	<author>
		<name>David C. Rankin</name>
	</author>
	<content type="html">On Monday 23 November 2009 18:05:04 and regarding:
&lt;br&gt;&amp;gt; Just tried here, and it didn't work. Should I have configured
&lt;br&gt;&amp;gt; something before trying?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Also, it complained about not being able to use KWallet to store the
&lt;br&gt;&amp;gt; password. Even
&lt;br&gt;&amp;gt; though I have KWallet installed.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Spell check should be enabled by default as long as you installed a spell 
&lt;br&gt;check dictionary (I think you get it by default)
&lt;br&gt;&lt;br&gt;With kwallet. If you're the only user of the box and you have reasonable 
&lt;br&gt;security habbits, then I would just turn kwallet off and let kmail and the 
&lt;br&gt;rest store the passowrds in their files (they are encrypted, just not to the 
&lt;br&gt;extent wallet does). I find wallet to be a complete pain. Even if I set it to 
&lt;br&gt;always remember my password, I still get prompted to enter it at the least 
&lt;br&gt;expected times. I tried to live with it on this latest install, but that 
&lt;br&gt;relationship ended in divorce ;-)
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;David C. Rankin, J.D.,P.E.
&lt;br&gt;Rankin Law Firm, PLLC
&lt;br&gt;510 Ochiltree Street
&lt;br&gt;Nacogdoches, Texas 75961
&lt;br&gt;Telephone: (936) 715-9333
&lt;br&gt;Facsimile: (936) 715-9339
&lt;br&gt;www.rankinlawfirm.com
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/kmail-spellcheck-reporting-no-errors-when-there-plainly-are-errors---can-someone-confirm--tp26488030p26509901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508191</id>
	<title>Re: Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T22:40:02Z</published>
	<updated>2009-11-24T22:40:02Z</updated>
	<author>
		<name>Ray Rashif</name>
	</author>
	<content type="html">2009/11/25 Chris Brannon &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26508191&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmbrannon79@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; On 11/25/2009 12:14 AM, Clément DÉMOULINS wrote:
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt; The branch pulseaudio-airtunes merged into the trunk of pulseaudio.
&lt;br&gt;&amp;gt; &amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; request delete after our pulseaudio package include that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Apparently, I was a little too quick with the trigger finger...
&lt;br&gt;&amp;gt; Did anyone save it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Chris
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;You must have been playing around too much with this:
&lt;br&gt;&lt;a href=&quot;http://ccstore.queensu.ca/queensu70/images/products/2009_02_11_14_52_05_9900-50855-00s.jpg&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://ccstore.queensu.ca/queensu70/images/products/2009_02_11_14_52_05_9900-50855-00s.jpg&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26508191.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26506664</id>
	<title>Re: Trusted User Application</title>
	<published>2009-11-24T18:30:32Z</published>
	<updated>2009-11-24T18:30:32Z</updated>
	<author>
		<name>xyne</name>
	</author>
	<content type="html">&amp;gt; On Tue, Nov 24, 2009 at 17:07, Laurie Clark-Michalek
&lt;br&gt;&amp;gt; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26506664&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bluepeppers@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; May I recommend the marquee tag.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Better yet, an animated gif with sparkles! :D
&lt;br&gt;&lt;br&gt;Set up a twitter account while you're at it.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trusted-User-Application-tp26400467p26506664.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505323</id>
	<title>Re: Please update boost from [extra] - PKGBUILD attached</title>
	<published>2009-11-24T15:45:15Z</published>
	<updated>2009-11-24T15:45:15Z</updated>
	<author>
		<name>Ionut Biru</name>
	</author>
	<content type="html">On 11/25/2009 01:39 AM, Sven-Hendrik Haase wrote:
&lt;br&gt;&amp;gt; Boost in [extra] has been out-of-date since 1830 (and marked as such)
&lt;br&gt;&amp;gt; and even though I mailed the maintainer two weeks ago no update happened.
&lt;br&gt;&amp;gt; Here is my updated PKGBUILD for 1.41.0 which is actually a bit neater
&lt;br&gt;&amp;gt; than before since no silly patches are required anymore.
&lt;br&gt;&amp;gt; I'm currently running this package and see no trouble. Please use this
&lt;br&gt;&amp;gt; to update boost in [extra] :).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Sven-Hendrik
&lt;br&gt;&lt;br&gt;if it where that simple :). boost update require a lot of packages to be 
&lt;br&gt;rebuild. we have a rebuild in progress in testing and maybe after that 
&lt;br&gt;we are bumping that too.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ionut
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-update-boost-from--extra----PKGBUILD-attached-tp26505254p26505323.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26505254</id>
	<title>Please update boost from [extra] - PKGBUILD attached</title>
	<published>2009-11-24T15:38:21Z</published>
	<updated>2009-11-24T15:38:21Z</updated>
	<author>
		<name>Sven-Hendrik Haase</name>
	</author>
	<content type="html">Boost in [extra] has been out-of-date since 1830 (and marked as such) 
&lt;br&gt;and even though I mailed the maintainer two weeks ago no update happened.
&lt;br&gt;Here is my updated PKGBUILD for 1.41.0 which is actually a bit neater 
&lt;br&gt;than before since no silly patches are required anymore.
&lt;br&gt;I'm currently running this package and see no trouble. Please use this 
&lt;br&gt;to update boost in [extra] :).
&lt;br&gt;&lt;br&gt;-- Sven-Hendrik
&lt;br&gt;&lt;br /&gt;# $Id: PKGBUILD 47703 2009-07-25 14:37:19Z giovanni $
&lt;br&gt;# Maintainer: kevin &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505254&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kevin@...&lt;/a&gt;&amp;gt;
&lt;br&gt;# TU: Kritoke &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505254&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;kritoke@...&lt;/a&gt;&amp;gt;
&lt;br&gt;# Contributor: Luca Roccia &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505254&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;little_rock@...&lt;/a&gt;&amp;gt;
&lt;br&gt;# Contributor: Sven-Hendrik Haase &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26505254&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;sh@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;nbsp;
&lt;br&gt;pkgname=boost
&lt;br&gt;pkgver=1.41.0
&lt;br&gt;_boostver=${pkgver//./_}
&lt;br&gt;pkgrel=1
&lt;br&gt;pkgdesc=&amp;quot;Boost provides free peer-reviewed portable C++ source libraries.&amp;quot;
&lt;br&gt;arch=(i686 x86_64)
&lt;br&gt;url=&amp;quot;&lt;a href=&quot;http://www.boost.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.boost.org/&lt;/a&gt;&amp;quot;
&lt;br&gt;depends=('python&amp;gt;=2.5' 'bzip2' 'zlib')
&lt;br&gt;source=(&lt;a href=&quot;http://downloads.sourceforge.net/sourceforge/$&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://downloads.sourceforge.net/sourceforge/$&lt;/a&gt;{pkgname}/${pkgname}_${_boostver}.tar.bz2)
&lt;br&gt;license=('custom')
&lt;br&gt;options=(!ccache)
&lt;br&gt;md5sums=('8bb65e133907db727a2a825c5400d0a6')
&lt;br&gt;&amp;nbsp;
&lt;br&gt;build() {
&lt;br&gt;&amp;nbsp; cd ${srcdir}/${pkgname}_${_boostver}
&lt;br&gt;&amp;nbsp; #export CFLAGS=&amp;quot;${CFLAGS} -fno-strict-aliasing&amp;quot;
&lt;br&gt;&amp;nbsp; #export CXXFLAGS=&amp;quot;${CXXFLAGS} -fno-strict-aliasing&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; # build bjam
&lt;br&gt;&amp;nbsp; cd ${srcdir}/${pkgname}_${_boostver}/tools/jam/src
&lt;br&gt;&amp;nbsp; ./build.sh cc || return 1
&lt;br&gt;&lt;br&gt;&amp;nbsp; _bindir=&amp;quot;bin.linuxx86&amp;quot;
&lt;br&gt;&amp;nbsp; [ &amp;quot;${CARCH}&amp;quot; = &amp;quot;x86_64&amp;quot; ] &amp;&amp; _bindir=&amp;quot;bin.linuxx86_64&amp;quot;
&lt;br&gt;&lt;br&gt;&amp;nbsp; install -m755 -d ${pkgdir}/usr/bin
&lt;br&gt;&amp;nbsp; install -m755 ${_bindir}/bjam ${pkgdir}/usr/bin/bjam || return 1
&lt;br&gt;&amp;nbsp;
&lt;br&gt;&amp;nbsp; # build bcp
&lt;br&gt;&amp;nbsp; cd ${srcdir}/${pkgname}_${_boostver}/tools/bcp
&lt;br&gt;&amp;nbsp; ../jam/src/${_bindir}/bjam || return 1
&lt;br&gt;&amp;nbsp; install -m755 ${srcdir}/${pkgname}_${_boostver}/dist/bin/bcp \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ${pkgdir}/usr/bin/bcp || return 1
&lt;br&gt;&lt;br&gt;&amp;nbsp; # build libs
&lt;br&gt;&amp;nbsp; cd ${srcdir}/${pkgname}_${_boostver}
&lt;br&gt;&amp;nbsp; # default &amp;quot;minimal&amp;quot; install: &amp;quot;release link=shared,static
&lt;br&gt;&amp;nbsp; # &amp;nbsp; &amp;nbsp; &amp;nbsp;runtime-link=shared threading=multi&amp;quot;
&lt;br&gt;&amp;nbsp; # --layout=tagged will add the &amp;quot;-mt&amp;quot; suffix for multithreaded libraries
&lt;br&gt;&amp;nbsp; # and installs includes in /usr/include/boost.
&lt;br&gt;&amp;nbsp; # --layout=system no longer adds the -mt suffix for multi-threaded libs.
&lt;br&gt;&amp;nbsp; ./tools/jam/src/${_bindir}/bjam \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; release debug-symbols=off threading=single,multi \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; runtime-link=shared link=shared,static \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cflags=-fno-strict-aliasing \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --prefix=${pkgdir}/usr \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -sPYTHON_ROOT=/usr \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -sPYTHON_VERSION=2.6 \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -sTOOLS=gcc \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; --layout=tagged \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; install || return 1
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;--with-wave install || return 1
&lt;br&gt;# &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-d2 &amp;lt;- debug &amp;nbsp;cflags=-fno-strict-aliasing \
&lt;br&gt;&lt;br&gt;&amp;nbsp; # build pyste
&lt;br&gt;&amp;nbsp; cd ${srcdir}/${pkgname}_${_boostver}/libs/python/pyste/install
&lt;br&gt;&amp;nbsp; python setup.py install --root=${pkgdir} || return 1
&lt;br&gt;&lt;br&gt;&amp;nbsp; # license
&lt;br&gt;&amp;nbsp; install -m755 -d ${pkgdir}/usr/share/licenses/${pkgname}
&lt;br&gt;&amp;nbsp; install -m644 ${srcdir}/${pkgname}_${_boostver}/LICENSE_1_0.txt \
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ${pkgdir}/usr/share/licenses/${pkgname}/ || return 1
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Please-update-boost-from--extra----PKGBUILD-attached-tp26505254p26505254.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504418</id>
	<title>Re: Trusted User Application</title>
	<published>2009-11-24T14:30:05Z</published>
	<updated>2009-11-24T14:30:05Z</updated>
	<author>
		<name>Daenyth Blank</name>
	</author>
	<content type="html">On Tue, Nov 24, 2009 at 17:07, Laurie Clark-Michalek
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504418&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;bluepeppers@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; May I recommend the marquee tag.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;Better yet, an animated gif with sparkles! :D
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trusted-User-Application-tp26400467p26504418.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504399</id>
	<title>Re: Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T14:28:33Z</published>
	<updated>2009-11-24T14:28:33Z</updated>
	<author>
		<name>Evangelos Foutras-2</name>
	</author>
	<content type="html">On Wed, Nov 25, 2009 at 12:23 AM, Chris Brannon &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504399&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cmbrannon79@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; On 11/25/2009 12:14 AM, Clément DÉMOULINS wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; The branch pulseaudio-airtunes merged into the trunk of pulseaudio.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; request delete after our pulseaudio package include that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Apparently, I was a little too quick with the trigger finger...
&lt;br&gt;&amp;gt; Did anyone save it?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -- Chris
&lt;/div&gt;&lt;br&gt;It's still available at
&lt;br&gt;&lt;a href=&quot;http://aur.archlinux.org/packages/pulseaudio-airtunes-git/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aur.archlinux.org/packages/pulseaudio-airtunes-git/&lt;/a&gt;. However,
&lt;br&gt;if the branch was merged into the main development tree, one can use
&lt;br&gt;the pulseaudio-git package instead. Therefore it makes little sense to
&lt;br&gt;re-upload the deleted package.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26504399.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504358</id>
	<title>Re: Deletion request</title>
	<published>2009-11-24T14:26:06Z</published>
	<updated>2009-11-24T14:26:06Z</updated>
	<author>
		<name>Heiko Baums-2</name>
	</author>
	<content type="html">Am Wed, 25 Nov 2009 00:15:08 +0200
&lt;br&gt;schrieb Ionut Biru &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504358&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;biru.ionut@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On 11/25/2009 12:12 AM, Heiko Baums wrote:
&lt;br&gt;&amp;gt; &amp;gt; Hi,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; today I uploaded the package xorriso 0.4.5 to AUR:
&lt;br&gt;&amp;gt; &amp;gt; &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=32208&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aur.archlinux.org/packages.php?ID=32208&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Upstream just told me that it's already included in the package
&lt;br&gt;&amp;gt; &amp;gt; libisoburn from community.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; So it was nice if someone would delete this package from AUR.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Heiko
&lt;br&gt;&amp;gt; done
&lt;/div&gt;&lt;br&gt;Thanks!
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-include-sources-from-sourceforge-%2B-creating-links-not-provided-by-package-tp26490093p26504358.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504324</id>
	<title>Re: Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T14:23:14Z</published>
	<updated>2009-11-24T14:23:14Z</updated>
	<author>
		<name>Chris Brannon-2</name>
	</author>
	<content type="html">&amp;gt; On 11/25/2009 12:14 AM, Clément DÉMOULINS wrote:
&lt;br&gt;&amp;gt; &amp;gt; The branch pulseaudio-airtunes merged into the trunk of pulseaudio.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; request delete after our pulseaudio package include that.
&lt;br&gt;&lt;br&gt;Apparently, I was a little too quick with the trigger finger...
&lt;br&gt;Did anyone save it?
&lt;br&gt;&lt;br&gt;-- Chris
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26504324.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504299</id>
	<title>Re: Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T14:21:29Z</published>
	<updated>2009-11-24T14:21:29Z</updated>
	<author>
		<name>Chris Brannon-2</name>
	</author>
	<content type="html">&amp;gt; Hello,
&lt;br&gt;&amp;gt; Please delete my package pulseaudio-airtunes-git [1]
&lt;br&gt;&lt;br&gt;Deleted.
&lt;br&gt;&lt;br&gt;-- Chris
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26504299.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504253</id>
	<title>Re: Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T14:16:42Z</published>
	<updated>2009-11-24T14:16:42Z</updated>
	<author>
		<name>Ionut Biru</name>
	</author>
	<content type="html">On 11/25/2009 12:14 AM, Clément DÉMOULINS wrote:
&lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;&amp;gt; Hash: SHA1
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The branch pulseaudio-airtunes merged into the trunk of pulseaudio.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;request delete after our pulseaudio package include that.
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ionut
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26504253.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504226</id>
	<title>Re: Deletion request</title>
	<published>2009-11-24T14:15:08Z</published>
	<updated>2009-11-24T14:15:08Z</updated>
	<author>
		<name>Ionut Biru</name>
	</author>
	<content type="html">On 11/25/2009 12:12 AM, Heiko Baums wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; today I uploaded the package xorriso 0.4.5 to AUR:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=32208&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aur.archlinux.org/packages.php?ID=32208&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Upstream just told me that it's already included in the package
&lt;br&gt;&amp;gt; libisoburn from community.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So it was nice if someone would delete this package from AUR.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Heiko
&lt;/div&gt;done
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Ionut
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-include-sources-from-sourceforge-%2B-creating-links-not-provided-by-package-tp26490093p26504226.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504229</id>
	<title>Re: Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T14:14:57Z</published>
	<updated>2009-11-24T14:14:57Z</updated>
	<author>
		<name>Clément DEMOULINS</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA1
&lt;br&gt;&lt;br&gt;The branch pulseaudio-airtunes merged into the trunk of pulseaudio.
&lt;br&gt;&lt;br&gt;Le 24/11/09 20:25, Laszlo Papp a écrit :
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/11/24 Clément Démoulins &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504229&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cdemoulins@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt;&amp;gt; Please delete my package pulseaudio-airtunes-git [1]
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Clément Démoulins
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; [1] &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=19564&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aur.archlinux.org/packages.php?ID=19564&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hello Clément!
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Why would you like to delete this package ? You forgot to mention it :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Best Regards,
&lt;br&gt;&amp;gt; Laszlo Papp
&lt;/div&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.9 (Darwin)
&lt;br&gt;Comment: Using GnuPG with Mozilla - &lt;a href=&quot;http://enigmail.mozdev.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://enigmail.mozdev.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;iEYEARECAAYFAksMWuAACgkQLXRXVt1R4ChHngCgkQvnmG3Iurp6vluVv6ncdhsg
&lt;br&gt;E74AoJ9cq+MrJg6OwDGmrqXRAAPo9kDo
&lt;br&gt;=FWDq
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26504229.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504176</id>
	<title>Deletion request</title>
	<published>2009-11-24T14:11:26Z</published>
	<updated>2009-11-24T14:11:26Z</updated>
	<author>
		<name>Heiko Baums-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;today I uploaded the package xorriso 0.4.5 to AUR:
&lt;br&gt;&lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=32208&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aur.archlinux.org/packages.php?ID=32208&lt;/a&gt;&lt;br&gt;&lt;br&gt;Upstream just told me that it's already included in the package
&lt;br&gt;libisoburn from community.
&lt;br&gt;&lt;br&gt;So it was nice if someone would delete this package from AUR.
&lt;br&gt;&lt;br&gt;Heiko
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-include-sources-from-sourceforge-%2B-creating-links-not-provided-by-package-tp26490093p26504176.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26504118</id>
	<title>Re: Trusted User Application</title>
	<published>2009-11-24T14:07:15Z</published>
	<updated>2009-11-24T14:07:15Z</updated>
	<author>
		<name>Laurie Clark-Michalek</name>
	</author>
	<content type="html">2009/11/24 Loui Chang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504118&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;louipc.ist@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue 24 Nov 2009 17:52 -0300, Angel Velásquez wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 5:38 PM, Loui Chang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504118&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;louipc.ist@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; On Tue 24 Nov 2009 10:31 -0300, Angel Velásquez wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 6:09 AM, bardo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504118&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ilbardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; 2009/11/23 Xyne &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26504118&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xyne@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Ok, the voting period for Ranguvar's TU application has begun.TUs,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; please log in to the AUR and vote.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Damn... never click when you're sleepy... I voted without changing my
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; locale, and my vote wasn't registered. Need more coffee... and a block
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; of the page if the locale isn't en.
&lt;br&gt;&amp;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; Same happened to me, I voted and I forgot to change the locale :(
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Arrg. I guess I have to make these notices bigger next time.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; And please in red color, or a reminder before the svp :/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can also animate it, add an alarm sound and flashing lights.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;May I recommend the marquee tag.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trusted-User-Application-tp26400467p26504118.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503206</id>
	<title>Re: Trusted User Application</title>
	<published>2009-11-24T13:02:55Z</published>
	<updated>2009-11-24T13:02:55Z</updated>
	<author>
		<name>Loui Chang</name>
	</author>
	<content type="html">On Tue 24 Nov 2009 17:52 -0300, Angel Velásquez wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 5:38 PM, Loui Chang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503206&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;louipc.ist@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; On Tue 24 Nov 2009 10:31 -0300, Angel Velásquez wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 6:09 AM, bardo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503206&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ilbardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; 2009/11/23 Xyne &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503206&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xyne@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; Ok, the voting period for Ranguvar's TU application has begun.TUs,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;&amp;gt; please log in to the AUR and vote.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; Damn... never click when you're sleepy... I voted without changing my
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; locale, and my vote wasn't registered. Need more coffee... and a block
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; &amp;gt; of the page if the locale isn't en.
&lt;br&gt;&amp;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; Same happened to me, I voted and I forgot to change the locale :(
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Arrg. I guess I have to make these notices bigger next time.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And please in red color, or a reminder before the svp :/
&lt;/div&gt;&lt;br&gt;I can also animate it, add an alarm sound and flashing lights.
&lt;br&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trusted-User-Application-tp26400467p26503206.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503086</id>
	<title>Re: Application as a Trusted User</title>
	<published>2009-11-24T12:54:03Z</published>
	<updated>2009-11-24T12:54:03Z</updated>
	<author>
		<name>Thorsten Toepper</name>
	</author>
	<content type="html">-----BEGIN PGP SIGNED MESSAGE-----
&lt;br&gt;Hash: SHA224
&lt;br&gt;&lt;br&gt;Hello,
&lt;br&gt;I just uploaded a new version of every of my PKGBUILDs, now only the
&lt;br&gt;Maintainer flag is set and I reverted the change to the license array
&lt;br&gt;in the MIT/BSD licensed PKGBUILDs, so that they're now again listed
&lt;br&gt;without the &amp;quot;custom:&amp;quot; in front of the license.
&lt;br&gt;&lt;br&gt;As none of my packages requires a fakeroot for build and the discussion
&lt;br&gt;showed that the usage of both methods has some bonuses, I will use them
&lt;br&gt;as long as no problem with that occurs or is being reported to me.
&lt;br&gt;&lt;br&gt;Regards
&lt;br&gt;Thorsten
&lt;br&gt;&lt;br&gt;- -- 
&lt;br&gt;Jabber: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503086&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;atsutane@...&lt;/a&gt; Blog: &lt;a href=&quot;http://atsutane.freethoughts.de/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://atsutane.freethoughts.de/&lt;/a&gt;&lt;br&gt;Key: 295AFBF4 &amp;nbsp; &amp;nbsp; FP: 39F8 80E5 0E49 A4D1 1341 E8F9 39E4 F17F 295A FBF4
&lt;br&gt;-----BEGIN PGP SIGNATURE-----
&lt;br&gt;Version: GnuPG v1.4.10 (GNU/Linux)
&lt;br&gt;&lt;br&gt;iFYEARELAAYFAksMR+sACgkQOeTxfyla+/R2CwDg2RcLQdJMBHcXXTixTkrC0Fvj
&lt;br&gt;grr2KjAVJ9iwcADgqWuueO2aw/CBZcMhSEyNhHNtbNOk+nIb2/khJg==
&lt;br&gt;=uJlj
&lt;br&gt;-----END PGP SIGNATURE-----
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Application-as-a-Trusted-User-tp26458180p26503086.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26503065</id>
	<title>Re: Trusted User Application</title>
	<published>2009-11-24T12:52:22Z</published>
	<updated>2009-11-24T12:52:22Z</updated>
	<author>
		<name>Angel Velásquez</name>
	</author>
	<content type="html">On Tue, Nov 24, 2009 at 5:38 PM, Loui Chang &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503065&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;louipc.ist@...&lt;/a&gt;&amp;gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue 24 Nov 2009 10:31 -0300, Angel Velásquez wrote:
&lt;br&gt;&amp;gt;&amp;gt; On Tue, Nov 24, 2009 at 6:09 AM, bardo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503065&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ilbardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; 2009/11/23 Xyne &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26503065&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xyne@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Ok, the voting period for Ranguvar's TU application has begun.TUs,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; please log in to the AUR and vote.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Damn... never click when you're sleepy... I voted without changing my
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; locale, and my vote wasn't registered. Need more coffee... and a block
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; of the page if the locale isn't en.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Same happened to me, I voted and I forgot to change the locale :(
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Arrg. I guess I have to make these notices bigger next time.
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;And please in red color, or a reminder before the svp :/
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Angel Velásquez
&lt;br&gt;angvp @ irc.freenode.net
&lt;br&gt;Arch Linux Trusted User
&lt;br&gt;Linux Counter: #359909
&lt;br&gt;&lt;a href=&quot;http://www.angvp.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.angvp.com&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trusted-User-Application-tp26400467p26503065.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26502803</id>
	<title>Re: Trusted User Application</title>
	<published>2009-11-24T12:38:09Z</published>
	<updated>2009-11-24T12:38:09Z</updated>
	<author>
		<name>Loui Chang</name>
	</author>
	<content type="html">On Tue 24 Nov 2009 10:31 -0300, Angel Velásquez wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; On Tue, Nov 24, 2009 at 6:09 AM, bardo &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502803&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;ilbardo@...&lt;/a&gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; &amp;gt; 2009/11/23 Xyne &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26502803&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;xyne@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Ok, the voting period for Ranguvar's TU application has begun.TUs,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; please log in to the AUR and vote.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Damn... never click when you're sleepy... I voted without changing my
&lt;br&gt;&amp;gt; &amp;gt; locale, and my vote wasn't registered. Need more coffee... and a block
&lt;br&gt;&amp;gt; &amp;gt; of the page if the locale isn't en.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Same happened to me, I voted and I forgot to change the locale :(
&lt;/div&gt;&lt;br&gt;Arrg. I guess I have to make these notices bigger next time.
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Trusted-User-Application-tp26400467p26502803.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501866</id>
	<title>Re: Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T11:25:53Z</published>
	<updated>2009-11-24T11:25:53Z</updated>
	<author>
		<name>Laszlo Papp-2</name>
	</author>
	<content type="html">2009/11/24 Clément Démoulins &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26501866&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;cdemoulins@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Hello,
&lt;br&gt;&amp;gt; Please delete my package pulseaudio-airtunes-git [1]
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Clément Démoulins
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; [1] &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=19564&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aur.archlinux.org/packages.php?ID=19564&lt;/a&gt;&lt;br&gt;&lt;br&gt;Hello Clément!
&lt;br&gt;&lt;br&gt;Why would you like to delete this package ? You forgot to mention it :)
&lt;br&gt;&lt;br&gt;Best Regards,
&lt;br&gt;Laszlo Papp
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26501866.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26501584</id>
	<title>Deletion request: pulseaudio-airtunes-git</title>
	<published>2009-11-24T11:08:19Z</published>
	<updated>2009-11-24T11:08:19Z</updated>
	<author>
		<name>Clément DEMOULINS</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;Please delete my package pulseaudio-airtunes-git [1]
&lt;br&gt;&lt;br&gt;Thanks
&lt;br&gt;&lt;br&gt;Clément Démoulins
&lt;br&gt;&lt;br&gt;[1] &lt;a href=&quot;http://aur.archlinux.org/packages.php?ID=19564&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://aur.archlinux.org/packages.php?ID=19564&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br /&gt; &lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;signature.asc&lt;/strong&gt; (270 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26501584/0/signature.asc&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/tur-users-f16440.html&quot; embed=&quot;fixTarget[16440]&quot; target=&quot;_top&quot; &gt;tur-users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Deletion-request%3A-pulseaudio-airtunes-git-tp26501584p26501584.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26499872</id>
	<title>Re: New install configuring php - only get text - feeling stupid -- help!</title>
	<published>2009-11-24T09:17:35Z</published>
	<updated>2009-11-24T09:17:35Z</updated>
	<author>
		<name>Damjan Georgievski</name>
	</author>
	<content type="html">&amp;gt;&amp;gt; &amp;gt; What's the trick?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&lt;br&gt;&amp;gt; Hmm... I've got it working now and I don't really know what I did to get it
&lt;br&gt;&amp;gt; working :-(
&lt;br&gt;&lt;br&gt;CTRL-shift-R to force a reload even if the data is in your browser cache
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;damjan
&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/arch-general-f16441.html&quot; embed=&quot;fixTarget[16441]&quot; target=&quot;_top&quot; &gt;arch general&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/New-install-configuring-php---only-get-text---feeling-stupid----help%21-tp26486752p26499872.html" />
</entry>

</feed>
