pkgsrc-Bugs archive

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

Re: pkg/53433: pkgsrc-2018Q2 audio/mpg123-pulse build fails on NetBSD/i386 8.0_RC2



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

From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: pkg/53433: pkgsrc-2018Q2 audio/mpg123-pulse build fails on NetBSD/i386
	 8.0_RC2
Date: Wed, 11 Jul 2018 01:21:41 +0900

 config.log says:
 
 ---
  :
 
 configure:4136: checking whether we are cross compiling
 configure:4144: gcc -o conftest -O2 -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/include/glib/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -I/usr/pkg/include -I/us
 r/include -I/usr/X11R7/include -I/usr/pkg/include/glib/glib-2.0 -I/usr/pkg/include/glib/gio-unix-2.0 -I/usr/pkg/lib/glib-2.0/include -L/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib/pulseaudio -Wl,-R/usr/pkg/lib
 /pulseaudio -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib conftest.c -lmpg123 >&5
 configure:4148: $? = 0
 configure:4155: ./conftest
 /usr/pkg/lib/libmpg123.so.0: text relocations
 /usr/pkg/lib/libmpg123.so.0: Cannot write-enable text segment: Permission denied
 configure:4159: $? = 1
 configure:4166: error: in `/usr/pkgsrc/audio/mpg123-pulse/work.i386/mpg123-1.25.10':
 configure:4170: error: cannot run C compiled programs.
 If you meant to cross compile, use `--host'.
 See `config.log' for more details
 
 ---
 
 So maybe the following options in mpg123/options.mk are problematic..
 
 > CONFIGURE_ARGS+=        --with-cpu=generic_fpu
 
 > CONFIGURE_ARGS+=        --with-cpu=x86_dither
 


Home | Main Index | Thread Index | Old Index