Re: devel/doxygen: Need TeX help

2014-06-13 Thread Kurt Jaeger
Hi!

  If I use TeXLive, though, it gets past that point and then ends up with the 
  same 
  error as I was getting with 1.8.6, with the longtable error shown earlier 
  in 
  this thread.
 
 I'll investigate this. But it will take time.

See 

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190943

for a working patch for this issue.

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/doxygen: Need TeX help

2014-06-13 Thread Naram Qashat

On 06/13/14 18:12, Kurt Jaeger wrote:

Hi!


If I use TeXLive, though, it gets past that point and then ends up with the same
error as I was getting with 1.8.6, with the longtable error shown earlier in
this thread.


I'll investigate this. But it will take time.


See

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190943

for a working patch for this issue.


I really appreciate you looking into the issue for us, Kurt. :D Glad to have a 
working solution, even if it isn't the best, it certainly is better than what we 
had, which was a broken build.


Thanks,
Naram Qashat
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/doxygen: Need TeX help

2014-06-11 Thread Kurt Jaeger
Hi!

 If I use TeXLive, though, it gets past that point and then ends up with the 
 same 
 error as I was getting with 1.8.6, with the longtable error shown earlier in 
 this thread.

I'll investigate this. But it will take time.

-- 
p...@opsec.eu+49 171 3101372 6 years to go !
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/doxygen: Need TeX help

2014-05-11 Thread Naram Qashat

On 03/18/14 18:32, Naram Qashat wrote:

On 03/18/14 11:56, A.J. 'Fonz' van Werven wrote:

Naram Qashat wrote:


I basically get the following when it comes up to ./langhowto.tex:

! LaTeX Error: Environment longtable undefined.

[snip]

It's probably not as simple as this, but I'll ask anyway: have you
tried the following?
# texconfig-sys rehash


I hadn't tried that, but I did that just now and I still get the same
error.
Would've been nice if it had been that simple. :P


Bummer, sorry it didn't help. However, as you may have noticed I quoted
your entire message in my first reply and CC'ed it to the freebsd-tex@
mailing list. So hopefully someone on either list (the other being
freebsd-ports@) knows what else to try.

Furthermore: are you getting this error during building or during use? I
tried building devel/doxygen with PDF support and it built perfectly fine
here.

AvW


It was during building. The port is currently at 1.8.3.1, and I actually ran
into the problem in the email when I initially was trying to update to 1.8.4.
That was the main reason I haven't pushed out an update to the port yet.

Oddly enough, when I try to build 1.8.3.1 on my machine currently, I also get a
TeX error, but an entirely different one. I can't recall what the error was, but
it had nothing to do with longtable.

Thanks,
Naram Qashat


I'm going to try bringing this back up, since it has been a bit over a month 
now. Doxygen updated to 1.8.7, so I went back to trying to update the port. Now, 
I am getting two different stopping points with TeX depending on if I use teTeX 
or TeXLive.


If I use teTeX, then I get the following error:

! Package keyval Error: pdfencoding undefined.

I'm not exactly sure what part of the manual is causing this, but it seems to 
happen pretty quickly upon starting the PDF creation process.


If I use TeXLive, though, it gets past that point and then ends up with the same 
error as I was getting with 1.8.6, with the longtable error shown earlier in 
this thread.


Because I wasn't sure if something in my own system's environment was the issue, 
I built the ports using Tinderbox and Poudriere in a virtual machine. So 
apparently it isn't an issue with my system, as a pristine and jailed system has 
the same issue. Both my system as well as the one in the VM are 9-STABLE, since 
I think I did forget to mention that earlier in the thread (oops).


One thing, though, about the keyval error, someone reported it on a mailing 
list, but there was no reply. It appears to have come about since 1.8.7 got 
released.


I really would appreciate some insight on this, though. I know nothing about TeX 
and these errors just keep making the doxygen port get more and more outdated.


Thanks,
Naram Qashat
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/doxygen: Need TeX help

2014-03-18 Thread A.J. 'Fonz' van Werven
Naram Qashat wrote:

 I basically get the following when it comes up to ./langhowto.tex:

! LaTeX Error: Environment longtable undefined.
[snip]
 It's probably not as simple as this, but I'll ask anyway: have you
 tried the following?
 # texconfig-sys rehash

 I hadn't tried that, but I did that just now and I still get the same
 error.
 Would've been nice if it had been that simple. :P

Bummer, sorry it didn't help. However, as you may have noticed I quoted
your entire message in my first reply and CC'ed it to the freebsd-tex@
mailing list. So hopefully someone on either list (the other being
freebsd-ports@) knows what else to try.

Furthermore: are you getting this error during building or during use? I
tried building devel/doxygen with PDF support and it built perfectly fine
here.

AvW

-- 
I'm not completely useless, I can be used as a bad example.


pgpy_pyecTkCq.pgp
Description: PGP signature


Re: devel/doxygen: Need TeX help

2014-03-18 Thread Naram Qashat

On 03/18/14 11:56, A.J. 'Fonz' van Werven wrote:

Naram Qashat wrote:


I basically get the following when it comes up to ./langhowto.tex:

! LaTeX Error: Environment longtable undefined.

[snip]

It's probably not as simple as this, but I'll ask anyway: have you
tried the following?
# texconfig-sys rehash


I hadn't tried that, but I did that just now and I still get the same
error.
Would've been nice if it had been that simple. :P


Bummer, sorry it didn't help. However, as you may have noticed I quoted
your entire message in my first reply and CC'ed it to the freebsd-tex@
mailing list. So hopefully someone on either list (the other being
freebsd-ports@) knows what else to try.

Furthermore: are you getting this error during building or during use? I
tried building devel/doxygen with PDF support and it built perfectly fine
here.

AvW


It was during building. The port is currently at 1.8.3.1, and I actually ran 
into the problem in the email when I initially was trying to update to 1.8.4. 
That was the main reason I haven't pushed out an update to the port yet.


Oddly enough, when I try to build 1.8.3.1 on my machine currently, I also get a 
TeX error, but an entirely different one. I can't recall what the error was, but 
it had nothing to do with longtable.


Thanks,
Naram Qashat
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


devel/doxygen: Need TeX help

2014-03-17 Thread Naram Qashat

Hello everyone,

I am attempting to update the devel/doxygen port to 1.8.6 (something that I 
should've done some time back). The port is successful in every way EXCEPT if 
support for PDF docs is enabled. I basically get the following when it comes up 
to ./langhowto.tex:


! LaTeX Error: Environment longtable undefined.

I currently have the teTeX ports installed, but I do believe I tried this with 
the TeXLive ports as well and had the same problem. I have 
/usr/local/share/texmf-dist/tex/latex/tools/longtable.sty from 
teTeX-texmf-3.0_9, so I'm at a loss as to why this is happening. Upstream hasn't 
been able to help either. So if there are any TeX gurus out there who would know 
how to fix this, I'd love to know so I can get the port updated.


Thanks,
Naram Qashat
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: devel/doxygen: Need TeX help

2014-03-17 Thread A.J. 'Fonz' van Werven
[Added CC to freebsd-tex@]

Naram Qashat wrote:

 Hello everyone,
 
 I am attempting to update the devel/doxygen port to 1.8.6 (something that I
 should've done some time back). The port is successful in every way EXCEPT
 if support for PDF docs is enabled. I basically get the following when it
 comes up to ./langhowto.tex:
 
 ! LaTeX Error: Environment longtable undefined.
 
 I currently have the teTeX ports installed, but I do believe I tried this
 with the TeXLive ports as well and had the same problem. I have
 /usr/local/share/texmf-dist/tex/latex/tools/longtable.sty from
 teTeX-texmf-3.0_9, so I'm at a loss as to why this is happening. Upstream
 hasn't been able to help either. So if there are any TeX gurus out there who
 would know how to fix this, I'd love to know so I can get the port updated.
 
 Thanks,
 Naram Qashat

The texmf-dists of teTeX and Tex Live are supposed to be compatible, so
that *should* not be the problem.

It's probably not as simple as this, but I'll ask anyway: have you tried
the following?
# texconfig-sys rehash

AvW

-- 
I'm not completely useless, I can be used as a bad example.


pgpioDDAZJfJ1.pgp
Description: PGP signature


Re: devel/doxygen: Need TeX help

2014-03-17 Thread Naram Qashat

On 03/17/14 21:56, A.J. 'Fonz' van Werven wrote:

[Added CC to freebsd-tex@]

Naram Qashat wrote:


Hello everyone,

I am attempting to update the devel/doxygen port to 1.8.6 (something that I
should've done some time back). The port is successful in every way EXCEPT
if support for PDF docs is enabled. I basically get the following when it
comes up to ./langhowto.tex:

! LaTeX Error: Environment longtable undefined.

I currently have the teTeX ports installed, but I do believe I tried this
with the TeXLive ports as well and had the same problem. I have
/usr/local/share/texmf-dist/tex/latex/tools/longtable.sty from
teTeX-texmf-3.0_9, so I'm at a loss as to why this is happening. Upstream
hasn't been able to help either. So if there are any TeX gurus out there who
would know how to fix this, I'd love to know so I can get the port updated.

Thanks,
Naram Qashat


The texmf-dists of teTeX and Tex Live are supposed to be compatible, so
that *should* not be the problem.

It's probably not as simple as this, but I'll ask anyway: have you tried
the following?
# texconfig-sys rehash

AvW


I hadn't tried that, but I did that just now and I still get the same error. 
Would've been nice if it had been that simple. :P


Thanks,
Naram Qashat
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org