Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78634 Details for
Bug 121138
cryptsetup/cryptsetup-luks segfault [patch]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cryptsetup/cryptsetup-0.1-r2.ebuild
cryptsetup-0.1-r2.ebuild (text/plain), 1.82 KB, created by
Christian Roessner
on 2006-02-01 03:18:22 UTC
(
hide
)
Description:
cryptsetup/cryptsetup-0.1-r2.ebuild
Filename:
MIME Type:
Creator:
Christian Roessner
Created:
2006-02-01 03:18:22 UTC
Size:
1.82 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/sys-fs/cryptsetup/cryptsetup-0.1-r2.ebuild,v 1.15 2006/01/15 01:43:49 vapier Exp $ > >inherit linux-info multilib eutils > >DESCRIPTION="Tool to setup encrypted devices with dm-crypt" >HOMEPAGE="http://www.saout.de/misc/dm-crypt/" >SRC_URI="http://www.saout.de/misc/dm-crypt/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86" >IUSE="" > >RDEPEND=">=sys-fs/device-mapper-1.00.07-r1 > !sys-fs/cryptsetup-luks" >DEPEND="dev-libs/popt > >=dev-libs/libgcrypt-1.1.42 > dev-libs/libgpg-error" > >dm-crypt_check() { > ebegin "Checking for dm-crypt support" > linux_chkconfig_present DM_CRYPT > eend $? > > if [[ $? -ne 0 ]] ; then > ewarn "cryptsetup requires dm-crypt support!" > ewarn "Please enable dm-crypt support in your kernel config, found at:" > ewarn "(for 2.6 kernels)" > ewarn > ewarn " Device Drivers" > ewarn " Multi-Device Support" > ewarn " Device mapper support" > ewarn " [*] Crypt Target Support" > ewarn > ewarn "and recompile your kernel if you want this package to work with this kernel" > epause 5 > fi >} > >pkg_setup() { > linux-info_pkg_setup > dm-crypt_check; >} > >src_unpack() { > unpack ${A} > cd ${S} > > epatch ${FILESDIR}/device-mapper.diff || die "patch failed" >} > >src_compile() { > econf --bindir=/bin --disable-nls || die > > sed -i \ > -e "s|-lgcrypt|/usr/$(get_libdir)/libgcrypt.a|" \ > -e "s|-lgpg-error|/usr/$(get_libdir)/libgpg-error.a|" \ > Makefile src/Makefile > sed -i -e "s|-lpopt|/usr/$(get_libdir)/libpopt.a|" src/Makefile > > emake || die >} > >src_install() { > make DESTDIR="${D}" install || die "install failed" > > newconfd ${FILESDIR}/cryptfs.confd cryptfs > insinto /lib/rcscripts/addons > doins "${FILESDIR}"/dm-crypt-{start,stop}.sh >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 121138
: 78634 |
78635
|
78636
|
78637