Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jun 2011 02:43:35 -0500
From:      "RandomUser" <rannumgen@globaleyes.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/157791: audo/midimountain fails to copy all xpm files and fails to inform user of /dev/music requirement for MIDI iniput
Message-ID:  <1307864615.9648@FreeBSD1.LocalNET10>
Resent-Message-ID: <201106120800.p5C80LYm056665@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         157791
>Category:       ports
>Synopsis:       audo/midimountain fails to copy all xpm files and fails to inform user of /dev/music requirement for MIDI iniput
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 12 08:00:21 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     RandomUser
>Release:        FreeBSD 7.4-STABLE i386
>Organization:
>Environment:


System: FreeBSD 7.4-STABLE #29: Wed Jun  1 03:12:07 CDT 2011



>Description:


1) Neither the pkg-descr nor the Makefile identify the fact that MidiMountain uses "/dev/music0" for its MIDI input (sequencer). My FBSD-7.4 system does not have a "/dev/music" device of any type, so it must come from some other application or environment (Linux?). If "/dev/music" comes form somewhere else, that needs to be identified, and any
prerequisite needs to be included in the Makefile (if there is one that satisfies the "/dev/music" requirement).

/usr/ports/audio/midimountain/work/midimountain-0.3.0/midimountain
grep music *

mcOSSIO.cpp:const char* TMidiOSSIO::sequencer       = "/dev/music0";
mcOSSIO.cpp:			cerr << "Error writing /dev/music" << endl;
mcOSSIO.cpp.orig:const char* TMidiOSSIO::sequencer       = "/dev/music";
mcOSSIO.cpp.orig:			cerr << "Error writing /dev/music" << endl;


When starting MidiMountain it ends/fails with: "Error determining the number of MIDI inputs".

2)  None of the Cursor pixmap files get copied to the target directory: /usr/local/share/midimountain/pixmaps.


>How-To-Repeat:





>Fix:





>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1307864615.9648>