Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 62740
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 62722
Assigned To: Ciaran McCreesh <ciaran.mccreesh@googlemail.com>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jason Johnston <jason@xorit.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
fluxbox-0.9.10.amd64_fix.patch This is the patch file in attachment format... instead of inline patch Jason Johnston 2004-09-03 13:01 0000 774 bytes Details | Diff
fluxbox-0.9.10.ebuild Fixed ebuild to use the patch application/octet-stream Jason Johnston 2004-09-03 13:02 0000 1.80 KB Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 62740 depends on: Show dependency tree
Bug 62740 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: 2004-09-03 12:17 0000
Fluxbox fails to start with no errors or core dumps, but version 0.9.9 works
wonderfully.  I spoke with Rathnor in #fluxbox and gave him access to my
system, where he proceeded to create a patch to fix the issue.

Reproducible: Always
Steps to Reproduce:
1. emerge -u world || emerge fluxbox if you dont have it installed
2. startx with .xinitrc calling fluxbox or startfluxbox either one
3. 

Actual Results:  
X11 dies with no errors and no core dumps.

Expected Results:  
Started X11 and the fluxbox window manager.

Here is Rathnor's patch to fix the issue.

diff -I'^// \$Id' -Naur --exclude-from diff-exclude
fluxbox.real/src/FbTk/XmbFontImp.cc fluxbox.toolbar/src/FbTk/XmbFontImp.cc
--- fluxbox.real/src/FbTk/XmbFontImp.cc 2004-09-01 01:26:39.000000000 +1000
+++ fluxbox.toolbar/src/FbTk/XmbFontImp.cc      2004-09-04 03:03:16.000000000
+1000
@@ -173,9 +173,9 @@
     }

     getFontElement(fontname, weight, FONT_ELEMENT_SIZE,
-                   "-medium-", "-bold-", "-demibold-", "-regular-", 0);
+                   "-medium-", "-bold-", "-demibold-", "-regular-", NULL);
     getFontElement(fontname, slant, FONT_ELEMENT_SIZE,
-                   "-r-", "-i-", "-o-", "-ri-", "-ro-", 0);
+                   "-r-", "-i-", "-o-", "-ri-", "-ro-", NULL);
     getFontSize(fontname, &pixel_size);

     if (! strcmp(weight, "*"))

------- Comment #1 From Jason Johnston 2004-09-03 13:01:47 0000 -------
Created an attachment (id=38839) [details]
This is the patch file in attachment format... instead of inline

------- Comment #2 From Jason Johnston 2004-09-03 13:02:58 0000 -------
Created an attachment (id=38841) [details]
Fixed ebuild to use the patch

This ebuild is fixed to use the attached patch.  

------- Comment #3 From Simon Stelling (RETIRED) 2004-09-04 02:24:52 0000 -------
This is the issue that should be fixed in -r1. please re-open if i'm wrong

*** This bug has been marked as a duplicate of 62722 ***

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