[opensuse-buildservice] Request help with Web OBS
Hi, I have been trying to compile some items against ubuntu 10.04 for some weeks now and had some initial help from Adrian (thanks!) who helped me get the other distros I was working on going. 10.04, however is causing me great pain. I looked at other projects that were/are compiling against 10.04 (and seemed to be working) and noted what I had identified as a potential problem existed amongst those projects as well, and they still completed. Thus I looked at the logs further and have identified other areas that maybe problematic... I am adding examples of both with hopes that someone would/could identify what I am messing up. preinstalling login... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors preinstalling initramfs-tools... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors preinstalling initscripts... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors installing autotools-dev dpkg-deb: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory dpkg: error processing .init_b_cache/autotools-dev.deb (--install): subprocess dpkg-deb --control returned error exit status 127 Errors were encountered while processing: .init_b_cache/autotools-dev.deb exit ... [ 19.242305] System halted. Thanks in advance, Nasa -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Freitag, 28. Oktober 2011, 17:44:14 schrieb Nasa:
Hi,
I have been trying to compile some items against ubuntu 10.04 for some weeks now and had some initial help from Adrian (thanks!) who helped me get the other distros I was working on going. 10.04, however is causing me great pain. I looked at other projects that were/are compiling against 10.04 (and seemed to be working) and noted what I had identified as a potential problem existed amongst those projects as well, and they still completed. Thus I looked at the logs further and have identified other areas that maybe problematic... I am adding examples of both with hopes that someone would/could identify what I am messing up.
preinstalling login... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory
preinstall means that the tools from your worker are used. So this looks like a very broken system to me. Run which ar ldd $AR it complains most likely about a missing library. But all this has nothing todo with OBS or your build target config. Your existing system is broken.
tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors preinstalling initramfs-tools... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors preinstalling initscripts... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors installing autotools-dev dpkg-deb: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory dpkg: error processing .init_b_cache/autotools-dev.deb (--install): subprocess dpkg-deb --control returned error exit status 127 Errors were encountered while processing: .init_b_cache/autotools-dev.deb exit ... [ 19.242305] System halted.
Thanks in advance,
Nasa -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de
-- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
----- Original Message -----
Am Freitag, 28. Oktober 2011, 17:44:14 schrieb Nasa:
Hi,
I have been trying to compile some items against ubuntu 10.04 for some weeks now and had some initial help from Adrian (thanks!) who helped me get the other distros I was working on going. 10.04, however is causing me great pain. I looked at other projects that were/are compiling against 10.04 (and seemed to be working) and noted what I had identified as a potential problem existed amongst those projects as well, and they still completed. Thus I looked at the logs further and have identified other areas that maybe problematic... I am adding examples of both with hopes that someone would/could identify what I am messing up.
preinstalling login... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory
preinstall means that the tools from your worker are used. So this looks like a very broken system to me. Run
which ar ldd $AR
Sorry For not replying earlier (and thanks for doing so)... http://www.ydr.com/crime/ci_19227501 (and no, my house still doesn't have power). So I am doing this from work. That said, I am using the web version of OBS -- I have been uploading everything via the web interface. So...
it complains most likely about a missing library. But all this has nothing todo with OBS or your build target config. Your existing system is broken.
I'm confused as to what you mean by "your existing system" as I'm doing this totally over the web. Nasa
tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors preinstalling initramfs-tools... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors preinstalling initscripts... ar: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors tar: data.tar.gz: Cannot open: No such file or directory tar: Error is not recoverable: exiting now tar: Child returned status 2 tar: Exiting with failure status due to previous errors installing autotools-dev dpkg-deb: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory dpkg: error processing .init_b_cache/autotools-dev.deb (--install): subprocess dpkg-deb --control returned error exit status 127 Errors were encountered while processing: .init_b_cache/autotools-dev.deb exit ... [ 19.242305] System halted.
Thanks in advance,
Nasa -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
Am Montag, 31. Oktober 2011, 11:48:46 schrieb Nasa:
----- Original Message -----
Am Freitag, 28. Oktober 2011, 17:44:14 schrieb Nasa:
Hi,
I have been trying to compile some items against ubuntu 10.04 for some weeks now and had some initial help from Adrian (thanks!) who helped me get the other distros I was working on going. 10.04, however is causing me great pain. I looked at other projects that were/are compiling against 10.04 (and seemed to be working) and noted what I had identified as a potential problem existed amongst those projects as well, and they still completed. Thus I looked at the logs further and have identified other areas that maybe problematic... I am adding examples of both with hopes that someone would/could identify what I am messing up.
preinstalling login...
ar: error while loading shared libraries: libz.so.1: cannot open shared
object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory
preinstall means that the tools from your worker are used. So this looks like a very broken system to me. Run
which ar ldd $AR
Sorry For not replying earlier (and thanks for doing so)...
http://www.ydr.com/crime/ci_19227501 (and no, my house still doesn't have power).
So I am doing this from work. That said, I am using the web version of OBS -- I have been uploading everything via the web interface. So...
Oh, I forgot this. However, I never saw this in any build logs you have posted. Do you have an example ? -- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
----- Original Message -----
Am Montag, 31. Oktober 2011, 11:48:46 schrieb Nasa:
----- Original Message -----
Am Freitag, 28. Oktober 2011, 17:44:14 schrieb Nasa:
Hi,
I have been trying to compile some items against ubuntu 10.04 for some weeks now and had some initial help from Adrian (thanks!) who helped me get the other distros I was working on going. 10.04, however is causing me great pain. I looked at other projects that were/are compiling against 10.04 (and seemed to be working) and noted what I had identified as a potential problem existed amongst those projects as well, and they still completed. Thus I looked at the logs further and have identified other areas that maybe problematic... I am adding examples of both with hopes that someone would/could identify what I am messing up.
preinstalling login...
ar: error while loading shared libraries: libz.so.1: cannot open shared
object file: No such file or directory tar: control.tar.gz: Cannot open: No such file or directory
preinstall means that the tools from your worker are used. So this looks like a very broken system to me. Run
which ar ldd $AR
Sorry For not replying earlier (and thanks for doing so)...
http://www.ydr.com/crime/ci_19227501 (and no, my house still doesn't have power).
So I am doing this from work. That said, I am using the web version of OBS -- I have been uploading everything via the web interface. So...
Oh, I forgot this. However, I never saw this in any build logs you have posted. Do you have an example ?
My project (user name is tsx-5) with packages like: https://build.opensuse.org/package/show?package=debhelper&project=home%3Atsx-5 Show this. Would you like me to send you a copy of the logfile? Thanks again, Nasa
-- Adrian Schroeter SUSE Linux Products GmbH email: adrian@suse.de -- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-buildservice+owner@opensuse.org
participants (2)
-
Adrian Schröter
-
Nasa