* [Buildroot] [Bug 2149] New: xterm build failure
@ 2010-06-29 14:47 bugzilla at busybox.net
2010-06-29 19:03 ` [Buildroot] [Bug 2149] " bugzilla at busybox.net
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-06-29 14:47 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2149
Summary: xterm build failure
Product: buildroot
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Other
AssignedTo: unassigned at buildroot.uclibc.org
ReportedBy: jsteckli at os.inf.tu-dresden.de
CC: buildroot at uclibc.org
Estimated Hours: 0.0
Created attachment 2131
--> https://bugs.busybox.net/attachment.cgi?id=2131
Config that triggers the problem.
Building xterm on git HEAD fails with the following error:
/bin/sh ./plink.sh
/home/julian/src/linux-dev/buildroot-xorg/output/staging/usr/bin/i686-unknown-linux-uclibc-gcc
-Os -pipe -Os -mtune=core2 -march=core2 -D_LARGEFILE_SOURCE
-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64
-I/home/julian/src/linux-dev/buildroot-xorg/output/staging/usr/include
-I/home/julian/src/linux-dev/buildroot-xorg/output/staging/include
--sysroot=/home/julian/src/linux-dev/buildroot-xorg/output/staging/ -isysroot
/home/julian/src/linux-dev/buildroot-xorg/output/staging -Os -pipe -Os
-mtune=core2 -march=core2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
-D_FILE_OFFSET_BITS=64
-I/home/julian/src/linux-dev/buildroot-xorg/output/staging/usr/include
-I/home/julian/src/linux-dev/buildroot-xorg/output/staging/include
--sysroot=/home/julian/src/linux-dev/buildroot-xorg/output/staging/ -isysroot
/home/julian/src/linux-dev/buildroot-xorg/output/staging
-L/home/julian/src/linux-dev/buildroot-xorg/output/staging/lib
-L/home/julian/src/linux-dev/buildroot-xorg/output/staging/usr/lib
--sysroot=/home/julian/src/linux-dev/buildroot-xorg/output/staging/ -o xterm
button.o cachedGCs.o charproc.o charsets.o cursor.o data.o doublechr.o
fontutils.o input.o linedata.o main.o menu.o misc.o print.o ptydata.o
scrollback.o screen.o scrollbar.o tabs.o util.o xstrings.o xtermcap.o
VTPrsTbl.o TekPrsTbl.o Tekproc.o -lXft -lXrender -lfontconfig -lfreetype -lX11
-lXaw7 -lXmu -lXt -lX11 -lSM -lICE -lXt -lX11 -lSM -lICE -lncurses
testing if -lXmu is needed
testing if -lXft is needed
testing if -lXt is needed
testing if -lX11 is needed
...yes
testing if -lXrender is needed
testing if -lSM is needed
testing if -lICE is needed
...yes
testing if -lfontconfig is needed
testing if -lXt is needed
testing if -lX11 is needed
...yes
testing if -lfreetype is needed
testing if -lSM is needed
testing if -lICE is needed
testing if -lncurses is needed
...yes
testing if -lX11 is needed
...yes
testing if -lXaw7 is needed
...yes
testing if -lXmu is needed
...yes
testing if -lXt is needed
...yes
testing if -lX11 is needed
...yes
testing if -lSM is needed
...yes
testing if -lICE is needed
...yes
testing if -lXt is needed
...yes
testing if -lX11 is needed
...yes
testing if -lSM is needed
...yes
testing if -lICE is needed
...yes
testing if -lncurses is needed
...yes
/home/julian/src/linux-dev/buildroot-xorg/output/staging/usr/lib/libICE.so:
warning: gethostbyaddr is obsolescent, use getaddrinfo() instead.
/home/julian/src/linux-dev/buildroot-xorg/output/staging/usr/lib/libXmu.so:
warning: gethostbyname is obsolescent, use getnameinfo() instead.
main.o: In function `get_pty':
main.c:(.text+0xa58): undefined reference to `getpt'
collect2: ld returned 1 exit status
make[1]: *** [xterm] Error 1
make[1]: Leaving directory
`/home/julian/src/linux-dev/buildroot-xorg/output/build/xterm-259'
make: ***
[/home/julian/src/linux-dev/buildroot-xorg/output/build/xterm-259/.stamp_built]
Error 2
--
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 2149] xterm build failure
2010-06-29 14:47 [Buildroot] [Bug 2149] New: xterm build failure bugzilla at busybox.net
@ 2010-06-29 19:03 ` bugzilla at busybox.net
2010-06-29 19:05 ` bugzilla at busybox.net
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-06-29 19:03 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2149
--- Comment #1 from Paulius Zaleckas <paulius.zaleckas@gmail.com> ---
Created attachment 2149
--> https://bugs.busybox.net/attachment.cgi?id=2149
enable getpt() in uClibc default 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 2149] xterm build failure
2010-06-29 14:47 [Buildroot] [Bug 2149] New: xterm build failure bugzilla at busybox.net
2010-06-29 19:03 ` [Buildroot] [Bug 2149] " bugzilla at busybox.net
@ 2010-06-29 19:05 ` bugzilla at busybox.net
2010-07-01 7:27 ` bugzilla at busybox.net
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-06-29 19:05 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2149
--- Comment #2 from Paulius Zaleckas <paulius.zaleckas@gmail.com> ---
attached patch solves this issue... also it is possible to enable getpt() by
executing make uclibc-menuconfig
--
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 2149] xterm build failure
2010-06-29 14:47 [Buildroot] [Bug 2149] New: xterm build failure bugzilla at busybox.net
2010-06-29 19:03 ` [Buildroot] [Bug 2149] " bugzilla at busybox.net
2010-06-29 19:05 ` bugzilla at busybox.net
@ 2010-07-01 7:27 ` bugzilla at busybox.net
2010-07-06 15:39 ` bugzilla at busybox.net
2010-07-13 18:17 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-07-01 7:27 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2149
--- Comment #3 from Mitch Davis <mjd-busybox.net@afork.com> ---
I looked at the attached patch. Does UCLIBC_HAS_GETPT need to have an entry in
the menuconfig?
--
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 2149] xterm build failure
2010-06-29 14:47 [Buildroot] [Bug 2149] New: xterm build failure bugzilla at busybox.net
` (2 preceding siblings ...)
2010-07-01 7:27 ` bugzilla at busybox.net
@ 2010-07-06 15:39 ` bugzilla at busybox.net
2010-07-13 18:17 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-07-06 15:39 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2149
--- Comment #4 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
I confirm the problem and that the proposed patch fixes it.
Peter, I've merged into a branch that I intend to send a pull request for
relatively soon, but if you want to merge this patch no, please go ahead, I'll
simply drop it from my branch.
--
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 2149] xterm build failure
2010-06-29 14:47 [Buildroot] [Bug 2149] New: xterm build failure bugzilla at busybox.net
` (3 preceding siblings ...)
2010-07-06 15:39 ` bugzilla at busybox.net
@ 2010-07-13 18:17 ` bugzilla at busybox.net
4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2010-07-13 18:17 UTC (permalink / raw)
To: buildroot
https://bugs.busybox.net/show_bug.cgi?id=2149
Thomas Petazzoni <thomas.petazzoni@free-electrons.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #5 from Thomas Petazzoni <thomas.petazzoni@free-electrons.com> ---
Fixed by
http://git.buildroot.net/buildroot/commit/?id=d0169fda2144ef5dfe25e801d58a227ed119a38c
--
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-07-13 18:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-29 14:47 [Buildroot] [Bug 2149] New: xterm build failure bugzilla at busybox.net
2010-06-29 19:03 ` [Buildroot] [Bug 2149] " bugzilla at busybox.net
2010-06-29 19:05 ` bugzilla at busybox.net
2010-07-01 7:27 ` bugzilla at busybox.net
2010-07-06 15:39 ` bugzilla at busybox.net
2010-07-13 18:17 ` 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