Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 9651] New: libxcb-1.12b built Error
@ 2017-02-12 12:13 bugzilla at busybox.net
  2017-02-12 12:19 ` [Buildroot] [Bug 9651] " bugzilla at busybox.net
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-12 12:13 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

            Bug ID: 9651
           Summary: libxcb-1.12b built Error
           Product: buildroot
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: kalman.staudinger at gmail.com
                CC: buildroot at uclibc.org
  Target Milestone: ---

[7m>>> libxcb 1.12 Building[27m
PATH="/root/buildroot/output/host/bin:/root/buildroot/output/host/sbin:/root/buildroot/output/host/usr/bin:/root/buildroot/output/host/usr/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/root/my-applications/bin:/usr/games"
 /usr/bin/make -j3  -C /root/buildroot/output/build/libxcb-1.12/
make[1]: Entering directory `/root/buildroot/output/build/libxcb-1.12'
Making all in src
make[2]: Entering directory `/root/buildroot/output/build/libxcb-1.12/src'
  GEN      xproto.c
  GEN      bigreq.c
  GEN      xc_misc.c

Failed to load the xcbgen Python package!
Make sure that xcb/proto installed it on your Python path.
If not, you will need to create a .pth file or define $PYTHONPATH
to extend the path.
Refer to the README file in xcb/proto for more info.


Failed to load the xcbgen Python package!
Make sure that xcb/proto installed it on your Python path.
If not, you will need to create a .pth file or define $PYTHONPATH
to extend the path.
Refer to the README file in xcb/proto for more info.


Failed to load the xcbgen Python package!
Make sure that xcb/proto installed it on your Python path.
If not, you will need to create a .pth file or define $PYTHONPATH
to extend the path.
Refer to the README file in xcb/proto for more info.

make[2]: Leaving directory `/root/buildroot/output/build/libxcb-1.12/src'
make[1]: Leaving directory `/root/buildroot/output/build/libxcb-1.12'

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12b built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
@ 2017-02-12 12:19 ` bugzilla at busybox.net
  2017-02-12 14:02 ` bugzilla at busybox.net
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-12 12:19 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

Skamlinux <kalman.staudinger@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
               Host|                            |i686
           Severity|normal                      |critical
             Target|                            |i386
              Build|                            |x86
   Target Milestone|---                         |2017.05

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12b built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
  2017-02-12 12:19 ` [Buildroot] [Bug 9651] " bugzilla at busybox.net
@ 2017-02-12 14:02 ` bugzilla at busybox.net
  2017-02-13 16:32 ` [Buildroot] [Bug 9651] libxcb-1.12 " bugzilla at busybox.net
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-12 14:02 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

--- Comment #1 from Skamlinux <kalman.staudinger@gmail.com> ---
root# cd buildroot
root# make
>>> host-libxcb 1.12 Building
PATH="/root/buildroot/output/host/bin:/root/buildroot/output/host/sbin:/root/buildroot/output/host/usr/bin:/root/buildroot/output/host/usr/sbin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/root/my-applications/bin:/usr/games"
PKG_CONFIG="/root/buildroot/output/host/usr/bin/pkg-config"
PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
PKG_CONFIG_ALLOW_SYSTEM_LIBS=1
PKG_CONFIG_LIBDIR="/root/buildroot/output/host/usr/lib/pkgconfig:/root/buildroot/output/host/usr/share/pkgconfig"
 /usr/bin/make -j3  -C /root/buildroot/output/build/host-libxcb-1.12/
make[1]: Entering directory `/root/buildroot/output/build/host-libxcb-1.12'
Making all in src
make[2]: Entering directory `/root/buildroot/output/build/host-libxcb-1.12/src'
make[2]: warning: -jN forced in submake: disabling jobserver mode.
  GEN      xproto.c
  GEN      bigreq.c
  GEN      xc_misc.c

Failed to load the xcbgen Python package!
Make sure that xcb/proto installed it on your Python path.
If not, you will need to create a .pth file or define $PYTHONPATH
to extend the path.
Refer to the README file in xcb/proto for more info.

Traceback (most recent call last):
  File "./c_client.py", line 3294, in <module>
    from xcbgen.state import Module
  File
"/root/buildroot/output/host/usr/lib/python2.7/site-packages/xcbgen/state.py",
line 5, in <module>
    from xml.etree.cElementTree import parse
  File
"/root/buildroot/output/host/usr/lib/python2.7/xml/etree/cElementTree.py", line
3, in <module>
    from _elementtree import *
ImportError:
/root/buildroot/output/host/usr/lib/python2.7/lib-dynload/_elementtree.so:
undefined symbol: PyUnicodeUCS2_FromFormat
make[2]: *** [bigreq.c] Error 1
make[2]: *** Waiting for unfinished jobs....

Failed to load the xcbgen Python package!
Make sure that xcb/proto installed it on your Python path.
If not, you will need to create a .pth file or define $PYTHONPATH
to extend the path.
Refer to the README file in xcb/proto for more info.

Traceback (most recent call last):
  File "./c_client.py", line 3294, in <module>
    from xcbgen.state import Module
  File
"/root/buildroot/output/host/usr/lib/python2.7/site-packages/xcbgen/state.py",
line 5, in <module>
    from xml.etree.cElementTree import parse
  File
"/root/buildroot/output/host/usr/lib/python2.7/xml/etree/cElementTree.py", line
3, in <module>
    from _elementtree import *
ImportError:
/root/buildroot/output/host/usr/lib/python2.7/lib-dynload/_elementtree.so:
undefined symbol: PyUnicodeUCS2_FromFormat
make[2]: *** [xc_misc.c] Error 1

Failed to load the xcbgen Python package!
Make sure that xcb/proto installed it on your Python path.
If not, you will need to create a .pth file or define $PYTHONPATH
to extend the path.
Refer to the README file in xcb/proto for more info.

Traceback (most recent call last):
  File "./c_client.py", line 3294, in <module>
    from xcbgen.state import Module
  File
"/root/buildroot/output/host/usr/lib/python2.7/site-packages/xcbgen/state.py",
line 5, in <module>
    from xml.etree.cElementTree import parse
  File
"/root/buildroot/output/host/usr/lib/python2.7/xml/etree/cElementTree.py", line
3, in <module>
    from _elementtree import *
ImportError:
/root/buildroot/output/host/usr/lib/python2.7/lib-dynload/_elementtree.so:
undefined symbol: PyUnicodeUCS2_FromFormat
make[2]: *** [xproto.c] Error 1
make[2]: Leaving directory `/root/buildroot/output/build/host-libxcb-1.12/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/buildroot/output/build/host-libxcb-1.12'
make: *** [/root/buildroot/output/build/host-libxcb-1.12/.stamp_built] Error 2
root#

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
  2017-02-12 12:19 ` [Buildroot] [Bug 9651] " bugzilla at busybox.net
  2017-02-12 14:02 ` bugzilla at busybox.net
@ 2017-02-13 16:32 ` bugzilla at busybox.net
  2017-02-13 20:11 ` bugzilla at busybox.net
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-13 16:32 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

Skamlinux <kalman.staudinger@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|libxcb-1.12b built Error    |libxcb-1.12 built Error

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2017-02-13 16:32 ` [Buildroot] [Bug 9651] libxcb-1.12 " bugzilla at busybox.net
@ 2017-02-13 20:11 ` bugzilla at busybox.net
  2017-02-13 20:23 ` bugzilla at busybox.net
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-13 20:11 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

--- Comment #2 from Skamlinux <kalman.staudinger@gmail.com> ---
Soory, it is my .config file:
http://code.bulix.org/bsvjtr-115121

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2017-02-13 20:11 ` bugzilla at busybox.net
@ 2017-02-13 20:23 ` bugzilla at busybox.net
  2017-02-13 20:38 ` bugzilla at busybox.net
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-13 20:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

--- Comment #3 from Skamlinux <kalman.staudinger@gmail.com> ---
Created attachment 6891
  --> https://bugs.busybox.net/attachment.cgi?id=6891&action=edit
my .config file

It is my config file

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (4 preceding siblings ...)
  2017-02-13 20:23 ` bugzilla at busybox.net
@ 2017-02-13 20:38 ` bugzilla at busybox.net
  2017-02-13 20:38 ` bugzilla at busybox.net
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-13 20:38 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
I have successfully built the following defconfig (based on yours):

BR2_TOOLCHAIN_EXTERNAL=y
BR2_TARGET_GENERIC_HOSTNAME="skamilinux"
BR2_TARGET_GENERIC_ISSUE="Welcome to SkamiLinux !"
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y
BR2_ENABLE_LOCALE_WHITELIST="C en_US hu hu_HU"
BR2_PACKAGE_GETTEXT=y
BR2_PACKAGE_LIBERATION=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB=y
BR2_PACKAGE_LIBDRM=y
BR2_PACKAGE_LIBDRM_INTEL=y
BR2_PACKAGE_LIBDRM_RADEON=y
BR2_PACKAGE_LIBDRM_AMDGPU=y
BR2_PACKAGE_LIBDRM_NOUVEAU=y
BR2_PACKAGE_LIBDRM_VMWGFX=y
BR2_PACKAGE_MTDEV=y
BR2_PACKAGE_LIBEVDEV=y
BR2_PACKAGE_LIBFFI=y
BR2_PACKAGE_NCURSES=y
BR2_PACKAGE_NCURSES_WCHAR=y
BR2_PACKAGE_PCRE=y
BR2_PACKAGE_PCRE_UCP=y
BR2_PACKAGE_GOOGLEFONTDIRECTORY=y
BR2_PACKAGE_UTIL_LINUX_LIBMOUNT=y
BR2_TARGET_ROOTFS_CPIO=y
BR2_TARGET_ROOTFS_CPIO_GZIP=y
BR2_TARGET_ROOTFS_SQUASHFS=y
# BR2_TARGET_ROOTFS_TAR is not set

So I believe your error is most likely due to a partial build.

Can you double check that you still get this error after doing "make clean all"
? Thanks.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (5 preceding siblings ...)
  2017-02-13 20:38 ` bugzilla at busybox.net
@ 2017-02-13 20:38 ` bugzilla at busybox.net
  2017-02-14  9:12 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-13 20:38 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at buildroot.uclibc |bernd.kuhls at t-online.de
                   |.org                        |

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (6 preceding siblings ...)
  2017-02-13 20:38 ` bugzilla at busybox.net
@ 2017-02-14  9:12 ` bugzilla at busybox.net
  2017-02-14  9:43 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-14  9:12 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

--- Comment #5 from Skamlinux <kalman.staudinger@gmail.com> ---
Created attachment 6896
  --> https://bugs.busybox.net/attachment.cgi?id=6896&action=edit
xproto_xproto-7.0.31 error

Thank you for your job.

I made defconfig based on your config.
Made make clean all and than make.

The new attached file xproto_xproto-7.0.31 error.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (7 preceding siblings ...)
  2017-02-14  9:12 ` bugzilla at busybox.net
@ 2017-02-14  9:43 ` bugzilla at busybox.net
  2017-02-14  9:56 ` bugzilla at busybox.net
  2017-02-14 19:23 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-14  9:43 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

--- Comment #6 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
So there is in fact no build issue with libxcb, correct? If that's the case,
then it would be better to close this bug, and re-open a new one so that things
are clear.

Are you starting the build with just a plain "make", or using "make
-j<somenumber>" ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (8 preceding siblings ...)
  2017-02-14  9:43 ` bugzilla at busybox.net
@ 2017-02-14  9:56 ` bugzilla at busybox.net
  2017-02-14 19:23 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-14  9:56 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

--- Comment #7 from Skamlinux <kalman.staudinger@gmail.com> ---
Yes, close this and a new open.

This config was copied from here so there is no cpu selection.
I use only simply make.

What should i do and how ?
Select the resolved option?

Sorry for lama questions....
:-(

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Buildroot] [Bug 9651] libxcb-1.12 built Error
  2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
                   ` (9 preceding siblings ...)
  2017-02-14  9:56 ` bugzilla at busybox.net
@ 2017-02-14 19:23 ` bugzilla at busybox.net
  10 siblings, 0 replies; 12+ messages in thread
From: bugzilla at busybox.net @ 2017-02-14 19:23 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=9651

Skamlinux <kalman.staudinger@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #8 from Skamlinux <kalman.staudinger@gmail.com> ---
One time i have deleted this directory and building will continue and finally
libxcb will be the problem again.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-02-14 19:23 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-12 12:13 [Buildroot] [Bug 9651] New: libxcb-1.12b built Error bugzilla at busybox.net
2017-02-12 12:19 ` [Buildroot] [Bug 9651] " bugzilla at busybox.net
2017-02-12 14:02 ` bugzilla at busybox.net
2017-02-13 16:32 ` [Buildroot] [Bug 9651] libxcb-1.12 " bugzilla at busybox.net
2017-02-13 20:11 ` bugzilla at busybox.net
2017-02-13 20:23 ` bugzilla at busybox.net
2017-02-13 20:38 ` bugzilla at busybox.net
2017-02-13 20:38 ` bugzilla at busybox.net
2017-02-14  9:12 ` bugzilla at busybox.net
2017-02-14  9:43 ` bugzilla at busybox.net
2017-02-14  9:56 ` bugzilla at busybox.net
2017-02-14 19:23 ` bugzilla at busybox.net

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox