www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - fedora 18

reply Robert <jfanatiker gmx.at> writes:
Installing the rpm of dmd-2.061 under Fedora 18 fails for me.

Via package-kit I get an error that it is unsigned, via yum I get the
following errors:

Transaction Check Error:
  file / from install of dmd-2.061-0.x86_64 conflicts with file from
package filesystem-3.1-2.fc18.x86_64
  file /usr/bin from install of dmd-2.061-0.x86_64 conflicts with file
from package filesystem-3.1-2.fc18.x86_64
  file /usr/lib from install of dmd-2.061-0.x86_64 conflicts with file
from package filesystem-3.1-2.fc18.x86_64
  file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts with file
from package filesystem-3.1-2.fc18.x86_64

Error Summary


Has this anything to do with the new rpm version used in Fedora 18? Is
anyone else having problems?

Best regards,

Robert
Jan 16 2013
parent reply "Duarte" <duarteroso ymail.com> writes:
On Wednesday, 16 January 2013 at 22:54:04 UTC, Robert wrote:
 Installing the rpm of dmd-2.061 under Fedora 18 fails for me.

 Via package-kit I get an error that it is unsigned, via yum I 
 get the
 following errors:

 Transaction Check Error:
   file / from install of dmd-2.061-0.x86_64 conflicts with file 
 from
 package filesystem-3.1-2.fc18.x86_64
   file /usr/bin from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64
   file /usr/lib from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64
   file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64

 Error Summary


 Has this anything to do with the new rpm version used in Fedora 
 18? Is
 anyone else having problems?

 Best regards,

 Robert
Same here on x86 :/ Any help would be helpful! Regards
Jan 21 2013
parent reply "James" <anon x.com> writes:
On Monday, 21 January 2013 at 15:20:32 UTC, Duarte wrote:
 On Wednesday, 16 January 2013 at 22:54:04 UTC, Robert wrote:
 Installing the rpm of dmd-2.061 under Fedora 18 fails for me.

 Via package-kit I get an error that it is unsigned, via yum I 
 get the
 following errors:

 Transaction Check Error:
  file / from install of dmd-2.061-0.x86_64 conflicts with file 
 from
 package filesystem-3.1-2.fc18.x86_64
  file /usr/bin from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64
  file /usr/lib from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64
  file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64

 Error Summary


 Has this anything to do with the new rpm version used in 
 Fedora 18? Is
 anyone else having problems?

 Best regards,

 Robert
Same here on x86 :/ Any help would be helpful! Regards
Same problem here too.
Jan 21 2013
parent "Rikki" <rikki.guy gmx.com> writes:
On Monday, 21 January 2013 at 21:41:00 UTC, James wrote:
 On Monday, 21 January 2013 at 15:20:32 UTC, Duarte wrote:
 On Wednesday, 16 January 2013 at 22:54:04 UTC, Robert wrote:
 Installing the rpm of dmd-2.061 under Fedora 18 fails for me.

 Via package-kit I get an error that it is unsigned, via yum I 
 get the
 following errors:

 Transaction Check Error:
 file / from install of dmd-2.061-0.x86_64 conflicts with file 
 from
 package filesystem-3.1-2.fc18.x86_64
 file /usr/bin from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64
 file /usr/lib from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64
 file /usr/lib64 from install of dmd-2.061-0.x86_64 conflicts 
 with file
 from package filesystem-3.1-2.fc18.x86_64

 Error Summary


 Has this anything to do with the new rpm version used in 
 Fedora 18? Is
 anyone else having problems?

 Best regards,

 Robert
Same here on x86 :/ Any help would be helpful! Regards
Same problem here too.
I got it to work by adding the --replacefiles option to rpm, e.g: sudo rpm -i --replacefiles dmd-2.061-0.fedora.x86_64.rpm --force should work too.
Jan 28 2013