All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 1855] New: XORG Keyboard driver fails to compile
@ 2010-05-30 10:04 bugzilla at busybox.net
  2010-05-30 10:49 ` [Buildroot] [Bug 1855] " bugzilla at busybox.net
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-05-30 10:04 UTC (permalink / raw)
  To: buildroot

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

           Summary: XORG Keyboard driver fails to compile
           Product: buildroot
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: blocker
          Priority: P5
         Component: Other
        AssignedTo: unassigned at buildroot.uclibc.org
        ReportedBy: paul at pauljones.id.au
                CC: buildroot at uclibc.org
   Estimated Hours: 0.0


Created attachment 1789
  --> https://bugs.busybox.net/attachment.cgi?id=1789
Buildroot config

This is using latest GIT buildroot with no locale support.

checking for
/home/peejay/mini2440-dev/buildroot-x86/output/staging/usr/bin/i686-unknown-linux-uclibc-gcc
-Os -pipe -Os  -mtune=nocona -march=nocona -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-I/home/peejay/mini2440-dev/buildroot-x86/output/staging/usr/include
-I/home/peejay/mini2440-dev/buildroot-x86/output/staging/include
--sysroot=/home/peejay/mini2440-dev/buildroot-x86/output/staging/ -isysroot
/home/peejay/mini2440-dev/buildroot-x86/output/staging option to accept ISO
C89... (cached) none needed
checking dependency style of
/home/peejay/mini2440-dev/buildroot-x86/output/staging/usr/bin/i686-unknown-linux-uclibc-gcc
-Os -pipe -Os  -mtune=nocona -march=nocona -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-I/home/peejay/mini2440-dev/buildroot-x86/output/staging/usr/include
-I/home/peejay/mini2440-dev/buildroot-x86/output/staging/include
--sysroot=/home/peejay/mini2440-dev/buildroot-x86/output/staging/ -isysroot
/home/peejay/mini2440-dev/buildroot-x86/output/staging... (cached) gcc3
checking if RANDR is defined... no
checking if XINPUT is defined... no
checking if XKB is defined... no
checking pkg-config is at least version 0.9.0... yes
checking for XORG... configure: error: Package requirements (xorg-server >=
1.2.99.0 xproto ) 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.

-- 
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.

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

* [Buildroot] [Bug 1855] XORG Keyboard driver fails to compile
  2010-05-30 10:04 [Buildroot] [Bug 1855] New: XORG Keyboard driver fails to compile bugzilla at busybox.net
@ 2010-05-30 10:49 ` bugzilla at busybox.net
  2010-05-30 11:03 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-05-30 10:49 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Peter Korsgaard <jacmet@uclibc.org>  ---
(In reply to comment #0)
> checking if RANDR is defined... no
> checking if XINPUT is defined... no
> checking if XKB is defined... no
> checking pkg-config is at least version 0.9.0... yes
> checking for XORG... configure: error: Package requirements (xorg-server >=
> 1.2.99.0 xproto ) were not met:
> 
> No package 'xorg-server' found

What package is this exactly? BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD? That one
seems to list both xserver and xproto as dependencies.

Anyway, I'll try building your .config

-- 
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.

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

* [Buildroot] [Bug 1855] XORG Keyboard driver fails to compile
  2010-05-30 10:04 [Buildroot] [Bug 1855] New: XORG Keyboard driver fails to compile bugzilla at busybox.net
  2010-05-30 10:49 ` [Buildroot] [Bug 1855] " bugzilla at busybox.net
@ 2010-05-30 11:03 ` bugzilla at busybox.net
  2010-05-30 11:14   ` Peter Korsgaard
  2010-05-30 11:15 ` bugzilla at busybox.net
  2010-05-30 18:14 ` bugzilla at busybox.net
  3 siblings, 1 reply; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-05-30 11:03 UTC (permalink / raw)
  To: buildroot

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

--- Comment #2 from paul.jones at iwtech.com.au <paul@pauljones.id.au>  ---
(In reply to comment #1)
> 
> What package is this exactly? BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD? That one
> seems to list both xserver and xproto as dependencies.

Yes, that's the one. I built it the other day and it worked ok, but today I did
a "git pull && make distclean" and now it's not working.

-- 
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.

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

* [Buildroot] [Bug 1855] XORG Keyboard driver fails to compile
  2010-05-30 11:03 ` bugzilla at busybox.net
@ 2010-05-30 11:14   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2010-05-30 11:14 UTC (permalink / raw)
  To: buildroot

>>>>> "bugzilla" == bugzilla  <bugzilla@busybox.net> writes:

 bugzilla> https://bugs.busybox.net/show_bug.cgi?id=1855
 bugzilla> --- Comment #2 from paul.jones at iwtech.com.au <paul@pauljones.id.au>  ---
 bugzilla> (In reply to comment #1)
 >> 
 >> What package is this exactly? BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD? That one
 >> seems to list both xserver and xproto as dependencies.

 bugzilla> Yes, that's the one. I built it the other day and it worked
 bugzilla> ok, but today I did a "git pull && make distclean" and now
 bugzilla> it's not working.

Ahh, then I guess I know why:

commit b7acacaf6e84ec05ed76dd419e645cfbd6683f7a
Author: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Date:   Fri May 28 17:58:43 2010 +0300

    xserver_xorg-server: Use $(MAKE1) for make install
    
    Xserver installation fails with parallel make jobs.
    
    Installation to staging is not needed. So just remove it
    instead of converting to $(MAKE1).
    
    Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
    Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

If we don't install into staging, then the other packages won't find the
xserver pkg-config file. I'll fix that now.

Please try to provide as much info as you can in the bug report in the
future, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [Bug 1855] XORG Keyboard driver fails to compile
  2010-05-30 10:04 [Buildroot] [Bug 1855] New: XORG Keyboard driver fails to compile bugzilla at busybox.net
  2010-05-30 10:49 ` [Buildroot] [Bug 1855] " bugzilla at busybox.net
  2010-05-30 11:03 ` bugzilla at busybox.net
@ 2010-05-30 11:15 ` bugzilla at busybox.net
  2010-05-30 18:14 ` bugzilla at busybox.net
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-05-30 11:15 UTC (permalink / raw)
  To: buildroot

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

--- Comment #3 from Peter Korsgaard <jacmet@uclibc.org>  ---
(In reply to comment #2)
> (In reply to comment #1)
> > 
> > What package is this exactly? BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD? That one
> > seems to list both xserver and xproto as dependencies.
> 
> Yes, that's the one. I built it the other day and it worked ok, but today I did
> a "git pull && make distclean" and now it's not working.

Ahh, then I guess I know why:

commit b7acacaf6e84ec05ed76dd419e645cfbd6683f7a
Author: Paulius Zaleckas <paulius.zaleckas@gmail.com>
Date:   Fri May 28 17:58:43 2010 +0300

    xserver_xorg-server: Use $(MAKE1) for make install

    Xserver installation fails with parallel make jobs.

    Installation to staging is not needed. So just remove it
    instead of converting to $(MAKE1).

    Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com>
    Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>

If we don't install into staging, then the other packages won't find the
xserver pkg-config file. I'll fix that now.

Please try to provide as much info as you can in the bug report in the
future, thanks.

-- 
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.

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

* [Buildroot] [Bug 1855] XORG Keyboard driver fails to compile
  2010-05-30 10:04 [Buildroot] [Bug 1855] New: XORG Keyboard driver fails to compile bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2010-05-30 11:15 ` bugzilla at busybox.net
@ 2010-05-30 18:14 ` bugzilla at busybox.net
  3 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-05-30 18:14 UTC (permalink / raw)
  To: buildroot

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

Peter Korsgaard <jacmet@uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Peter Korsgaard <jacmet@uclibc.org>  ---
Fixed in git, thanks

-- 
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.

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

end of thread, other threads:[~2010-05-30 18:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-30 10:04 [Buildroot] [Bug 1855] New: XORG Keyboard driver fails to compile bugzilla at busybox.net
2010-05-30 10:49 ` [Buildroot] [Bug 1855] " bugzilla at busybox.net
2010-05-30 11:03 ` bugzilla at busybox.net
2010-05-30 11:14   ` Peter Korsgaard
2010-05-30 11:15 ` bugzilla at busybox.net
2010-05-30 18:14 ` bugzilla at busybox.net

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.