[Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2015-01-13 Thread Moritz Schappler
I know this is an old development thread, but since it is one of the first 
results on Google:
How did you resolve this package conflict?

I tried several commands like
apt-get install -f
apt-get remove texlive*
apt-get purge texlive*
but none of them resolved the conflict.

My machine became completely stuck between 12.04 and 14.04 with no
window manager working and only terminal with ctrl+alt+F1

Regards,

Moritz

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2015-01-13 Thread Jan Groenewald
Hi Moritz

Try

apt-get -y purge tex-common # you may even have to dpkg -fP tex-common, if
that works didn't check the syntax now
dpkg --configure -a
apt-get -f install
apt-get -y dist-upgrade

Regards,
Jan



On 13 January 2015 at 15:54, Moritz Schappler schapp...@irt.uni-hannover.de
 wrote:

 I know this is an old development thread, but since it is one of the first
 results on Google:
 How did you resolve this package conflict?

 I tried several commands like
 apt-get install -f
 apt-get remove texlive*
 apt-get purge texlive*
 but none of them resolved the conflict.

 My machine became completely stuck between 12.04 and 14.04 with no
 window manager working and only terminal with ctrl+alt+F1

 Regards,

 Moritz

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1027661

 Title:
   thailatex and texlive-latex-base errors when upgrading from 12.04 -
   12.10

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions


-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Jan Groenewald
Hi

How can I test it?

I did

apt-add-repository ppa:texlive-backports/ppa
apt-get update
apt-get source thailatex
apt-get install build-essential devscripts
tar xvzf thailatex_0.4.7-3~precise1.debian.tar.gz
apt-get build-dep thailatex
cd thailtex-0.4.7
vim debian/triggers

and I seem to be stuck in a catch-22 trying to get tex-common:
(ignore the bad practice of building as root; this is a desktop that
will be re-imaged immediately after this test)

0 root@sudan:~/thailatex-0.4.7#debuild -b
 dpkg-buildpackage -rfakeroot -D -us -uc -b
dpkg-buildpackage: warning: using a gain-root-command while being root
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor):
-D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor):
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g
-O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor):
-Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package thailatex
dpkg-buildpackage: source version 0.4.7-3~precise1
dpkg-buildpackage: source changed by Jeremy Bicha jbi...@ubuntu.com
 dpkg-source --before-build thailatex-0.4.7
dpkg-buildpackage: host architecture amd64
dpkg-checkbuilddeps: Unmet build dependencies: tex-common (= 3.4)
texlive-latex-base
dpkg-buildpackage: warning: Build dependencies/conflicts unsatisfied;
aborting.
dpkg-buildpackage: warning: (Use -d flag to override.)
debuild: fatal error at line 1350:
dpkg-buildpackage -rfakeroot -D -us -uc -b failed
29 root@sudan:~/thailatex-0.4.7#

Regards,
Jan

On 3 October 2012 07:46, Theppitak Karoonboonyanan
t...@linux.thai.netwrote:

 Just seen this via Debian QA page.

 So, it seemed the initial problem was caused by an old tex-common, as
 fixed here:

   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648697

 Then, the last trigger problem after the rebuild should be caused by the
 new texlive files being moved from /usr/share/texmf-texlive to
 /usr/share/texlive/texlive-dist, and thailatex trigger watch was not
 updated accordingly. It's weird that I cannot reproduce this with Debian
 squeeze-wheezy upgrade, though. So, I can't be sure if my guess is
 correct.

 If I'm correct, this patch should fix it. Could you try it out? If it
 works, I'll upload the fix to Debian and let's request for a sync to
 Ubuntu.

 diff --git a/debian/triggers b/debian/triggers
 index 32e4f57..78d80cd 100644
 --- a/debian/triggers
 +++ b/debian/triggers
 @@ -1 +1 @@
 -interest /usr/share/texmf-texlive/tex/generic/babel/babel.sty
 +interest /usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty


 ** Bug watch added: Debian Bug tracker #648697
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648697

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1027661

 Title:
   thailatex and texlive-latex-base errors when upgrading from 12.04 -
   12.10

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions



-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


[Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread eris23
I just encountered this problem on a precise to quantal amd64 upgrade.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


[Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Theppitak Karoonboonyanan
From comment #7

 postinst called with unknown argument 'triggered'

Wait.. The last sympthom was still the same. It's not about trigger
change, then. This problem is caused by tex-common generated postinst.
(See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648697 for more
info.)

It's supposed to be fixed since tex-common 3.4. It's weird that this still 
persists.
Let's reassign this bug to tex-common, though.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


[Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Theppitak Karoonboonyanan
Ah, I see. tex-common in Precise is still 2.10. How can we get newer
one?

The latest version is 3.13. And thailatex requires tex-common (= 3.4).
How did the build pass in the first place?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Jan Groenewald
Hi

On 3 October 2012 10:34, Theppitak Karoonboonyanan
t...@linux.thai.netwrote:

 The latest version is 3.13. And thailatex requires tex-common (= 3.4).
 How did the build pass in the first place?


I am testing texlive-backports on precise, though other users experience
this problem
on an upgrade to quantal as well.

Regards,
Jan

-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Theppitak Karoonboonyanan
On Wed, Oct 3, 2012 at 4:38 PM, Jan Groenewald j...@aims.ac.za wrote:

 On 3 October 2012 10:34, Theppitak Karoonboonyanan
 t...@linux.thai.netwrote:

 The latest version is 3.13. And thailatex requires tex-common (= 3.4).
 How did the build pass in the first place?

 I am testing texlive-backports on precise, though other users experience
 this problem
 on an upgrade to quantal as well.

And tex-common version in the backports is?
(Sorry, I have no idea about versions in Ubuntu.)

The point is that thailatex should be built against tex-common (= 3.4)
to get rid of the postinst error.

For quantal, I've checked the 0.5.0-2 binary deb [1], and the buggy code
has been removed from postinst. So, the bug should be gone.

  [1]
ftp://ftp.ubuntu.com/ubuntu/pool/universe/t/thailatex/thailatex_0.5.0-2_all.deb

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Jan Groenewald
Hi

If I install that thailatex deb manually wiht dpkg,
then tex-common manages to finish configuring.

0 root@sudan:~#dpkg --configure -a
Processing triggers for tex-common ...
Running mktexlsr. This may take some time... done.
Running mtxrun --generate. This may take some time... done.
Building latex-based formats --byhyphen
/var/lib/texmf/tex/generic/config/language.dat.
This may take some time... done.
Building e-tex based formats --byhyphen
/var/lib/texmf/tex/generic/config/language.def.
This may take some time... done.
0 root@sudan:~#

Will this fix make it into the texlive-backports PPA for precise?

Regards,
Jan

On 3 October 2012 12:21, Theppitak Karoonboonyanan
t...@linux.thai.netwrote:

 On Wed, Oct 3, 2012 at 4:38 PM, Jan Groenewald j...@aims.ac.za wrote:
 
  On 3 October 2012 10:34, Theppitak Karoonboonyanan
  t...@linux.thai.netwrote:
 
  The latest version is 3.13. And thailatex requires tex-common (= 3.4).
  How did the build pass in the first place?
 
  I am testing texlive-backports on precise, though other users experience
  this problem
  on an upgrade to quantal as well.

 And tex-common version in the backports is?
 (Sorry, I have no idea about versions in Ubuntu.)

 The point is that thailatex should be built against tex-common (= 3.4)
 to get rid of the postinst error.

 For quantal, I've checked the 0.5.0-2 binary deb [1], and the buggy code
 has been removed from postinst. So, the bug should be gone.

   [1]

 ftp://ftp.ubuntu.com/ubuntu/pool/universe/t/thailatex/thailatex_0.5.0-2_all.deb

 Regards,
 --
 Theppitak Karoonboonyanan
 http://linux.thai.net/~thep/

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1027661

 Title:
   thailatex and texlive-latex-base errors when upgrading from 12.04 -
   12.10

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions



-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Jan Groenewald
Hi

If I install that thailatex deb manually wiht dpkg,
then tex-common manages to finish configuring.

0 root@sudan:~#dpkg --configure -a
Processing triggers for tex-common ...
Running mktexlsr. This may take some time... done.
Running mtxrun --generate. This may take some time... done.
Building latex-based formats --byhyphen
/var/lib/texmf/tex/generic/config/language.dat.
This may take some time... done.
Building e-tex based formats --byhyphen
/var/lib/texmf/tex/generic/config/language.def.
This may take some time... done.
0 root@sudan:~#

Will this fix make it into the texlive-backports PPA for precise?

Regards,
Jan

On 3 October 2012 12:21, Theppitak Karoonboonyanan
t...@linux.thai.netwrote:

 On Wed, Oct 3, 2012 at 4:38 PM, Jan Groenewald j...@aims.ac.za wrote:
 
  On 3 October 2012 10:34, Theppitak Karoonboonyanan
  t...@linux.thai.netwrote:
 
  The latest version is 3.13. And thailatex requires tex-common (= 3.4).
  How did the build pass in the first place?
 
  I am testing texlive-backports on precise, though other users experience
  this problem
  on an upgrade to quantal as well.

 And tex-common version in the backports is?
 (Sorry, I have no idea about versions in Ubuntu.)

 The point is that thailatex should be built against tex-common (= 3.4)
 to get rid of the postinst error.

 For quantal, I've checked the 0.5.0-2 binary deb [1], and the buggy code
 has been removed from postinst. So, the bug should be gone.

   [1]

 ftp://ftp.ubuntu.com/ubuntu/pool/universe/t/thailatex/thailatex_0.5.0-2_all.deb

 Regards,
 --
 Theppitak Karoonboonyanan
 http://linux.thai.net/~thep/

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1027661

 Title:
   thailatex and texlive-latex-base errors when upgrading from 12.04 -
   12.10

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions



-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Theppitak Karoonboonyanan
On Wed, Oct 3, 2012 at 7:01 PM, Jan Groenewald j...@aims.ac.za wrote:

 If I install that thailatex deb manually wiht dpkg,
 then tex-common manages to finish configuring.

You mean the deb from quantal? That's because it's built with
tex-common in quantal, not because tex-common in older system
works it out.

 Will this fix make it into the texlive-backports PPA for precise?

Please make sure tex-common is also upgraded in the backports.
Otherwise, when one rebuilds the package from source, it would
fail to upgrade again.

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Jan Groenewald
Hi

On 3 October 2012 15:16, Theppitak Karoonboonyanan
t...@linux.thai.netwrote:

 On Wed, Oct 3, 2012 at 7:01 PM, Jan Groenewald j...@aims.ac.za wrote:

  If I install that thailatex deb manually wiht dpkg,
  then tex-common manages to finish configuring.

 You mean the deb from quantal? That's because it's built with
 tex-common in quantal, not because tex-common in older system
 works it out.


I mean the deb to which you posted a link:
ftp://ftp.ubuntu.com/ubuntu/pool/universe/t/thailatex/thailatex_0.5.0-2_all.deb



  Will this fix make it into the texlive-backports PPA for precise?

 Please make sure tex-common is also upgraded in the backports.
 Otherwise, when one rebuilds the package from source, it would
 fail to upgrade again.


This says tex-common 3.13 :
https://launchpad.net/~texlive-backports/+archive/ppa

I am not affiliated with them. I cc the maintainer.

Regards,
Jan

-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-03 Thread Theppitak Karoonboonyanan
On Wed, Oct 3, 2012 at 8:38 PM, Jan Groenewald j...@aims.ac.za wrote:

 This says tex-common 3.13 :
 https://launchpad.net/~texlive-backports/+archive/ppa

OK. That's more than sufficient.

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


[Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-10-02 Thread Theppitak Karoonboonyanan
Just seen this via Debian QA page.

So, it seemed the initial problem was caused by an old tex-common, as
fixed here:

  http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648697

Then, the last trigger problem after the rebuild should be caused by the
new texlive files being moved from /usr/share/texmf-texlive to
/usr/share/texlive/texlive-dist, and thailatex trigger watch was not
updated accordingly. It's weird that I cannot reproduce this with Debian
squeeze-wheezy upgrade, though. So, I can't be sure if my guess is
correct.

If I'm correct, this patch should fix it. Could you try it out? If it
works, I'll upload the fix to Debian and let's request for a sync to
Ubuntu.

diff --git a/debian/triggers b/debian/triggers
index 32e4f57..78d80cd 100644
--- a/debian/triggers
+++ b/debian/triggers
@@ -1 +1 @@
-interest /usr/share/texmf-texlive/tex/generic/babel/babel.sty
+interest /usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty


** Bug watch added: Debian Bug tracker #648697
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648697

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


Re: [Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-09-09 Thread Jan Groenewald
Hi

On 8 September 2012 11:59, Julian Taylor
jtaylor.deb...@googlemail.comwrote:

 a rebuild was done in quantal to get the package xz compressed
 is this still an issue?


It persists.

 Processing triggers for thailatex ...
Customizing babel.sty...failed: system babel.sty does not exists.
Warning: you will not be able to use [thai] option directly in
\documentclass.
postinst called with unknown argument 'triggered'
dpkg: error processing thailatex (--unpack):
 subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
 thailatex
E: Sub-process /usr/bin/dpkg returned an error code (1)
100 root@sainthelena:~#


Note the title of the bug is about 12.04-12.10 upgrade.
I am doing on 12.04 64bit

apt-add-repository ppa:texlive-backports/ppa
apt-get update
apt-get dist-upgrade

which leads to above error.

Regards,
Jan

** Changed in: thailatex (Ubuntu)
Status: Confirmed = Incomplete

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1027661

 Title:
   thailatex and texlive-latex-base errors when upgrading from 12.04 -
   12.10

 To manage notifications about this bug go to:

 https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions



-- 
  .~.
  /V\ Jan Groenewald
 /( )\www.aims.ac.za
 ^^-^^

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


[Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-09-09 Thread Julian Taylor
confirmed in an 12.04 - 12.10 upgrade
it tries to trigger thailatex before tex is configured.

** Changed in: thailatex (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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


[Bug 1027661] Re: thailatex and texlive-latex-base errors when upgrading from 12.04 - 12.10

2012-09-08 Thread Julian Taylor
a rebuild was done in quantal to get the package xz compressed
is this still an issue?

** Changed in: thailatex (Ubuntu)
   Status: Confirmed = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1027661

Title:
  thailatex and texlive-latex-base errors when upgrading from 12.04 -
  12.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thailatex/+bug/1027661/+subscriptions

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