AMD64 self build fail during building libmagic
    takawata at jp.freebsd.org 
    takawata at jp.freebsd.org
       
    Tue Aug 15 16:37:15 UTC 2006
    
    
  
Hi, I recently encountered build failure with libmagic
for this one month.
My investigating shows that intermediate executable 'mkmagic'
fails to detect the termination of some description of entries 
which is longer than expect.(According to contrib/file/file.h
 the length is MAXDESC=64.)
The following is a workaround for it. Is it known problem?
Index: Magdir/audio
===================================================================
RCS file: /home/ncvs/src/contrib/file/Magdir/audio,v
retrieving revision 1.1.1.8
diff -u -r1.1.1.8 audio
- --- Magdir/audio	19 Jun 2006 07:52:14 -0000	1.1.1.8
+++ Magdir/audio	14 Aug 2006 04:17:38 -0000
@@ -25,7 +25,7 @@
 >12	belong		19		16-bit linear compressed,
 >12	belong		20		16-bit linear with emphasis and compression,
 >12	belong		21		Music kit DSP commands,
- ->12	belong		23		8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
+>12	belong		23		8-bit ISDN mu-law compressed (CCITT G.721),
 >12	belong		24		compressed (8-bit CCITT G.722 ADPCM)
 >12	belong		25		compressed (3-bit CCITT G.723.3 ADPCM),
 >12	belong		26		compressed (5-bit CCITT G.723.5 ADPCM),
@@ -55,7 +55,7 @@
 >12	belong		19		16-bit linear compressed,
 >12	belong		20		16-bit linear with emphasis and compression,
 >12	belong		21		Music kit DSP commands,
- ->12	lelong		23		8-bit ISDN mu-law compressed (CCITT G.721 ADPCM voice data encoding),
+>12	lelong		23		8-bit ISDN mu-law compressed (CCITT G.721),
 >12	belong		24		compressed (8-bit CCITT G.722 ADPCM)
 >12	belong		25		compressed (3-bit CCITT G.723.3 ADPCM),
 >12	belong		26		compressed (5-bit CCITT G.723.5 ADPCM),
    
    
More information about the freebsd-current
mailing list