FS#3949 - dcd say "Unable to open /dev/cdroms/cdrom0"

Attached to Project: Arch Linux
Opened by Jacob Bang (julemand101) - Sunday, 12 February 2006, 10:12 GMT
Last edited by Dale Blount (dale) - Monday, 13 February 2006, 12:51 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To dorphell (dorphell)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7.1 Noodle
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

I install the package 'dcd' from extra and start the player and get this error:

[root@carbon ~]# dcd
Unable to open /dev/cdroms/cdrom0, aborting.
[root@carbon ~]#

I have try with my normal user and get the same error.

The bug is in the Makefile in the source.

# This is your CD-ROM device. The default is /dev/cdrom so if you're okay
# with that, you don't even need to uncomment the next line.
# CDROM = /dev/cdrom
# Or, if you use devfs, uncomment this line:
CDROM = /dev/cdroms/cdrom0

The fail is CDROM = /dev/cdroms/cdrom0 and this should be CDROM = /dev/cdrom.

I don't know how I can fix the PKGBUILD but i hope a other person can.

Sorry my bad english ;)
This task depends upon

Closed by  arjan timmerman (blaasvis)
Saturday, 25 March 2006, 19:07 GMT
Reason for closing:  Fixed

Loading...