Bug 7641 - MakeTeXPK seems to be corrupted in teTeX or incorrectly compiled.
Summary: MakeTeXPK seems to be corrupted in teTeX or incorrectly compiled.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-08-17 07:50 UTC by mrspock
Modified: 1998-08-19 08:07 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mrspock 1998-08-17 07:50:01 UTC
"MakeTeXPK" is not working properly.  It seems that it cannot make
some new fonts needed by "xdvi". 

(by the way, directory:
"/usr/local/share/texmf/fonts/pk/ljfour/public/cm" must be created
and its permission must be changed to "1777")

Fix: 

I do not know, what I did was copy "MakeTeXPK" from another
machine with FreeBSD 2.2.6. It worked fine.

If you look at the creation date and length of "MakeTeXPK", it was
created one day after the other ones.  It is also shorter that
the one in version 2.2.6

In FreeBSD 2.2.7:

Isabeau:/usr/local/bin> ls -l MakeTeX*
-rwxr-xr-x  1 root  wheel  2529 Jun 28 11:13 MakeTeXMF
-rwxr-xr-x  1 root  wheel  3499 Jun 29 07:16 MakeTeXPK  <- date & size!
-rwxr-xr-x  1 root  wheel  3229 Jun 28 11:13 MakeTeXTFM
-rwxr-xr-x  1 root  wheel   494 Jun 28 11:13 MakeTeXmkdir
-rwxr-xr-x  1 root  wheel  3333 Jun 28 11:13 MakeTeXnames


In FreeBSD 2.2.6:

Isabeau:/mnt/usr/local/bin# ls -l MakeTeX*
-rwxr-xr-x  1 root  wheel  2529 Mar 22 07:33 MakeTeXMF
-rwxr-xr-x  1 root  wheel  5758 Mar 22 07:33 MakeTeXPK
-rwxr-xr-x  1 root  wheel  3229 Mar 22 07:33 MakeTeXTFM
-rwxr-xr-x  1 root  wheel   494 Mar 22 07:33 MakeTeXmkdir
-rwxr-xr-x  1 root  wheel  3333 Mar 22 07:33 MakeTeXnames
How-To-Repeat: Install teTeX.
Create a latex document.
Process the document with "latex" command.
Try to display it with "xdvi".
Comment 1 Thomas Gellekum 1998-08-17 08:13:20 UTC
mrspock@esfm.ipn.mx writes:

> >How-To-Repeat:
> Install teTeX.
[...]
> Isabeau:/usr/local/bin> ls -l MakeTeX*
> -rwxr-xr-x  1 root  wheel  2529 Jun 28 11:13 MakeTeXMF
> -rwxr-xr-x  1 root  wheel  3499 Jun 29 07:16 MakeTeXPK  <- date & size!
> -rwxr-xr-x  1 root  wheel  3229 Jun 28 11:13 MakeTeXTFM
> -rwxr-xr-x  1 root  wheel   494 Jun 28 11:13 MakeTeXmkdir
> -rwxr-xr-x  1 root  wheel  3333 Jun 28 11:13 MakeTeXnames

Did you use the port or a package? There are at least five ports in
/usr/ports/print that install a MakeTeXPK, there could have been a
clash between different versions on our package building machine.

~:131) find /usr/ports/print -name PLIST | xargs grep MakeTeXPK
/usr/ports/print/dvi2xx/pkg/PLIST:bin/MakeTeXPK
/usr/ports/print/dvips/pkg/PLIST:bin/MakeTeXPK
/usr/ports/print/teTeX/pkg/PLIST:bin/MakeTeXPK
/usr/ports/print/tex/pkg/PLIST:bin/MakeTeXPK
/usr/ports/print/xdvi/pkg/PLIST:bin/MakeTeXPK

tg
Comment 2 mrspock 1998-08-17 10:05:43 UTC
On 17 Aug 1998, Thomas Gellekum wrote:

> mrspock@esfm.ipn.mx writes:
> 
> > >How-To-Repeat:
> > Install teTeX.
> [...]
> > Isabeau:/usr/local/bin> ls -l MakeTeX*
> 
> Did you use the port or a package? There are at least five ports in
> /usr/ports/print that install a MakeTeXPK, there could have been a
> clash between different versions on our package building machine.

Sorry.  I used a package:  "teTeX" wich comes with version 2.2.7
As I already told you, this package contains a corrupted version
of "MakeTeXPK".  According to date and size, it was compiled AFTER 
the other programs in the package and it has a shorter length that
the one in version 2.2.6

Anyway, MakeTeXPK does not work, and I substituted it with the one
in version 2.2.6.  
                          ______                     _  
            *           /   /###\                   / \       __
 /\  /\             *  /  ./#### \         *     \__|_/      |  |
/  \/  \               |   b#####|   *            _ |   __   |  |  __
=    .. \____          \ \_\#####/               / \|  /  \  |  | /\_\/
=          \_|    *     \___\###/       *        \_/\_/\__/\__\/_/\__/
 =   \______/           _
  | |
Comment 3 mrspock 1998-08-17 12:27:21 UTC
On Mon, 17 Aug 1998, Brett Taylor wrote:

> Hi,
> 
> > "MakeTeXPK" is not working properly.  It seems that it cannot make
> > some new fonts needed by "xdvi". 
> 
> Did you install this from the package or through ports.  I found that the
> package failed in the way you described, but when I built it myself w/ the
> port that it then worked correctly.
> 
from the package.
aha! I'll try to build it from here!

> > (by the way, directory:  >
> "/usr/local/share/texmf/fonts/pk/ljfour/public/cm" must be created > and
> its permission must be changed to "1777") 
> 
> You can change the permissions on the font diretories by running
> texconfig.
> 
Thanks!

Brett, 

I thank you.  Perhaps the package can be corrected easily, if so,
we can consider this report as closed.

> Brett ******************************************************************
> Brett Taylor brett@peloton.physics.montana.edu
> http://peloton.physics.montana.edu/brett/
> 
> "There is something uncanny in the noiseless rush of the cyclist,
>  as he comes into view, passes by, and disappears."
> 					 -   Popular Science, 1891
> 

                          ______                     _  
            *           /   /###\                   / \       __
 /\  /\             *  /  ./#### \         *     \__|_/      |  |
/  \/  \               |   b#####|   *            _ |   __   |  |  __
=    .. \____          \ \_\#####/               / \|  /  \  |  | /\_\/
=          \_|    *     \___\###/       *        \_/\_/\__/\__\/_/\__/
 =   \______/           _
  | |
Comment 4 brett 1998-08-17 18:02:13 UTC
Hi,

> "MakeTeXPK" is not working properly.  It seems that it cannot make
> some new fonts needed by "xdvi". 

Did you install this from the package or through ports.  I found that the
package failed in the way you described, but when I built it myself w/ the
port that it then worked correctly.

> (by the way, directory:
> "/usr/local/share/texmf/fonts/pk/ljfour/public/cm" must be created
> and its permission must be changed to "1777")

You can change the permissions on the font diretories by running
texconfig.

Brett
******************************************************************
Brett Taylor            brett@peloton.physics.montana.edu
http://peloton.physics.montana.edu/brett/

"There is something uncanny in the noiseless rush of the cyclist,
 as he comes into view, passes by, and disappears."
					 -   Popular Science, 1891
Comment 5 Thomas Gellekum freebsd_committer freebsd_triage 1998-08-19 08:04:27 UTC
State Changed
From-To: open->closed

The package is being rebuilt now.