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.net>wrote:

> 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

Reply via email to