Bug#559430: live-helper: Generation fail if categories != "main"

2009-12-04 Thread Tobias Diaz
Package: live-helper
Version: 1.0.6-2
Severity: important
Tags: patch

If you try to add other file areas like contrib or non-free, initial 
debootstrap fail because
"lh_bootstrap_debootstrap" script has a little variable names mismach at line 
60:

if [ "${LH_CATEGORIES}" != "main" ]
then
# Modify categories to remove leading/trailing whitespaces and replace 
other whitepspace with commas
echo "COMPO=$(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')"
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo 
${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')"
fi

Variable LH_ARCHIVE_AREAS are LH_CATEGORIES, adding this (or renaming vars) 
correct the error:

if [ "${LH_CATEGORIES}" != "main" ]
then
LH_ARCHIVE_AREAS=$LH_CATEGORIES
# Modify categories to remove leading/trailing whitespaces and replace 
other whitepspace with commas
echo "COMPO=$(echo ${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')"
DEBOOTSTRAP_OPTIONS="${DEBOOTSTRAP_OPTIONS} --components $(echo 
${LH_ARCHIVE_AREAS} | sed -e 's| |,|g')"
fi

Thanks.


-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-helper depends on:
ii  cdebootstrap  0.5.5  Bootstrap a Debian system
ii  debootstrap   1.0.20 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-8 GNU Internationalization utilities

Versions of packages live-helper suggests:
pn  dosfstools (no description available)
ii  fakeroot  1.14.4-1   Gives a fake root environment
ii  genisoimage   9:1.1.9-1  Creates ISO-9660 CD-ROM filesystem
pn  memtest86+ | memt  (no description available)
pn  mtools (no description available)
ii  parted1.8.8.git.2009.07.19-5 The GNU Parted disk partition resi
pn  squashfs-tools |   (no description available)
ii  sudo  1.7.2p1-1  Provide limited super user privile
pn  syslinux | grub(no description available)
pn  uuid-runtime   (no description available)
pn  win32-loader   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#556087: live-helper: Using chroot_local-packages to install custom packages fails when caches are disabled

2009-11-13 Thread Tobias Diaz
Package: live-helper
Version: 1.0.5-2
Severity: normal

When I try to include external packages to install (with satisfied dependens) 
generation report this error:
cp: target «cache/» is not a directory
LH_APT=apt
LH_APT_FTP_PROXY=
LH_APT_HTTP_PROXY=
LH_APT_PDIFFS=enabled
LH_APT_PIPELINE=
LH_APT_RECOMMENDS=enabled
LH_APT_SECURE=enabled
LH_ARCHITECTURE=i386
LH_BASE=/usr/share/live-helper
LH_BINARY_FILESYSTEM=fat16
LH_BINARY_IMAGES=iso
LH_BINARY_INDICES=enabled
LH_BOOTAPPEND_INSTALL='  -- locale=es_ES.UTF-8 keyb=es'
LH_BOOTAPPEND_LIVE='locale=es_ES.UTF-8 keyb=es'
LH_BOOTLOADER=syslinux
LH_BOOTSTRAP=debootstrap
LH_BOOTSTRAP_CONFIG=
LH_BOOTSTRAP_EXCLUDE=
LH_BOOTSTRAP_FLAVOUR=
LH_BOOTSTRAP_INCLUDE=
LH_BOOTSTRAP_KEYRING=
LH_CACHE=enabled
LH_CACHE_INDICES=disabled
LH_CACHE_PACKAGES=False
LH_CACHE_STAGES=none
LH_CATEGORIES=main
LH_CHECKSUMS=enabled
LH_CHROOT_BUILD=enabled
LH_CHROOT_FILESYSTEM=squashfs
LH_CONFIG_VERSION=1
LH_DEBCONF_FRONTEND=noninteractive
LH_DEBCONF_NOWARNINGS=yes
LH_DEBCONF_PRIORITY=critical
LH_DEBIAN_INSTALLER=live
LH_DEBIAN_INSTALLER_DISTRIBUTION=squeeze
LH_DEBIAN_INSTALLER_GUI=disabled
LH_DEBIAN_INSTALLER_PRESEEDFILE=
LH_DISTRIBUTION=squeeze
LH_ENCRYPTION=disabled
LH_EXPOSED_ROOT=disabled
LH_FDISK=fdisk
LH_GRUB_SPLASH=
LH_HOOKS=
LH_HOSTNAME=cimlive
LH_INCLUDES=/usr/share/live-helper/includes
LH_INITRAMFS=live-initramfs
LH_INTERACTIVE=disabled
LH_ISO_APPLICATION='Debian Live'
LH_ISO_PREPARER='live-helper 1.0.5-2; http://packages.qa.debian.org/live-helper'
LH_ISO_PUBLISHER='CIM Informatica'
LH_ISO_VOLUME='cim rdd-live'
LH_JFFS2_ERASEBLOCK=
LH_KEYRING_PACKAGES=debian-archive-keyring
LH_LANGUAGE=en
LH_LINUX_FLAVOURS=486
LH_LINUX_PACKAGES='linux-image-2.6 aufs-modules-2.6'
LH_LOSETUP=losetup
LH_MEMTEST=none
LH_MIRROR_BINARY=http://ftp.es.debian.org/debian
LH_MIRROR_BINARY_SECURITY=http://security.debian.org/
LH_MIRROR_BOOTSTRAP=http://ftp.es.debian.org/debian
LH_MIRROR_CHROOT=http://ftp.es.debian.org/debian
LH_MIRROR_CHROOT_SECURITY=http://security.debian.org/
LH_MODE=debian
LH_NET_COW_FILESYSTEM=nfs
LH_NET_COW_MOUNTOPTIONS=
LH_NET_COW_PATH=
LH_NET_COW_SERVER=
LH_NET_ROOT_FILESYSTEM=nfs
LH_NET_ROOT_MOUNTOPTIONS=
LH_NET_ROOT_PATH=/srv/debian-live
LH_NET_ROOT_SERVER=192.168.1.1
LH_NET_TARBALL=gzip
LH_PACKAGES=
LH_PACKAGES_LISTS=rdd
LH_ROOT=debian-live
LH_ROOT_COMMAND=
LH_SECURITY=enabled
LH_SOURCE=disabled
LH_SOURCE_IMAGES=tar
LH_SYMLINKS=disabled
LH_SYSLINUX_CFG=
LH_SYSLINUX_MENU=enabled
LH_SYSLINUX_MENU_LIVE_ENTRY=Live
LH_SYSLINUX_MENU_LIVE_ENTRY_FAILSAFE='Live (failsafe)'
LH_SYSLINUX_MENU_LIVE_FAILSAFE_ENTRY=
LH_SYSLINUX_MENU_MEMTEST_ENTRY='Memory test'
LH_SYSLINUX_SPLASH=
LH_SYSLINUX_TIMEOUT=0
LH_SYSVINIT=disabled
LH_TASKS=
LH_TASKSEL=tasksel
LH_TEMPLATES=/usr/share/live-helper/templates
LH_UNION_FILESYSTEM=aufs
LH_USERNAME=aglomancha
LH_USE_FAKEROOT=disabled
LH_VIRTUAL_ROOT_SIZE=1
LH_WIN32_LOADER=disabled
P: Begin unmounting filesystems...



-- Package-specific info:

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-2-486
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-helper depends on:
ii  cdebootstrap  0.5.5  Bootstrap a Debian system
ii  debootstrap   1.0.20 Bootstrap a basic Debian system

Versions of packages live-helper recommends:
ii  gettext-base  0.17-8 GNU Internationalization utilities

Versions of packages live-helper suggests:
pn  dosfstools (no description available)
ii  fakeroot  1.14   Gives a fake root environment
pn  genisoimage(no description available)
pn  memtest86+ | memtest86 (no description available)
pn  mtools (no description available)
pn  parted (no description available)
pn  squashfs-tools | genext2fs |   (no description available)
ii  sudo  1.7.2p1-1  Provide limited super user privile
pn  syslinux | grub(no description available)
pn  uuid-runtime   (no description available)
pn  win32-loader   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#475360: songwrite: Songrite cannot run. File not found.

2008-04-10 Thread Tobias Diaz
Package: songwrite
Version: 0.14-3
Severity: grave
Justification: renders package unusable

Program cannot start with gnome menu, if you lauch at terminal, shows:

Traceback (most recent call last):
  File "/usr/bin/songwrite", line 134, in ?
import main
  File "/usr/bin/../share/songwrite/main.py", line 21, in ?
import globdef, song, player, ui
  File "/usr/bin/../share/songwrite/globdef.py", line 38, in ?
translator = gettext.translation("songwrite", LOCALEDIR, ("en",))
  File "/usr/lib/python2.4/gettext.py", line 456, in translation
raise IOError(ENOENT, 'No translation file found for domain', domain)
IOError: [Errno 2] No translation file found for domain: 'songwrite'

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages songwrite depends on:
ii  evince [postscript-viewer] 2.20.2-1+b1   Document (postscript, pdf) viewer
ii  ghostscript [postscript-vi 8.62.dfsg.1-2 The GPL Ghostscript PostScript/PDF
ii  gv [postscript-viewer] 1:3.6.3dfsg-6 PostScript and PDF viewer for X
ii  lilypond   2.10.33-2.1   A program for typesetting sheet mu
ii  pmidi  1.6.0-4   A command line midi player for ALS
ii  python 2.4.4-6   An interactive high-level object-o
ii  python-editobj 0.5.7-7   Python object editor
ii  python-support 0.7.7 automated rebuilding support for P
ii  python-tk  2.4.4-3   Tkinter - Writing Tk applications 
ii  timidity   2.13.2-19 Software sound renderer (MIDI sequ

songwrite recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#408381: bacula: A new version (2.0.1-1) has been released.

2007-01-25 Thread Tobias Diaz
Package: bacula
Version: 1.38.11-7
Severity: wishlist

A new version it's available at:
http://sourceforge.net/project/showfiles.php?group_id=50727&package_id=100064&release_id=476736
(Link from official site...)


-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#363302: libx11-6: When migrating to X.Org 7, server says: "_X11TransOpen: Unable to find transport for local"

2006-04-21 Thread Tobias Diaz
> Then 6.9.0.dfsg.1-6 is not the right version of the package to report
> this against.  Please tell us what version of libx11-6 you were
> installing.

The version that fails is libx11-6 (1.0.0-6). The moment I install it, I
can not run applications (and the same error is reported again), even
without having restarted the X server. Obviously, the server does not
boot again since the old library (6.9.0) is installed.

> 
> I see no way that this bug could happen with the current code; the
> error message occurs only when support for the named transport has not
> been compiled into the library, and 'local' is a transport that should
> be compiled in unconditionally.
> 
> -- 
> Steve Langasek   Give me a lever long enough and a
> Free OS Debian Developer   to set it on, and I can
> move the world. [EMAIL PROTECTED]  
> http://www.debian.org/


pgpK6svgkh1U1.pgp
Description: PGP signature


Bug#363302: libx11-6: When migrating to X.Org 7, server says: "_X11TransOpen: Unable to find transport for local"

2006-04-18 Thread Tobias Diaz
Package: libx11-6
Version: 6.9.0.dfsg.1-6
Severity: grave
Justification: renders package unusable


When migrating to X.Org 7 in Debian unstable, X server report this error
and does not create the X-11 Socket. Xdm, kdm, gdm and startx stay frozen and
only a blank screen with X cursor is showed.

If I install libx11-6 from Debian testing (X.Org 6.9) the problem is
solved.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages libx11-6 depends on:
ii  debconf [debconf-2.0] 1.4.72 Debian configuration management sy
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  x11-common1:7.0.14   X Window System (X.Org) infrastruc
ii  xlibs-data1:7.0.14   transitional package for X11 clien

libx11-6 recommends no packages.

-- debconf information excluded


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]