From: bugzilla at busybox.net <bugzilla@busybox.net>
To: buildroot@busybox.net
Subject: [Buildroot] [Bug 8206] New: mplayer uses host xorg development files
Date: Mon, 6 Jul 2015 16:15:52 +0000 (UTC) [thread overview]
Message-ID: <bug-8206-163@https.bugs.busybox.net/> (raw)
https://bugs.busybox.net/show_bug.cgi?id=8206
Summary: mplayer uses host xorg development files
Product: buildroot
Version: 2015.05
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: glscantlen at gmail.com
CC: buildroot at uclibc.org
Estimated Hours: 0.0
I am using buildroot-2015.05
Installed on a fresh Ubuntu 14.04 host, with only basic build requirements ie
"apt-get install build-essential git ccache"
I have configured BuildRoot for basic Xorg with mplayer. (I'll attach
defconfig)
The "make" passes without error and everything works on target H/W except
mplayer.
Mplayer acts as-if there is no xorg.
I have discovered, if I "apt-get install xorg-dev" to the host and rebuild
mplayer it will then work.
Why is mplayer's configure using the host's xorg-development files? I would
expect it must use the BuildRoot tree's development files.
sorry I can not attach a simple text file... DAH!
So I'll just paste here:
BR2_arm=y
BR2_cortex_a7=y
BR2_ARM_EABIHF=y
BR2_DEFCONFIG="$(CONFIG_DIR)/defconfig"
BR2_CCACHE=y
BR2_TOOLCHAIN_EXTERNAL=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
BR2_TOOLCHAIN_EXTERNAL_PATH="$(HOME)/xu3_mplayer/linaro-4.9"
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="arm-linux-gnueabihf"
BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_17=y
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
BR2_TOOLCHAIN_EXTERNAL_CXX=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_ROOTFS_POST_BUILD_SCRIPT="support/scripts/config_eth"
BR2_PACKAGE_ALSA_UTILS=y
BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y
BR2_PACKAGE_FFMPEG=y
BR2_PACKAGE_MPLAYER=y
BR2_PACKAGE_MESA3D_DEMOS=y
BR2_PACKAGE_MESA3D=y
BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
BR2_PACKAGE_MESA3D_OPENGL_ES=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XSERVER_XORG_SERVER_MODULAR=y
BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX=y
BR2_PACKAGE_XAPP_TWM=y
BR2_PACKAGE_XAPP_XCLOCK=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_EVDEV=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE=y
BR2_PACKAGE_XDRIVER_XF86_VIDEO_ARMSOC=y
BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBDEV=y
BR2_PACKAGE_XTERM=y
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_PYTHON_BZIP2=y
BR2_PACKAGE_PYTHON_READLINE=y
BR2_PACKAGE_PYTHON_SSL=y
BR2_PACKAGE_PYTHON_PYEXPAT=y
BR2_PACKAGE_PYTHON_ZLIB=y
BR2_PACKAGE_LIBDRI2=y
BR2_PACKAGE_LIBDRM_EXYNOS=y
BR2_PACKAGE_LIBGLEW=y
BR2_PACKAGE_LIBGLU=y
BR2_PACKAGE_WAYLAND=y
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_RSYNC=y
--
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
next reply other threads:[~2015-07-06 16:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-06 16:15 bugzilla at busybox.net [this message]
2015-07-07 15:43 ` [Buildroot] [Bug 8206] mplayer uses host xorg development files bugzilla at busybox.net
2015-07-11 13:19 ` glscantlen
2015-07-11 13:31 ` glscantlen
2015-07-11 14:30 ` Thomas Petazzoni
2015-07-07 20:59 ` bugzilla at busybox.net
2015-07-07 21:00 ` bugzilla at busybox.net
2015-07-11 13:41 ` glscantlen
2015-07-11 14:38 ` Arnout Vandecappelle
2015-07-11 14:36 ` glscantlen
2015-07-11 15:26 ` Arnout Vandecappelle
2015-07-11 15:39 ` Thomas Petazzoni
2015-07-11 15:42 ` Arnout Vandecappelle
2015-10-02 17:14 ` glscantlen
2015-10-03 6:56 ` Arnout Vandecappelle
2015-07-07 21:01 ` bugzilla at busybox.net
2015-07-10 23:10 ` bugzilla at busybox.net
2015-07-11 15:25 ` bugzilla at busybox.net
2015-07-11 15:38 ` bugzilla at busybox.net
2015-07-13 13:12 ` glscantlen
2015-07-11 16:07 ` bugzilla at busybox.net
2015-10-22 20:22 ` bugzilla at busybox.net
2016-08-31 21:18 ` bugzilla at busybox.net
2016-09-01 15:11 ` bugzilla at busybox.net
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bug-8206-163@https.bugs.busybox.net/ \
--to=bugzilla@busybox.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.