Activity log for bug #1395484

Date Who What changed Old value New value Message
2014-11-23 15:21:46 V字龍(Vdragon) bug added bug
2014-11-23 15:21:46 V字龍(Vdragon) attachment added Patch attempt to fix this issue properly. https://bugs.launchpad.net/bugs/1395484/+attachment/4266179/+files/_usr_bin_equivs-build%20-%20quote%20entire%20path.patch
2014-11-23 15:24:16 V字龍(Vdragon) description ## Console output ``` ~/Workspace/Programming/My_projects/Vubuntu/Patches/安裝與設定各桌面環境/桌面環境通用設定(若可行的話)/鍵盤快捷鍵設定/按下 Windows 鍵開啟選單/KDE/安裝 ksuperkey % LANGUAGE=en mk-build-deps ksuperkey.control cp: target ‘ksuperkey/equivs.cx3DoH’ is not a directory Error on copy of the template files: exit status 1 ~/Workspace/Programming/My_projects/Vubuntu/Patches/安裝與設定各桌面環境/桌面環境通用設定(若可行的話)/鍵盤快捷鍵設定/按下 Windows 鍵開啟選單/KDE/安裝 ksuperkey % ``` ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: devscripts 2.14.1 ProcVersionSignature: Ubuntu 3.16.0-24.32-lowlatency 3.16.4 Uname: Linux 3.16.0-24-lowlatency i686 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.5 Architecture: i386 CurrentDesktop: KDE Date: Sun Nov 23 22:54:13 2014 InstallationDate: Installed on 2013-03-08 (624 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2) SourcePackage: devscripts UpgradeStatus: Upgraded to trusty on 2014-04-19 (218 days ago) ## Console output ``` ~/Workspace/Programming/My_projects/Vubuntu/Patches/安裝與設定各桌面環境/桌面環境通用設定(若可行的話)/鍵盤快捷鍵設定/按下 Windows 鍵開啟選單/KDE/安裝 ksuperkey % LANGUAGE=en mk-build-deps ksuperkey.control cp: target ‘ksuperkey/equivs.cx3DoH’ is not a directory Error on copy of the template files: exit status 1 ~/Workspace/Programming/My_projects/Vubuntu/Patches/安裝與設定各桌面環境/桌面環境通用設定(若可行的話)/鍵盤快捷鍵設定/按下 Windows 鍵開啟選單/KDE/安裝 ksuperkey % ``` AFAICS the bug is at /usr/bin/equivs-build script that "builddir" string is not properly quoted. ``` system("cp -R /usr/share/equivs/template/* $builddir") == 0 or die "Error on copy of the template files: exit status " . ($?>>8) . "\n"; ``` ProblemType: Bug DistroRelease: Ubuntu 14.04 Package: devscripts 2.14.1 ProcVersionSignature: Ubuntu 3.16.0-24.32-lowlatency 3.16.4 Uname: Linux 3.16.0-24-lowlatency i686 NonfreeKernelModules: nvidia ApportVersion: 2.14.1-0ubuntu3.5 Architecture: i386 CurrentDesktop: KDE Date: Sun Nov 23 22:54:13 2014 InstallationDate: Installed on 2013-03-08 (624 days ago) InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Release i386 (20121017.2) SourcePackage: devscripts UpgradeStatus: Upgraded to trusty on 2014-04-19 (218 days ago)
2014-11-23 15:24:40 V字龍(Vdragon) bug task added equivs (Ubuntu)
2014-11-23 15:24:47 V字龍(Vdragon) devscripts (Ubuntu): status New Invalid
2014-11-23 15:26:41 V字龍(Vdragon) marked as duplicate 881153
2016-09-18 12:53:22 Launchpad Janitor equivs (Ubuntu): status New Confirmed