diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:24:58 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-30 12:27:06 +0000 |
| commit | 33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch) | |
| tree | 406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/897193 | |
| parent | adedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff) | |
| download | emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip | |
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/897193')
| -rw-r--r-- | results/scraper/launchpad-without-comments/897193 | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/897193 b/results/scraper/launchpad-without-comments/897193 new file mode 100644 index 00000000..2b5accd8 --- /dev/null +++ b/results/scraper/launchpad-without-comments/897193 @@ -0,0 +1,43 @@ +virtfs: kernel compile fails + +I am trying to compile a kernel under virtfs, and am getting an error. The error does not occur when compiling outside of the virtfs mount. + +Both guest and host are running the 3.0.4 kernel. +QEMU is latest from git: bc75c9e50d308b2ec6623a40179c5cdc84b63dae + +QEMU command line: +/usr/local/bin/qemu-system-x86_64 -nographic -boot c -m 1024 -machine type=pc,accel=kvm -drive file=/root/hdd1.img,if=virtio -drive file=/root/test1.img,if=virtio -drive file=/root/test2.img,if=virtio -virtfs local,path=/mnt/virtfs,security_model=none,mount_tag=virtfs -net nic,model=virtio,macaddr=DE:AD:BE:EF:AA:BB -net tap,ifname=qtap0,script=no + +virtfs line in /etc/fstab: +virtfs /mnt/virtfs 9p defaults,noauto,trans=virtio 0 0 + +Steps to reproduce and output: + +[root@guest linux-3.0.4]# make mrproper + CLEAN scripts/basic + CLEAN scripts/kconfig + CLEAN include/config include/generated + CLEAN .config .config.old +[root@guest linux-3.0.4]# make defconfig + HOSTCC scripts/basic/fixdep + HOSTCC scripts/kconfig/conf.o + SHIPPED scripts/kconfig/zconf.tab.c + SHIPPED scripts/kconfig/lex.zconf.c + SHIPPED scripts/kconfig/zconf.hash.c + HOSTCC scripts/kconfig/zconf.tab.o + HOSTLD scripts/kconfig/conf +*** Default configuration is based on 'x86_64_defconfig' +# +# configuration written to .config +# +[root@guest linux-3.0.4]# make +scripts/kconfig/conf --silentoldconfig Kconfig + +*** Error during update of the configuration. + +make[2]: *** [silentoldconfig] Error 1 +make[1]: *** [silentoldconfig] Error 2 +make: *** No rule to make target `include/config/auto.conf', needed by `include/config/kernel.release'. Stop. + + +Please let me know if you need any other information. Thanks! \ No newline at end of file |