Bug#422849: git-core: FTBFS - test suite fails

2007-05-09 Thread Gerrit Pape
On Tue, May 08, 2007 at 06:05:50PM +0200, Domenico Andreoli wrote:
 On Tue, May 08, 2007 at 01:45:30PM +, Gerrit Pape wrote:
  On Tue, May 08, 2007 at 02:49:51PM +0200, Domenico Andreoli wrote:
   * FAIL 29: git-commit logged updates
   diff expect .git/logs/refs/heads/master
   * FAIL 30: git-cat-file blob master:F (expect OTHER)
   test OTHER = $(git-cat-file blob master:F)
   *   ok 31: git-cat-file blob [EMAIL PROTECTED] 23:30}:F (expect TEST)
   * FAIL 32: git-cat-file blob [EMAIL PROTECTED] 23:42}:F (expect OTHER)
   test OTHER = $(git-cat-file blob [EMAIL PROTECTED] 23:42}:F)
   * failed 3 among 32 test(s)
   make[2]: *** [t1400-update-ref.sh] Error 1
   make[2]: Leaving directory `/home/cavok/git-core-1.5.1.3/t'
   make[1]: *** [test] Error 2
   make[1]: Leaving directory `/home/cavok/git-core-1.5.1.3'
   make: *** [build-arch-stamp] Error 2
   debuild: fatal error at line 1228:
   debian/rules build failed
   
   
   i attached full build log. let me know if i can do anything to help you.
  
  can you please, after the build failure, do
  
   $ (cd t  sh t1400-update-ref.sh -v)
 
 this works. the next build failed elsewhere, but manually the test
 passed.

This is strange, and shouldn't be, -v is just to make the tests verbose.
How are you trying to build the package?, as which user, what is the
environment, what the command you run?  Can you try with pbuilder?

Thanks, Gerrit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422849: git-core: FTBFS - test suite fails

2007-05-09 Thread Gerrit Pape
On Tue, May 08, 2007 at 06:05:50PM +0200, Domenico Andreoli wrote:
 is there a way to pass -v down from debian/rules? maybe fakeroot is
 messing here...

Adding GIT_TEST_OPTS=-v to OPTS should work.  Regards, Gerrit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422849: git-core: FTBFS - test suite fails

2007-05-09 Thread Domenico Andreoli
On Wed, May 09, 2007 at 01:26:36PM +, Gerrit Pape wrote:
 On Tue, May 08, 2007 at 06:05:50PM +0200, Domenico Andreoli wrote:
  is there a way to pass -v down from debian/rules? maybe fakeroot is
  messing here...
 
 Adding GIT_TEST_OPTS=-v to OPTS should work.  Regards, Gerrit.

i already figured out how to achieve this. thanks.

domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422849: git-core: FTBFS - test suite fails

2007-05-09 Thread Domenico Andreoli
severity 422849 important
thanks

On Wed, May 09, 2007 at 01:05:47PM +, Gerrit Pape wrote:
 On Tue, May 08, 2007 at 06:05:50PM +0200, Domenico Andreoli wrote:
  On Tue, May 08, 2007 at 01:45:30PM +, Gerrit Pape wrote:
  
   can you please, after the build failure, do
   
$ (cd t  sh t1400-update-ref.sh -v)
  
  this works. the next build failed elsewhere, but manually the test
  passed.
 
 This is strange, and shouldn't be, -v is just to make the tests verbose.
 How are you trying to build the package?, as which user, what is the
 environment, what the command you run?  Can you try with pbuilder?

i'm using debuild -uc -us -B on a pure sid box used only for debian
development.

anyway the error was due to some problem loading libraries.  i didn't
wrote it down, so i'm trying to reproduce it again.  it might be from
ld, i'm still not sure. in the meanwhile libc6 has been updated...

surely it is not from git-core since i read it also in building curl
7.16.2. build of git-core was done using libcurl 7.15.5, the one in
testing/stable, so it should not be a fault of libcurl itself.

please keep the report open until i'm able to reassing to the right
package or close it. thank you.

regards
domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: Re: Bug#422849: git-core: FTBFS - test suite fails

2007-05-09 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 422849 important
Bug#422849: git-core: FTBFS - test suite fails
Severity set to `important' from `serious'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422849: git-core: FTBFS - test suite fails

2007-05-08 Thread Domenico Andreoli
Package: git-core
Version: 1:1.5.1.3-1
Severity: serious

hi,

this is where the build fails:

...
*   ok 27: Query [EMAIL PROTECTED] (past end of history)
*   ok 28: creating initial files
* FAIL 29: git-commit logged updates
diff expect .git/logs/refs/heads/master
* FAIL 30: git-cat-file blob master:F (expect OTHER)
test OTHER = $(git-cat-file blob master:F)
*   ok 31: git-cat-file blob [EMAIL PROTECTED] 23:30}:F (expect TEST)
* FAIL 32: git-cat-file blob [EMAIL PROTECTED] 23:42}:F (expect OTHER)
test OTHER = $(git-cat-file blob [EMAIL PROTECTED] 23:42}:F)
* failed 3 among 32 test(s)
make[2]: *** [t1400-update-ref.sh] Error 1
make[2]: Leaving directory `/home/cavok/git-core-1.5.1.3/t'
make[1]: *** [test] Error 2
make[1]: Leaving directory `/home/cavok/git-core-1.5.1.3'
make: *** [build-arch-stamp] Error 2
debuild: fatal error at line 1228:
debian/rules build failed


i attached full build log. let me know if i can do anything to help you.

cheers
domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


git-core_1.5.1.3-1_hppa.build.gz
Description: Binary data


Bug#422849: git-core: FTBFS - test suite fails

2007-05-08 Thread Gerrit Pape
Hi Domenico,

On Tue, May 08, 2007 at 02:49:51PM +0200, Domenico Andreoli wrote:
 hi,
 
 this is where the build fails:
 
 ...
 *   ok 27: Query [EMAIL PROTECTED] (past end of history)
 *   ok 28: creating initial files
 * FAIL 29: git-commit logged updates
 diff expect .git/logs/refs/heads/master
 * FAIL 30: git-cat-file blob master:F (expect OTHER)
 test OTHER = $(git-cat-file blob master:F)
 *   ok 31: git-cat-file blob [EMAIL PROTECTED] 23:30}:F (expect TEST)
 * FAIL 32: git-cat-file blob [EMAIL PROTECTED] 23:42}:F (expect OTHER)
 test OTHER = $(git-cat-file blob [EMAIL PROTECTED] 23:42}:F)
 * failed 3 among 32 test(s)
 make[2]: *** [t1400-update-ref.sh] Error 1
 make[2]: Leaving directory `/home/cavok/git-core-1.5.1.3/t'
 make[1]: *** [test] Error 2
 make[1]: Leaving directory `/home/cavok/git-core-1.5.1.3'
 make: *** [build-arch-stamp] Error 2
 debuild: fatal error at line 1228:
 debian/rules build failed
 
 
 i attached full build log. let me know if i can do anything to help you.

can you please, after the build failure, do

 $ (cd t  sh t1400-update-ref.sh -v)

and post the output to this bug?, this probably will tell us more.  It's
a strange failure, as git 1.5.1.3-1 built fine on all other archs.

Thanks, Gerrit.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#422849: git-core: FTBFS - test suite fails

2007-05-08 Thread Domenico Andreoli
On Tue, May 08, 2007 at 01:45:30PM +, Gerrit Pape wrote:
 
 On Tue, May 08, 2007 at 02:49:51PM +0200, Domenico Andreoli wrote:
  
  this is where the build fails:
  
  ...
  *   ok 27: Query [EMAIL PROTECTED] (past end of history)
  *   ok 28: creating initial files
  * FAIL 29: git-commit logged updates
  diff expect .git/logs/refs/heads/master
  * FAIL 30: git-cat-file blob master:F (expect OTHER)
  test OTHER = $(git-cat-file blob master:F)
  *   ok 31: git-cat-file blob [EMAIL PROTECTED] 23:30}:F (expect TEST)
  * FAIL 32: git-cat-file blob [EMAIL PROTECTED] 23:42}:F (expect OTHER)
  test OTHER = $(git-cat-file blob [EMAIL PROTECTED] 23:42}:F)
  * failed 3 among 32 test(s)
  make[2]: *** [t1400-update-ref.sh] Error 1
  make[2]: Leaving directory `/home/cavok/git-core-1.5.1.3/t'
  make[1]: *** [test] Error 2
  make[1]: Leaving directory `/home/cavok/git-core-1.5.1.3'
  make: *** [build-arch-stamp] Error 2
  debuild: fatal error at line 1228:
  debian/rules build failed
  
  
  i attached full build log. let me know if i can do anything to help you.
 
 can you please, after the build failure, do
 
  $ (cd t  sh t1400-update-ref.sh -v)

this works. the next build failed elsewhere, but manually the test
passed.

is there a way to pass -v down from debian/rules? maybe fakeroot is
messing here...

cheers
domenico

-[ Domenico Andreoli, aka cavok
 --[ http://www.dandreoli.com/gpgkey.asc
   ---[ 3A0F 2F80 F79C 678A 8936  4FEE 0677 9033 A20E BC50


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]