ltsp-client: Depends: acpid but it is not installable

Bug #213014 reported by Daniel Bair
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ltsp (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Binary package hint: ltsp-client

acpid does not and has never existed for the powerpc arch!

PLEASE remove this dependency so we can build a ltsp client environment for the powerpc or create a dummy acpid package for powerpc!

Related branches

Revision history for this message
James Hastings (moosetek) wrote :

I can confirm this bug as well.

I created a dummy acpid package and hacked it into the install scripts to copy it to the chroot and install it before ltsp-client.

Revision history for this message
Daniel Bair (danielbair) wrote : Re: [Bug 213014] Re: ltsp-client: Depends: acpid but it is not installable
  • unnamed Edit (1.3 KiB, text/html; charset=ISO-8859-1)

Thanks,

Would you tell me exactly what script files you modified and how.

-Daniel

On Sun, Apr 6, 2008 at 7:28 PM, James Hastings <email address hidden> wrote:

> I can confirm this bug as well.
>
> I created a dummy acpid package and hacked it into the install scripts
> to copy it to the chroot and install it before ltsp-client.
>
>
> ** Attachment added: "Dummy acpid created with equivs"
> http://launchpadlibrarian.net/13156286/acpid_1.0.4-5ubuntu6_all.deb
>
> --
> ltsp-client: Depends: acpid but it is not installable
> https://bugs.launchpad.net/bugs/213014
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
/*

You should never try the obvious until you've cursed, screamed, shouted and
blamed hardware, software and everyone around you.

*/

Revision history for this message
James Hastings (moosetek) wrote :

Obviously this is a temporary workaround, for personal testing only.

I added these two lines to the 030-early-packages script.

 cp /root/acpid.deb $ROOT
 chroot $ROOT dpkg -i /acpid.deb

This is what my "/usr/share/ltsp/plugins/ltsp-build-client/Ubuntu/030-early-packages" file looks like.

case "$MODE" in
    commandline)
        add_option "early-packages" "`eval_gettext "set the list of packages to install after base-install is completed."`" "advanced" "true"
        ;;
    configure)
        if [ -n "$option_early_packages_value" ]; then
            EARLY_PACKAGES="$option_early_packages_value"
        fi
        ;;
    after-install)
 cp /root/acpid.deb $ROOT
 chroot $ROOT dpkg -i /acpid.deb
        chroot $ROOT apt-get $APT_GET_OPTS install $EARLY_PACKAGES
        ;;
esac

Revision history for this message
Daniel Bair (danielbair) wrote :
  • unnamed Edit (2.4 KiB, text/html; charset=ISO-8859-1)

Thanks, I ended up figuring out how on my own; and I it did exactly as you
had done. Amazing.
-Daniel

On Tue, Apr 8, 2008 at 12:10 AM, James Hastings <email address hidden> wrote:

> Obviously this is a temporary workaround, for personal testing only.
>
> I added these two lines to the 030-early-packages script.
>
> cp /root/acpid.deb $ROOT
> chroot $ROOT dpkg -i /acpid.deb
>
>
> This is what my
> "/usr/share/ltsp/plugins/ltsp-build-client/Ubuntu/030-early-packages" file
> looks like.
>
> case "$MODE" in
> commandline)
> add_option "early-packages" "`eval_gettext "set the list of
> packages to install after base-install is completed."`" "advanced" "true"
> ;;
> configure)
> if [ -n "$option_early_packages_value" ]; then
> EARLY_PACKAGES="$option_early_packages_value"
> fi
> ;;
> after-install)
> cp /root/acpid.deb $ROOT
> chroot $ROOT dpkg -i /acpid.deb
> chroot $ROOT apt-get $APT_GET_OPTS install $EARLY_PACKAGES
> ;;
> esac
>
>
> ** Attachment added: "my 030-early-packages script"
> http://launchpadlibrarian.net/13196865/030-early-packages
>
> --
> ltsp-client: Depends: acpid but it is not installable
> https://bugs.launchpad.net/bugs/213014
> You received this bug notification because you are a direct subscriber
> of the bug.
>

--
/*

You should never try the obvious until you've cursed, screamed, shouted and
blamed hardware, software and everyone around you.

*/

Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package ltsp - 5.0.40~bzr20080212-0ubuntu4

---------------
ltsp (5.0.40~bzr20080212-0ubuntu4) hardy; urgency=low

  * make sure the right proxy line is set in the chroot, thanks
    to stephane graber for that fix (LP: #213927)
  * make acpid [ i386 amd64 ] only dependency, since its not not available on ppc
    (LP: #213014, LP: #199747)
  * fix configure-x.sh interpreter line (LP: #196706)
  * make sure resolv.conf is available in the chroot (LP: #72482)
  * merge fix for dhcp port handling, thanks to Michael Haas, (LP: #198356)
  * we only tell users with nfs-kernel-server installed that they need to
    update /etc/exports (LP: #198915)
  * fix kiosk plugin to use the right package names (LP: #163278, LP: #212738)
  * fix hardcoded path in ltsp-update-image and quiten down noisy rm commands
    (LP: #198157)
  * make sure the ltsp-update-* scripts operate on symlinked dirs (LP: #151503)
  * add final updates for mythbuntu plugin and drop accidentially included
    patch file from debian/extra-plugins (LP: #212550)

 -- Oliver Grawert <email address hidden> Tue, 08 Apr 2008 15:03:51 +0200

Changed in ltsp:
status: New → Fix Released
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.