[Touch-packages] [Bug 1347020] Re: systemd does not boot in a container

2015-05-19 Thread gcc
Thank you Stephane for your PPA! I installed 14.04 expecting LXC to just
work, found that it didn't, somehow found this page, installed your PPA
and the updated utilities and it now appears to be working perfectly! I
only wish it would work out of the box in an LTS release.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/1347020

Title:
  systemd does not boot in a container

Status in lxc package in Ubuntu:
  Fix Released
Status in lxc source package in Trusty:
  Triaged

Bug description:
  Opening against cloud-init for now, but ultimately might end up as
  bug-fixes / srus against some other packages in trusty.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 994097] Re: Downloading files from SSL/HTTPS sites via proxy is broken

2015-05-29 Thread gcc
Is it possible that wget simply expects a HTTPS proxy to speak SSL? So
the proxy should be configured to listen on a different port and present
a certificate, etc.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to wget in Ubuntu.
https://bugs.launchpad.net/bugs/994097

Title:
  Downloading files from  SSL/HTTPS sites via proxy is broken

Status in wget package in Ubuntu:
  Confirmed

Bug description:
  Description:  Ubuntu 12.04 LTS
  Release:  12.04

  wget:
Installed: 1.13.4-2ubuntu1
Candidate: 1.13.4-2ubuntu1
Version table:
   *** 1.13.4-2ubuntu1 0

  
  When setting the parameter https_proxy, wget fails with the following error:

  Proxy tunneling failed: Bad RequestUnable to establish SSL connection.

  
  Here is and example:

  WITHOUT PROXY:

  root@server:~# wget -O test https://www.google.com/
  --2012-05-03 16:49:33--  https://www.google.com/
  Resolving www.google.com (www.google.com)... 74.125.226.82, 74.125.226.83, 
74.125.226.84, ...
  Connecting to www.google.com (www.google.com)|74.125.226.82|:443... connected.
  HTTP request sent, awaiting response... 302 Found
  Location: https://www.google.ca/ [following]
  --2012-05-03 16:49:33--  https://www.google.ca/
  Resolving www.google.ca (www.google.ca)... 74.125.226.87, 74.125.226.88, 
74.125.226.95
  Connecting to www.google.ca (www.google.ca)|74.125.226.87|:443... connected.
  HTTP request sent, awaiting response... 200 OK
  Length: unspecified [text/html]
  Saving to: `test'

  [ <=>
  ] 12,137  --.-K/s   in 0.009s

  2012-05-03 16:49:33 (1.36 MB/s) - `test' saved [12137]

  
  WITH PROXY:

  root@server:~# export https_proxy=http://192.168.1.5:80/
  root@server:~# wget -O test https://www.google.com/
  --2012-05-03 16:49:47--  https://www.google.com/
  Connecting to 192.168.1.5:80... connected.
  Proxy tunneling failed: Bad RequestUnable to establish SSL connection.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1308261]

2020-01-24 Thread Jason-gcc
Fixed for GCC 10.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1308261

Title:
  ICE provoked by a lambda using the sizeof a captured stack-allocated
  array

Status in gcc:
  Fix Released
Status in gcc-4.8 package in Ubuntu:
  Confirmed
Status in gcc-4.9 package in Ubuntu:
  Confirmed

Bug description:
  See upstream report,
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60855.

  $ cat gcc-bug.cpp
  int main() {
  unsigned count = 5;
  bool array[count];
  [&array] () {
array[0] = sizeof(array) > 5;
  }();
  return 0;
  }

  $ g++ -Wall -Wextra --std=c++11 gcc-bug.cpp 
  gcc-bug.cpp: In lambda function:
  gcc-bug.cpp:6:5: warning: ‘’ is used uninitialized in this 
function [-Wuninitialized]
   }();
   ^
  gcc-bug.cpp:3:21: note: ‘’ was declared here
   bool array[count];
   ^
  gcc-bug.cpp:6:5: internal compiler error: in expand_expr_real_1, at 
expr.c:9363
   }();
   ^
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See  for instructions.
  Preprocessed source stored into /tmp/ccVaDFxq.out file, please attach this to 
your bugreport.

  $ g++ -v
  Using built-in specs.
  COLLECT_GCC=g++
  COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  Target: x86_64-linux-gnu
  Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 
4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs 
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.8 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls 
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin 
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk 
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre 
--enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
  Thread model: posix
  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9) 

  $ lsb_release -rd
  Description:  Ubuntu 13.10
  Release:  13.10

  $ apt-cache policy gcc-4.8
  gcc-4.8:
Installed: 4.8.1-10ubuntu9
Candidate: 4.8.1-10ubuntu9
Version table:
   *** 4.8.1-10ubuntu9 0
  500 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   4.8.1-10ubuntu8 0
  500 http://us.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1308261]

2020-01-24 Thread Jason-gcc
*** Bug 86432 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1308261

Title:
  ICE provoked by a lambda using the sizeof a captured stack-allocated
  array

Status in gcc:
  Fix Released
Status in gcc-4.8 package in Ubuntu:
  Confirmed
Status in gcc-4.9 package in Ubuntu:
  Confirmed

Bug description:
  See upstream report,
  http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60855.

  $ cat gcc-bug.cpp
  int main() {
  unsigned count = 5;
  bool array[count];
  [&array] () {
array[0] = sizeof(array) > 5;
  }();
  return 0;
  }

  $ g++ -Wall -Wextra --std=c++11 gcc-bug.cpp 
  gcc-bug.cpp: In lambda function:
  gcc-bug.cpp:6:5: warning: ‘’ is used uninitialized in this 
function [-Wuninitialized]
   }();
   ^
  gcc-bug.cpp:3:21: note: ‘’ was declared here
   bool array[count];
   ^
  gcc-bug.cpp:6:5: internal compiler error: in expand_expr_real_1, at 
expr.c:9363
   }();
   ^
  Please submit a full bug report,
  with preprocessed source if appropriate.
  See  for instructions.
  Preprocessed source stored into /tmp/ccVaDFxq.out file, please attach this to 
your bugreport.

  $ g++ -v
  Using built-in specs.
  COLLECT_GCC=g++
  COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.8/lto-wrapper
  Target: x86_64-linux-gnu
  Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 
4.8.1-10ubuntu9' --with-bugurl=file:///usr/share/doc/gcc-4.8/README.Bugs 
--enable-languages=c,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr 
--program-suffix=-4.8 --enable-shared --enable-linker-build-id 
--libexecdir=/usr/lib --without-included-gettext --enable-threads=posix 
--with-gxx-include-dir=/usr/include/c++/4.8 --libdir=/usr/lib --enable-nls 
--with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-libstdcxx-time=yes --enable-gnu-unique-object --enable-plugin 
--with-system-zlib --disable-browser-plugin --enable-java-awt=gtk 
--enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64/jre 
--enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-4.8-amd64 
--with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-4.8-amd64 
--with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar 
--enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 
--with-abi=m64 --with-multilib-list=m32,m64,mx32 --with-tune=generic 
--enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu 
--target=x86_64-linux-gnu
  Thread model: posix
  gcc version 4.8.1 (Ubuntu/Linaro 4.8.1-10ubuntu9) 

  $ lsb_release -rd
  Description:  Ubuntu 13.10
  Release:  13.10

  $ apt-cache policy gcc-4.8
  gcc-4.8:
Installed: 4.8.1-10ubuntu9
Candidate: 4.8.1-10ubuntu9
Version table:
   *** 4.8.1-10ubuntu9 0
  500 http://us.archive.ubuntu.com/ubuntu/ saucy-updates/main amd64 
Packages
  100 /var/lib/dpkg/status
   4.8.1-10ubuntu8 0
  500 http://us.archive.ubuntu.com/ubuntu/ saucy/main amd64 Packages

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1352417]

2014-12-22 Thread Jakub-gcc
GCC 4.8.4 has been released.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1352417

Title:
  [4.8/4.9 Regression] cc1plus doesn't terminate when called with -g on
  arm-linux-gnueabihf

Status in The GNU Compiler Collection:
  Confirmed
Status in gcc-4.8 package in Ubuntu:
  New
Status in gcc-4.9 package in Ubuntu:
  New
Status in gcc-4.9 package in Debian:
  Confirmed

Bug description:
  seen on the 4.8 and 4.9 branch, cc1plus doesn't terminate. omitting
  the -g lets the command succeed.

  $ g++ -v -std=c++0x -c -g -O2 qmltextgenerator.cpp

  
  Program received signal SIGINT, Interrupt.
  0x0054920c in canonicalize_values_star(variable_def**, dataflow_set_def*) ()
  (gdb) bt
  #0  0x0054920c in canonicalize_values_star(variable_def**, dataflow_set_def*)
  ()
  #1  0x0054b0c2 in ?? ()
  #2  0x0054ca08 in ?? ()
  #3  0x0054d8ba in ?? ()
  #4  0x0039928a in execute_one_pass(opt_pass*) ()
  #5  0x00399448 in execute_pass_list(opt_pass*) ()
  #6  0x00399452 in execute_pass_list(opt_pass*) ()
  #7  0x00399452 in execute_pass_list(opt_pass*) ()
  #8  0x00244a8c in ?? ()
  #9  0x00245ca4 in compile() ()
  #10 0x00246030 in finalize_compilation_unit() ()
  #11 0x00158fc4 in cp_write_global_declarations() ()
  #12 0x00409394 in ?? ()
  #13 0x0040aad0 in toplev_main(int, char**) ()
  #14 0xb6d4f630 in __libc_start_main (main=0x111e19 , argc=26, 
  argv=0xbefff604, init=, fini=0x7b2af5 <__libc_csu_fini>, 
  rtld_fini=0xb6fe24e5 <_dl_fini>, stack_end=0xbefff604) at libc-start.c:287
  #15 0x00112058 in _start ()

  defaults are -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -mthumb

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1295738]

2014-12-23 Thread Jakub-gcc
GCC 4.8.4 has been released.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gcc-4.8 in Ubuntu.
https://bugs.launchpad.net/bugs/1295738

Title:
  [4.8 Regression] unable to find a register to spill in class 'LO_REGS'

Status in The GNU Compiler Collection:
  New
Status in Linaro GCC:
  Triaged
Status in gcc-4.8 package in Ubuntu:
  New

Bug description:
  seen with the 4.8 branch on arm-linux-gnueabihf, configured with
  --with-arch=armv7-a --with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb 

  omitting the -fno-tree-dce works around the issue.  not seen with the
  4.7 branch and trunk 20140306.

  $ g++ -std=c++11 -fPIC -fno-tree-dce -fno-exceptions -fno-omit-frame-pointer 
-c -g -O2 JITArithmetic32_64.ii
  ../Source/JavaScriptCore/jit/JITArithmetic32_64.cpp: In member function 'void 
JSC::JIT::emit_op_add(JSC::Instruction*)':
  ../Source/JavaScriptCore/jit/JITArithmetic32_64.cpp:526:1: error: unable to 
find a register to spill in class 'LO_REGS'
  ../Source/JavaScriptCore/jit/JITArithmetic32_64.cpp:526:1: error: this is the 
insn:
  (insn 335 334 336 20 (parallel [
  (set (reg:SI 3 r3)
  (ior:SI (eq:SI (reg/v:SI 112 [ op ])
  (reg/v:SI 110 [ dst ]))
  (eq:SI (reg/v:SI 111 [ op ])
  (reg/v:SI 110 [ dst ]
  (clobber (reg:CC 100 cc))
  ]) ../Source/JavaScriptCore/jit/JITArithmetic32_64.cpp:514 295 
{*ior_scc_scc}
   (expr_list:REG_UNUSED (reg:CC 100 cc)
  (nil)))
  ../Source/JavaScriptCore/jit/JITArithmetic32_64.cpp:526: confused by earlier 
errors, bailing out
  Preprocessed source stored into /tmp/ccb0Osgc.out file, please attach this to 
your bugreport.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp