summary refs log tree commit diff stats
path: root/results/scraper/launchpad-without-comments/1324724
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:24:58 +0000
committerChristian Krinitsin <mail@krinitsin.com>2025-06-30 12:27:06 +0000
commit33606b41d35115f887ea688b1a16f2ff85bf2fe4 (patch)
tree406b2c7b19a087ba437c68f3dbf0b589fa1d6150 /results/scraper/launchpad-without-comments/1324724
parentadedf8771bc4de3113041ca21bd4d0d1c0014b6a (diff)
downloademulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.tar.gz
emulator-bug-study-33606b41d35115f887ea688b1a16f2ff85bf2fe4.zip
add launchpad bug reports without comments
Diffstat (limited to 'results/scraper/launchpad-without-comments/1324724')
-rw-r--r--results/scraper/launchpad-without-comments/132472420
1 files changed, 20 insertions, 0 deletions
diff --git a/results/scraper/launchpad-without-comments/1324724 b/results/scraper/launchpad-without-comments/1324724
new file mode 100644
index 00000000..7de3b5fc
--- /dev/null
+++ b/results/scraper/launchpad-without-comments/1324724
@@ -0,0 +1,20 @@
+make install fails if running strip
+
+I do:
+   ./configure --target-list=arm-softmmu
+   make
+  sudo make install
+
+and see:
+install -d -m 0755 "/usr/local/bin"
+libtool --quiet --mode=install install -c -m 0755 qemu-ga qemu-nbd qemu-img qemu-io  fsdev/virtfs-proxy-helper "/usr/local/bin"
+strip "/usr/local/bin/qemu-ga" "/usr/local/bin/qemu-nbd" "/usr/local/bin/qemu-img" "/usr/local/bin/qemu-io" "/usr/local/bin/fsdev/virtfs-proxy-helper"
+strip: '/usr/local/bin/fsdev/virtfs-proxy-helper': No such file
+Makefile:379: recipe for target 'install' failed
+make: *** [install] Error 1
+
+
+Host is Odroid-XU running Debian Jessie.
+Source is at d7d3d6092cb7edc75dc49fb90c86dd5425ab4805 Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter'
+ 
+libtool version 2.4.2-1.7 armhf
\ No newline at end of file