<?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>148684</bug_id>
          
          <creation_ts>2006-09-22 11:51 0000</creation_ts>
          <short_desc>deskbar-applet autoconf bug</short_desc>
          <delta_ts>2006-10-06 10:56:29 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>GNOME</component>
          <version>unspecified</version>
          <rep_platform>All</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>mithrandir@electrang.net</reporter>
          <assigned_to>gnome@gentoo.org</assigned_to>
          <cc>andreas.kotowicz@gmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>mithrandir@electrang.net</who>
            <bug_when>2006-09-22 11:51:33 0000</bug_when>
            <thetext>deskbar-applet cannot load icons which is shipped with deskbar-applet.

I check the defs.py and found DATADIR=&apos;&apos; but not /usr/share.

The reason is below.

in configure.ac of deskbar-applet 2.16.0,

there is 

AS_AC_EXPAND(DATADIR, $datarootdir) , which is expected as /usr/share commonly.

however, datarootdir is nowhere. --datadir= option set $datadir, not $datarootdir.

so this must be 
AS_AC_EXPAND(DATADIR)</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mithrandir@electrang.net</who>
            <bug_when>2006-09-23 12:46:26 0000</bug_when>
            <thetext>I found that my autoconf is 2.59, but deskbar-applet&apos;s developer used autoconf-2.60.
--datarootdir option is appeared at 2.60, so this bug doesn&apos;t reproduced at autoconf-2.60.

so, if you need to re-autoconf this package, must add depent to &gt;=sys-devel/autoconf-2.60</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dang@gentoo.org</who>
            <bug_when>2006-09-30 17:36:48 0000</bug_when>
            <thetext>Fixed, thanks.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>dang@gentoo.org</who>
            <bug_when>2006-10-06 10:56:29 0000</bug_when>
            <thetext>*** Bug 146635 has been marked as a duplicate of this bug. ***</thetext>
          </long_desc>
      
    </bug>

</bugzilla>