<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>24727</bug_id>
          
          <creation_ts>2003-07-18 05:12 0000</creation_ts>
          <short_desc>Partimage ebuild problem</short_desc>
          <delta_ts>2004-04-25 15:14:13 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>1.0</version>
          <rep_platform>x86</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>tech@tasis.ch</reporter>
          <assigned_to>robbat2@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>tech@tasis.ch</who>
            <bug_when>2003-07-18 05:12:07 0000</bug_when>
            <thetext>I have tried using the USE variables for partimage, but -login doesn&apos;t work.  

USE=&apos;-ssl&apos; emerge partimage

works

USE=&apos;-ssl -login&apos; emerge partimage

compiles the software with login expectations.

however, using the source software 

./configure --disable-ssl --disable-login

works fine.  

Please change the ebuild system in the src_compile() section to read more like:

# SSL is optional
local sslconf
use ssl || sslconf=&quot;--disable-ssl&quot;
# Login is optional
local loginconf
use login || loginconf=&quot;--disable-login&quot;
econf 
    ${sslconf} \
    ${loginconf} \
    --infodir=/usr/share/doc/${PF}
.
.
.

This is especially important until the partimage ssl stuff gets fixed on the CD
(so that they keys are included and can be copied to the server config for those
who wish -- bug #14687) 

PS -- I wish the forums would also search the bug database -- it would have
saved me a lot of time.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>robbat2@gentoo.org</who>
            <bug_when>2004-04-25 15:14:13 0000</bug_when>
            <thetext>fixed in the new 0.6.4 version that is now in portage.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>