tar (child): *.tar.gz: Функция open завершилась с ошибкой: Нет такого файла или каталога tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now Unable to extract gfxboot-theme-ubuntu

Asked by pegorino93@mail.ru

tar (child): *.tar.gz: Функция open завершилась с ошибкой: Нет такого файла или каталога
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Unable to extract gfxboot-theme-ubuntu source package
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Build ended at 2017-04-25 15:48:39

Question information

Language:
Russian Edit question
Status:
Answered
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

Ubuntu Customization Kit has not been developed for years, and has the note
"!!!PROJECT DISCONTINUED!!!"
on its Launchpad homepage.

Recent Ubuntu releases differ from previous ones in a manner, that certain steps of UCK now fail.

I can give some advice:
   1. deselect all language packages that contain the string -touch- in their name
   2. modify /usr/lib/uck/customization-profiles/localized_cd/customize_iso and change in line ~84 (the longest line in the whole file) the part

... $(zgrep gz ...
    into
... $(zgrep xz ...

and three lines later
    change

tar xfz *.tar.gz ||
     into
tar xfJ *.tar.xz ||

You might read recent questions and bugs related to UCK on Launchpad. These recommendations (and some more) have already been given to other persons with similar problems.

Can you help with this problem?

Provide an answer of your own, or ask pegorino93@mail.ru for more information if necessary.

To post a message you must log in.