[Craft] [Bug 415152] New: Cannot install boost-headers: tar not found
Alexander Potashev
bugzilla_noreply at kde.org
Fri Dec 13 20:13:34 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=415152
Bug ID: 415152
Summary: Cannot install boost-headers: tar not found
Product: Craft
Version: unspecified
Platform: MS Windows
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: Core
Assignee: vonreth at kde.org
Reporter: aspotashev at gmail.com
CC: kde-windows at kde.org
Target Milestone: ---
SUMMARY
Cannot install boost-headers: tar not found.
Command line output, notice the broken command "None --directory
C:/CraftRoot/build/_/3a13ce4c -xf -" which had to be "tar [...]":
Craft : C:\CraftRoot
Version : master
ABI : windows-msvc2019_64-cl
Download directory : C:\CraftRoot\download
PS C:\CraftRoot> craft ktimetracker
Craft : C:\CraftRoot
Version : master
ABI : windows-msvc2019_64-cl
Download directory : C:\CraftRoot\download
========================================================================================================================
*** Handling package: libs/boost/boost-headers, action: all ***
*** Action: fetch-binary for libs/boost/boost-headers ***
*** libs/boost/boost-headers not found in cache ***
*** Action: fetch for libs/boost/boost-headers ***
*** Action: unpack for libs/boost/boost-headers ***
0% - boost_1_69_0.tarexecuting command: C:\CraftRoot\dev-utils\bin\7za.exe x
C:\CraftRoot\download\archives\libs\boost\boost-headers\boost_1_69_0.tar.gz -so
-bsp2 | None --directory C:/CraftRoot/build/_/3a13ce4c -xf -
*** Craft all succeeded: libs/boost/boost-headers after 0 seconds ***
[WinError 2] Не удается найти указанный файл
Traceback (most recent call last):
File "C:\CraftRoot\craft\bin\craft.py", line 265, in <module>
success = main(timer)
File "C:\CraftRoot\craft\bin\craft.py", line 255, in main
if not CraftCommands.run(package, action, tempArgs):
File "C:\CraftRoot\craft\bin\CraftCommands.py", line 291, in run
if not handlePackage(info, action, directTargets=directTargets):
File "C:\CraftRoot\craft\bin\CraftCommands.py", line 77, in handlePackage
success = doExec(package, action)
File "C:\CraftRoot\craft\bin\CraftCommands.py", line 41, in doExec
ret = package.instance.runAction(action)
File "C:\CraftRoot\craft\bin\Package\PackageBase.py", line 240, in runAction
if not getattr(self, step)():
File "C:\CraftRoot\craft\bin\Source\MultiSource.py", line 45, in unpack
return self._sourceClass.unpack(self)
File "C:\CraftRoot\craft\bin\Source\ArchiveSource.py", line 194, in unpack
if not utils.unpackFile(self.__downloadDir, filename, self.workDir()):
File "C:\CraftRoot\craft\bin\utils.py", line 90, in unpackFile
return un7zip(os.path.join(downloaddir, filename), workdir, ext)
File "C:\CraftRoot\craft\bin\utils.py", line 130, in un7zip
return system(command, displayProgress=True, **kw) and (not resolveSymlinks
or replaceSymlinksWithCopies(destdir))
File "C:\CraftRoot\craft\bin\utils.py", line 179, in system
return systemWithoutShell(cmd, displayProgress=displayProgress,
logCommand=logCommand, acceptableExitCodes=acceptableExitCodes, **kw)
File "C:\CraftRoot\craft\bin\utils.py", line 261, in systemWithoutShell
proc = subprocess.Popen(cmd, **kw)
File
"C:\Users\me\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line
775, in __init__
restore_signals, start_new_session)
File
"C:\Users\me\AppData\Local\Programs\Python\Python37-32\lib\subprocess.py", line
1178, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] Не удается найти указанный файл
ERROR: Канал был закрыт.
PS C:\CraftRoot>
STEPS TO REPRODUCE
1.
2.
3.
OBSERVED RESULT
EXPECTED RESULT
SOFTWARE/OS VERSIONS
Windows: 10
macOS:
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version:
KDE Frameworks Version:
Qt Version:
ADDITIONAL INFORMATION
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Kde-windows
mailing list