ports/115008: multimedia/devede-3.01 install fails to install "silence.wav" causing menu gen to fail

User1001 supraexpress at globaleyes.net
Sun Jul 29 09:30:02 UTC 2007


>Number:         115008
>Category:       ports
>Synopsis:       multimedia/devede-3.01 install fails to install "silence.wav" causing menu gen to fail
>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 Jul 29 09:30:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     User1001
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:


System: FreeBSD 6.2-STABLE #3: Fri Jul 27 23:04:38 CDT 2007

devede-3.01


>Description:


DeVeDe menu generation requires a "/usr/local/share/devede/silence.wav" file which does not exist, causing the menu generation process to abend/abort. The source file DOES exist, but for some reason it is in source "pixmaps" directory. The install process does not include this particular file, hence the missing "silence.wav" file.

kdump output spotted this problem:
.
.
.
Lanzo ['mencoder', '-srate', '48000', '-af', 'lavcresample=48000', '-oac'\
, 'lavc', '-ovc', 'lavc', '-of', 'mpeg', '-mpegopts', 'format=dvd:tsaf', \
'-ofps', '30000/1001', '-vf', 'scale=720:480,harddup', '-lavcopts', 'vcod\
ec=mpeg2video:trell:mbd=2:vstrict=0:vrc_maxrate=7501:vrc_buf_size=1835:vb\
itrate=5001:keyint=18:acodec=mp2:abitrate=224:aspect=4/3', '-o', '/tmp/mo\
vie1_menu.mpg', '-audiofile', '/usr/local/share/devede/silence.wav', '-mf\
', 'type=png:fps=1', 'mf:///tmp/movie1_menu_bg.png']
Launching program:
program:  ['mencoder', '-srate', '48000', '-af', 'lavcresample=48000', '-\
oac', 'lavc', '-ovc', 'lavc', '-of', 'mpeg', '-mpegopts', 'format=dvd:tsa\
f', '-ofps', '30000/1001', '-vf', 'scale=720:480,harddup', '-lavcopts', '\
vcodec=mpeg2video:trell:mbd=2:vstrict=0:vrc_maxrate=7501:vrc_buf_size=183\
5:vbitrate=5001:keyint=18:acodec=mp2:abitrate=224:aspect=4/3', '-o', '/tm\
p/movie1_menu.mpg', '-audiofile', '/usr/local/share/devede/silence.wav', \
'-mf', 'type=png:fps=1', 'mf:///tmp/movie1_menu_bg.png']
Current working Directory:  /home/user
elemento:  /usr/bin
In:  /home/user
MEncoder 1.0rc1-3.4.6 (C) 2000-2006 MPlayer Team
CPU: Intel(R) Pentium(R) 4 CPU 3.20GHz (Family: 15, Model: 2, Stepping: 9\
)
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
success: format: 16  data: 0x0 - 0x0

Exiting...
   
File not found: '/usr/local/share/devede/silence.wav'
Failed to open /usr/local/
        
Deleting /tmp/movie1_menu.mpg due to error or aborting.
/tmp/movie1_menu.mpg didn't exists
.
.
.


>How-To-Repeat:





>Fix:


Add following line (or something like it) to "do-install" block in the devede port Makefile:

${INSTALL_DATA} ${WRKSRC}/pixmaps/silence.wav ${DATADIR}


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



More information about the freebsd-ports-bugs mailing list