[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#884108: Temporary workaround



Hello,

we, community, still need proper working software component. But in mean time we share temporary solutions and workarounds for problems like this.

This message targeted to people like me, who needs fast solutions right now and can't wait half year for fix. So I'm sharing my current knowledge for this problem, I hope this will helps some one till we (a community) waiting for fix.

I'm very unhappy by this post, but I see a need/struggle to move forward on this issue.

Attached patch, or "one line" can be used only for Ubuntu 10.04 - 11.10.
 for debootstrap 1.0.93. Not sure how affects other versions.

Single line command line workaround:

sed -i -s 's:EXTRACT_DEB_TAR_OPTIONS:#\0:' \
	/usr/share/debootstrap/scripts/gutsy


--- /usr/share/debootstrap/scripts/gutsy.org	2018-01-02 08:52:38.304877997 +0000
+++ /usr/share/debootstrap/scripts/gutsy	2018-01-02 08:53:03.438878000 +0000
@@ -62,7 +62,7 @@
 	case "$CODENAME" in
 		etch|etch-m68k|jessie|jessie-kfreebsd|lenny|squeeze|wheezy) ;;
 		*)
-			EXTRACT_DEB_TAR_OPTIONS="$EXTRACT_DEB_TAR_OPTIONS -k"
+			#EXTRACT_DEB_TAR_OPTIONS="$EXTRACT_DEB_TAR_OPTIONS -k"
 			setup_merged_usr
 			;;
 	esac

Reply to: