Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 677736 - sys-cluster/torque-6.0.3 : configure: error: TORQUE needs lib crypto (often openssl-devel) in order to build
Summary: sys-cluster/torque-6.0.3 : configure: error: TORQUE needs lib crypto (often o...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Cluster Team
URL: https://github.com/adaptivecomputing/...
Whiteboard: Fixed in 6.0.4-r1
Keywords: InVCS
Depends on:
Blocks: openssl-1.1
  Show dependency tree
 
Reported: 2019-02-11 18:06 UTC by Toralf Förster
Modified: 2019-07-15 05:38 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.02 KB, text/plain)
2019-02-11 18:06 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,100.84 KB, text/plain)
2019-02-11 18:06 UTC, Toralf Förster
Details
environment (environment,113.52 KB, text/plain)
2019-02-11 18:06 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.01 KB, application/x-bzip)
2019-02-11 18:06 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,38.59 KB, application/x-bzip)
2019-02-11 18:06 UTC, Toralf Förster
Details
sys-cluster:torque-6.0.3:20190211-163826.log (sys-cluster:torque-6.0.3:20190211-163826.log,10.52 KB, text/plain)
2019-02-11 18:06 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,28.92 KB, application/x-bzip)
2019-02-11 18:06 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-02-11 18:06:21 UTC
checking for SSL_accept in -lssl... yes
checking for BN_init in -lcrypto... no
configure: error: TORQUE needs lib crypto (often openssl-devel) in order to build

!!! Please attach the following file when seeking support:
!!! /var/tmp/portage/sys-cluster/torque-6.0.3/work/torque-6.0.3-1485300822_19e79ad/config.log

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop_20190209-094633

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.6
  [2]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems) *
  [2]   ruby25 (with Rubygems)
  [3]   ruby26 (with Rubygems)
Available Rust versions:
  [1]   rust-1.32.0 *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 3.10.0 [icedtea-8]
*)	IcedTea JDK 3.10.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm

emerge -qpvO sys-cluster/torque
[ebuild  N    ] sys-cluster/torque-6.0.3  USE="crypt syslog -autorun -cgroups -cpusets -doc -drmaa -libressl -munge -nvidia -quickcommit -server -tk"
Comment 1 Toralf Förster gentoo-dev 2019-02-11 18:06:24 UTC
Created attachment 564798 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-02-11 18:06:27 UTC
Created attachment 564800 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2019-02-11 18:06:30 UTC
Created attachment 564802 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2019-02-11 18:06:32 UTC
Created attachment 564804 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2019-02-11 18:06:35 UTC
Created attachment 564806 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-02-11 18:06:38 UTC
Created attachment 564808 [details]
sys-cluster:torque-6.0.3:20190211-163826.log
Comment 7 Toralf Förster gentoo-dev 2019-02-11 18:06:41 UTC
Created attachment 564810 [details]
temp.tbz2
Comment 8 Martin Mokrejš 2019-03-29 09:19:17 UTC
I have same issue when trying to compile against dev-libs/openssl-1.1.0j-r1:0/1.1::gentoo.
Comment 9 Andreas Sturmlechner gentoo-dev 2019-04-28 19:41:13 UTC
What about 6.0.4?
Comment 10 Toralf Förster gentoo-dev 2019-04-28 20:08:14 UTC
(In reply to Andreas Sturmlechner from comment #9)
> What about 6.0.4?

same issue
Comment 11 Andreas Sturmlechner gentoo-dev 2019-05-04 13:57:46 UTC
Apparently this might be a bogus dependency? https://github.com/adaptivecomputing/torque/issues/219

It fails to build anyway due to bug 638402.
Comment 12 Larry the Git Cow gentoo-dev 2019-07-14 09:56:07 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0315a1c158e7d652da3d55da025e7f33df82b99

commit b0315a1c158e7d652da3d55da025e7f33df82b99
Author:     Hans de Graaff <graaff@gentoo.org>
AuthorDate: 2019-07-14 09:54:20 +0000
Commit:     Hans de Graaff <graaff@gentoo.org>
CommitDate: 2019-07-14 09:54:42 +0000

    sys-cluster/torque: avoid unneeded openssl dependency
    
    Fixes: https://bugs.gentoo.org/677736
    Signed-off-by: Hans de Graaff <graaff@gentoo.org>
    Package-Manager: Portage-2.3.66, Repoman-2.3.11

 .../torque/files/torque-6.0.4-no-openssl.patch     |  60 +++++++
 sys-cluster/torque/torque-6.0.4-r1.ebuild          | 178 +++++++++++++++++++++
 2 files changed, 238 insertions(+)