Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196278 - =sys-apps/portage-2.1.3.14 breaks etc-update
Summary: =sys-apps/portage-2.1.3.14 breaks etc-update
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: High critical (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks: 194041
  Show dependency tree
 
Reported: 2007-10-18 13:19 UTC by Raúl Porcel (RETIRED)
Modified: 2007-10-18 16:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Raúl Porcel (RETIRED) gentoo-dev 2007-10-18 13:19:08 UTC
portage-2.1.3.14 breaks etc-update on a fresh system:

main ~ # etc-update
diff: %file1: No such file or directory
diff: %/var/tmp/etc-update-3913/.diff-test-2: No such file or directory
ERROR: 'diff -uN %file1 %file2' does not seem to work, aborting


probably related to bug 195920.
Comment 1 Zac Medico gentoo-dev 2007-10-18 15:33:18 UTC
What do you mean by "fresh system"? Here is the relevant code:

diff_command() {
	local cmd=${diff_command//%file1/$1}
	${cmd//%file2/$2}
}

What version of bash do you have?
Comment 2 Zac Medico gentoo-dev 2007-10-18 16:26:12 UTC
I've bumped the bash dependency to 3.2_p17 since it already has stable keywords.