Mailinglist Archive: opensuse-bugs (3388 mails)

< Previous Next >
[Bug 746610] New: updatedb fails
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Sun, 12 Feb 2012 12:51:36 +0000
  • Message-id: <bug-746610-21960@http.bugzilla.novell.com/>

https://bugzilla.novell.com/show_bug.cgi?id=746610

https://bugzilla.novell.com/show_bug.cgi?id=746610#c0


Summary: updatedb fails
Classification: openSUSE
Product: openSUSE 12.2
Version: Factory
Platform: All
OS/Version: openSUSE 12.2
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: ajohansson@xxxxxxxx
QAContact: qa@xxxxxxx
Found By: Other
Blocker: ---


4.5.10-2.1

findutils-4.4.2-updatedb.patch does

-prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-o -fstype \1/g' \
+prunefs_exp=`echo $PRUNEFS |sed -e 's/\([^ ][^ ]*\)/-fstype \1 -o/g' \

which causes prunefs_exp to end in

-fstype unknown -o'

which in turn causes the find command to run with -fstype unknown -o -o which
breaks. Reverting the above line makes it work again

--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

< Previous Next >