Project

General

Profile

Bug #12784

Updated by shyouhei (Shyouhei Urabe) over 7 years ago

Good afternoon! 

 I am backporting ruby2.3 (v2.3.1) from Debian testing to stable. 
 https://packages.debian.org/stretch/ruby2.3 

 ``` 
 # P="http://http.debian.net/debian/pool/main/r/ruby2.3/ruby2.3_2.3.1-5.dsc" 
 # docker run --rm --tty --volume /opt/results:/opt/results --env PACKAGE="$P" szepeviktor/jessie-backport 
 ``` 

 Everything goes fine until test No 4495 comes: TestFileUtils#test_chown_R_force 
 It pauses there. 
 I suspect older libraries/software. 

 gcc version 4.9.2 

 Could you please fire me up for debugging? 
 I do not speak ruby :( 

 All the best! 

Back