Bug 317737

Summary: (Kde 4-9 git brach) dbus doesn't compile.
Product: kde-windows Reporter: mparchet <mparchet>
Component: buildsystemAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: normal CC: ralf.habacker
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:
Attachments: Repport git 4-9 branch

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.