Missing X support in dosemu 1.2.2-3build1 dapper multiverse

Bug #37981 reported by Hans-Hermann Redenius
16
Affects Status Importance Assigned to Milestone
dosemu (Ubuntu)
Invalid
Medium
Unassigned

Bug Description

Starting xdosemu first shows the "boot" screen in the Terminal.
Then it ends with:
ERROR: X support not compiled in

Revision history for this message
Gauvain Pocentek (gpocentek) wrote :

Confirmed on dapper x86.

Changed in dosemu:
assignee: nobody → motu
status: Unconfirmed → Confirmed
Revision history for this message
Gauvain Pocentek (gpocentek) wrote :

`dosemu` crashes too, and using the --with-x flag during build doesn't help.

Revision history for this message
Klaus Reimer (kay) wrote :

Bug can be solved in that way:

Edit the file default-configure in the root directory of the dosemu source. Search for this block:

    x)
      if [ "$2" = "off" ]; then STRING="$STRING --without-x"; fi
      ;;

and replace it with the following:

    x)
      if [ "$2" = "on" ]; then STRING="$STRING --with-x"; fi
      ;;

Then rebuild the package and X support is working fine. I think this change is needed because the default setting of dosemu has changed. Maybe older versions had "--with-x" as default so in the configure-default file this feature could be disabled. But now --without-x is default and therefor the entry in configure-default is not working any more.

Maybe this is an upstream bug and not Ubuntu specific. Haven't checked.

Revision history for this message
Bart Martens (bartm) wrote :
Changed in dosemu:
assignee: motu → nobody
status: Confirmed → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.