[Bug 2058447] Re: Bug in transcoding wide chars

2024-03-20 Thread Sergio Ĥlutĉin
** Description changed:

  The following example throws an exception when using wide character
  strings with Cyrillic characters.
  
- $ g++-9 -std=c++17 path.C && ./a.out 
- terminate called after throwing an instance of 
'std::filesystem::__cxx11::filesystem_error'
-   what():  filesystem error: Cannot convert character sequence: Invalid 
or incomplete multibyte or wide character
+ $ g++-9 -std=c++17 path.C && ./a.out
+ terminate called after throwing an instance of 
'std::filesystem::__cxx11::filesystem_error'
+   what():  filesystem error: Cannot convert character sequence: Invalid 
or incomplete multibyte or wide character
  
- The error only appears with GCC version 9
+ The error only appears with GCC versions 9 and 10.
+ Versions 11 to 14 are free from this bug.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 24.04
  Package: g++-9 9.5.0-5ubuntu1
  ProcVersionSignature: Ubuntu 6.8.0-7.7.1-lowlatency 6.8.0-rc3
  Uname: Linux 6.8.0-7-lowlatency x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.28.0-0ubuntu1
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Wed Mar 20 11:08:05 2024
  InstallationDate: Installed on 2022-04-28 (692 days ago)
  InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 
(20220419)
  SourcePackage: gcc-9
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Bug in transcoding wide chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2058447/+subscriptions


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

[Bug 2058447] [NEW] Bug in transcoding wide chars

2024-03-20 Thread Sergio Ĥlutĉin
Public bug reported:

The following example throws an exception when using wide character
strings with Cyrillic characters.

$ g++-9 -std=c++17 path.C && ./a.out 
terminate called after throwing an instance of 
'std::filesystem::__cxx11::filesystem_error'
  what():  filesystem error: Cannot convert character sequence: Invalid or 
incomplete multibyte or wide character

The error only appears with GCC version 9

ProblemType: Bug
DistroRelease: Ubuntu 24.04
Package: g++-9 9.5.0-5ubuntu1
ProcVersionSignature: Ubuntu 6.8.0-7.7.1-lowlatency 6.8.0-rc3
Uname: Linux 6.8.0-7-lowlatency x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.28.0-0ubuntu1
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Wed Mar 20 11:08:05 2024
InstallationDate: Installed on 2022-04-28 (692 days ago)
InstallationMedia: Ubuntu 22.04 LTS "Jammy Jellyfish" - Release amd64 (20220419)
SourcePackage: gcc-9
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gcc-9 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug noble

** Attachment added: "path.C"
   https://bugs.launchpad.net/bugs/2058447/+attachment/5757424/+files/path.C

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

Title:
  Bug in transcoding wide chars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-9/+bug/2058447/+subscriptions


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

[Bug 1506773] [NEW] Volume does not return after mute, level 0 is not silence

2015-10-16 Thread Sergio Ĥlutĉin
Public bug reported:

Volume control with e17 slider and keyboard does not match in sound control of 
gnome system settings.
Checking the Mute checkbox in e17 switches of the sound and reflected in the 
system settings.
Unchecking the Mute checkbox in e17 has no effect and not reflected to the 
system settings.
Shifting volume slider to zero is not reflected to zero in the system settings 
and sound is heard.

** Affects: e17 (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/1506773

Title:
   Volume does not return after mute, level 0 is not silence

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

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


[Bug 1506662] [NEW] laptop always switches to standby mode when the cover is closed

2015-10-15 Thread Sergio Ĥlutĉin
Public bug reported:

I have removed the event from ACPI settings but it goes sleeping

** Affects: e17 (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/1506662

Title:
  laptop always switches to standby mode when the cover is closed

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

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


[Bug 1190243] [NEW] normalize-ogg loses data when disk space is not enough

2013-06-12 Thread Sergio Ĥlutĉin
Public bug reported:

Despite the error messages the program overwrites the original file with the 
tail is lost:
$ normalize-ogg k01.ogg
Decoding k01.ogg...
Running normalize...
Audio File Library: unable to write data (disk full) -- wrote 90965994 out of 0 
frames [error 6]
Audio File Library: unable to write data (disk full) -- wrote 91207658 out of 0 
frames [error 6]
Re-encoding k01.ogg...
$

** Affects: normalize-audio (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

- Despite the error messages the program overwrites the original file with the 
tail of the original file is lost:
- $ normalize-ogg k01.ogg 
+ Despite the error messages the program overwrites the original file with the 
tail is lost:
+ $ normalize-ogg k01.ogg
  Decoding k01.ogg...
  Running normalize...
  Audio File Library: unable to write data (disk full) -- wrote 90965994 out of 
0 frames [error 6]
  Audio File Library: unable to write data (disk full) -- wrote 91207658 out of 
0 frames [error 6]
  Re-encoding k01.ogg...
  $

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

Title:
  normalize-ogg loses data when disk space is not enough

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/normalize-audio/+bug/1190243/+subscriptions

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


[Bug 664335] Re: pdf export with cairo 1.10 defaults to version PDF-1.5

2013-01-25 Thread Sergio Ĥlutĉin
How to select the version from command line with --export-pdf ?

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

Title:
  pdf export with cairo 1.10 defaults to version PDF-1.5

To manage notifications about this bug go to:
https://bugs.launchpad.net/inkscape/+bug/664335/+subscriptions

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


[Bug 204531] Re: Support for unfs3

2012-11-23 Thread Sergio Ĥlutĉin
Yes, 12.04

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

Title:
  Support for unfs3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-tools/+bug/204531/+subscriptions

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


[Bug 971137] [NEW] version conflicts with current epiphany-browser

2012-04-01 Thread Sergio Ĥlutĉin
Public bug reported:

# apt-get install epiphany-extensions
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 epiphany-extensions : Depends: epiphany-browser ( 3.4) but 3.4.0.1-2ubuntu1 
is to be installed
E: Unable to correct problems, you have held broken packages.

** Affects: epiphany-extensions (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/971137

Title:
  version conflicts with current epiphany-browser

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-extensions/+bug/971137/+subscriptions

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


[Bug 963391] [NEW] package sysvutils (not installed) failed to install/upgrade: попытка перезаписать «/usr/share/man/man1/mesg.1.gz», который уже имеется в пакете sysvinit-utils 2.88dsf-13.10ubuntu10

2012-03-23 Thread Sergio Ĥlutĉin
Public bug reported:

i tryed tu make apt-get dist-upgrade

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: sysvutils (not installed)
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: i386
Date: Fri Mar 23 23:19:39 2012
ErrorMessage: попытка перезаписать «/usr/share/man/man1/mesg.1.gz», который уже 
имеется в пакете sysvinit-utils 2.88dsf-13.10ubuntu10
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120322)
SourcePackage: sysvinit
Title: package sysvutils (not installed) failed to install/upgrade: попытка 
перезаписать «/usr/share/man/man1/mesg.1.gz», который уже имеется в пакете 
sysvinit-utils 2.88dsf-13.10ubuntu10
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sysvinit (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package sysvutils (not installed) failed to install/upgrade: попытка
  перезаписать «/usr/share/man/man1/mesg.1.gz», который уже имеется в
  пакете sysvinit-utils 2.88dsf-13.10ubuntu10

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

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

[Bug 963391] Re: package sysvutils (not installed) failed to install/upgrade: попытка перезаписать «/usr/share/man/man1/mesg.1.gz», который уже имеется в пакете sysvinit-utils 2.88dsf-13.10ubuntu10

2012-03-23 Thread Sergio Ĥlutĉin
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/963391

Title:
  package sysvutils (not installed) failed to install/upgrade: попытка
  перезаписать «/usr/share/man/man1/mesg.1.gz», который уже имеется в
  пакете sysvinit-utils 2.88dsf-13.10ubuntu10

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

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

[Bug 963462] [NEW] [region]: gnome-control-center crashed with SIGSEGV in gtk_list_store_set_valist()

2012-03-23 Thread Sergio Ĥlutĉin
Private bug reported:

it crushes when i select the languge Esperanto from keyboard settings

ProblemType: Crash
DistroRelease: Ubuntu 12.04
Package: gnome-control-center 1:3.3.92-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: i386
Date: Sat Mar 24 01:00:09 2012
ExecutablePath: /usr/bin/gnome-control-center
InstallationMedia: Ubuntu 12.04 LTS Precise Pangolin - Alpha i386 (20120322)
ProcCmdline: gnome-control-center region
SegvReason: writing NULL VMA
Signal: 11
SourcePackage: gnome-control-center
Title: [region]: gnome-control-center crashed with SIGSEGV in 
gtk_list_store_set_valist()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-crash i386 need-i386-retrace precise region

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

Title:
  [region]: gnome-control-center crashed with SIGSEGV in
  gtk_list_store_set_valist()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/963462/+subscriptions

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


[Bug 204531] [NEW] Support for unfs3

2008-03-21 Thread Sergio Ĥlutĉin
Public bug reported:

Binary package hint: gnome-system-tools

Ubuntu 7.10 and 8.04
gnome-system-tools versions 2.20.0 and 2.21.92

The UNFS3 nfs server is not recongnized in the services-admin and 
shares-admin.
The one line add is enought to support it:

--- debian/patches/10_add_missing_services.dpatch-old   2008-03-21 
11:26:51.0 +0400
+++ debian/patches/10_add_missing_services.dpatch   2008-03-21 
11:45:12.0 +0400
@@ -16,9 +16,11 @@
{ lm-sensors, GST_ROLE_HARDWARE_MONITORING },
{ lpd,GST_ROLE_PRINTER_SERVICE },
{ lpdng,  GST_ROLE_PRINTER_SERVICE },
-@@ -176,6 +177,7 @@
+@@ -175,7 +176,9 @@
+   { sysklogd,   GST_ROLE_SYSTEM_LOGGER },
{ syslog, GST_ROLE_SYSTEM_LOGGER },
{ tftpd-hpa,  GST_ROLE_FILE_SERVER_TFTP },
++  { unfs3,  GST_ROLE_FILE_SERVER_NFS },
{ vcron,  GST_ROLE_COMMAND_SCHEDULER },
 +  { vmware-player,  GST_ROLE_VIRTUAL_MACHINE_MANAGEMENT },
{ vsftpd, GST_ROLE_FILE_SERVER_FTP },

** Affects: gnome-system-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

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


[Bug 202252] Re: opnening document in wrong display

2008-03-15 Thread Sergio Ĥlutĉin
Firefox from the some display opens document in a new tab, from other
display it correctly messages that it is already running and not opens
document in non-current display. I can create new forefox profile for
the second display or change the DISPLAY variable to open it in other
display. OpenOffice ignores this variable in this case.

-- 
opnening document in wrong display
https://bugs.launchpad.net/bugs/202252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 202252] [NEW] opnening document in wrong display

2008-03-14 Thread Sergio Ĥlutĉin
Public bug reported:

Binary package hint: openoffice.org

Ubuntu 7.10
When is two connections de two places using ssh -X and one account to one 
computer, i open two different rtf-documents from different displays and not 
close them. Both documents appears at the first display.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New

-- 
opnening document in wrong display
https://bugs.launchpad.net/bugs/202252
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 200619] [NEW] Ubuntu package depends of clamav-freshclam, not of clamav-data

2008-03-10 Thread Sergio Ĥlutĉin
Public bug reported:

Binary package hint: clamtk

ubuntu 7.10
clamtk versions 2.32 and 3.08 
If i need to use the package clamav-data instead of clamav-freshclam, i 
can't install clamtk.

** Affects: clamtk (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Ubuntu package depends of clamav-freshclam, not of clamav-data
https://bugs.launchpad.net/bugs/200619
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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