digitalmars.D - Problem with .deb packages
- Bruno Deligny (4/4) May 02 2009 When i try to install dmd1 or dmd2 on my ubuntu i386 with the deb
- Jesse Phillips (4/9) May 02 2009 I don't know how the packages were built for amd64, there only i386
- Bruno Deligny (6/17) May 24 2009 The packages are still broken. I dont know who did it but we can't let
- grauzone (8/14) May 24 2009 You can bet on that. It makes you wonder how whoever assembled the
- Daniel Keep (5/9) May 24 2009 Speak ye of the evil Wizard Wlater, previous servant of the dark empire
- grauzone (3/14) May 24 2009 Why not? It can't be for license reasons?
- Daniel Keep (2/19) May 24 2009 I don't think Walter has complete ownership over all of the code.
- Jason House (2/19) May 24 2009 Sadly, that's exactly why. The backend is under restrictions Walter can'...
- grauzone (4/21) May 24 2009 Is that really so? I would have guessed that this restriction is only
- Michael P. (3/22) May 24 2009 Would this be worthy of a bugzilla report?
When i try to install dmd1 or dmd2 on my ubuntu i386 with the deb packages on http://www.digitalmars.com/d/download.html, it says "Error : incorrect Architecture « amd64 »" The packages were built for the amd64 architecture.
May 02 2009
On Sat, 02 May 2009 14:57:43 +0200, Bruno Deligny wrote:When i try to install dmd1 or dmd2 on my ubuntu i386 with the deb packages on http://www.digitalmars.com/d/download.html, it says "Error : incorrect Architecture « amd64 »" The packages were built for the amd64 architecture.I don't know how the packages were built for amd64, there only i386 packages. You have to provide dpkg the --force-architecture switch. dpkg --force-architecture -i ...deb
May 02 2009
Jesse Phillips a écrit :On Sat, 02 May 2009 14:57:43 +0200, Bruno Deligny wrote:The packages are still broken. I dont know who did it but we can't let that on the website. It's hard to persuade people to use D if packages are broken and there isn't Windows installer. I think a lot of people dont even try by seeing that.When i try to install dmd1 or dmd2 on my ubuntu i386 with the deb packages on http://www.digitalmars.com/d/download.html, it says "Error : incorrect Architecture « amd64 »" The packages were built for the amd64 architecture.I don't know how the packages were built for amd64, there only i386 packages. You have to provide dpkg the --force-architecture switch. dpkg --force-architecture -i ...deb
May 24 2009
The packages are still broken. I dont know who did it but we can't let that on the website. It's hard to persuade people to use D if packages are broken and there isn't Windows installer. I think a lot of people dont even try by seeing that.You can bet on that. It makes you wonder how whoever assembled the package tested it. Did you just go with --force-all because he couldn't figure out various things about the package system? What the heck did he do? And why the hell is it not fixed yet? Providing broken packages is as nice to the user as providing virus infected .exe files. Now the irony is, that Wlater wouldn't even allow Debian to redistribute a properly packaged dmd... (if Debian wanted to)
May 24 2009
grauzone wrote:... Now the irony is, that Wlater wouldn't even allow Debian to redistribute a properly packaged dmd... (if Debian wanted to)Speak ye of the evil Wizard Wlater, previous servant of the dark empire of Sym'n'tek? :3 As for the distribution problem, I think it's because Walter *can't* allow it to be freely redistributed.
May 24 2009
Daniel Keep wrote:grauzone wrote:Oops.... Now the irony is, that Wlater wouldn't even allow Debian to redistribute a properly packaged dmd... (if Debian wanted to)Speak ye of the evil Wizard Wlater, previous servant of the dark empire of Sym'n'tek? :3As for the distribution problem, I think it's because Walter *can't* allow it to be freely redistributed.Why not? It can't be for license reasons?
May 24 2009
grauzone wrote:Daniel Keep wrote:I don't think Walter has complete ownership over all of the code.grauzone wrote:Oops.... Now the irony is, that Wlater wouldn't even allow Debian to redistribute a properly packaged dmd... (if Debian wanted to)Speak ye of the evil Wizard Wlater, previous servant of the dark empire of Sym'n'tek? :3As for the distribution problem, I think it's because Walter *can't* allow it to be freely redistributed.Why not? It can't be for license reasons?
May 24 2009
grauzone Wrote:Daniel Keep wrote:Sadly, that's exactly why. The backend is under restrictions Walter can't control. For a sillier example, there's a disclaimer that the code is not intended to work after 1999.grauzone wrote:Oops.... Now the irony is, that Wlater wouldn't even allow Debian to redistribute a properly packaged dmd... (if Debian wanted to)Speak ye of the evil Wizard Wlater, previous servant of the dark empire of Sym'n'tek? :3As for the distribution problem, I think it's because Walter *can't* allow it to be freely redistributed.Why not? It can't be for license reasons?
May 24 2009
Jason House wrote:grauzone Wrote:Is that really so? I would have guessed that this restriction is only for redistributing the backend source. I mean, when dmd still came without the backend source, it was shipped without the backend license.Daniel Keep wrote:Sadly, that's exactly why. The backend is under restrictions Walter can't control. For a sillier example, there's a disclaimer that the code is not intended to work after 1999.grauzone wrote:Oops.... Now the irony is, that Wlater wouldn't even allow Debian to redistribute a properly packaged dmd... (if Debian wanted to)Speak ye of the evil Wizard Wlater, previous servant of the dark empire of Sym'n'tek? :3As for the distribution problem, I think it's because Walter *can't* allow it to be freely redistributed.Why not? It can't be for license reasons?
May 24 2009
Bruno Deligny Wrote:Jesse Phillips a écrit :Would this be worthy of a bugzilla report? I encountered this too when I tried to install DMD using the .deb packages.On Sat, 02 May 2009 14:57:43 +0200, Bruno Deligny wrote:The packages are still broken. I dont know who did it but we can't let that on the website. It's hard to persuade people to use D if packages are broken and there isn't Windows installer. I think a lot of people dont even try by seeing that.When i try to install dmd1 or dmd2 on my ubuntu i386 with the deb packages on http://www.digitalmars.com/d/download.html, it says "Error : incorrect Architecture « amd64 »" The packages were built for the amd64 architecture.I don't know how the packages were built for amd64, there only i386 packages. You have to provide dpkg the --force-architecture switch. dpkg --force-architecture -i ...deb
May 24 2009