Manoj Srivastava wrote, on 2009-06-03 04:25:
On Fri, May 22 2009, Arthur Marsh wrote:
Using linux-source-2.6.30 version
2.6.30~rc5-1~experimental.1~snapshot.13629 from
kernel-archive.buildserver.net, even if I specify:
MAKEFLAGS="cc=gcc-bogus"
ie a non-existent compiler,
make-kpkg configure
runs successfully.
Perhaps it would be best to remove the reference to using gcc in the
MAKEFLAGS in the man page for make-kpkg?
Since it works here, I would not like to remove the
documentation for a useful facility, instead preferring to figure out
why it does not work for you.
Try
KBUILD_VERBOSE=1 MAKEFLAGS="CC=gcc-bogus" make-kpkg configure
and send in the results of that command. (the KBUILD_VERBOSE is
the key).
manoj
am64:/usr/src/linux-source-2.6.30-rc7# KBUILD_VERBOSE=1
MAKEFLAGS="CC=gcc-bogus" make-kpkg configure
exec make kpkg_version=12.014 -f
/usr/share/kernel-package/ruleset/minimal.mk debian
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-parsechangelog: error: tail of debian/changelog gave error exit
status 1
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-parsechangelog: error: tail of debian/changelog gave error exit
status 1
egrep: debian/control: No such file or directory
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-parsechangelog: error: tail of debian/changelog gave error exit
status 1
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-parsechangelog: error: tail of debian/changelog gave error exit
status 1
tail: cannot open `debian/changelog' for reading: No such file or directory
dpkg-parsechangelog: error: tail of debian/changelog gave error exit
status 1
Can't open debian/control: No such file or directory at -e line 1.
Can't open debian/control: No such file or directory at -e line 1.
Can't open debian/control: No such file or directory at -e line 1.
====== making target debian/stamp/conf/minimal_debian [new prereqs: ]======
This is kernel package version 12.014.
test -d debian || mkdir debian
test ! -e stamp-building || rm -f stamp-building
install -p -m 755 /usr/share/kernel-package/rules debian/rules
for file in ChangeLog Control Control.bin86 config templates.in rules;
do \
cp -f /usr/share/kernel-package/$file ./debian/;
\
done
for dir in Config docs examples ruleset scripts pkg po; do
\
cp -af /usr/share/kernel-package/$dir ./debian/;
\
done
test -f debian/control || sed -e 's/=V/2.6.30-rc7/g' \
-e 's/=D/2.6.30-rc7-10.00.Custom/g' -e
's/=A/amd64/g' \
-e 's/=SA//g' \
-e 's/=I//g' \
-e 's/=CV/2.6/g' \
-e 's/=M/Unknown Kernel Package Maintainer
<unkn...@unconfigured.in.etc.kernel-pkg.conf>/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
/usr/share/kernel-package/Control > debian/control
test -f debian/changelog || sed -e 's/=V/2.6.30-rc7/g' \
-e 's/=D/2.6.30-rc7-10.00.Custom/g' -e
's/=A/amd64/g' \
-e 's/=ST/linux/g' -e 's/=B/x86_64/g' \
-e 's/=M/Unknown Kernel Package Maintainer
<unkn...@unconfigured.in.etc.kernel-pkg.conf>/g'
\
/usr/share/kernel-package/changelog > debian/changelog
chmod 0644 debian/control debian/changelog
test -d ./debian/stamp || mkdir debian/stamp
make -f debian/rules debian/stamp/conf/kernel-conf
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
sh: gcc-bogus: command not found
dpkg-architecture: warning: Couldn't determine gcc system type, falling
back to default (native compilation)
make[1]: Entering directory `/usr/src/linux-source-2.6.30-rc7'
====== making target debian/stamp/conf/kernel-conf [new prereqs: ]======
make ARCH=x86_64 \
oldconfig;
make[2]: Entering directory `/usr/src/linux-source-2.6.30-rc7'
make -f scripts/Makefile.build obj=scripts/basic
mkdir -p include/linux include/config
make -f scripts/Makefile.build obj=scripts/kconfig oldconfig
scripts/kconfig/conf -o arch/x86/Kconfig
*
* Restart config...
*
*
* Paravirtualized guest support
*
Paravirtualized guest support (PARAVIRT_GUEST) [Y/n/?] y
Xen guest support (XEN) [N/y/?] (NEW)
KVM paravirtualized clock (KVM_CLOCK) [Y/n/?] y
KVM Guest support (KVM_GUEST) [Y/n/?] y
Enable paravirtualization code (PARAVIRT) [Y/?] y
Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] n
*
* Processor type and features
*
Tickless System (Dynamic Ticks) (NO_HZ) [Y/n/?] y
High Resolution Timer Support (HIGH_RES_TIMERS) [Y/n/?] y
Symmetric multi-processing support (SMP) [Y/n/?] y
Support sparse irq numbering (SPARSE_IRQ) [Y/n/?] y
Enable MPS table (X86_MPPARSE) [Y/n/?] y
Support for extended (non-PC) x86 platforms (X86_EXTENDED_PLATFORM)
[N/y/?] n
Single-depth WCHAN output (SCHED_OMIT_FRAME_POINTER) [Y/n/?] y
paravirt-ops debugging (PARAVIRT_DEBUG) [N/y/?] n
Memtest (MEMTEST) [N/y/?] n
Processor family
1. Opteron/Athlon64/Hammer/K8 (MK8)
2. Intel P4 / older Netburst based Xeon (MPSC)
3. Core 2/newer Xeon (MCORE2)
> 4. Generic-x86-64 (GENERIC_CPU)
choice[1-4]: 4
IBM Calgary IOMMU support (CALGARY_IOMMU) [N/y/?] (NEW)
AMD IOMMU support (AMD_IOMMU) [N/y/?] (NEW)
Configure Maximum number of SMP Processors and NUMA Nodes (MAXSMP)
[N/y/?] (NEW)
Maximum number of CPUs (NR_CPUS) [8] 8
SMT (Hyperthreading) scheduler support (SCHED_SMT) [Y/n/?] y
Multi-core scheduler support (SCHED_MC) [Y/n/?] y
Preemption Model
1. No Forced Preemption (Server) (PREEMPT_NONE)
2. Voluntary Kernel Preemption (Desktop) (PREEMPT_VOLUNTARY)
> 3. Preemptible Kernel (Low-Latency Desktop) (PREEMPT)
choice[1-3]: 3
Reroute for broken boot IRQs (X86_REROUTE_FOR_BROKEN_BOOT_IRQS) [Y/n/?] y
Machine Check Exception (X86_MCE) [Y/n/?] y
Intel MCE features (X86_MCE_INTEL) [Y/n/?] (NEW)
AMD MCE features (X86_MCE_AMD) [Y/n/?] (NEW)
Dell laptop support (I8K) [M/n/y/?] m
/dev/cpu/microcode - microcode support (MICROCODE) [M/n/y/?] m
Intel microcode patch loading support (MICROCODE_INTEL) [Y/n/?] y
AMD microcode patch loading support (MICROCODE_AMD) [Y/n/?] y
/dev/cpu/*/msr - Model-specific register support (X86_MSR) [M/n/y/?] m
/dev/cpu/*/cpuid - CPU information support (X86_CPUID) [M/n/y/?] m
/sys/kernel/debug/x86/cpu/* - CPU Debug support (X86_CPU_DEBUG) [M/n/y/?] m
Numa Memory Allocation and Scheduler Support (NUMA) [N/y/?] (NEW)
Memory model
> 1. Sparse Memory (SPARSEMEM_MANUAL)
choice[1]: 1
Sparse Memory virtual memmap (SPARSEMEM_VMEMMAP) [Y/n/?] (NEW)
*
* Memory hotplug is currently incompatible with Software Suspend
*
Add LRU list to track non-evictable pages (UNEVICTABLE_LRU) [Y/n/?] y
Check for low memory corruption (X86_CHECK_BIOS_CORRUPTION) [N/y/?] n
Reserve low 64K of RAM on AMI/Phoenix BIOSen (X86_RESERVE_LOW_64K) [Y/n/?] y
MTRR (Memory Type Range Register) support (MTRR) [Y/n/?] y
MTRR cleanup support (MTRR_SANITIZER) [Y/n/?] y
MTRR cleanup enable value (0-1) (MTRR_SANITIZER_ENABLE_DEFAULT) [0] 0
MTRR cleanup spare reg num (0-7)
(MTRR_SANITIZER_SPARE_REG_NR_DEFAULT) [1] 1
x86 PAT support (X86_PAT) [Y/n/?] y
EFI runtime service support (EFI) [Y/n/?] y
Enable seccomp to safely compute untrusted bytecode (SECCOMP) [Y/n/?] y
Enable -fstack-protector buffer overflow detection (EXPERIMENTAL)
(CC_STACKPROTECTOR) [N/y/?] n
Timer frequency
1. 100 HZ (HZ_100)
> 2. 250 HZ (HZ_250)
3. 300 HZ (HZ_300)
4. 1000 HZ (HZ_1000)
choice[1-4?]: 2
kexec system call (KEXEC) [Y/n/?] y
kernel crash dumps (CRASH_DUMP) [N/y/?] n
kexec jump (EXPERIMENTAL) (KEXEC_JUMP) [N/y/?] n
Build a relocatable kernel (EXPERIMENTAL) (RELOCATABLE) [N/y/?] n
Support for hot-pluggable CPUs (HOTPLUG_CPU) [Y/?] y
Built-in kernel command line (CMDLINE_BOOL) [N/y/?] n
*
* Memory power savings
*
Intel chipset idle memory power saving driver (I7300_IDLE) [N/m/y/?] (NEW)
*
* Bus options (PCI etc.)
*
PCI support (PCI) [Y/n/?] y
Support mmconfig PCI config space access (PCI_MMCONFIG) [Y/n] y
Support for DMA Remapping Devices (EXPERIMENTAL) (DMAR) [Y/n/?] y
Enable DMA Remapping Devices by default (DMAR_DEFAULT_ON) [N/y/?] n
Support for Graphics workaround (DMAR_GFX_WA) [Y/n/?] y
Support for Interrupt Remapping (EXPERIMENTAL) (INTR_REMAP) [N/y/?] (NEW)
PCI Express support (PCIEPORTBUS) [Y/n/?] y
PCI Express Hotplug driver (HOTPLUG_PCI_PCIE) [M/n/?] m
Root Port Advanced Error Reporting support (PCIEAER) [Y/n/?] y
PCI Express ASPM support(Experimental) (PCIEASPM) [N/y/?] n
Message Signaled Interrupts (MSI and MSI-X) (PCI_MSI) [Y/n/?] y
Enable deprecated pci_find_* API (PCI_LEGACY) [Y/n/?] y
PCI Debugging (PCI_DEBUG) [N/y/?] n
PCI Stub driver (PCI_STUB) [M/n/y/?] m
Interrupts on hypertransport devices (HT_IRQ) [Y/n/?] y
PCI IOV support (PCI_IOV) [Y/n/?] y
*
* Executable file formats / Emulations
*
Kernel support for ELF binaries (BINFMT_ELF) [Y/n/?] y
Write ELF core dumps with partial segments
(CORE_DUMP_DEFAULT_ELF_HEADERS) [Y/n/?] y
Kernel support for MISC binaries (BINFMT_MISC) [M/n/y/?] m
IA32 Emulation (IA32_EMULATION) [N/y/?] (NEW)
*
* I2O device support
*
I2O device support (I2O) [M/n/y/?] m
Enable LCT notification (I2O_LCT_NOTIFY_ON_CHANGES) [Y/n/?] y
Enable Adaptec extensions (I2O_EXT_ADAPTEC) [Y/n/?] y
Enable 64-bit DMA (I2O_EXT_ADAPTEC_DMA64) [Y/n/?] (NEW)
I2O Configuration support (I2O_CONFIG) [M/n/?] m
Enable ioctls (OBSOLETE) (I2O_CONFIG_OLD_IOCTL) [Y/n/?] y
I2O Bus Adapter OSM (I2O_BUS) [M/n/?] m
I2O Block OSM (I2O_BLOCK) [M/n/?] m
I2O SCSI OSM (I2O_SCSI) [M/n/?] m
I2O /proc support (I2O_PROC) [M/n/?] m
*
* MMC/SD/SDIO card support
*
MMC/SD/SDIO card support (MMC) [M/n/y/?] m
MMC debugging (MMC_DEBUG) [N/y/?] n
Allow unsafe resume (DANGEROUS) (MMC_UNSAFE_RESUME) [N/y/?] n
*
* MMC/SD/SDIO Card Drivers
*
MMC block device driver (MMC_BLOCK) [M/n/?] m
Use bounce buffer for simple hosts (MMC_BLOCK_BOUNCE) [Y/n/?] y
SDIO UART/GPS class support (SDIO_UART) [M/n/?] m
MMC host test driver (MMC_TEST) [N/m/?] n
*
* MMC/SD/SDIO Host Controller Drivers
*
Secure Digital Host Controller Interface support (MMC_SDHCI) [M/n/?] m
SDHCI support on PCI bus (MMC_SDHCI_PCI) [M/n/?] m
Ricoh MMC Controller Disabler (EXPERIMENTAL) (MMC_RICOH_MMC)
[M/n/?] m
Winbond W83L51xD SD/MMC Card Interface support (MMC_WBSD) [M/n/?] m
TI Flash Media MMC/SD Interface support (EXPERIMENTAL) (MMC_TIFM_SD)
[M/n/?] m
MMC/SD/SDIO over SPI (MMC_SPI) [N/m/?] (NEW)
MMC/SD driver for Ricoh Bay1Controllers (EXPERIMENTAL)
(MMC_SDRICOH_CS) [M/n/?] m
*
* InfiniBand support
*
InfiniBand support (INFINIBAND) [M/n/y/?] m
InfiniBand userspace MAD support (INFINIBAND_USER_MAD) [M/n/?] m
InfiniBand userspace access (verbs and CM) (INFINIBAND_USER_ACCESS)
[M/n/?] m
Mellanox HCA support (INFINIBAND_MTHCA) [M/n/?] m
QLogic InfiniPath Driver (INFINIBAND_IPATH) [N/m/?] (NEW)
Ammasso 1100 HCA support (INFINIBAND_AMSO1100) [M/n/?] m
Verbose debugging output (INFINIBAND_AMSO1100_DEBUG) [N/y/?] n
Chelsio RDMA Driver (INFINIBAND_CXGB3) [M/n/?] m
Verbose debugging output (INFINIBAND_CXGB3_DEBUG) [N/y/?] n
Mellanox ConnectX HCA support (MLX4_INFINIBAND) [M/n/?] m
NetEffect RNIC Driver (INFINIBAND_NES) [M/n/?] m
Verbose debugging output (INFINIBAND_NES_DEBUG) [N/y/?] n
IP-over-InfiniBand (INFINIBAND_IPOIB) [M/n/?] m
IP-over-InfiniBand Connected Mode support (INFINIBAND_IPOIB_CM)
[N/y/?] n
IP-over-InfiniBand debugging (INFINIBAND_IPOIB_DEBUG) [Y/?] y
IP-over-InfiniBand data path debugging
(INFINIBAND_IPOIB_DEBUG_DATA) [N/y/?] n
InfiniBand SCSI RDMA Protocol (INFINIBAND_SRP) [M/n/?] m
iSCSI Extensions for RDMA (iSER) (INFINIBAND_ISER) [M/n/?] m
*
* File systems
*
Second extended fs support (EXT2_FS) [M/n/y/?] m
Ext2 extended attributes (EXT2_FS_XATTR) [Y/n/?] y
Ext2 POSIX Access Control Lists (EXT2_FS_POSIX_ACL) [Y/n/?] y
Ext2 Security Labels (EXT2_FS_SECURITY) [Y/n/?] y
Ext2 execute in place support (EXT2_FS_XIP) [N/y/?] n
Ext3 journalling file system support (EXT3_FS) [M/n/y/?] m
Default to 'data=ordered' in ext3 (legacy option)
(EXT3_DEFAULTS_TO_ORDERED) [N/y/?] n
Ext3 extended attributes (EXT3_FS_XATTR) [Y/n/?] y
Ext3 POSIX Access Control Lists (EXT3_FS_POSIX_ACL) [Y/n/?] y
Ext3 Security Labels (EXT3_FS_SECURITY) [Y/n/?] y
The Extended 4 (ext4) filesystem (EXT4_FS) [M/n/y/?] m
Enable ext4dev compatibility (EXT4DEV_COMPAT) [Y/n/?] y
Ext4 extended attributes (EXT4_FS_XATTR) [Y/n/?] y
Ext4 POSIX Access Control Lists (EXT4_FS_POSIX_ACL) [Y/n/?] y
Ext4 Security Labels (EXT4_FS_SECURITY) [Y/n/?] y
JBD (ext3) debugging support (JBD_DEBUG) [N/y/?] n
JBD2 (ext4) debugging support (JBD2_DEBUG) [N/y/?] n
Reiserfs support (REISERFS_FS) [M/n/y/?] m
Enable reiserfs debug mode (REISERFS_CHECK) [N/y/?] n
Stats in /proc/fs/reiserfs (REISERFS_PROC_INFO) [N/y/?] n
ReiserFS extended attributes (REISERFS_FS_XATTR) [Y/n/?] y
ReiserFS POSIX Access Control Lists (REISERFS_FS_POSIX_ACL) [Y/n/?] y
ReiserFS Security Labels (REISERFS_FS_SECURITY) [Y/n/?] y
JFS filesystem support (JFS_FS) [M/n/y/?] m
JFS POSIX Access Control Lists (JFS_POSIX_ACL) [Y/n/?] y
JFS Security Labels (JFS_SECURITY) [Y/n/?] y
JFS debugging (JFS_DEBUG) [N/y/?] n
JFS statistics (JFS_STATISTICS) [N/y/?] n
XFS filesystem support (XFS_FS) [M/n/y/?] m
XFS Quota support (XFS_QUOTA) [Y/n/?] y
XFS POSIX ACL support (XFS_POSIX_ACL) [Y/n/?] y
XFS Realtime subvolume support (XFS_RT) [Y/n/?] y
XFS Debugging support (EXPERIMENTAL) (XFS_DEBUG) [N/y/?] n
GFS2 file system support (GFS2_FS) [N/m/y/?] (NEW)
OCFS2 file system support (OCFS2_FS) [M/n/y/?] m
O2CB Kernelspace Clustering (OCFS2_FS_O2CB) [M/n/?] m
OCFS2 Userspace Clustering (OCFS2_FS_USERSPACE_CLUSTER) [M/n/?] m
OCFS2 statistics (OCFS2_FS_STATS) [Y/n/?] y
OCFS2 logging support (OCFS2_DEBUG_MASKLOG) [Y/n/?] y
OCFS2 expensive checks (OCFS2_DEBUG_FS) [N/y/?] n
OCFS2 POSIX Access Control Lists (OCFS2_FS_POSIX_ACL) [Y/n/?] y
Btrfs filesystem (EXPERIMENTAL) Unstable disk format (BTRFS_FS) [M/n/y/?] m
Btrfs POSIX Access Control Lists (BTRFS_FS_POSIX_ACL) [Y/n/?] y
Dnotify support (DNOTIFY) [Y/n/?] y
Inotify file change notification support (INOTIFY) [Y/n/?] y
Inotify support for userspace (INOTIFY_USER) [Y/n/?] y
Quota support (QUOTA) [Y/?] y
Report quota messages through netlink interface
(QUOTA_NETLINK_INTERFACE) [Y/n/?] y
Print quota warnings to console (OBSOLETE) (PRINT_QUOTA_WARNING)
[Y/n/?] y
Old quota format support (QFMT_V1) [M/n/y/?] m
Quota format v2 support (QFMT_V2) [M/n/y/?] m
Kernel automounter support (AUTOFS_FS) [M/n/y/?] m
Kernel automounter version 4 support (also supports v3) (AUTOFS4_FS)
[M/n/y/?] m
FUSE (Filesystem in Userspace) support (FUSE_FS) [M/n/y/?] m
*
* Kernel hacking
*
Show timing information on printks (PRINTK_TIME) [Y/n/?] y
Enable __deprecated logic (ENABLE_WARN_DEPRECATED) [Y/n/?] y
Enable __must_check logic (ENABLE_MUST_CHECK) [Y/n/?] y
Warn for stack frames larger than (needs gcc 4.4) (FRAME_WARN) [2048] 2048
Magic SysRq key (MAGIC_SYSRQ) [Y/n/?] y
Enable unused/obsolete exported symbols (UNUSED_SYMBOLS) [Y/n/?] y
Debug Filesystem (DEBUG_FS) [Y/?] y
Run 'make headers_check' when building vmlinux (HEADERS_CHECK) [N/y/?] n
Kernel debugging (DEBUG_KERNEL) [Y/n/?] y
Debug shared IRQ handlers (DEBUG_SHIRQ) [N/y/?] n
Detect Soft Lockups (DETECT_SOFTLOCKUP) [Y/n/?] y
Panic (Reboot) On Soft Lockups (BOOTPARAM_SOFTLOCKUP_PANIC) [N/y/?] n
Detect Hung Tasks (DETECT_HUNG_TASK) [Y/n/?] y
Panic (Reboot) On Hung Tasks (BOOTPARAM_HUNG_TASK_PANIC) [N/y/?] n
Collect scheduler debugging info (SCHED_DEBUG) [Y/n/?] y
Collect scheduler statistics (SCHEDSTATS) [N/y/?] n
Collect kernel timers statistics (TIMER_STATS) [Y/n/?] y
Debug object operations (DEBUG_OBJECTS) [N/y/?] n
Debug slab memory allocations (DEBUG_SLAB) [N/y/?] n
Debug preemptible kernel (DEBUG_PREEMPT) [Y/n/?] y
RT Mutex debugging, deadlock detection (DEBUG_RT_MUTEXES) [N/y/?] n
Built-in scriptable tester for rt-mutexes (RT_MUTEX_TESTER) [N/y/?] n
Spinlock and rw-lock debugging: basic checks (DEBUG_SPINLOCK) [N/y/?] n
Mutex debugging: basic checks (DEBUG_MUTEXES) [N/y/?] n
Lock debugging: detect incorrect freeing of live locks
(DEBUG_LOCK_ALLOC) [N/y/?] n
Lock debugging: prove locking correctness (PROVE_LOCKING) [N/y/?] n
Lock usage statistics (LOCK_STAT) [N/y/?] n
Spinlock debugging: sleep-inside-spinlock checking
(DEBUG_SPINLOCK_SLEEP) [N/y/?] n
Locking API boot-time self-tests (DEBUG_LOCKING_API_SELFTESTS) [N/y/?] n
kobject debugging (DEBUG_KOBJECT) [N/y/?] n
Compile the kernel with debug info (DEBUG_INFO) [N/y/?] n
Debug VM (DEBUG_VM) [N/y/?] n
Debug VM translations (DEBUG_VIRTUAL) [N/y/?] n
Debug filesystem writers count (DEBUG_WRITECOUNT) [N/y/?] n
Debug linked list manipulation (DEBUG_LIST) [N/y/?] n
Debug SG table operations (DEBUG_SG) [N/y/?] n
Debug notifier call chains (DEBUG_NOTIFIERS) [N/y/?] n
Compile the kernel with frame pointers (FRAME_POINTER) [N/y/?] n
Delay each boot printk message by N milliseconds (BOOT_PRINTK_DELAY)
[N/y/?] n
torture tests for RCU (RCU_TORTURE_TEST) [N/m/y/?] n
Check for stalled CPUs delaying RCU grace periods
(RCU_CPU_STALL_DETECTOR) [N/y/?] n
Self test for the backtrace code (BACKTRACE_SELF_TEST) [N/m/y/?] n
Force extended block device numbers and spread them
(DEBUG_BLOCK_EXT_DEVT) [N/y/?] n
Fault-injection framework (FAULT_INJECTION) [N/y/?] n
Latency measuring infrastructure (LATENCYTOP) [N/y/?] n
Sysctl checks (SYSCTL_SYSCALL_CHECK) [Y/n/?] y
Debug page memory allocations (DEBUG_PAGEALLOC) [N/y/?] n
Remote debugging over FireWire early on boot (PROVIDE_OHCI1394_DMA_INIT)
[N/y/?] n
Remote debugging over FireWire with firewire-ohci
(FIREWIRE_OHCI_REMOTE_DMA) [N/y/?] n
Enable dynamic printk() support (DYNAMIC_DEBUG) [N/y/?] n
Enable debugging of DMA-API usage (DMA_API_DEBUG) [N/y/?] n
Filter access to /dev/mem (STRICT_DEVMEM) [Y/n/?] y
Enable verbose x86 bootup info messages (X86_VERBOSE_BOOTUP) [Y/n/?] y
Early printk (EARLY_PRINTK) [Y/?] y
Early printk via EHCI debug port (EARLY_PRINTK_DBGP) [N/y/?] n
Check for stack overflows (DEBUG_STACKOVERFLOW) [N/y/?] n
Stack utilization instrumentation (DEBUG_STACK_USAGE) [N/y/?] n
Debug access to per_cpu maps (DEBUG_PER_CPU_MAPS) [N/y/?] n
Export kernel pagetable layout to userspace via debugfs (X86_PTDUMP)
[N/y/?] n
Write protect kernel read-only data structures (DEBUG_RODATA) [N/y/?] n
Testcase for the NX non-executable stack feature (DEBUG_NX_TEST) [N/m/?] n
Enable IOMMU debugging (IOMMU_DEBUG) [N/y/?] (NEW)
IO delay type
> 1. port 0x80 based port-IO delay [recommended] (IO_DELAY_0X80)
2. port 0xed based port-IO delay (IO_DELAY_0XED)
3. udelay based port-IO delay (IO_DELAY_UDELAY)
4. no port-IO delay (IO_DELAY_NONE)
choice[1-4]: 1
Debug boot parameters (DEBUG_BOOT_PARAMS) [N/y/?] n
CPA self-test code (CPA_DEBUG) [N/y/?] n
Allow gcc to uninline functions marked 'inline' (OPTIMIZE_INLINING)
[Y/n/?] y
*
* Cryptographic API
*
Cryptographic API (CRYPTO) [Y/?] y
*
* Crypto core or helper
*
FIPS 200 compliance (CRYPTO_FIPS) [Y/?] y
Cryptographic algorithm manager (CRYPTO_MANAGER) [Y/m/?] y
GF(2^128) multiplication functions (EXPERIMENTAL) (CRYPTO_GF128MUL)
[M/y/?] m
Null algorithms (CRYPTO_NULL) [M/n/y/?] m
Software async crypto daemon (CRYPTO_CRYPTD) [M/n/y/?] m
Authenc support (CRYPTO_AUTHENC) [M/y/?] m
Testing module (CRYPTO_TEST) [M/n/?] m
*
* Authenticated Encryption with Associated Data
*
CCM support (CRYPTO_CCM) [M/n/y/?] m
GCM/GMAC support (CRYPTO_GCM) [M/n/y/?] m
Sequence Number IV Generator (CRYPTO_SEQIV) [M/y/?] m
*
* Block modes
*
CBC support (CRYPTO_CBC) [M/y/?] m
CTR support (CRYPTO_CTR) [M/y/?] m
CTS support (CRYPTO_CTS) [M/n/y/?] m
ECB support (CRYPTO_ECB) [M/y/?] m
LRW support (EXPERIMENTAL) (CRYPTO_LRW) [M/n/y/?] m
PCBC support (CRYPTO_PCBC) [M/y/?] m
XTS support (EXPERIMENTAL) (CRYPTO_XTS) [M/n/y/?] m
*
* Hash modes
*
HMAC support (CRYPTO_HMAC) [M/y/?] m
XCBC support (CRYPTO_XCBC) [M/n/y/?] m
*
* Digest
*
CRC32c CRC algorithm (CRYPTO_CRC32C) [M/y/?] m
CRC32c INTEL hardware acceleration (CRYPTO_CRC32C_INTEL) [M/n/y/?] m
MD4 digest algorithm (CRYPTO_MD4) [M/n/y/?] m
MD5 digest algorithm (CRYPTO_MD5) [Y/?] y
Michael MIC keyed digest algorithm (CRYPTO_MICHAEL_MIC) [M/y/?] m
RIPEMD-128 digest algorithm (CRYPTO_RMD128) [M/n/y/?] m
RIPEMD-160 digest algorithm (CRYPTO_RMD160) [M/n/y/?] m
RIPEMD-256 digest algorithm (CRYPTO_RMD256) [M/n/y/?] m
RIPEMD-320 digest algorithm (CRYPTO_RMD320) [M/n/y/?] m
SHA1 digest algorithm (CRYPTO_SHA1) [M/y/?] m
SHA224 and SHA256 digest algorithm (CRYPTO_SHA256) [M/n/y/?] m
SHA384 and SHA512 digest algorithms (CRYPTO_SHA512) [M/n/y/?] m
Tiger digest algorithms (CRYPTO_TGR192) [M/n/y/?] m
Whirlpool digest algorithms (CRYPTO_WP512) [M/n/y/?] m
*
* Ciphers
*
AES cipher algorithms (CRYPTO_AES) [M/y/?] m
AES cipher algorithms (x86_64) (CRYPTO_AES_X86_64) [N/m/y/?] (NEW)
AES cipher algorithms (AES-NI) (CRYPTO_AES_NI_INTEL) [N/m/y/?] (NEW)
Anubis cipher algorithm (CRYPTO_ANUBIS) [M/n/y/?] m
ARC4 cipher algorithm (CRYPTO_ARC4) [M/y/?] m
Blowfish cipher algorithm (CRYPTO_BLOWFISH) [M/n/y/?] m
Camellia cipher algorithms (CRYPTO_CAMELLIA) [M/n/y/?] m
CAST5 (CAST-128) cipher algorithm (CRYPTO_CAST5) [M/y/?] m
CAST6 (CAST-256) cipher algorithm (CRYPTO_CAST6) [M/n/y/?] m
DES and Triple DES EDE cipher algorithms (CRYPTO_DES) [M/y/?] m
FCrypt cipher algorithm (CRYPTO_FCRYPT) [M/y/?] m
Khazad cipher algorithm (CRYPTO_KHAZAD) [M/n/y/?] m
Salsa20 stream cipher algorithm (EXPERIMENTAL) (CRYPTO_SALSA20)
[M/n/y/?] m
Salsa20 stream cipher algorithm (x86_64) (EXPERIMENTAL)
(CRYPTO_SALSA20_X86_64) [N/m/y/?] (NEW)
SEED cipher algorithm (CRYPTO_SEED) [M/n/y/?] m
Serpent cipher algorithm (CRYPTO_SERPENT) [M/n/y/?] m
TEA, XTEA and XETA cipher algorithms (CRYPTO_TEA) [M/n/y/?] m
Twofish cipher algorithm (CRYPTO_TWOFISH) [M/n/y/?] m
Twofish cipher algorithm (x86_64) (CRYPTO_TWOFISH_X86_64) [N/m/y/?] (NEW)
*
* Compression
*
Deflate compression algorithm (CRYPTO_DEFLATE) [M/y/?] m
Zlib compression algorithm (CRYPTO_ZLIB) [M/n/y/?] m
LZO compression algorithm (CRYPTO_LZO) [M/y/?] m
*
* Random Number Generation
*
Pseudo Random Number Generation for Cryptographic modules
(CRYPTO_ANSI_CPRNG) [M/n/y/?] m
#
# configuration written to .config
#
make[2]: Leaving directory `/usr/src/linux-source-2.6.30-rc7'
make ARCH=x86_64 prepare
make[2]: gcc-bogus: Command not found
make[2]: Entering directory `/usr/src/linux-source-2.6.30-rc7'
make -f /usr/src/linux-source-2.6.30-rc7/Makefile silentoldconfig
make -f scripts/Makefile.build obj=scripts/basic
mkdir -p include/linux include/config
make -f scripts/Makefile.build obj=scripts/kconfig silentoldconfig
scripts/kconfig/conf -s arch/x86/Kconfig
make[2]: Leaving directory `/usr/src/linux-source-2.6.30-rc7'
make[2]: gcc-bogus: Command not found
make[2]: Entering directory `/usr/src/linux-source-2.6.30-rc7'
rm -f include/config/kernel.release
echo 2.6.30-rc7 > include/config/kernel.release
set -e; : ' CHK include/linux/version.h'; mkdir -p include/linux/;
(echo \#define LINUX_VERSION_CODE 132638; echo '#define
KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) <
/usr/src/linux-source-2.6.30-rc7/Makefile > include/linux/version.h.tmp;
if [ -r include/linux/version.h ] && cmp -s include/linux/version.h
include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp;
else : ' UPD include/linux/version.h'; mv -f
include/linux/version.h.tmp include/linux/version.h; fi
set -e; : ' CHK include/linux/utsrelease.h'; mkdir -p
include/linux/; if [ `echo -n "2.6.30-rc7" | wc -c ` -gt 64 ]; then
echo '"2.6.30-rc7" exceeds 64 characters' >&2; exit 1; fi; (echo
\#define UTS_RELEASE \"2.6.30-rc7\";) < include/config/kernel.release >
include/linux/utsrelease.h.tmp; if [ -r include/linux/utsrelease.h ] &&
cmp -s include/linux/utsrelease.h include/linux/utsrelease.h.tmp; then
rm -f include/linux/utsrelease.h.tmp; else : ' UPD
include/linux/utsrelease.h'; mv -f include/linux/utsrelease.h.tmp
include/linux/utsrelease.h; fi
set -e; if [ -L include/asm ]; then asmlink=`readlink include/asm | cut
-d '-' -f 2`; if [ "$asmlink" != "x86" ]; then echo "ERROR: the symlink
include/asm points to asm-$asmlink but asm-x86 was expected"; echo "
set ARCH or save .config and run 'make mrproper' to fix it"; exit 1;
fi; test -e $asmlink || rm include/asm; elif [ -d include/asm ]; then
echo "ERROR: include/asm is a directory but a symlink was expected";
exit 1; fi
if [ ! -L include/asm ]; then : ' SYMLINK include/asm ->
include/asm-x86'; if [ ! -d include/asm-x86 ]; then mkdir -p
include/asm-x86; fi; ln -fsn asm-x86 include/asm; fi
mkdir -p .tmp_versions
make -f scripts/Makefile.build obj=scripts/basic
make -f scripts/Makefile.build obj=.
mkdir -p kernel/
gcc-bogus -Wp,-MD,kernel/.bounds.s.d -nostdinc -isystem -Iinclude
-I/usr/src/linux-source-2.6.30-rc7/arch/x86/include -include
include/linux/autoconf.h -D__KERNEL__ -Wall -Wundef -Wstrict-prototypes
-Wno-trigraphs -fno-strict-aliasing -fno-common
-Werror-implicit-function-declaration -Os -m64 -mno-red-zone
-mcmodel=kernel -maccumulate-outgoing-args -pipe -Wno-sign-compare
-fno-asynchronous-unwind-tables -fomit-frame-pointer
-D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(bounds)"
-D"KBUILD_MODNAME=KBUILD_STR(bounds)" -fverbose-asm -S -o
kernel/bounds.s kernel/bounds.c
/bin/sh: gcc-bogus: command not found
make[3]: *** [kernel/bounds.s] Error 127
make[2]: *** [prepare0] Error 2
make[2]: Leaving directory `/usr/src/linux-source-2.6.30-rc7'
make[1]: *** [debian/stamp/conf/kernel-conf] Error 2
make[1]: Leaving directory `/usr/src/linux-source-2.6.30-rc7'
make: *** [debian/stamp/conf/minimal_debian] Error 2
Failed to create a ./debian directory: No such file or directory at
/usr/bin/make-kpkg line 970.
[end quote]
Arthur.
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org