Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 97960
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gnustep herd <gnustep@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Georgi Georgiev <chutz@gg3.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 97960 depends on: Show dependency tree
Bug 97960 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: 2005-07-04 23:21 0000
The new windowmaker ebuild uses these:

myconf="${myconf} --with-gnustepdir=$(egnustep_system_root)/Applications
myconf="${myconf} --with-gnustepdir=/usr/lib/GNUstep/Applications

However, that makes it install applications in /usr/lib/GNUstep/Applications/Applications, which does not seem to be the right thing to do. Furthermore, it should use $(get_libdir) instead of "lib".

Please consider the following:

        # integrate with GNUstep environment, or not
        if use gnustep ; then
                egnustep_env
-               myconf="${myconf} --with-gnustepdir=$(egnustep_system_root)/Applications"
+               myconf="${myconf} --with-gnustepdir=$(egnustep_system_root)"
        else
                # no change from wm-0.80* ebuilds, as to not pollute things more
-               myconf="${myconf} --with-gnustepdir=/usr/lib/GNUstep/Applications"
+               myconf="${myconf} --with-gnustepdir=/usr/$(get_libdir)/GNUstep"
        fi

------- Comment #1 From Armando Di Cianno (RETIRED) 2005-07-06 16:08:15 0000 -------
... yeah, not only did they change the ./configure entry for this, but they
changed the way it worked to...at least it betters integrates with GNUstep --
thanks for the heads up!

fixes in portage

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug