Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 431778 - sys-fs/diskdev_cmds332.14_p1 fails to build with missing openssl dep
Summary: sys-fs/diskdev_cmds332.14_p1 fails to build with missing openssl dep
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Joe Jezak (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-17 20:21 UTC by Rick Farina (Zero_Chaos)
Modified: 2012-08-19 00:56 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Farina (Zero_Chaos) gentoo-dev 2012-08-17 20:21:22 UTC
>>> Failed to emerge sys-fs/diskdev_cmds-332.14_p1, Log file:
>>>  '/var/tmp/portage/sys-fs/diskdev_cmds-332.14_p1/temp/build.log'
 * Package:    sys-fs/diskdev_cmds-332.14_p1
 * Repository: gentoo
 * USE:        amd64 elibc_glibc kernel_linux multilib pentoo userland_GNU
 * FEATURES:   sandbox userpriv usersandbox
 * Applying diskdev_cmds-332.14_p1.patch ...
 [ ok ]
 * Applying diskdev_cmds-respect-cflags.patch ...
 [ ok ]
for d in newfs_hfs.tproj fsck_hfs.tproj; do make -C $d -f Makefile.lnx all; done
make[1]: Entering directory `/var/tmp/portage/sys-fs/diskdev_cmds-332.14_p1/work/diskdev_cmds-332.14/newfs_hfs.tproj'
gcc -Os -mtune=nocona -pipe -Wall -I/var/tmp/portage/sys-fs/diskdev_cmds-332.14_p1/work/diskdev_cmds-332.14/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1   -c -o hfs_endian.o hfs_endian.c
gcc -Os -mtune=nocona -pipe -Wall -I/var/tmp/portage/sys-fs/diskdev_cmds-332.14_p1/work/diskdev_cmds-332.14/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1   -c -o makehfs.o makehfs.c
gcc -Os -mtune=nocona -pipe -Wall -I/var/tmp/portage/sys-fs/diskdev_cmds-332.14_p1/work/diskdev_cmds-332.14/include -DDEBUG_BUILD=0 -D_FILE_OFFSET_BITS=64 -D LINUX=1 -D BSD=1   -c -o newfs_hfs.o newfs_hfs.c
makehfs.c:54:25: fatal error: openssl/sha.h: No such file or directory
compilation terminated.
make[1]: *** [makehfs.o] Error 1
make[1]: *** Waiting for unfinished jobs....
newfs_hfs.c: In function 'hfsplus_params':


It would appear to me that DEPEND="" RDEPEND="${DEPEND}" might be a tad inaccurate... if I had to guess, DEPEND="dev-libs/openssl"
Comment 1 Rick Farina (Zero_Chaos) gentoo-dev 2012-08-19 00:56:01 UTC
Hope you don't mind:


--- ./diskdev_cmds-332.14_p1.ebuild
+++ ./diskdev_cmds-332.14_p1.ebuild
@@ -1 +1 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation

--- ./ChangeLog
+++ ./ChangeLog
@@ -2 +2 @@
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
@@ -4,0 +5,3 @@
+  19 Aug 2012; Rick Farina <zerochaos@gentoo.org> diskdev_cmds-332.14_p1.ebuild:
+  fixing missing openssl dep per #431778
+