[Bug 121369] Re: emdebian-tools.postinst

2008-06-26 Thread Scott Kitterman
Please see.

** Changed in: emdebian-tools (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
emdebian-tools.postinst
https://bugs.launchpad.net/bugs/121369
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 121369] Re: emdebian-tools.postinst

2008-06-26 Thread Justin Dugger
I believe Scott means please see
http://www.linux.codehelp.co.uk/serendipity/index.php?/archives/122
-Migrating-Emdebian-changes-into-Debian,-not-Ubuntu.html

-- 
emdebian-tools.postinst
https://bugs.launchpad.net/bugs/121369
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 121369] Re: emdebian-tools.postinst

2008-04-01 Thread Sylvain Nahas
I confirm this is a problem.

The hack given below seems to work ( at least post-install finishes
correctly )

For me the importance of this bug is should be HIGH, since it breaks
apt.


** Changed in: emdebian-tools (Ubuntu)
   Status: New = Confirmed

-- 
emdebian-tools.postinst
https://bugs.launchpad.net/bugs/121369
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 121369] Re: emdebian-tools.postinst

2007-12-30 Thread jeanseb
I've slove the probleme by hacking scriptt in an ugly way.
--
for /var/lib/dpkg/info/emdebian-tools.postinst
change line 123 like this 
   /^\s+release v=7.10,o=Ubuntu,a=(\w+),l=Ubuntu,c=main\s*$/) {
and line 134 add 
$suite = unstable;

--

and for /usr/share/perl5/Emdebian/Tools.pm 
line 265
replace en get_suite  like this :
sub get_suite()
{
# list of suites supported by Emdebian toolchain repository.
my @suites = qw/unstable testing stable sid etch/;
#   hack for ubuntu user
#   my $policy = `apt-cache policy 2/dev/null | grep l=Debian,c=main`;
#   croak (Unable to determine apt-cache policy: $!) if (!$policy);
#   $policy =~ /o=Debian,a=([a-z]*),l=Debian,c=main/;
#   my $suite = $1;
my $suite = unstable;
foreach my $s (@suites)
{
# check the matched value is sensible.
return $s if ($suite eq $s);
}
$suite = check_dist if ($suite eq );
return $suite;
}

-- 
emdebian-tools.postinst
https://bugs.launchpad.net/bugs/121369
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121369] Re: emdebian-tools.postinst

2007-11-08 Thread Jieter
I can confirm this one on Gutsy Gibbon.

[EMAIL PROTECTED]:/home/jieter# apt-get install emdebian-tools 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
emdebian-tools is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Setting up emdebian-tools (0.2.0) ...
Unable to determine apt-cache policy for Debian main! at 
/var/lib/dpkg/info/emdebian-tools.postinst line 132.
dpkg: error processing emdebian-tools (--configure):
 subprocess post-installation script returned error exit status 255
Errors were encountered while processing:
 emdebian-tools
E: Sub-process /usr/bin/dpkg returned an error code (1)

-- 
emdebian-tools.postinst
https://bugs.launchpad.net/bugs/121369
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121369] Re: emdebian-tools.postinst

2007-10-19 Thread Gerard Lledo
I solved the problem adding a debian repository to my sources.list,
although maybe you don't want to do that.

-- 
emdebian-tools.postinst
https://bugs.launchpad.net/bugs/121369
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 121369] Re: emdebian-tools.postinst

2007-06-21 Thread Martin Pitt
This is a bug in emdebian-tools' postinst script. It is not security
related at all, it just means that the package is not installable.

** Visibility changed to: Public

** This bug is no longer flagged as a security issue

-- 
emdebian-tools.postinst
https://bugs.launchpad.net/bugs/121369
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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