www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 5047] New: DMD 2.049 Deb Fails to install on Ubuntu 10.10

reply d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5047

           Summary: DMD 2.049 Deb Fails to install on Ubuntu 10.10
           Product: D
           Version: D2
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P2
         Component: installer
        AssignedTo: bugzilla digitalmars.com
        ReportedBy: mchaten gmail.com



Ubuntu 10.10 was just released, it seems they have a package that conflicts
with dmd 2.049 which is installed by default. This package has the file
/usr/bin/shell which dmd also has.

Log:
sudo dpkg -i dmd_2.049-0_i386.deb 
(Reading database ... 121289 files and directories currently installed.)
Unpacking dmd (from dmd_2.049-0_i386.deb) ...
dpkg: error processing dmd_2.049-0_i386.deb (--install):
 trying to overwrite '/usr/bin/shell', which is also in package byobu
3.5-0ubuntu1
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Oct 12 2010
next sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5047


Iain Buclaw <ibuclaw ubuntu.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw ubuntu.com




 Ubuntu 10.10 was just released, it seems they have a package that conflicts
 with dmd 2.049 which is installed by default. This package has the file
 /usr/bin/shell which dmd also has.
 
 Log:
 sudo dpkg -i dmd_2.049-0_i386.deb 
 (Reading database ... 121289 files and directories currently installed.)
 Unpacking dmd (from dmd_2.049-0_i386.deb) ...
 dpkg: error processing dmd_2.049-0_i386.deb (--install):
  trying to overwrite '/usr/bin/shell', which is also in package byobu
 3.5-0ubuntu1
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
I think the real question is, does shell *need* to be included in the dmd package? My initial thoughts say no. But nonetheless you tend to run into these sorts of conflicts when you install 3rd party software. To give you the quick command, you can divert byobu's file using: sudo dpkg-divert --local --package byobu --rename --add /usr/bin/shell That will divert '/usr/bin/shell' to '/usr/bin/shell.distrib' for the byobu package. You should be able to install DMD now... Regards -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Oct 30 2010
prev sibling parent d-bugmail puremagic.com writes:
http://d.puremagic.com/issues/show_bug.cgi?id=5047


Walter Bright <bugzilla digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME



01:24:27 PDT ---
shell has been removed from the Linux version of dmd for some time now.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
Apr 28 2012