[opensuse-buildservice] Cannot find ssl libraries failure

Hi, I am new to the build service and I am not sure if this is the right place to report errors of the build service. I get the following error when I try to build a package: checking how to use DHT... on checking how to use encryption... on configure: error: Cannot find ssl libraries error: Bad exit status from /var/tmp/rpm-tmp.33308 (%build) RPM build errors: Bad exit status from /var/tmp/rpm-tmp.33308 (%build) mount: can't find / in /etc/fstab or /etc/mtab md: stopping all md devices. xenbus_dev_shutdown: device/console/0: Initialising != Connected, skipping System halted. Let me know if you think this is caused by my package spec file. regards, Jeffery --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On 2007-10-15 22:14:20 +1000, jeffery@ivt.com.au wrote:
I get the following error when I try to build a package:
checking how to use DHT... on checking how to use encryption... on configure: error: Cannot find ssl libraries error: Bad exit status from /var/tmp/rpm-tmp.33308 (%build)
rasterbar libtorrent or the lib from the norwegian guy? i have both hin home:darix ;) darix -- openSUSE - SUSE Linux is my linux openSUSE is good for you www.opensuse.org --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On Monday 15 October 2007 22:32, Marcus Rueckert wrote:
On 2007-10-15 22:14:20 +1000, jeffery@ivt.com.au wrote:
I get the following error when I try to build a package:
checking how to use DHT... on checking how to use encryption... on configure: error: Cannot find ssl libraries error: Bad exit status from /var/tmp/rpm-tmp.33308 (%build)
rasterbar libtorrent or the lib from the norwegian guy?
i have both hin home:darix ;)
Hi Marcus, I have seen your packages and I even have them linked to my project space. However I am trying to build the latest snapshot in my project space as qbittorrent (which is in RC) package requires it. Hope I am not causing any trouble by doing so. regards, Jeffery
darix
-- Internet Vision Technologies Level 1, 520 Dorset Road Croydon Victoria - 3136 Australia

Hi,
On 15/10/2007 at 15:14, <jeffery@ivt.com.au> wrote: I get the following error when I try to build a package:
checking how to use DHT... on checking how to use encryption... on configure: error: Cannot find ssl libraries error: Bad exit status from /var/tmp/rpm-tmp.33308 (%build)
I guess your error is in your SPEC file. Your tool (seems to be a bittorrent client?) requires libssl. you have to add a Requires: libopenssl-devel to install the development headers, then it might work (or other things might be missing). Good luck, Dominique TMF is a global management and accounting outsourcing firm with 77 offices in 60 countries and over 2,000 professionals (2007). TMF is expanding rapidly throughout the world. Learn more about our unique network and our services and visit our website at www.tmf-group.com. The information contained in this e-mail communication is confidential and solely intended for the person to whom it is addressed. If someone other than the intended recipient should receive or come into possession of this e-mail communication, he/she will not be entitled to read, disseminate, disclose or duplicate it. If you are not the intended recipient, you are requested to notify the sender and to destroy the original e-mail communication. TMF is neither liable for the correct and complete transmission of the information contained in this e-mail communication nor for any delay in its receipt. This footnote also confirms that this email message has been checked for the presence of computer viruses. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org

On Monday 15 October 2007 22:32, Dominique Leuenberger wrote:
Hi,
On 15/10/2007 at 15:14, <jeffery@ivt.com.au> wrote:
I get the following error when I try to build a package:
checking how to use DHT... on checking how to use encryption... on configure: error: Cannot find ssl libraries error: Bad exit status from /var/tmp/rpm-tmp.33308 (%build)
I guess your error is in your SPEC file. Your tool (seems to be a bittorrent client?) requires libssl.
you have to add a Requires: libopenssl-devel
cool that works. I build this package on my home box before trying it on the build farm. It built fine even thought I didn't specify the above dependency. Maybe it was already installed. How can you make sure your dependencies are right? regards, Jeffery
to install the development headers, then it might work (or other things might be missing).
Good luck, Dominique
TMF is a global management and accounting outsourcing firm with 77 offices in 60 countries and over 2,000 professionals (2007). TMF is expanding rapidly throughout the world. Learn more about our unique network and our services and visit our website at www.tmf-group.com.
The information contained in this e-mail communication is confidential and solely intended for the person to whom it is addressed. If someone other than the intended recipient should receive or come into possession of this e-mail communication, he/she will not be entitled to read, disseminate, disclose or duplicate it. If you are not the intended recipient, you are requested to notify the sender and to destroy the original e-mail communication. TMF is neither liable for the correct and complete transmission of the information contained in this e-mail communication nor for any delay in its receipt. This footnote also confirms that this email message has been checked for the presence of computer viruses.
--------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
-- Internet Vision Technologies Level 1, 520 Dorset Road Croydon Victoria - 3136 Australia

On 16/10/2007 at 01:51, Jeffery Fernandez <jeffery@ivt.com.au> wrote: cool that works. I build this package on my home box before trying it on the build farm. It built fine even thought I didn't specify the above dependency. Maybe it was already installed. How can you make sure your dependencies are right?
For building locally, I always use osc build. It creates the same build environment as the BS creates in a CHROOT and if it works there, chances are very high it will work in the BS too. Dominique TMF is a global management and accounting outsourcing firm with 77 offices in 60 countries and over 2,000 professionals (2007). TMF is expanding rapidly throughout the world. Learn more about our unique network and our services and visit our website at www.tmf-group.com. The information contained in this e-mail communication is confidential and solely intended for the person to whom it is addressed. If someone other than the intended recipient should receive or come into possession of this e-mail communication, he/she will not be entitled to read, disseminate, disclose or duplicate it. If you are not the intended recipient, you are requested to notify the sender and to destroy the original e-mail communication. TMF is neither liable for the correct and complete transmission of the information contained in this e-mail communication nor for any delay in its receipt. This footnote also confirms that this email message has been checked for the presence of computer viruses. --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-buildservice+help@opensuse.org
participants (4)
-
Dominique Leuenberger
-
Jeffery Fernandez
-
jeffery@ivt.com.au
-
Marcus Rueckert