duplicity-talk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Duplicity-talk] Duplicity build fails on CentOS 5


From: Edgar Soldin
Subject: Re: [Duplicity-talk] Duplicity build fails on CentOS 5
Date: Sat, 27 Dec 2008 13:14:44 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.17) Gecko/20080914 Thunderbird/2.0.0.17 Mnenhy/0.7.5.0

Hi Bryan,

please attach the console output to your request. It is not possible to
guess your particular error ;)...
For the rpm question. Current duplicity (0.5.x) is not part of any
distribution as far as I know... regards ede

--
> Hi everyone,
>
> I'm having some difficulty building duplicity on my CentOS 5 server
> (CentOS 5.2 on x86_64).
>
> Running "python setup.py install" throws a screenful or so of compiler
> errors all in librsyncmodule.c and ultimately terminates: "error:
> command 'gcc' failed with exit status 1".
>
> (I tried searching for a duplicity 0.5.03 RPM package for my
> particular system and arch, but alas, I cannot find any such prebuilt
> package.)
>
> Any ideas?
> Thanks!
>
>
> _______________________________________________
> Duplicity-talk mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/duplicity-talk
>   


-- 
public class WhoDidIt{ // A comment. I love comments 
  private static Person sender;

  public static void main (String[] foo){

  sender = new Person();
  sender.setName(new String[]{"Edgar", "Soldin"});

  Address address = new Address();
  address.setStreet("Stadtweg 119");
  address.setZip(39116);
  address.setCity("Magdeburg");
  address.setCountry("Germany");

  sender.setAddress(address);

  sender.setMobilePhone(" +49(0)171-2782880 ");
  sender.setWebSiteUrl(" http://www.soldin.de ");
  sender.setEmail(" address@hidden ");
  sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
  sender.setGender(true);

  System.out.println(sender.toString());
  }
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]