pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/53319: text relocations fixes for multimedia/mplayer others



The following reply was made to PR pkg/53319; it has been noted by GNATS.

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: o.vd.linden%quicknet.nl@localhost, tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/53319: text relocations fixes for multimedia/mplayer others
Date: Tue, 14 Aug 2018 03:52:09 +0900

 >  just like ffmpeg, mplayer and firefox as demonstrated earlier in this PR.
 >  
 >  I have my doubts about disabling asm completely for i386 as a fix
 >  for the "Cannot write-enable text segment: Permission denied" error.
 
 I cannot reproduce your problem on my NetBSD/i386 8.0 + pkgsrc-2018Q2
 environment (for my own liveimage):
 
 ---
 # uname -a
 NetBSD teokure 8.0 NetBSD 8.0 (GENERIC) #0: Tue Jul 17 14:59:51 UTC 2018  mkrepro%mkrepro.NetBSD.org@localhost:/usr/src/sys/arch/i386/compile/GENERIC i386
 # pkg_info
 # PKG_PATH=http://teokurebsd.org/netbsd/packages/i386/8.0_2018Q2/All pkg_add PC6001VX mplayer
 libffi-3.2.1nb4: registering info file /usr/pkg/info/libffi.info
 No schema files found: doing nothing.
 
  :
 
 pulseaudio-11.1nb5: copying /usr/pkg/share/examples/pulseaudio/pulseaudio-system.conf to /usr/pkg/etc/dbus-1/system.d/pulseaudio-system.conf
 pulseaudio-11.1nb5: copying /usr/pkg/share/examples/pulseaudio/client.conf to /usr/pkg/etc/pulse/client.conf
 pulseaudio-11.1nb5: copying /usr/pkg/share/examples/pulseaudio/daemon.conf to /usr/pkg/etc/pulse/daemon.conf
 pulseaudio-11.1nb5: copying /usr/pkg/share/examples/pulseaudio/default.pa to /usr/pkg/etc/pulse/default.pa
 pulseaudio-11.1nb5: copying /usr/pkg/share/examples/pulseaudio/system.pa to /usr/pkg/etc/pulse/system.pa
 libvdpau-1.1.1nb2: copying /usr/pkg/share/examples/libvdpau/vdpau_wrapper.cfg to /usr/pkg/etc/vdpau_wrapper.cfg
 ffmpeg3-3.4.2nb6: copying /usr/pkg/share/examples/ffmpeg3/ffserver.conf to /usr/pkg/etc/ffserver.conf
 ===========================================================================
 $NetBSD: MESSAGE,v 1.1.1.1 2004/01/28 14:29:01 recht Exp $
 
 Because of the unclear legal status of libdvdcss, it is not automatically
 installed as part of libdvdread. It is however needed to play encrypted
 DVDs. If you want to play encrypted DVDs, simply install it yourself.
 
 ===========================================================================
 esound-0.2.41nb3: copying /usr/pkg/share/examples/esound/esd.conf to /usr/pkg/etc/esd.conf
 nas-1.9.4: copying /usr/pkg/share/examples/nas/nasd.conf.eg to /usr/pkg/etc/nas/nasd.conf
 ===========================================================================
 The following files should be created for nas-1.9.4:
 
         /etc/rc.d/nasd (m=0755)
             [/usr/pkg/share/examples/rc.d/nasd]
 
 ===========================================================================
 ===========================================================================
 $NetBSD: MESSAGE,v 1.1 2017/10/27 01:28:53 nat Exp $
 
 To enable dma for use with NetBSD-8 or above.
 
 Set the following environment variables:
         SDL_DSP_DMA_PRECISION
         SDL_DSP_DMA_FREQ
         SDL_DSP_DMA_CHANNELS
 
         SDL_DSP_NOSELECT=1
 
 DMA parameters must match the hw virtual channel format for playback to
 work with dma.
 
 ===========================================================================
 # exit
 exit
 teokure-% rehash
 teokure-% mplayer
 Creating config file: /home/mikutter/.mplayer/config
 MPlayer 1.3.0-5.5.0 (C) 2000-2016 MPlayer Team
 224 audio & 451 video codecs
 Usage:   mplayer [options] [url|path/]filename
 
 Basic options: (complete list in the man page)
  -vo <drv>        select video output driver ('-vo help' for a list)
  -ao <drv>        select audio output driver ('-ao help' for a list)
  vcd://<trackno>  play (S)VCD (Super Video CD) track (raw device, no mount)
  dvd://<titleno>  play DVD title from device instead of plain file
  -alang/-slang    select DVD audio/subtitle language (by 2-char country code)
  -ss <position>   seek to given (seconds or hh:mm:ss) position
  -nosound         do not play sound
  -fs              fullscreen playback (or -vm, -zoom, details in the man page)
  -x <x> -y <y>    set display resolution (for use with -vm or -zoom)
  -sub <file>      specify subtitle file to use (also see -subfps, -subdelay)
  -playlist <file> specify playlist file
  -vid x -aid y    select video (x) and audio (y) stream to play
  -fps x -srate y  change video (x fps) and audio (y Hz) rate
  -pp <quality>    enable postprocessing filter (details in the man page)
  -framedrop       enable frame dropping (for slow machines)
 
 Basic keys: (complete list in the man page, also check input.conf)
  <-  or  ->       seek backward/forward 10 seconds
  down or up       seek backward/forward  1 minute
  pgdown or pgup   seek backward/forward 10 minutes
  < or >           step backward/forward in playlist
  p or SPACE       pause movie (press any key to continue)
  q or ESC         stop playing and quit program
  + or -           adjust audio delay by +/- 0.1 second
  o                cycle OSD mode:  none / seekbar / seekbar + timer
  * or /           increase or decrease PCM volume
  x or z           adjust subtitle delay by +/- 0.1 second
  r or t           adjust subtitle position up/down, also see -vf expand
 
  * * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
 
 teokure-% PC6001VX
 QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-mikutter'
 QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-mikutter'
 
 ["ROM files not found" error window]
 
 ---
 
 Maybe -current specific?
 
 ---
 Izumi Tsutsui
 


Home | Main Index | Thread Index | Old Index