Hi vext01
... ----- Snip -----
submitqc: gmid.tcz dep file includes all necessary libraries? ldd: missing file arguments
Try `ldd --help' for more information.
----- Snip -----
Took me a while to figure out where those ldd messages might
be coming from. The stock ldd command does not contain any
of those messages.
glibc_apps has an ldd that does contain those messages. That
ldd relies on bash to run.
Here's where it gets interesting. Both the stock and the glibc_apps
ldd versions are listed as /usr/bin/ldd. However, when you install
an extension that contains a file that already exists, it's not supposed
to overwrite it with its own version.
Running the glibc_apps ldd without a target produces this:
tc@HP-G62:~$ /tmp/tcloop/glibc_apps/usr/bin/ldd
ldd: missing file arguments
Try `ldd --help' for more information.
tc@HP-G62:~$ Running the stock ldd without a target produces this:
tc@HP-G62:~$ /usr/bin/ldd
tc@HP-G62:~$ So my questions are:
1. Do you have glibc_apps installed?
2. Did the glibc_apps version of ldd replace the stock version?
3. If you don't install glibc_apps, does submitqc --libs run normally?