[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-12-08 Thread Jean-Baptiste Lallement
Thanks for following up. I'm closing this report due to your last
comment. Don't hesitate to submit any new bug.

** Changed in: desktop-base (Ubuntu)
   Status: Incomplete => Fix Released

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-12-08 Thread Istvan Botka
I can't be reproduce because it happenned when I made an upgrade on my system. 
I have not any backup before this update.
I'm think this bug can be closed.

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-12-05 Thread Jean-Baptiste Lallement
Thank you for taking the time to report this bug and helping to make
Ubuntu better. You reported this bug a while ago and there hasn't been
any activity in it recently. We were wondering is this still an issue
for you? Can you try with latest Ubuntu release? Thanks in advance.

** Changed in: desktop-base (Ubuntu)
   Status: New => Incomplete

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-05-12 Thread Istvan Botka
KuSh írta:
> It seems I have overworked the problem by :
> 1. installing grub and removing grub-pc
> 2. reinstalling desktop-base package (a reconfigure should have worked though)
> 3. installing again grub-pc and removing grub (as desktop-base doesn't need 
> to be reconfigured)
>
> KuSh
>
>   
I replaced the grub2 with grub. It works fine.

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-05-12 Thread KuSh
It seems I have overworked the problem by :
1. installing grub and removing grub-pc
2. reinstalling desktop-base package (a reconfigure should have worked though)
3. installing again grub-pc and removing grub (as desktop-base doesn't need to 
be reconfigured)

KuSh

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-05-12 Thread KuSh
More testings again :
update-grub2 && echo 'done' doesn't print anything so it is the culprit. As 
it's only a script that launch grub I assume it's because I only installed 
grub-pc not grub that made the install fail.

Perhaps a dependancy on grub for desktop-base package could be added

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-04-30 Thread KuSh
Some more testing :

[EMAIL PROTECTED]:/# dpkg -D2 --configure desktop-base
Paramétrage de desktop-base (4.0.7) ...
D02: fork/exec /var/lib/dpkg/info/desktop-base.postinst ( configure  )
dpkg : erreur de traitement de desktop-base (--configure) :
 le sous-processus post-installation script a retourné une erreur de sortie 
d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 desktop-base
[EMAIL PROTECTED]:/# bash -x /var/lib/dpkg/info/desktop-base.postinst configure
+ '[' configure = configure ']'
+ which update-gconf-defaults
+ update-gconf-defaults
+ '[' configure = configure ']'
+ '[' '' '!=' '' ']'
+ '[' configure = configure -o configure = abort-upgrade ']'
+ update-alternatives --install 
/usr/share/images/desktop-base/desktop-background desktop-background 
/usr/share/images/desktop-base/debian-blueish-wallpaper.svg 40
+ update-alternatives --install 
/usr/share/images/desktop-base/desktop-background desktop-background 
/usr/share/images/desktop-base/debblue-1600x1200.png 30
+ update-alternatives --install 
/usr/share/images/desktop-base/desktop-background desktop-background 
/usr/share/images/desktop-base/debian-background.svg 20
+ update-alternatives --install 
/usr/share/images/desktop-base/desktop-background desktop-background 
/usr/share/images/desktop-base/bluedeb-1024x768.jpg 10
+ update-alternatives --install 
/usr/share/images/desktop-base/desktop-background desktop-background 
/usr/share/images/desktop-base/Debian.jpg 10
+ update-alternatives --install /usr/share/images/desktop-base/desktop-splash 
desktop-splash /usr/share/images/desktop-base/gnome-splash-curves.png 40
+ update-alternatives --install /usr/share/images/desktop-base/desktop-splash 
desktop-splash /usr/share/images/desktop-base/Splash-debblue.png 30
+ update-alternatives --install /usr/share/images/desktop-base/desktop-splash 
desktop-splash /usr/share/images/desktop-base/Splash-Debian.png 10
+ update-alternatives --install /usr/share/images/desktop-base/desktop-splash 
desktop-splash /usr/share/images/desktop-base/Splash-Debian_red.png 10
+ which update-grub2
+ update-grub2

nothing seems wrong but '/var/lib/dpkg/info/desktop-base.postinst
configure && echo done' don't print anything so there should be
something wrong in the script are those it calls.

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-04-30 Thread KuSh
Same here from a custom install through debootstrap within the hardy
beta 4 livecd.

aptitude install ubuntu-desktop fails on desktop-base configuration.
that's broke gdm-themes configuration too as it is depend of desktop-
base.

Nothing found in logs that could help me.

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 223587] Re: package desktop-base 4.0.7 failed to install/upgrade:

2008-04-28 Thread Istvan Botka

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/13983208/Dependencies.txt

-- 
package desktop-base 4.0.7 failed to install/upgrade: 
https://bugs.launchpad.net/bugs/223587
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs