LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-02-2006, 04:24 PM   #1
creolophus
Member
 
Registered: Nov 2005
Posts: 34

Rep: Reputation: 15
TeX troubleshooting


Hi all!

I am having a little trouble with the 'dvipdfm' (converting dvi to pdf files) program

I am using the default "Fedora Core 5" installation and whenever I try to run 'dvipdfm' on a .dvi file, it gives the following error

Code:
[user@localhost ~]$ dvipdfm test2.dvi

test2.dvi -> test2.pdf
[1]*** buffer overflow detected ***: dvipdfm terminated
======= Backtrace: =========
/lib/libc.so.6(__chk_fail+0x41)[0x710965]
/lib/libc.so.6(__vsprintf_chk+0x0)[0x7101e8]
/lib/libc.so.6(_IO_default_xsputn+0x9c)[0x6957e8]
/lib/libc.so.6(_IO_vfprintf+0xfb0)[0x6700a9]
/lib/libc.so.6(__vsprintf_chk+0xa1)[0x710289]
/lib/libc.so.6(__sprintf_chk+0x30)[0x7101dc]
dvipdfm[0x804e850]
dvipdfm[0x80629a8]
/lib/libc.so.6(__libc_start_main+0xdc)[0x64a7e4]
dvipdfm[0x8049b91]
======= Memory map: ========
00618000-00631000 r-xp 00000000 03:03 1525112    /lib/ld-2.4.so
00631000-00632000 r-xp 00018000 03:03 1525112    /lib/ld-2.4.so
00632000-00633000 rwxp 00019000 03:03 1525112    /lib/ld-2.4.so
00635000-00761000 r-xp 00000000 03:03 1525113    /lib/libc-2.4.so
00761000-00764000 r-xp 0012b000 03:03 1525113    /lib/libc-2.4.so
00764000-00765000 rwxp 0012e000 03:03 1525113    /lib/libc-2.4.so
00765000-00768000 rwxp 00765000 00:00 0
00797000-007a9000 r-xp 00000000 03:03 1907640    /usr/lib/libz.so.1.2.3
007a9000-007aa000 rwxp 00011000 03:03 1907640    /usr/lib/libz.so.1.2.3
0095d000-00984000 r-xp 00000000 03:03 1889025    /usr/lib/libpng12.so.0.1.2.8
00984000-00985000 rwxp 00026000 03:03 1889025    /usr/lib/libpng12.so.0.1.2.8
00a2c000-00a37000 r-xp 00000000 03:03 1525118    /lib/libgcc_s-4.1.0-20060304.so                        .1
00a37000-00a38000 rwxp 0000a000 03:03 1525118    /lib/libgcc_s-4.1.0-20060304.so                        .1
00a5e000-00a5f000 r-xp 00a5e000 00:00 0          [vdso]
00d8a000-00dad000 r-xp 00000000 03:03 1523577    /lib/libm-2.4.so
00dad000-00dae000 r-xp 00022000 03:03 1523577    /lib/libm-2.4.so
00dae000-00daf000 rwxp 00023000 03:03 1523577    /lib/libm-2.4.so
08048000-0808a000 r-xp 00000000 03:03 1886170    /usr/bin/dvipdfm
0808a000-0808d000 rw-p 00042000 03:03 1886170    /usr/bin/dvipdfm
0808d000-08095000 rw-p 0808d000 00:00 0
093b6000-09490000 rw-p 093b6000 00:00 0          [heap]
b7fc3000-b7fc5000 rw-p b7fc3000 00:00 0
b7fdb000-b7fdc000 rw-p b7fdb000 00:00 0
b7fdd000-b7fe0000 rw-p b7fdd000 00:00 0
bfccb000-bfce0000 rw-p bfccb000 00:00 0          [stack]
Aborted
Everything else is working fine, i hope

So, if I have to get 'dvipdfm' to work again, what should I do? I tried searching for an update, but there are no updates for it in the Fedora repository

I have some experience with TeX installs -- but I don't know what to do here.

Please help!!

Any kind of help/alternative is appreciated

Thank You

-creo
 
Old 06-02-2006, 04:41 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927
Can't help with that specific problem, but why don't you just use
pdftex/pdflatex instead of the intermediate step via dvi?


Cheers,
Tink
 
Old 06-02-2006, 04:58 PM   #3
creolophus
Member
 
Registered: Nov 2005
Posts: 34

Original Poster
Rep: Reputation: 15
The command pdflatex generates a pdf file which doesnt have the 'standard' CM fonts embedded in it and substitutes some bad outlines instead.

It is OK for printing, but i feel bad about it
 
Old 06-02-2006, 05:01 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927
In that case I'm afraid you'll have to wait for the FC
guys to fix their tetex install... submitted a bug yet?


Cheers,
Tink
 
Old 06-02-2006, 05:37 PM   #5
creolophus
Member
 
Registered: Nov 2005
Posts: 34

Original Poster
Rep: Reputation: 15
yes, i just submitted a bug report

how long will it take to get a bug-fix or atleast a response?
 
Old 06-02-2006, 05:41 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927Reputation: 927
No clue, I don't do Fedora :}
Works in Slack 8 - 10.2


Cheers,
Tink
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ever used TeX, post your work. -- Tex Art Gallery barton Linux - Software 2 02-28-2006 03:29 AM
TeX can't find tex.fmt jrdioko Linux - Software 0 11-14-2005 06:34 PM
emacs and TeX pfaendtner Linux - Newbie 2 10-19-2004 09:54 AM
Tex eis Linux - Newbie 4 05-24-2004 09:29 AM
images with *.tex extension kingka Linux - General 1 12-09-2003 02:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:41 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration