[gentoo-user] Not receiving emails

2012-07-03 Thread David Kuhl
I only recieved one email since signing up on this list yesterday.  I
expected to see more traffic.  There's nothing going to spam, I'm not
sure it I should repost or not.  The forum doesn't seem to have it
either.



[gentoo-user] genkernel 3.3.8 fails to build initramfs

2012-07-03 Thread David Kuhl
When running genkernel all on the latest source 3.3.8 I get the following error.

CC  util-linux/mkfs_ext2.o
CC  util-linux/volume_id/ocfs2.o
util-linux/mkfs_ext2.c:51:27: fatal error: linux/ext2_fs.h: No such
file or directory
compilation terminated.

When I do a find the ext2_fs.h is found.

The entire log is below and the error is near the bottom.  How can I
fix this to get the kernel and initramfs build correctly?

Thanks




* Gentoo Linux Genkernel; Version 3.4.24_p1
* Running with options: initramfs

* Linux Kernel 3.3.8-gentoo for x86_64...
* blkid:  Using cache
* busybox:  Applying patches...
*   - 1.18.1-openvt.diff
*   - busybox-1.19.3-mdstart.patch
*   - busybox-1.7.4-signal-hack.patch
* busybox:  Configuring...
COMMAND: make -j2 CC=gcc LD=ld AS=as
  HOSTCC  scripts/basic/fixdep
  GEN include/applets.h
  HOSTCC  scripts/basic/split-include
scripts/basic/split-include.c: In function ‘main’:
scripts/basic/split-include.c:134:11: warning: ignoring return value
of ‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/basic/docproc
  GEN include/usage.h
  GEN e2fsprogs/Kbuild
  GEN e2fsprogs/Config.in
  GEN e2fsprogs/old_e2fsprogs/Kbuild
  GEN e2fsprogs/old_e2fsprogs/Config.in
  GEN e2fsprogs/old_e2fsprogs/e2p/Kbuild
  GEN e2fsprogs/old_e2fsprogs/uuid/Kbuild
  GEN e2fsprogs/old_e2fsprogs/blkid/Kbuild
  GEN e2fsprogs/old_e2fsprogs/ext2fs/Kbuild
  GEN networking/Kbuild
  GEN networking/Config.in
  GEN networking/libiproute/Kbuild
  GEN networking/udhcp/Kbuild
  GEN networking/udhcp/Config.in
  GEN libbb/Kbuild
  GEN libbb/Config.in
  GEN findutils/Kbuild
  GEN findutils/Config.in
  GEN loginutils/Kbuild
  GEN loginutils/Config.in
  GEN debianutils/Kbuild
  GEN debianutils/Config.in
  GEN runit/Kbuild
  GEN runit/Config.in
  GEN scripts/Kbuild
  GEN init/Kbuild
  GEN init/Config.in
  GEN selinux/Kbuild
  GEN selinux/Config.in
  GEN shell/Kbuild
  GEN shell/Config.in
  GEN printutils/Kbuild
  GEN printutils/Config.in
  GEN mailutils/Kbuild
  GEN mailutils/Config.in
  GEN sysklogd/Kbuild
  GEN sysklogd/Config.in
  GEN editors/Kbuild
  GEN editors/Config.in
  GEN miscutils/Kbuild
  GEN miscutils/Config.in
  GEN modutils/Kbuild
  GEN modutils/Config.in
  GEN libpwdgrp/Kbuild
  GEN console-tools/Kbuild
  GEN console-tools/Config.in
  GEN coreutils/Kbuild
  GEN coreutils/Config.in
  GEN coreutils/libcoreutils/Kbuild
  GEN archival/Kbuild
  GEN archival/Config.in
  GEN archival/libarchive/Kbuild
  GEN applets/Kbuild
  GEN util-linux/Kbuild
  GEN util-linux/Config.in
  GEN util-linux/volume_id/Kbuild
  GEN procps/Kbuild
  GEN procps/Config.in
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function ‘conf_choice’:
scripts/kconfig/conf.c:354:9: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
scripts/kconfig/conf.c: In function ‘conf_askvalue’:
scripts/kconfig/conf.c:106:8: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
scripts/kconfig/mconf.c: In function ‘show_textbox’:
scripts/kconfig/mconf.c:839:7: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
scripts/kconfig/mconf.c: In function ‘exec_conf’:
scripts/kconfig/mconf.c:473:6: warning: ignoring return value of
‘pipe’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/zconf.tab.o
scripts/kconfig/zconf.tab.c: In function ‘expr_print_file_helper’:
scripts/kconfig/expr.c:1083:8: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/zconf.tab.c: In function ‘conf_write’:
scripts/kconfig/confdata.c:492:13: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/confdata.c:494:14: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Busybox Settings
*
*
* General Configuration
*
Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n
Provide compatible behavior for rare corner cases (bigger code)
(EXTRA_COMPAT) [N/y/?] n
Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [N/y/?] n
Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
Enable Linux-specific applets and features (PLATFORM_LINUX) [Y/?] y
Buffer allocation policy
 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in 

[gentoo-user] genkernel 3.3.8 fails to build initramfs

2012-07-03 Thread David Kuhl
When running genkernel all on the latest source 3.3.8 I get the following error.

CC  util-linux/mkfs_ext2.o
CC  util-linux/volume_id/ocfs2.o
util-linux/mkfs_ext2.c:51:27: fatal error: linux/ext2_fs.h: No such
file or directory
compilation terminated.

When I do a find the ext2_fs.h is found.

The entire log is below and the error is near the bottom.  How can I
fix this to get the kernel and initramfs build correctly?

Thanks




* Gentoo Linux Genkernel; Version 3.4.24_p1
* Running with options: initramfs

* Linux Kernel 3.3.8-gentoo for x86_64...
* blkid:  Using cache
* busybox:  Applying patches...
*   - 1.18.1-openvt.diff
*   - busybox-1.19.3-mdstart.patch
*   - busybox-1.7.4-signal-hack.patch
* busybox:  Configuring...
COMMAND: make -j2 CC=gcc LD=ld AS=as
  HOSTCC  scripts/basic/fixdep
  GEN include/applets.h
  HOSTCC  scripts/basic/split-include
scripts/basic/split-include.c: In function ‘main’:
scripts/basic/split-include.c:134:11: warning: ignoring return value
of ‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/basic/docproc
  GEN include/usage.h
  GEN e2fsprogs/Kbuild
  GEN e2fsprogs/Config.in
  GEN e2fsprogs/old_e2fsprogs/Kbuild
  GEN e2fsprogs/old_e2fsprogs/Config.in
  GEN e2fsprogs/old_e2fsprogs/e2p/Kbuild
  GEN e2fsprogs/old_e2fsprogs/uuid/Kbuild
  GEN e2fsprogs/old_e2fsprogs/blkid/Kbuild
  GEN e2fsprogs/old_e2fsprogs/ext2fs/Kbuild
  GEN networking/Kbuild
  GEN networking/Config.in
  GEN networking/libiproute/Kbuild
  GEN networking/udhcp/Kbuild
  GEN networking/udhcp/Config.in
  GEN libbb/Kbuild
  GEN libbb/Config.in
  GEN findutils/Kbuild
  GEN findutils/Config.in
  GEN loginutils/Kbuild
  GEN loginutils/Config.in
  GEN debianutils/Kbuild
  GEN debianutils/Config.in
  GEN runit/Kbuild
  GEN runit/Config.in
  GEN scripts/Kbuild
  GEN init/Kbuild
  GEN init/Config.in
  GEN selinux/Kbuild
  GEN selinux/Config.in
  GEN shell/Kbuild
  GEN shell/Config.in
  GEN printutils/Kbuild
  GEN printutils/Config.in
  GEN mailutils/Kbuild
  GEN mailutils/Config.in
  GEN sysklogd/Kbuild
  GEN sysklogd/Config.in
  GEN editors/Kbuild
  GEN editors/Config.in
  GEN miscutils/Kbuild
  GEN miscutils/Config.in
  GEN modutils/Kbuild
  GEN modutils/Config.in
  GEN libpwdgrp/Kbuild
  GEN console-tools/Kbuild
  GEN console-tools/Config.in
  GEN coreutils/Kbuild
  GEN coreutils/Config.in
  GEN coreutils/libcoreutils/Kbuild
  GEN archival/Kbuild
  GEN archival/Config.in
  GEN archival/libarchive/Kbuild
  GEN applets/Kbuild
  GEN util-linux/Kbuild
  GEN util-linux/Config.in
  GEN util-linux/volume_id/Kbuild
  GEN procps/Kbuild
  GEN procps/Config.in
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function ‘conf_choice’:
scripts/kconfig/conf.c:354:9: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
scripts/kconfig/conf.c: In function ‘conf_askvalue’:
scripts/kconfig/conf.c:106:8: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
scripts/kconfig/mconf.c: In function ‘show_textbox’:
scripts/kconfig/mconf.c:839:7: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
scripts/kconfig/mconf.c: In function ‘exec_conf’:
scripts/kconfig/mconf.c:473:6: warning: ignoring return value of
‘pipe’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/zconf.tab.o
scripts/kconfig/zconf.tab.c: In function ‘expr_print_file_helper’:
scripts/kconfig/expr.c:1083:8: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/zconf.tab.c: In function ‘conf_write’:
scripts/kconfig/confdata.c:492:13: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/confdata.c:494:14: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Busybox Settings
*
*
* General Configuration
*
Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n
Provide compatible behavior for rare corner cases (bigger code)
(EXTRA_COMPAT) [N/y/?] n
Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [N/y/?] n
Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
Enable Linux-specific applets and features (PLATFORM_LINUX) [Y/?] y
Buffer allocation policy
 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in 

Re: [gentoo-user] Not receiving emails

2012-07-03 Thread David Kuhl
Thanks, I'll take a look.  Though I'm not sure why I'm not seeing the
user list email traffic.  Thanks again.

On Tue, Jul 3, 2012 at 8:55 AM, Alex Schuster wo...@wonkology.org wrote:
 Hi David!

 I only recieved one email since signing up on this list yesterday.  I
 expected to see more traffic.  There's nothing going to spam, I'm not
 sure it I should repost or not.  The forum doesn't seem to have it
 either.

 Your mails arrive just fine, I see six altogether. You can see them here,
 for example: http://old.nabble.com/gentoo-user-f12640.html

 And your initial question about the initramfs has been answered already:
 https://bugs.gentoo.org/show_bug.cgi?id=424579

 Posted  mailed,

 Wonko



[gentoo-user] Is there a Gentoo Expert in NYC?

2012-07-03 Thread David Kuhl
I need a Gentoo Expert to take a look at this.  Are there any in NYC
around West 72nd?  I've got to get this laptop working.  After
following the recomendations on building the latest kernel I don't
have a system anymore.  Everything on my LVM2 partitions are gone or
at least not working.  I added genkernel ~amd64 to the
portage/package.keywords as suggested to get the latest genkernel to
build . . . which it did.  Now the kernel (3.3.8) which was suppose to
fix the xorg-server problem destroyed the system, I can't boot to the
old kernel either it's the same thing.  This is getting worse.  How
can I fix this?  Is there anyone near by?  Thanks.



[gentoo-user] Gentoo Laptop Looks to be Trashed

2012-07-03 Thread David Kuhl
I'm so stuck with this Gentoo laptop.  It started with a standard
update which was the first in three months.  Then when the X didn't
run due to xorg-server getting upgraded, the 3.3.8 gen kernel was
suppose to be built with KSM.  That failed due to mkfs_ext2.h.  The a
beta of genkernel was used and which built the kernel and initramfs,
but the rest of the machine looks like it's gone.  All the LVM2
partitions are broke:  /home /var /opt /usr.  What's the best way to
get this back without loosing the system?  Thanks



[gentoo-user] x11-base/xorg-server 1.12.2 fails after upgrade

2012-07-02 Thread David Kuhl
I just upgraged my gentoo box after three months and now when I run
startx X fails.  This has happened before, but all I had to do was
update my x11 drivers and it would work.I use evdev and don't have
a xorg.conf file.  Below is the xorg-server installed, qlist of x11
drivers, the lspci -k output, and the Xorg log.  I see the error in
the log.  It looks like:  (EE) AIGLX error: r600 does not export
required DRI extension.  How should I fix this? Thanks.

*  x11-base/xorg-server
  Latest version available: 1.12.2
  Latest version installed: 1.12.2
  Size of files: 5,304 kB
  Homepage:  http://xorg.freedesktop.org/
  Description:   X.Org X servers
  License:   MIT

qlist -I -C x11-drivers/
x11-drivers/xf86-input-evdev
x11-drivers/xf86-video-ati
x11-drivers/xf86-video-v4l

lspci -k
00:00.0 Host bridge: Advanced Micro Devices [AMD] RS780 Host Bridge
Subsystem: Hewlett-Packard Company Device 3656
00:01.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to
PCI bridge (int gfx)
00:04.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to
PCI bridge (PCIE port 0)
Kernel driver in use: pcieport
00:05.0 PCI bridge: Advanced Micro Devices [AMD] RS780/RS880 PCI to
PCI bridge (PCIE port 1)
Kernel driver in use: pcieport
00:11.0 SATA controller: Advanced Micro Devices [AMD] nee ATI
SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode]
Subsystem: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0
SATA Controller [AHCI mode]
Kernel driver in use: ahci
Kernel modules: ahci
00:12.0 USB controller: Advanced Micro Devices [AMD] nee ATI
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: ohci_hcd
Kernel modules: ohci-hcd
00:12.1 USB controller: Advanced Micro Devices [AMD] nee ATI SB7x0 USB
OHCI1 Controller
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: ohci_hcd
Kernel modules: ohci-hcd
00:12.2 USB controller: Advanced Micro Devices [AMD] nee ATI
SB7x0/SB8x0/SB9x0 USB EHCI Controller
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:13.0 USB controller: Advanced Micro Devices [AMD] nee ATI
SB7x0/SB8x0/SB9x0 USB OHCI0 Controller
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: ohci_hcd
Kernel modules: ohci-hcd
00:13.2 USB controller: Advanced Micro Devices [AMD] nee ATI
SB7x0/SB8x0/SB9x0 USB EHCI Controller
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: ehci_hcd
Kernel modules: ehci-hcd
00:14.0 SMBus: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus
Controller (rev 3c)
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: piix4_smbus
Kernel modules: i2c-piix4
00:14.2 Audio device: Advanced Micro Devices [AMD] nee ATI SBx00
Azalia (Intel HDA)
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
00:14.3 ISA bridge: Advanced Micro Devices [AMD] nee ATI
SB7x0/SB8x0/SB9x0 LPC host controller
Subsystem: Hewlett-Packard Company Device 3656
00:14.4 PCI bridge: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8
[Athlon64/Opteron] Miscellaneous Control
Kernel driver in use: k8temp
Kernel modules: k8temp
01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee
ATI RS780M/RS780MN [Mobility Radeon HD 3200 Graphics]
Subsystem: Hewlett-Packard Company Device 3656
01:05.1 Audio device: Advanced Micro Devices [AMD] nee ATI RS780 HDMI
Audio [Radeon HD 3000-3300 Series]
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: snd_hda_intel
Kernel modules: snd-hda-intel
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd.
RTL8101E/RTL8102E PCI Express Fast Ethernet controller (rev 02)
Subsystem: Hewlett-Packard Company Device 3656
Kernel driver in use: r8169
Kernel modules: r8169
08:00.0 Network controller: Atheros Communications Inc. AR928X
Wireless Network Adapter (PCI-Express) (rev 01)
Subsystem: Hewlett-Packard Company AR5BHB92-H 802.11abgn Wireless
Half-size Mini PCIe Card [AR9280]
Kernel driver in use: ath9k
Kernel modules: ath9k
Searching....
[ Results for search key : xorg-server ]
[ Applications found : 1 ]


Xorg Log
[   199.730]
X.Org X Server 1.12.2
Release Date: 2012-05-29
[   199.730] X Protocol Version 11, Revision 0
[   199.730] Build Operating 

Re: [gentoo-user] x11-base/xorg-server 1.12.2 fails after upgrade

2012-07-02 Thread David Kuhl
I have a problem building the kernel too.  I use genkernel with source
3.2.1 but the latest --sync brought in 3.3.8 which builds the kernel
but fails on building the initramsfs.  Something about now finding an
ext2 header; however, when I searched for it I found in in the source
tree.  Do I need to fix the kernel problem first and get KMS in?

On 7/2/12, Alan McKinnon alan.mckin...@gmail.com wrote:
 On Mon, 2 Jul 2012 21:14:01 -0400
 David Kuhl dhkuhl1...@gmail.com wrote:

 I just upgraged my gentoo box after three months and now when I run
 startx X fails.  This has happened before, but all I had to do was
 update my x11 drivers and it would work.I use evdev and don't have
 a xorg.conf file.  Below is the xorg-server installed, qlist of x11
 drivers, the lspci -k output, and the Xorg log.  I see the error in
 the log.  It looks like:  (EE) AIGLX error: r600 does not export
 required DRI extension.  How should I fix this? Thanks.


 [   199.752] (II) [KMS] drm report modesetting isn't supported.


 Enable KMS in the kernel and try again.

 Google is full of reports of this exact problem going back to April,
 with solutions.

 --
 Alan McKinnnon
 alan.mckin...@gmail.com





[gentoo-user] genkernel 3.3.8 fails to build initramfs

2012-07-02 Thread David Kuhl
When running genkernel all on the latest source 3.3.8 I get the following error.

CC  util-linux/mkfs_ext2.o
CC  util-linux/volume_id/ocfs2.o
util-linux/mkfs_ext2.c:51:27: fatal error: linux/ext2_fs.h: No such
file or directory
compilation terminated.

When I do a find the ext2_fs.h is found.

The entire log is below and the error is near the bottom.  How can I
fix this to get the kernel and initramfs build correctly?

Thanks


* Gentoo Linux Genkernel; Version 3.4.24_p1
* Running with options: initramfs

* Linux Kernel 3.3.8-gentoo for x86_64...
* blkid:  Using cache
* busybox:  Applying patches...
*   - 1.18.1-openvt.diff
*   - busybox-1.19.3-mdstart.patch
*   - busybox-1.7.4-signal-hack.patch
* busybox:  Configuring...
COMMAND: make -j2 CC=gcc LD=ld AS=as
  HOSTCC  scripts/basic/fixdep
  GEN include/applets.h
  HOSTCC  scripts/basic/split-include
scripts/basic/split-include.c: In function ‘main’:
scripts/basic/split-include.c:134:11: warning: ignoring return value
of ‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/basic/docproc
  GEN include/usage.h
  GEN e2fsprogs/Kbuild
  GEN e2fsprogs/Config.in
  GEN e2fsprogs/old_e2fsprogs/Kbuild
  GEN e2fsprogs/old_e2fsprogs/Config.in
  GEN e2fsprogs/old_e2fsprogs/e2p/Kbuild
  GEN e2fsprogs/old_e2fsprogs/uuid/Kbuild
  GEN e2fsprogs/old_e2fsprogs/blkid/Kbuild
  GEN e2fsprogs/old_e2fsprogs/ext2fs/Kbuild
  GEN networking/Kbuild
  GEN networking/Config.in
  GEN networking/libiproute/Kbuild
  GEN networking/udhcp/Kbuild
  GEN networking/udhcp/Config.in
  GEN libbb/Kbuild
  GEN libbb/Config.in
  GEN findutils/Kbuild
  GEN findutils/Config.in
  GEN loginutils/Kbuild
  GEN loginutils/Config.in
  GEN debianutils/Kbuild
  GEN debianutils/Config.in
  GEN runit/Kbuild
  GEN runit/Config.in
  GEN scripts/Kbuild
  GEN init/Kbuild
  GEN init/Config.in
  GEN selinux/Kbuild
  GEN selinux/Config.in
  GEN shell/Kbuild
  GEN shell/Config.in
  GEN printutils/Kbuild
  GEN printutils/Config.in
  GEN mailutils/Kbuild
  GEN mailutils/Config.in
  GEN sysklogd/Kbuild
  GEN sysklogd/Config.in
  GEN editors/Kbuild
  GEN editors/Config.in
  GEN miscutils/Kbuild
  GEN miscutils/Config.in
  GEN modutils/Kbuild
  GEN modutils/Config.in
  GEN libpwdgrp/Kbuild
  GEN console-tools/Kbuild
  GEN console-tools/Config.in
  GEN coreutils/Kbuild
  GEN coreutils/Config.in
  GEN coreutils/libcoreutils/Kbuild
  GEN archival/Kbuild
  GEN archival/Config.in
  GEN archival/libarchive/Kbuild
  GEN applets/Kbuild
  GEN util-linux/Kbuild
  GEN util-linux/Config.in
  GEN util-linux/volume_id/Kbuild
  GEN procps/Kbuild
  GEN procps/Config.in
  HOSTCC  scripts/kconfig/conf.o
scripts/kconfig/conf.c: In function ‘conf_choice’:
scripts/kconfig/conf.c:354:9: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
scripts/kconfig/conf.c: In function ‘conf_askvalue’:
scripts/kconfig/conf.c:106:8: warning: ignoring return value of
‘fgets’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/kxgettext.o
  HOSTCC  scripts/kconfig/mconf.o
  SHIPPED scripts/kconfig/zconf.tab.c
  SHIPPED scripts/kconfig/lex.zconf.c
  SHIPPED scripts/kconfig/zconf.hash.c
scripts/kconfig/mconf.c: In function ‘show_textbox’:
scripts/kconfig/mconf.c:839:7: warning: ignoring return value of
‘write’, declared with attribute warn_unused_result
scripts/kconfig/mconf.c: In function ‘exec_conf’:
scripts/kconfig/mconf.c:473:6: warning: ignoring return value of
‘pipe’, declared with attribute warn_unused_result
  HOSTCC  scripts/kconfig/zconf.tab.o
scripts/kconfig/zconf.tab.c: In function ‘expr_print_file_helper’:
scripts/kconfig/expr.c:1083:8: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/zconf.tab.c: In function ‘conf_write’:
scripts/kconfig/confdata.c:492:13: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
scripts/kconfig/confdata.c:494:14: warning: ignoring return value of
‘fwrite’, declared with attribute warn_unused_result
  HOSTLD  scripts/kconfig/conf
scripts/kconfig/conf -o Config.in
#
# using defaults found in .config
#
*
* Busybox Configuration
*
*
* Busybox Settings
*
*
* General Configuration
*
Enable options for full-blown desktop systems (DESKTOP) [N/y/?] n
Provide compatible behavior for rare corner cases (bigger code)
(EXTRA_COMPAT) [N/y/?] n
Enable obsolete features removed before SUSv3 (INCLUDE_SUSv2) [N/y/?] n
Avoid using GCC-specific code constructs (USE_PORTABLE_CODE) [N/y/?] n
Enable Linux-specific applets and features (PLATFORM_LINUX) [Y/?] y
Buffer allocation policy
 1. Allocate with Malloc (FEATURE_BUFFERS_USE_MALLOC)
  2. Allocate on the Stack (FEATURE_BUFFERS_GO_ON_STACK)
  3. Allocate in the