Bug 768787

Summary: quilt-0.50-2.fc17 does not work
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan.kratochvil>
Component: quiltAssignee: Josh Boyer <jwboyer>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: rawhideCC: jan.kratochvil, jwboyer, metherid
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-19 14:50:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Jan Kratochvil 2011-12-18 22:30:04 UTC
Description of problem:
Found I can no longer use quilt after its rebase.

Version-Release number of selected component (if applicable):
FAIL quilt-0.50-2.fc17.x86_64
PASS quilt-0.48-2.fc15.x86_64

How reproducible:
Always.

Steps to Reproduce:
rm -rf gdb;fedpkg clone gdb;cd gdb;fedpkg sources;quilt setup ./gdb.spec
# ~/.quiltrc moved out.

Actual results:
### md5sum: ...........................................................................b................................................b.
### rpmbuild: pppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
ln: failed to create symbolic link `gdb-7.3.50.20110722/patches': No such file or directory
/usr/share/quilt/setup: line 202: gdb-7.3.50.20110722/series: No such file or directory
/usr/share/quilt/setup: line 229: gdb-7.3.50.20110722/series: No such file or directory
ln: failed to create symbolic link `gdb-7.3.50.20110722/patches': No such file or directory
[...]

Expected results:
### md5sum: ...........................................................................b................................................b.
### rpmbuild: tpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
Unpacking archive gdb-7.3.50.20110722.tar.bz2

Additional info:

Comment 1 Josh Boyer 2011-12-19 14:50:36 UTC
This should be fixed with 0.50-3 in tomorrow's rawhide.  Thanks for the report.

[jwboyer@vader gdb]$ quilt setup ./gdb.spec 
### md5sum: ...........................................................................b................................................b.
### rpmbuild: tpppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppppp
Unpacking archive gdb-7.3.50.20110722.tar.bz2
[jwboyer@vader gdb]$ rpm -q quilt
quilt-0.50-3.fc17.x86_64
[jwboyer@vader gdb]$

Comment 2 Jan Kratochvil 2011-12-19 14:59:51 UTC
Confirming it works now, thanks!