Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 575900 - net-wireless/blueman-2.03: missing linebreak in blueman-2.0-set-codeset-for-gettext-to-UTF-8-always.patch
Summary: net-wireless/blueman-2.03: missing linebreak in blueman-2.0-set-codeset-for-g...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL: https://gitweb.gentoo.org/repo/gentoo...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-28 13:50 UTC by Gleb
Modified: 2016-03-01 17:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gleb 2016-02-28 13:50:55 UTC
This issue is obvious. Just check the patch on lines 194 and 195, there should be one more line break. URL: https://gitweb.gentoo.org/repo/gentoo.git/tree/net-wireless/blueman/files/blueman-2.0-set-codeset-for-gettext-to-UTF-8-always.patch

Local Services (blueman-services) won't run with the following error:

  File "/usr/lib64/python2.7/site-packages/blueman/plugins/services/Network.py", line 29
    bind_textdomain_codeset("blueman", "UTF-8")        self.Builder.add_from_file(UI_PATH + "/services-network.ui")
                                                          ^
SyntaxError: invalid syntax

I found it in forum discussion where same problem is described with the solution: https://forums.gentoo.org/viewtopic-t-1029546.html?sid=4c931c373e490898dea786176455b4c9

I checked official package from github, where no such issue exist. Then I checked the ebuild, found the patch and then the issue.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-03-01 17:08:04 UTC
commit 1237a6c46ac7d99bd72600649088d4044f51c13b
Author: Michał Górny <mgorny@gentoo.org>
Date:   Tue Mar 1 18:06:28 2016

    net-wireless/blueman: Fix typo in patch for 2.0.3, #575900

Thanks for the report.