Bug#561353: git-buildpackage: fails to find surely present orig.tar.gz

2009-12-16 Thread Eugene V. Lyubimkin
Package: git-buildpackage
Version: 0.4.61
Severity: normal

-8-
~/build/fbreader-git/fbreader$ git-buildpackage -S
[...]
Looking for orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' at
'../tarballs'
Orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' not found at
'../tarballs'
[...]
-8-

~/build/fbreader-git/fbreader$ stat ../tarballs/fbreader_0.12.0dfsg.orig.tar.gz
  File: `../tarballs/fbreader_0.12.0dfsg.orig.tar.gz' - 
`fbreader-sources-0.12.0.tgz.dfsg' 
  Size: 32  Blocks: 0  IO Block: 4096   symbolic link   

Device: 806h/2054d  Inode: 6013403 Links: 1 

Access: (0777/lrwxrwxrwx)  Uid: ( 1000/  jackyf)   Gid: ( 1000/  jackyf)

Access: 2009-12-16 13:42:11.0 +0200 

Modify: 2009-12-16 13:40:20.0 +0200 

Change: 2009-12-16 13:40:20.0 +0200 

~/build/fbreader-git/fbreader$ stat ../tarballs/fbreader-sources-0.12.0.tgz.dfsg
  File: `../tarballs/fbreader-sources-0.12.0.tgz.dfsg'  
 
  Size: 1813454 Blocks: 3552   IO Block: 4096   regular file
 
Device: 806h/2054d  Inode: 6013396 Links: 1 
 
Access: (0644/-rw-r--r--)  Uid: ( 1000/  jackyf)   Gid: ( 1000/  jackyf)
 
Access: 2009-12-16 13:40:14.0 +0200 
 
Modify: 2009-12-13 11:00:12.0 +0200 
 
Change: 2009-12-16 13:40:20.0 +0200   
-8-

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (70, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-buildpackage depends on:
ii  devscripts   2.10.59 scripts to make the life of a Debi
ii  git-core 1:1.6.5.4-1 fast, scalable, distributed revisi
ii  python   2.5.4-2 An interactive high-level object-o
ii  python-dateutil  1.4.1-3 powerful extensions to the standar
ii  python-support   1.0.6   automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  pristine-tar  1.00   regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs none (no description available)

-- no debconf information
oking for orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' at
'../tarballs'
Orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' not found at
'../tarballs'



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561353: git-buildpackage: fails to find surely present orig.tar.gz

2009-12-16 Thread Guido Günther
On Wed, Dec 16, 2009 at 05:02:21PM +0200, Eugene V. Lyubimkin wrote:
 Package: git-buildpackage
 Version: 0.4.61
 Severity: normal
 
 -8-
 ~/build/fbreader-git/fbreader$ git-buildpackage -S
 [...]
 Looking for orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' at
 '../tarballs'
 Orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' not found at
 '../tarballs'
 [...]
 -8-
Could you strace and check where git-buildpackage is loocking at?
Cheers,
 -- Guido



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561353: git-buildpackage: fails to find surely present orig.tar.gz

2009-12-16 Thread Eugene V. Lyubimkin

Guido Günther wrote:

Could you strace and check where git-buildpackage is loocking at?
Cheers,
 -- Guido


Sure.

-8-
Looking for orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' at '../tarballs'
getcwd(/home/jackyf/build/fbreader-git/fbreader, 1026) = 41
access(/home/jackyf/build/fbreader-git/tarballs/fbreader_0.12.0dfsg.orig.tar.gz, 
F_OK) = 0
access(/home/jackyf/build/fbreader-git/build-area/fbreader_0.12.0dfsg.orig.tar.gz, 
F_OK) = -1 ENOENT (No such file or directory)
symlink(/home/jackyf/build/fbreader-git/tarballs/fbreader_0.12.0dfsg.orig.tar.gz, 
/home/jackyf/build/fbreader-git/build-area/fbreader_0.12.0dfsg.orig.tar.gz) 
= -1 EEXIST (File exists)

Orig tarball 'fbreader_0.12.0dfsg.orig.tar.gz' not found at '../tarballs'
-8-

The 
'/home/jackyf/build/fbreader-git/build-area/fbreader_0.12.0dfsg.orig.tar.gz' 
is a dangling absolute symbolic link, created by git-buildpackage 
earlier (it became dangling because I copied the entire directory from 
another computer).




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org