lubuntu 16.04 - building failed

Asked by Antonio

When I use uck for to customize Lubuntu 16.04, the building fails. It happens only with Lubuntu 16.04. This is the content of "build.log" file: http://pastebin.com/6EehJ6AC My computer is a Intel pentium 4 - 1,50 GHz, 1,269 RAM. What's the problem?

Question information

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

Try deselecting all language packs except language-pack-it (and eventually language-pack-en)

Revision history for this message
Antonio (antonio-stefanetti) said :
#2

Ok, now, the problem is this: http://pastebin.com/cvyhmN7N I want customize Lubuntu 16.04 because this version has this problem: https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1575460 How I customize it correctly?

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Sorry, I do not know what now is wrong.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

This seems to be a common problem.

I see several recent question documents, all with very similar contents:

https://answers.launchpad.net/uck/+question/293660
https://answers.launchpad.net/uck/+question/293647
https://answers.launchpad.net/uck/+question/292126
https://answers.launchpad.net/uck/+question/288308
https://answers.launchpad.net/uck/+question/288040

Is there an option in UCK to select or deselect gfxboot-theme-ubuntu?

Are you aware that the main page of UCK says "!!!PROJECT DISCONTINUED!!!"?

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

I just started digging into the source, and I seem to have spotted the problem. The source package of gfxboot-theme-ubuntu seems nowadays to be packed as xz, and no more as gz tarball.

Try the following:

Edit /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 ||

and then try again and report the outcome.

Revision history for this message
Antonio (antonio-stefanetti) said :
#6

Yes! The problem is solved. Thank you very much ;-) !