Build error with lubuntu-16.04 i386 desktop iso.

Bug #1581497 reported by dvrein
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Ubuntu Customization Kit
Confirmed
Undecided
Unassigned

Bug Description

https://launchpad.net/products/uck/+addticket

tar (child): *.tar.gz: Cannot open: No such file or directory
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

I tried to make a customized lubuntu iso, however I got the above error.

I also tried to install gfxboot-theme-ubuntu, and running the uck normally again, but it ouput the same error.

dvrein (dvrein)
tags: added: 16.04
tags: added: build-error lubuntu
Revision history for this message
Manfred Hampl (m-hampl) wrote :

I 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 ||

(This is just a workaround, for an official patch a solution has to be found to work with both gz and xz packed files.)

Revision history for this message
Manfred Hampl (m-hampl) wrote :

see also bug #1463583

Revision history for this message
agentcobra (agentcobra57) wrote :

Hi,
this bug is still present in 2017

And found another one

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
/tmp/customization-scripts/customize: line 144: [: too many arguments
CHOICE='Run console application'
Starting console application...
Option "-t" is no longer supported in this version of gnome-terminal.
Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 8
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
/tmp/customization-scripts/customize: line 144: [: Continue: binary operator expected

Changed in uck:
status: New → Confirmed
tags: added: 170build-error
removed: build-error
tags: added: 17.04 build-error
removed: 170build-error
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.