First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 148684
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Park Ji-in <mithrandir@electrang.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 148684 depends on: Show dependency tree
Show dependency graph
Bug 148684 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-09-22 11:51 0000
deskbar-applet cannot load icons which is shipped with deskbar-applet.

I check the defs.py and found DATADIR='' 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)

------- Comment #1 From Park Ji-in 2006-09-23 12:46:26 0000 -------
I found that my autoconf is 2.59, but deskbar-applet's developer used
autoconf-2.60.
--datarootdir option is appeared at 2.60, so this bug doesn't reproduced at
autoconf-2.60.

so, if you need to re-autoconf this package, must add depent to
>=sys-devel/autoconf-2.60

------- Comment #2 From Daniel Gryniewicz 2006-09-30 17:36:48 0000 -------
Fixed, thanks.

------- Comment #3 From Daniel Gryniewicz 2006-10-06 10:56:29 0000 -------
*** Bug 146635 has been marked as a duplicate of this bug. ***

First Last Prev Next    No search results available      Search page      Enter new bug