Stories
Slash Boxes
Comments

SoylentNews is people

posted by LaminatorX on Saturday October 25 2014, @02:41PM   Printer-friendly
from the whining-is-not-efficacious dept.

A grave bug has been introduced into the "wine" package of Debian Jessie, just days before the November 5th freeze deadline. The /usr/bin/wine launch script fails with an "error: unable to find wine executable. this shouldn't happen." message.

Debian has already suffered much unrest lately over the inclusion of systemd, with threats of a fork being issued, along with the possible cancellation of the GNU/kFreeBSD port and the possible dropping of support for the SPARC architecture. After so much strife and disruption, can Debian afford to have such a serious bug affect such a critical package so soon before such a major freeze?

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by HiThere on Saturday October 25 2014, @06:49PM

    by HiThere (866) Subscriber Badge on Saturday October 25 2014, @06:49PM (#110036) Journal

    While you're right that that's a hyperbolic overstatement, it is a significant problem that should not have been allowed to occur at this stage of the release process. I've reverted from testing to stable, and it's not clear that I'll stay with debian. If I weren't temporarily locked into ext4 partitions, I'd strongly consider switching to one of the BSDs. As it is I'll hope that if I stick with Wheezy for awhile things will straighten out. Or maybe I'll switch to Slackware. I really don't want to go to Gentoo. (The last time that I seriously looked at it I spent so much time resolving problems that I eventually gave it up. It's been awhile, but some people are saying that it hasn't gotten any better.)

    The other possibility is CentOS. It's not a choice I like, as the security system isn't to my taste (or needs) and it's incompatible with non-RedHat installs in other partitions. (Well, it was a few years ago, when I was still flipping between distros to figure out which is best.) OTOH, if I'm going to be stuck with systemd, I might as well use a distro that supports it decently. Possibly I could have one partition for CentOS and one for Fedora and still get them to work together. But that might take more investment of time and effort than would switching to a BSD.

    --
    Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 0) by Anonymous Coward on Saturday October 25 2014, @07:43PM

    by Anonymous Coward on Saturday October 25 2014, @07:43PM (#110060)

    You should consider FreeBSD. It's as close as you're going to get to what Debian used to offer, before Debian collectively went stupid and started doing stuff like systemd and bugs like this.

  • (Score: 3, Informative) by VLM on Sunday October 26 2014, @11:19AM

    by VLM (445) on Sunday October 26 2014, @11:19AM (#110208)

    " If I weren't temporarily locked into ext4 partitions, I'd strongly consider switching to one of the BSDs."

    "supports" as in you can install your *BSD root partition to ext4, naw. "supports" as in you can read the partition and copy the contents to a new ZFS partition or whatever, sure, thats generally fine. Kind of like linux "supports" msdos partition, as in you can access it, but not necessarily install your system on it. There was a system to do that in the early 90s but it was really weird.

    Historically people have run into weird bugs where ext4 FS get accidentally mounted as ext2. Really, ext3 is just 2 with a journal, so if you don't mount RW its difficult to tell them apart, and I guess 4 doesn't add much either.

    • (Score: 2) by HiThere on Sunday October 26 2014, @07:26PM

      by HiThere (866) Subscriber Badge on Sunday October 26 2014, @07:26PM (#110299) Journal

      I don't need it as a root partition, but I do need to be able to both read and write to it. AFTER I've successfully migrated, THEN I'll consider going totally to a non-Linux partition. Too many times what some people praise isn't what I need, so the conversion needs to be in stages.

      --
      Javascript is what you use to allow unknown third parties to run software you have no idea about on your computer.