qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: bananaapple <webberapple@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [Bug 1531352] Re: QEMU_LD_PREFIX PATH loading library is not in the correct order
Date: Wed, 06 Jan 2016 07:39:55 -0000	[thread overview]
Message-ID: <20160106073955.27906.37281.launchpad@gac.canonical.com> (raw)
In-Reply-To: 20160106010526.4703.56064.malonedeb@chaenomeles.canonical.com

** Summary changed:

- QEMU_LD_PREFIX PATH not work on loading library
+ QEMU_LD_PREFIX PATH loading library is not in the correct order

** Description changed:

- run qemu with QEMU_LD_PREFIX argument will not load the library in the PATH.
+ run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  Example: I use debootstrap to download the library of i386 architecture
  And use -L point to the path.
  But not load the library from that directory.

** Summary changed:

- QEMU_LD_PREFIX PATH loading library is not in the correct order
+ QEMU_LD_PREFIX not load correct library order in the PATH

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
- Example: I use debootstrap to download the library of i386 architecture
- And use -L point to the path.
- But not load the library from that directory.
+ How to reproduce this bug:
+ ```
+ wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
+ ./fetchlibs.sh
+ sudo apt-get install qemu
+ wget http://train.cs.nctu.edu.tw/files/magic
+ chmod +x ./magic
+ qemu-i386 -L /home/apple/libs/i386 /home/apple/magic 
+ ```

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
- ```
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
  sudo apt-get install qemu
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
- qemu-i386 -L /home/apple/libs/i386 /home/apple/magic 
- ```
+ qemu-i386 -L /home/apple/libs/i386 /home/apple/magic

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
+ These command will download the library of other architectures
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
  sudo apt-get install qemu
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
  These command will download the library of other architectures
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
- sudo apt-get install qemu
+ This is 32bit binary file,
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
  These command will download the library of other architectures
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
  This is 32bit binary file,
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
+ This is work fine. 
+ But after you install gcc-multilib, it failed.
+ sudo apt-get install gcc-multilib

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
  These command will download the library of other architectures
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
  This is 32bit binary file,
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
- This is work fine. 
+ This is work fine.
  But after you install gcc-multilib, it failed.
  sudo apt-get install gcc-multilib
+ qemu-i386 -L /home/apple/libs/i386 /home/apple/magic

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
  These command will download the library of other architectures
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
  This is 32bit binary file,
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
  This is work fine.
  But after you install gcc-multilib, it failed.
  sudo apt-get install gcc-multilib
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
+ /home/apple/magic: 0���: ̀Í�: D$(�\x04$\x02: Error 18446744073549536926

** Description changed:

  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
  These command will download the library of other architectures
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
  This is 32bit binary file,
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
  This is work fine.
  But after you install gcc-multilib, it failed.
  sudo apt-get install gcc-multilib
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
+ The following is the error message
  /home/apple/magic: 0���: ̀Í�: D$(�\x04$\x02: Error 18446744073549536926

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1531352

Title:
  QEMU_LD_PREFIX not load correct library order in the PATH

Status in QEMU:
  New

Bug description:
  run qemu with QEMU_LD_PREFIX argument will not load correct library order in the PATH.
  How to reproduce this bug:
  These command will download the library of other architectures
  wget https://raw.githubusercontent.com/BinaryAnalysisPlatform/qira/master/fetchlibs.sh
  ./fetchlibs.sh
  This is 32bit binary file,
  wget http://train.cs.nctu.edu.tw/files/magic
  chmod +x ./magic
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
  This is work fine.
  But after you install gcc-multilib, it failed.
  sudo apt-get install gcc-multilib
  qemu-i386 -L /home/apple/libs/i386 /home/apple/magic
  The following is the error message
  /home/apple/magic: 0���: ̀Í�: D$(�\x04$\x02: Error 18446744073549536926

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1531352/+subscriptions

  parent reply	other threads:[~2016-01-06  7:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-06  1:05 [Qemu-devel] [Bug 1531352] [NEW] QEMU_LD_PREFIX PATH not work on loading library bananaapple
2016-01-06  2:09 ` [Qemu-devel] [Bug 1531352] " bananaapple
2016-01-06  7:39 ` bananaapple [this message]
2016-01-06  7:55 ` [Qemu-devel] [Bug 1531352] Re: QEMU_LD_PREFIX not load correct library order in the PATH bananaapple
2016-01-06  8:24 ` bananaapple
2016-01-06 11:58 ` bananaapple
2020-11-19 16:22 ` Thomas Huth
2021-01-19  4:17 ` Launchpad Bug Tracker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160106073955.27906.37281.launchpad@gac.canonical.com \
    --to=webberapple@gmail.com \
    --cc=1531352@bugs.launchpad.net \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).