* [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails
@ 2007-11-11 20:40 bugs at busybox.net
0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-11 20:40 UTC (permalink / raw)
To: buildroot
The following issue has been SUBMITTED.
======================================================================
http://busybox.net/bugs/view.php?id=1585
======================================================================
Reported By: hwstar
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1585
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 11-11-2007 12:40 PST
Last Modified: 11-11-2007 12:40 PST
======================================================================
Summary: [buildroot] Netkit package build fails
Description:
Netkit package does not build
Make output in "Additional Information" field.
Buildroot config/system info:
SVN revision 20406
Host: Ubuntu 7.04 (Feisty)
Target: i386/i586
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
11-11-07 12:40 hwstar New Issue
11-11-07 12:40 hwstar Status new => assigned
11-11-07 12:40 hwstar Assigned To => buildroot
======================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails
@ 2007-11-12 7:50 bugs at busybox.net
0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-12 7:50 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1585
======================================================================
Reported By: hwstar
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1585
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 11-11-2007 12:40 PST
Last Modified: 11-11-2007 23:50 PST
======================================================================
Summary: [buildroot] Netkit package build fails
Description:
Netkit package does not build
Make output in "Additional Information" field.
Buildroot config/system info:
SVN revision 20406
Host: Ubuntu 7.04 (Feisty)
Target: i386/i586
======================================================================
----------------------------------------------------------------------
vanokuten - 11-11-07 23:50
----------------------------------------------------------------------
you did not set BR2_INET_RPC=y when building your toolchain
Issue History
Date Modified Username Field Change
======================================================================
11-11-07 12:40 hwstar New Issue
11-11-07 12:40 hwstar Status new => assigned
11-11-07 12:40 hwstar Assigned To => buildroot
11-11-07 12:44 hwstar Issue Monitored: hwstar
11-11-07 23:50 vanokuten Note Added: 0002907
======================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails
@ 2007-11-13 1:19 bugs at busybox.net
2007-11-13 9:47 ` Cristian Ionescu-Idbohrn
0 siblings, 1 reply; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-13 1:19 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1585
======================================================================
Reported By: hwstar
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1585
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 11-11-2007 12:40 PST
Last Modified: 11-12-2007 17:19 PST
======================================================================
Summary: [buildroot] Netkit package build fails
Description:
Netkit package does not build
Make output in "Additional Information" field.
Buildroot config/system info:
SVN revision 20406
Host: Ubuntu 7.04 (Feisty)
Target: i386/i586
======================================================================
----------------------------------------------------------------------
vanokuten - 11-11-07 23:50
----------------------------------------------------------------------
you did not set BR2_INET_RPC=y when building your toolchain
----------------------------------------------------------------------
hwstar - 11-12-07 17:19
----------------------------------------------------------------------
After turning on BR2_INET_RPC, it now fails in the linking part of the
build.
Snippet of config file:
#
# Common Toolchain Options
#
BR2_PACKAGE_SSTRIP_TARGET=y
BR2_PACKAGE_SSTRIP_HOST=y
# BR2_ENABLE_MULTILIB is not set
BR2_LARGEFILE=y
BR2_INET_IPV6=y
BR2_INET_RPC=y <<<<<<<<<<
BR2_USE_WCHAR=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
Output from failed build:
/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc
inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o -o
inetd
inetd.o: In function `unregister_rpc':
inetd.c:(.text+0x6a): undefined reference to `pmap_unset'
inetd.o: In function `register_rpc':
inetd.c:(.text+0x138): undefined reference to `pmap_unset'
inetd.c:(.text+0x154): undefined reference to `pmap_set'
servtab.o: In function `loadconfigent':
servtab.c:(.text+0xdc1): undefined reference to `getrpcbyname'
collect2: ld returned 1 exit status
make[3]: *** [inetd] Error 1
make[3]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd'
make[2]: *** [inetd.build] Error 2
make[2]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17'
make[1]: ***
[/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd/inetd]
Error 2
make[1]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot'
make: *** [buildroot/binaries/limey-linux/rootfs.i586.ext2] Error 2
Issue History
Date Modified Username Field Change
======================================================================
11-11-07 12:40 hwstar New Issue
11-11-07 12:40 hwstar Status new => assigned
11-11-07 12:40 hwstar Assigned To => buildroot
11-11-07 12:44 hwstar Issue Monitored: hwstar
11-11-07 23:50 vanokuten Note Added: 0002907
11-12-07 17:19 hwstar Note Added: 0002909
======================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails
@ 2007-11-13 9:35 bugs at busybox.net
0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-13 9:35 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1585
======================================================================
Reported By: hwstar
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1585
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 11-11-2007 12:40 PST
Last Modified: 11-13-2007 01:35 PST
======================================================================
Summary: [buildroot] Netkit package build fails
Description:
Netkit package does not build
Make output in "Additional Information" field.
Buildroot config/system info:
SVN revision 20406
Host: Ubuntu 7.04 (Feisty)
Target: i386/i586
======================================================================
----------------------------------------------------------------------
vanokuten - 11-11-07 23:50
----------------------------------------------------------------------
you did not set BR2_INET_RPC=y when building your toolchain
----------------------------------------------------------------------
hwstar - 11-12-07 17:19
----------------------------------------------------------------------
After turning on BR2_INET_RPC, it now fails in the linking part of the
build.
Snippet of config file:
#
# Common Toolchain Options
#
BR2_PACKAGE_SSTRIP_TARGET=y
BR2_PACKAGE_SSTRIP_HOST=y
# BR2_ENABLE_MULTILIB is not set
BR2_LARGEFILE=y
BR2_INET_IPV6=y
BR2_INET_RPC=y <<<<<<<<<<
BR2_USE_WCHAR=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
Output from failed build:
/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc
inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o -o
inetd
inetd.o: In function `unregister_rpc':
inetd.c:(.text+0x6a): undefined reference to `pmap_unset'
inetd.o: In function `register_rpc':
inetd.c:(.text+0x138): undefined reference to `pmap_unset'
inetd.c:(.text+0x154): undefined reference to `pmap_set'
servtab.o: In function `loadconfigent':
servtab.c:(.text+0xdc1): undefined reference to `getrpcbyname'
collect2: ld returned 1 exit status
make[3]: *** [inetd] Error 1
make[3]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd'
make[2]: *** [inetd.build] Error 2
make[2]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17'
make[1]: ***
[/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd/inetd]
Error 2
make[1]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot'
make: *** [buildroot/binaries/limey-linux/rootfs.i586.ext2] Error 2
----------------------------------------------------------------------
vanokuten - 11-13-07 01:35
----------------------------------------------------------------------
you to do full rebuild of your toolchain, e.g. delete toolchain_build_i386
and rebuild
Issue History
Date Modified Username Field Change
======================================================================
11-11-07 12:40 hwstar New Issue
11-11-07 12:40 hwstar Status new => assigned
11-11-07 12:40 hwstar Assigned To => buildroot
11-11-07 12:44 hwstar Issue Monitored: hwstar
11-11-07 23:50 vanokuten Note Added: 0002907
11-12-07 17:19 hwstar Note Added: 0002909
11-13-07 01:35 vanokuten Note Added: 0002910
======================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails
2007-11-13 1:19 bugs at busybox.net
@ 2007-11-13 9:47 ` Cristian Ionescu-Idbohrn
0 siblings, 0 replies; 7+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-11-13 9:47 UTC (permalink / raw)
To: buildroot
On Mon, 12 Nov 2007, bugs at busybox.net wrote:
> ----------------------------------------------------------------------
> vanokuten - 11-11-07 23:50
> ----------------------------------------------------------------------
> you did not set BR2_INET_RPC=y when building your toolchain
What about fixing package/netkitbase/Config.in to:
select BR2_INET_RPC
thus sorting out the dependency?
Cheers,
--
Cristian
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails
@ 2007-11-16 6:30 bugs at busybox.net
0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-16 6:30 UTC (permalink / raw)
To: buildroot
A NOTE has been added to this issue.
======================================================================
http://busybox.net/bugs/view.php?id=1585
======================================================================
Reported By: hwstar
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1585
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: assigned
======================================================================
Date Submitted: 11-11-2007 12:40 PST
Last Modified: 11-15-2007 22:30 PST
======================================================================
Summary: [buildroot] Netkit package build fails
Description:
Netkit package does not build
Make output in "Additional Information" field.
Buildroot config/system info:
SVN revision 20406
Host: Ubuntu 7.04 (Feisty)
Target: i386/i586
======================================================================
----------------------------------------------------------------------
vanokuten - 11-11-07 23:50
----------------------------------------------------------------------
you did not set BR2_INET_RPC=y when building your toolchain
----------------------------------------------------------------------
hwstar - 11-12-07 17:19
----------------------------------------------------------------------
After turning on BR2_INET_RPC, it now fails in the linking part of the
build.
Snippet of config file:
#
# Common Toolchain Options
#
BR2_PACKAGE_SSTRIP_TARGET=y
BR2_PACKAGE_SSTRIP_HOST=y
# BR2_ENABLE_MULTILIB is not set
BR2_LARGEFILE=y
BR2_INET_IPV6=y
BR2_INET_RPC=y <<<<<<<<<<
BR2_USE_WCHAR=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
Output from failed build:
/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc
inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o -o
inetd
inetd.o: In function `unregister_rpc':
inetd.c:(.text+0x6a): undefined reference to `pmap_unset'
inetd.o: In function `register_rpc':
inetd.c:(.text+0x138): undefined reference to `pmap_unset'
inetd.c:(.text+0x154): undefined reference to `pmap_set'
servtab.o: In function `loadconfigent':
servtab.c:(.text+0xdc1): undefined reference to `getrpcbyname'
collect2: ld returned 1 exit status
make[3]: *** [inetd] Error 1
make[3]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd'
make[2]: *** [inetd.build] Error 2
make[2]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17'
make[1]: ***
[/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd/inetd]
Error 2
make[1]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot'
make: *** [buildroot/binaries/limey-linux/rootfs.i586.ext2] Error 2
----------------------------------------------------------------------
vanokuten - 11-13-07 01:36
----------------------------------------------------------------------
you have to do full rebuild of your toolchain, e.g. delete
toolchain_build_i386 and rebuild
----------------------------------------------------------------------
hwstar - 11-15-07 22:30
----------------------------------------------------------------------
Yep. That's what fixed it.
Thanks!
Issue History
Date Modified Username Field Change
======================================================================
11-11-07 12:40 hwstar New Issue
11-11-07 12:40 hwstar Status new => assigned
11-11-07 12:40 hwstar Assigned To => buildroot
11-11-07 12:44 hwstar Issue Monitored: hwstar
11-11-07 23:50 vanokuten Note Added: 0002907
11-12-07 17:19 hwstar Note Added: 0002909
11-13-07 01:35 vanokuten Note Added: 0002910
11-13-07 01:36 vanokuten Note Edited: 0002910
11-15-07 22:30 hwstar Note Added: 0002928
======================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails
@ 2007-11-16 10:47 bugs at busybox.net
0 siblings, 0 replies; 7+ messages in thread
From: bugs at busybox.net @ 2007-11-16 10:47 UTC (permalink / raw)
To: buildroot
The following issue has been CLOSED
======================================================================
http://busybox.net/bugs/view.php?id=1585
======================================================================
Reported By: hwstar
Assigned To: buildroot
======================================================================
Project: buildroot
Issue ID: 1585
Category: Architecture Specific
Reproducibility: always
Severity: minor
Priority: normal
Status: closed
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 11-11-2007 12:40 PST
Last Modified: 11-16-2007 02:47 PST
======================================================================
Summary: [buildroot] Netkit package build fails
Description:
Netkit package does not build
Make output in "Additional Information" field.
Buildroot config/system info:
SVN revision 20406
Host: Ubuntu 7.04 (Feisty)
Target: i386/i586
======================================================================
----------------------------------------------------------------------
vanokuten - 11-11-07 23:50
----------------------------------------------------------------------
you did not set BR2_INET_RPC=y when building your toolchain
----------------------------------------------------------------------
hwstar - 11-12-07 17:19
----------------------------------------------------------------------
After turning on BR2_INET_RPC, it now fails in the linking part of the
build.
Snippet of config file:
#
# Common Toolchain Options
#
BR2_PACKAGE_SSTRIP_TARGET=y
BR2_PACKAGE_SSTRIP_HOST=y
# BR2_ENABLE_MULTILIB is not set
BR2_LARGEFILE=y
BR2_INET_IPV6=y
BR2_INET_RPC=y <<<<<<<<<<
BR2_USE_WCHAR=y
BR2_TARGET_OPTIMIZATION="-Os -pipe"
BR2_CROSS_TOOLCHAIN_TARGET_UTILS=y
Output from failed build:
/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/staging_dir/usr/bin/i586-linux-uclibc-gcc
inetd.o servtab.o builtins.o sig.o daemon.o setproctitle.o mysleep.o -o
inetd
inetd.o: In function `unregister_rpc':
inetd.c:(.text+0x6a): undefined reference to `pmap_unset'
inetd.o: In function `register_rpc':
inetd.c:(.text+0x138): undefined reference to `pmap_unset'
inetd.c:(.text+0x154): undefined reference to `pmap_set'
servtab.o: In function `loadconfigent':
servtab.c:(.text+0xdc1): undefined reference to `getrpcbyname'
collect2: ld returned 1 exit status
make[3]: *** [inetd] Error 1
make[3]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd'
make[2]: *** [inetd.build] Error 2
make[2]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17'
make[1]: ***
[/home/srodgers/projects/limey-linux/limey-linux-test/buildroot/build_i586/netkit-base-0.17/inetd/inetd]
Error 2
make[1]: Leaving directory
`/home/srodgers/projects/limey-linux/limey-linux-test/buildroot'
make: *** [buildroot/binaries/limey-linux/rootfs.i586.ext2] Error 2
----------------------------------------------------------------------
vanokuten - 11-13-07 01:36
----------------------------------------------------------------------
you have to do full rebuild of your toolchain, e.g. delete
toolchain_build_i386 and rebuild
----------------------------------------------------------------------
hwstar - 11-15-07 22:30
----------------------------------------------------------------------
Yep. That's what fixed it.
Thanks!
Issue History
Date Modified Username Field Change
======================================================================
11-11-07 12:40 hwstar New Issue
11-11-07 12:40 hwstar Status new => assigned
11-11-07 12:40 hwstar Assigned To => buildroot
11-11-07 12:44 hwstar Issue Monitored: hwstar
11-11-07 23:50 vanokuten Note Added: 0002907
11-12-07 17:19 hwstar Note Added: 0002909
11-13-07 01:35 vanokuten Note Added: 0002910
11-13-07 01:36 vanokuten Note Edited: 0002910
11-15-07 22:30 hwstar Note Added: 0002928
11-15-07 22:30 hwstar Issue End Monitor: hwstar
11-16-07 02:47 vanokuten Status assigned => closed
======================================================================
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2007-11-16 10:47 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-12 7:50 [Buildroot] [buildroot 0001585]: [buildroot] Netkit package build fails bugs at busybox.net
-- strict thread matches above, loose matches on Subject: below --
2007-11-16 10:47 bugs at busybox.net
2007-11-16 6:30 bugs at busybox.net
2007-11-13 9:35 bugs at busybox.net
2007-11-13 1:19 bugs at busybox.net
2007-11-13 9:47 ` Cristian Ionescu-Idbohrn
2007-11-11 20:40 bugs 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