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: Onno van der Linden <o.vd.linden%quicknet.nl@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/53319: text relocations fixes for multimedia/mplayer others
Date: Sat, 23 Jun 2018 20:04:45 +0200

 On Fri, Jun 22, 2018 at 11:07:11PM +0900, Izumi Tsutsui wrote:
 
 > ---
 > % PC6001VX
 > /usr/pkg/lib/ffmpeg3/libavformat.so.57: text relocations
 > /usr/pkg/lib/ffmpeg3/libavformat.so.57: Cannot write-enable text segment: Permission denied
 > % 
 > ---
 > Izumi Tsutsui
 
 Compiled mplayer 1.3.0 from pkgsrc on my i386 machine,
 needed to compile libmpcodecs/vf_filmdint.c without -fpie and -fpic
 to fix
 
 libmpcodecs/vf_filmdint.c: In function 'put_image':
 libmpcodecs/vf_filmdint.c:393:9: error: 'asm' operand has impossible constraints
          __asm__ volatile(                                                     \
          ^
 libmpcodecs/vf_filmdint.c:495:5: note: in expansion of macro 'BLOCK_METRICS_TEMPLATE'
      BLOCK_METRICS_TEMPLATE();
 
 and installed it and .........
 $ mplayer
 mplayer: text relocations
 /usr/pkg/lib/ffmpeg3/libswscale.so.4: text relocations
 /usr/pkg/lib/ffmpeg3/libswresample.so.2: text relocations
 /usr/pkg/lib/ffmpeg3/libavformat.so.57: text relocations
 /usr/pkg/lib/ffmpeg3/libavcodec.so.57: text relocations
 /usr/pkg/lib/ffmpeg3/libavutil.so.55: text relocations
 /usr/pkg/lib/ffmpeg3/libpostproc.so.54: text relocations
 /usr/pkg/lib/libx264.so.155: text relocations
 /usr/pkg/lib/libxvidcore.so.4: text relocations
 MPlayer 1.3.0-6.4.0 (C) 2000-2016 MPlayer Team
 224 audio & 451 video codecs
 Usage:   mplayer [options] [url|path/]filename
 
 No "Cannot write-enable text segment" and so far so good.
 
 Onno
 


Home | Main Index | Thread Index | Old Index