Bug 3631 - Error while compiling with Xorg
Summary: Error while compiling with Xorg
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2011.02
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-14 06:26 UTC by azhar
Modified: 2013-05-26 15:10 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description azhar 2011-04-14 06:26:38 UTC
Hi everyone,

I am using Hawkboard as my development board
and arm-none-linux-gnueabi-  as my Toolchain

I was successful on compiling buildroot with TinyX but as I am having a usb keyboard and usb mouse they are not detected after making the X-server ON.
but I am qiute sure that it detects keyboard which runs in backend. (ALT+CTRl+DEL)
reboots my board. So I switch for Xorg.

here

I am getting the following error while compiling buildroot for Xorg.
*****************************************************************************
checking for XORG... configure: error: Package requirements (xorg-server >= 1.0.99.901 xproto fontsproto ) were not met:

No package 'xorg-server' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.

make: *** [/home/eclat/Downloads/buildroot-2011.02/output/build/xdriver_xf86-video-fbdev-0.4.1/.stamp_configured] Error 1

the attachement contains my configuration files
Comment 1 Peter Korsgaard 2011-07-25 06:46:39 UTC
I believe the problem was a missing pkg-config dependency in the X server, which I've just fixed. Care to try latest git?
Comment 2 Peter Korsgaard 2011-10-09 20:46:56 UTC
No reply for 2+ months and unable to reproduce, closing.
Comment 3 Jith Kumar 2012-10-17 04:40:28 UTC
I tried this same options on 2012.08 and this bug is still there. 

------------------------------------8<----------------------------
jith@nfcdev:buildroot-2012.08$ make
>>> xdriver_xf86-video-fbdev 0.4.2 Configuring
(cd /home/jith/Work/Qemu/buildroot-2012.08/output/build/xdriver_xf86-video-fbdev-0.4.2/ && rm -rf config.cache && PATH="/home/jith/Work/Qemu/buildroot-2012.08/output/host/bin:/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin:/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/sbin/:/usr/lib/qt-3.3/bin:/usr/lib/ccache:/home/jith/bin:/usr/local/bin:/usr/bin:/bin:/opt/android/android-sdk/platform-tools/:/opt/arm-linaro-4.6/bin/:/opt/mips-linux-4.4-codesourcery/bin:/usr/local/sbin:/usr/sbin:/opt/android/android-sdk/platform-tools/:/opt/arm-linaro-4.6/bin/:/opt/mips-linux-4.4-codesourcery/bin:/home/jith/.local/bin:/home/jith/bin:/opt/android/android-sdk/platform-tools/:/opt/arm-linaro-4.6/bin/:/opt/mips-linux-4.4-codesourcery/bin" AR="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar" AS="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-as" LD="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld" NM="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm" CC="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc" GCC="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc" CPP="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp" CXX="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-g++" FC="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gfortran" RANLIB="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib" STRIP="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip" OBJCOPY="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objcopy" OBJDUMP="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/lib/ccache/gcc" GCC_FOR_BUILD="/usr/lib/ccache/gcc" CXX_FOR_BUILD="/usr/lib/ccache/g++" FC_FOR_BUILD="/usr/bin/ld" LD_FOR_BUILD="/usr/bin/ld" CFLAGS_FOR_BUILD="-O2 -I/home/jith/Work/Qemu/buildroot-2012.08/output/host/include -I/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/include" CXXFLAGS_FOR_BUILD="-I/home/jith/Work/Qemu/buildroot-2012.08/output/host/include -I/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/include" LDFLAGS_FOR_BUILD="-L/home/jith/Work/Qemu/buildroot-2012.08/output/host/lib -L/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/lib -Wl,-rpath,/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-as" DEFAULT_LINKER="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld" CFLAGS=" -pipe -Os  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS=" -pipe -Os  -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="" FCFLAGS="" PKG_CONFIG="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/pkg-config" PERLLIB="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/lib/perl" STAGING_DIR="/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/arm-unknown-linux-uclibcgnueabi/sysroot" ac_cv_lbl_unaligned_fail=yes ac_cv_func_mmap_fixed_mapped=yes ac_cv_func_memcmp_working=yes ac_cv_have_decl_malloc=yes gl_cv_func_malloc_0_nonnull=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_calloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes lt_cv_sys_lib_search_path_spec="" ac_cv_c_bigendian=no  ./configure --target=arm-unknown-linux-uclibcgnueabi --host=arm-unknown-linux-uclibcgnueabi --build=i686-pc-linux-gnu --prefix=/usr --exec-prefix=/usr --sysconfdir=/etc --program-prefix="" --disable-gtk-doc   --enable-ipv6 --enable-static --enable-shared   )
configure: WARNING: unrecognized options: --disable-gtk-doc, --enable-ipv6
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for arm-unknown-linux-uclibcgnueabi-strip... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for style of include used by make... GNU
checking for arm-unknown-linux-uclibcgnueabi-gcc... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... yes
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -g... yes
checking for /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C89... none needed
checking dependency style of /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc... gcc3
checking how to run the C preprocessor... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-cpp
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C99... -std=gnu99
checking pkg-config is at least version 0.9.0... yes
checking build system type... i686-pc-linux-gnu
checking host system type... arm-unknown-linux-uclibcgnueabi
Package xorg-macros was not found in the pkg-config search path.
Perhaps you should add the directory containing `xorg-macros.pc'
to the PKG_CONFIG_PATH environment variable
No package 'xorg-macros' found
checking for a sed that does not truncate output... /usr/bin/sed
checking for fgrep... /usr/bin/grep -F
checking for ld used by /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld
checking if the linker (/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm
checking the name lister (/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld option to reload object files... -r
checking for arm-unknown-linux-uclibcgnueabi-objdump... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-objdump
checking how to recognize dependent libraries... pass_all
checking for arm-unknown-linux-uclibcgnueabi-ar... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ar
checking for arm-unknown-linux-uclibcgnueabi-strip... (cached) /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-strip
checking for arm-unknown-linux-uclibcgnueabi-ranlib... /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ranlib
checking command to parse /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-nm output from /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 object... ok
checking for dlfcn.h... yes
checking for objdir... .libs
checking if /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
checking for /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
checking if /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
checking if /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 static flag -static works... yes
checking if /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 supports -c -o file.o... yes
checking if /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 supports -c -o file.o... (cached) yes
checking whether the /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc -std=gnu99 linker (/home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for arm-unknown-linux-uclibcgnueabi-gcc... (cached) /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc accepts -g... (cached) yes
checking for /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc option to accept ISO C89... (cached) none needed
checking dependency style of /home/jith/Work/Qemu/buildroot-2012.08/output/host/usr/bin/arm-unknown-linux-uclibcgnueabi-gcc... (cached) gcc3
checking if RANDR is defined... no
checking if RENDER is defined... no
checking if XV is defined... no
checking for XORG... PKG_CONFIG_PATH =  configure: error: Package requirements (xorg-server >= 1.0.99.901 xproto fontsproto ) were not met:

No package 'xorg-server' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables XORG_CFLAGS
and XORG_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
Comment 4 Jith Kumar 2012-10-17 04:43:02 UTC
Note: The same error will happen if i change to any other video driver ( I checked dummy and vesa, both had the same errors)
Comment 5 Thomas Petazzoni 2012-10-22 13:36:18 UTC
Please attach your Buildroot .config file to this bug report. Thanks!
Comment 6 Thomas Petazzoni 2012-10-22 14:18:30 UTC
Here, xdriver_xf86-video-fbdev-0.4.2 builds just fine. It selects the xorg-xserver package, so it should be built as a dependency correctly.

Can you please post your Buildroot .config file as you suggested, and confirm that you can reproduce this problem from a completely clean Buildroot build (i.e after running "make clean; make") ?
Comment 7 Thomas Petazzoni 2013-05-26 15:10:00 UTC
I've tested once again building X.org with the fbdev driver with current master, and it builds perfectly fine.

Since the bug reporter has never attached any Buildroot .config that exhibits the problem, and we're unable to reproduce, I'm marking this one as working for me. If someone faces the issue, do not hesitate to reopen this bug, but please include more details.