[Bug 1689138] [NEW] Wrong Galician translation

2017-05-07 Thread Giap Tran
Public bug reported:

Reported on Bugs Debian System

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856690


Reported by: Santiago Garcia Mantinan 
Date: Fri, 3 Mar 2017 23:27:01 UTC
Severity: normal
Tags: patch
Found in version wicd/1.7.4+tb2-3

"There is a problem with the Galician translation, mainly both the connect
automatically and never connect messages are translated to connect
automatically.

I hope we are still on time for stretch with this patch, the bug is really
confusing.

Regards."

** Affects: wicd (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: wicd (Debian)
 Importance: Unknown
 Status: Unknown

** Patch added: "gl.po.patch"
   
https://bugs.launchpad.net/bugs/1689138/+attachment/4873155/+files/gl.po.patch

** Changed in: wicd (Ubuntu)
   Status: New => Confirmed

** Bug watch added: Debian Bug tracker #856690
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856690

** Also affects: wicd (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=856690
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1689138

Title:
  Wrong Galician translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wicd/+bug/1689138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1689138] Re: Wrong Galician translation

2017-05-07 Thread Giap Tran
** Changed in: wicd (Ubuntu)
 Assignee: (unassigned) => Giap Tran (txgvnn)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1689138

Title:
  Wrong Galician translation

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wicd/+bug/1689138/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1604013] [NEW] FTBFS with GCC 6: narrowing conversion

2016-07-18 Thread Giap Tran
Public bug reported:

Bugs from Debian project (https://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=811754)


From: Martin Michlmayr 
To: sub...@bugs.debian.org
Subject: ibus-unikey: FTBFS with GCC 6: narrowing conversion
Date: Tue, 19 Jan 2016 17:52:19 -0800

Package: ibus-unikey
Version: 0.6.1-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I.. 
> -Wall-g -O2 -c -o data.lo data.cpp
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I.. -Wall -g -O2 -c data.cpp  
> -fPIC -DPIC -o .libs/data.o
> data.cpp:242:1: error: narrowing conversion of ''\3777670'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
>  };
>  ^
> 
> data.cpp:242:1: error: narrowing conversion of ''\3777670'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777665'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777665'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777666'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777666'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777667'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777667'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777671'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777671'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777642'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\3777651'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\312'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\312'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\307'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\307'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
> data.cpp:242:1: error: narrowing conversion of ''\310'' from 'char' 
> to 'unsigned char' inside { } [-Wnarrowing]
...

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

** Affects: ibus-unikey (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1604013

Title:
  FTBFS with GCC 6: narrowing conversion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-unikey/+bug/1604013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1604013] Re: FTBFS with GCC 6: narrowing conversion

2016-10-27 Thread Giap Tran
Fixed in version 0.6.1-1.1

** Changed in: ibus-unikey (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1604013

Title:
  FTBFS with GCC 6: narrowing conversion

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus-unikey/+bug/1604013/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs