Hi David,<br><br>My bad: indeed, I did not pay attention to the platform dependence. On my home computer, running a 32-bit version, I could install everything smoothly yesterday evening. Thanks!<br><br>Now, on the 64-bit system, I just tried the series of commands you recommended. While part of it did run smoothly, I also had some dependency issues like:<br>

<br>dpkg: dependency problems prevent configuration of libclam-plugins1.4-dev:<br> libclam-plugins1.4-dev depends on clam-devel; however:<br> Package clam-devel is not installed.<br><br>and:<br><br>E: Unable to find a source package for clam-network<br>

E: Build-Depends dependency for clam-chordata cannot be satisfied because the package libclam-qtmonitors-dev cannot be found<br><br>(I might have missed some others in the list...)<br><br>At the end of the process, I end up with the following deb packages being successfully built:<br>

<br>clam-tools_1.4.1~svn14674-1_all.deb        <br>libclam-doc_1.4.1~svn14674-1_all.deb<br>libclam1.4_1.4.1~svn14674-1_amd64.deb      <br>libclam-plugins1.4_1.4.1~svn14674-1_amd64.deb<br>libclam1.4-dbg_1.4.1~svn14674-1_amd64.deb  <br>

libclam-plugins1.4-dbg_1.4.1~svn14674-1_amd64.deb<br>libclam1.4-dev_1.4.1~svn14674-1_amd64.deb  <br>libclam-plugins1.4-dev_1.4.1~svn14674-1_amd64.deb<br><br>Is there some other thing I can configure to get access to the missing clam-devel and solve the dependency problems?<br>

<br>Big thanks again to you for the support.<br><br>Vincent<br><br><br><br><div class="gmail_quote">On Thu, Feb 24, 2011 at 18:27, David García Garzón <span dir="ltr"><<a href="mailto:david.garcia@barcelonamedia.org">david.garcia@barcelonamedia.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Typoman strikes again, i wrote 'snapshot' instead 'snapshots'. I didn't test<br>


the commands below alltogether, you have been warned ;-)<br>
<div class="im"><br>
sudo apt-add-repository 'deb <a href="http://clam-project.org/download/linux-ubuntu-" target="_blank">http://clam-project.org/download/linux-ubuntu-</a><br>
</div>maverick/svnsnapshots ./' # in your case you already added it, i guess<br>
<div class="im">sudo apt-get update<br>
mkdir -p packages<br>
cd packages<br>
for package in clam clam-plugins clam-network clam-chordata<br>
do<br>
        sudo apt-get build-dep $package # install dependencies<br>
        apt-get source -b $package # download source and build package<br>
        sudo dpkg -i *deb # install generated packages<br>
done<br>
<br>
</div><div><div></div><div class="h5">On Thursday 24 February 2011 17:26:23 David García Garzón wrote:<br>
> About the typo, your are right, i mistyped it again. Sorry.<br>
><br>
> About the missing packages, what you see now are the packages which are<br>
> platform independant (docs, python, examples, data...) The packages I<br>
> generated were i386 packages and i guess you have amd64 architecture. I<br>
> cannot build amd64 packages myself but having the deb-src line it should<br>
> be quite easy to rebuild them.<br>
><br>
> sudo apt-add-repository 'deb <a href="http://clam-project.org/download/linux-ubuntu-" target="_blank">http://clam-project.org/download/linux-ubuntu-</a><br>
> maverick/svnsnapshot ./' # in your case you already added it, i guess<br>
> sudo apt-get update<br>
> mkdir -p packages<br>
> cd packages<br>
> for package in clam clam-plugins clam-network clam-chordata<br>
> do<br>
>       sudo apt-get build-dep $package # install dependencies<br>
>       apt-get source -b $package # download source and build package<br>
>       sudo dpkg -i *deb # install generated packages<br>
> done<br>
><br>
> On Thursday 24 February 2011 10:51:58 Vincent Meyer wrote:<br>
> > Hi again David,<br>
> ><br>
> > I found another typo ("/svnsnapshots" to be used instead of "-snapshots"<br>
> > in your indication) but could fix it. So the lines to be added in the<br>
> > source list would be:<br>
> ><br>
> > deb <a href="http://clam-project.org/download/linux-ubuntu-maverick/svnsnapshots/" target="_blank">http://clam-project.org/download/linux-ubuntu-maverick/svnsnapshots/</a><br>
> > ./ deb-src<br>
> > <a href="http://clam-project.org/download/linux-ubuntu-maverick/svnsnapshots/./" target="_blank">http://clam-project.org/download/linux-ubuntu-maverick/svnsnapshots/./</a><br>
> ><br>
> > That works, and after an update, I can now see the clam-project<br>
> > repository in Synaptic Package Manager.<br>
> ><br>
> > The weird thing now is that I can only see the following items:<br>
> > * clam-networkeditor-examples 1.4.1-1<br>
> > * clam-tools 1.4.1-svn14674-1<br>
> > * libclam-doc 1.4.1-svn14674-1<br>
> ><br>
> > and "clam-networkeditor-examples" refuses to install because it is<br>
> > missing "clam-networkeditor 1.4.1-1".<br>
> ><br>
> > Sorry to bother you with that, but I think that it might be useful not<br>
> > only for me but for others as well ;-)<br>
> > Thanks again for your great efforts, and I am looking forward to using<br>
> > the tools on Maverick, and maybe being able to give back to the<br>
> > community by contributing too.<br>
> ><br>
> > Kind regards,<br>
> ><br>
> > Vincent<br>
> ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > On Wed, Feb 23, 2011 at 18:48, David García Garzón <<br>
> ><br>
> > <a href="mailto:david.garcia@barcelonamedia.org">david.garcia@barcelonamedia.org</a>> wrote:<br>
> > > Sorry, the previous lines just worked for stable releases (none<br>
> > > available for<br>
> > > maverick). For the svn snapshots the lines are:<br>
> > ><br>
> > > deb <a href="http://clam-project.org/download/linux-ubuntu-maverick-snapshots" target="_blank">http://clam-project.org/download/linux-ubuntu-maverick-snapshots</a> ./<br>
> > > deb-src<br>
> > > <a href="http://clam-project.org/download/linux-ubuntu-maverick-snapshots./" target="_blank">http://clam-project.org/download/linux-ubuntu-maverick-snapshots./</a><br>
> > ><br>
> > > On Wednesday 23 February 2011 18:44:57 David García Garzón wrote:<br>
> > > > Links on the linux download page also updated. BTW, Vincent, adding<br>
> > ><br>
> > > sources<br>
> > ><br>
> > > > to apt  could be more convenient than downloading the deb files.<br>
> > > > Just run:<br>
> > > > $ sudo gedit /etc/apt/sources.list.d/clam<br>
> > > > And add these two lines:<br>
> > > > deb <a href="http://clam-project.org/download/linux-ubuntu-maverick" target="_blank">http://clam-project.org/download/linux-ubuntu-maverick</a> ./<br>
> > > > deb-src <a href="http://clam-project.org/download/linux-ubuntu-maverick" target="_blank">http://clam-project.org/download/linux-ubuntu-maverick</a> ./<br>
> > > ><br>
> > > > And you'll have all clam packages ready to install with your package<br>
> > > > manager.<br>
> > > ><br>
> > > > David<br>
> > > ><br>
> > > > On Wednesday 23 February 2011 18:20:26 David García Garzón wrote:<br>
> > > > > On Wednesday 23 February 2011 17:14:25 Vincent Meyer wrote:<br>
> > > > > > Hi David,<br>
> > > > > ><br>
> > > > > > I have a great interest in the Clam-Project (both as a framework<br>
> > > > > > and<br>
> > ><br>
> > > as<br>
> > ><br>
> > > > > > a library).<br>
> > > > > > As I saw that you made it available for Maverick, I thought I<br>
> > > > > > would give it a try.<br>
> > > > > ><br>
> > > > > > Unfortunately, I could not succeed to do anything with the link<br>
> > > > > > that you posted here (<br>
> > > > > > <a href="http://clam-project.org/download/linux-ubuntu-maverick/svnsnapsho" target="_blank">http://clam-project.org/download/linux-ubuntu-maverick/svnsnapsho</a><br>
> > > > > > ts /<br>
> > ><br>
> > > ).<br>
> > ><br>
> > > > > > Opening it in a browser leads me to a "Forbidden" page. The Lucid<br>
> > ><br>
> > > page<br>
> > ><br>
> > > > > > opens fine, but I'm under Maverick.<br>
> > > > > ><br>
> > > > > > Thanks in advance for any hint you could have for a<br>
> > > > > > far-from-being-an-expert Linux user.<br>
> > > > > ><br>
> > > > > > Cheers,<br>
> > > > > ><br>
> > > > > > Vincent<br>
> > > > ><br>
> > > > > Forbidden? Oh, yes, it was just a marketing tactic to make people<br>
> > ><br>
> > > wanting<br>
> > ><br>
> > > > > it. ;-) Now seriously, i just forgot add the indexes pages it<br>
> > > > > should be already fixed. I also enabled natty[1]. Thanks for the<br>
> > > > > warning.<br>
> > > > > <a href="http://clam-project.org/download/linux-ubuntu-natty/svnsnapshots/" target="_blank">http://clam-project.org/download/linux-ubuntu-natty/svnsnapshots/</a><br>
> > > > ><br>
> > > > > TODO: put a link from the web<br>
> > > > ><br>
> > > > > David.<br>
> > > > ><br></div></div></blockquote></div><br>