Bug 317737 - (Kde 4-9 git brach) dbus doesn't compile.
Summary: (Kde 4-9 git brach) dbus doesn't compile.
Status: RESOLVED FIXED
Alias: None
Product: kde-windows
Classification: Miscellaneous
Component: buildsystem (show other bugs)
Version: unspecified
Platform: Other Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-02 16:59 UTC by mparchet
Modified: 2013-04-16 08:53 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Repport git 4-9 branch (17.17 KB, text/plain)
2013-04-02 17:02 UTC, mparchet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mparchet 2013-04-02 16:59:02 UTC
Hello,

I try to compile the kdepimlibs package sincde several git branch. On kde 4.10 and (master branch at this time). I got another bug

For more information, see the   bug report.N ° 317520

This bug report concern only the kde-4.9 git branch-

After build successfully several package. the dbus package doesn't compile.

See attachment for details .

Could you help me please

mparchet

Reproducible: Always

Steps to Reproduce:
1.git checkout kde-4.9
2.compile kdepimlibs with emerge kdepimlibs on the R since the R volume
Actual Results:  
An error occured :
Comment 1 mparchet 2013-04-02 17:02:55 UTC
Created attachment 78577 [details]
Repport git 4-9 branch
Comment 2 Ralf Habacker 2013-04-02 19:03:47 UTC
This patch http://cgit.freedesktop.org/dbus/dbus/patch/?id=1e494ecc6094d412c3ae4ce25f51946b9278f3dd should fix the issue.
Comment 3 mparchet 2013-04-03 13:17:13 UTC
Hello,

Could you explain me how to install this patch ?

Tanks by advanced.

Best regards

mparchet
Comment 4 Ralf Habacker 2013-04-03 14:29:41 UTC
(In reply to comment #3)
> Hello,
> 
> Could you explain me how to install this patch ?
> 
1. save patch into <root>\emerge\portage\win32libs\dbus\
2. open <root>\emerge\portage\win32libs\dbus\dbus-1.4.16-20110302.py in an editor 
3. add a line  starting with self.patchToApply['1.4.24']  similar to self.patchToApply['1.4.10'] =
Comment 5 mparchet 2013-04-05 17:16:57 UTC
Hello,

I the above mail, you proposed to me to add the bellow line :

"3. add a line starting with self.patchToApply['1.4.24'] similar to self.patchToApply['1.4.10'] ="

I tried to add the start line at end of the above dbus file (see point 2)

However it failed.

Could you please give me the code line in totality ?

Tank you very much for your support

Best regards

mparchet
Comment 6 Ralf Habacker 2013-04-16 08:53:46 UTC
checked out fresh mingw 4.9 emerge build system - dbus-src compiles out of the box.