<br><br><div class="gmail_quote">On Thu, Dec 9, 2010 at 12:01 AM, Russel Winder <span dir="ltr"><<a href="mailto:russel@russel.org.uk">russel@russel.org.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Wed, 2010-12-08 at 17:29 -0800, Walter Bright wrote:<br>
> Walter Bright wrote:<br>
> > Andrei Alexandrescu wrote:<br>
> >> This seems pretty urgent. Walter?<br>
> ><br>
> > I asked Jordi, who prepares the .deb files.<br>
><br>
> Should the binaries be installed on /usr/local/bin instead?<br>
<br>
</div></div>No.  The whole point of debs is that you have a managed /usr/bin where<br>
all the binaries go.  Clearly this means you have to have executable<br>
names that are not the same as any other package in either Debian or<br>
Ubuntu.  Clearly, in general, this is impossible.  However, people just<br>
get on and do the impossible anyway.<br>
<br>
If /usr/lib is used, the same holds.<br>
<br>
Other stuff should be going in /usr/share/dmd and /usr/share/doc/dmd<br>
which do not suffer the same naming issues, unless someone else is<br>
distributing a dmd package.<br>
<br>
I can't use the debs at the moment as they are for i386, and I only deal<br>
in amd64.  As soon as amd64 debs are produced I will start using them<br>
instead of having my lash-up install so as to use 32-bit materials on a<br>
64-bit system.<br></blockquote><div><br></div><div><br></div><div>Ah but you can!</div><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 14px; line-height: 18px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<font color="#000066" face="mono">sudo aptitude install gcc-multilib libc6-i386 lib6-dev-i386</font></pre></span></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8"><span class="Apple-style-span" style="font-family: sans-serif; font-size: 14px; line-height: 18px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">
<font color="#000066" face="mono">sudo aptitude install ia32-libs</font></pre><pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><font color="#000066" face="mono">sudo dpkg -i --force-architecture [dmdpackage]</font></pre>
</span></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
The project should consider building Ubuntu debs using Bazaar and<br>
Launchpad via a DMD PPA.  It would be good if gcd also used this route.<br>
<br>
Anthony Williams builds debs for Just::Thread that are targeted at<br>
Ubuntu but also happen to work on Debian.<br>
<font color="#888888"><br>
--<br>
Russel.<br>
=============================================================================<br>
Dr Russel Winder      t: +44 20 7585 2200   voip: <a href="mailto:sip%3Arussel.winder@ekiga.net">sip:russel.winder@ekiga.net</a><br>
41 Buckmaster Road    m: +44 7770 465 077   xmpp: <a href="mailto:russel@russel.org.uk">russel@russel.org.uk</a><br>
London SW11 1EN, UK   w: <a href="http://www.russel.org.uk" target="_blank">www.russel.org.uk</a>  skype: russel_winder<br>
</font></blockquote></div><br>