Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Apr 2000 13:40:02 -0700 (PDT)
From:      Bush Doctor <dervish@goku.cl.msu.edu>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18240: /usr/ports/print/lyx/make  doesn't work
Message-ID:  <200004262040.NAA82004@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18240; it has been noted by GNATS.

From: Bush Doctor <dervish@goku.cl.msu.edu>
To: dennisjun@yahoo.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/18240: /usr/ports/print/lyx/make  doesn't work
Date: Wed, 26 Apr 2000 16:37:41 -0400

 Out of da blue dennisjun@yahoo.com aka (dennisjun@yahoo.com) said:
 > 
 > >Number:         18240
 > >Category:       ports
 > >Synopsis:       /usr/ports/print/lyx/make  doesn't work
 > >Confidential:   no
 > >Severity:       critical
 > >Priority:       high
 > >Responsible:    freebsd-ports
 > >State:          open
 > >Quarter:        
 > >Keywords:       
 > >Date-Required:
 > >Class:          sw-bug
 > >Submitter-Id:   current-users
 > >Arrival-Date:   Wed Apr 26 12:00:00 PDT 2000
 > >Closed-Date:
 > >Last-Modified:
 > >Originator:     Dennis Jun
 > >Release:        4.0-STABLE
 > >Organization:
 > >Environment:
 > FreeBSD fred 4.0-STABLE FreeBSD 4.0-STABLE #13: Thu Apr 13 16:04:23 EDT 2000     cappy@fred:/usr/src/sys/compile/FRED  i386
 > >Description:
 > here's the error message:
 > 
 > <snip>
 > lyx_cb.o: In function `AutoSave(void)':
 > lyx_cb.o(.text+0x73dc): warning: tmpnam() possibly used unsafely; consider using mkstemp()
 > Making all in lib
 > Making all in reLyX
 > cp -p ./reLyX.man reLyX.1
 > cd . && automake --foreign --include-deps Makefile
 > aclocal.m4: 1630: `AM_PROG_INSTALL' is obsolete; use `AC_PROG_INSTALL'
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx/work/lyx-1.1.4.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx/work/lyx-1.1.4.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx.
 > *** Error code 1
 > 
 > Stop in /usr/ports/print/lyx.
 > >How-To-Repeat:
 > /usr/ports/print/lyx/make
 > >Fix:
 > don't know, i'm a newbie
 Need to patch patchfile patch-1.1.4fix2.gz at line #130.
 Replace 'AM_PROG_INSTALL' with 'AC_PROG_INSTALL'.
 A quick and dirty fix is as follows:
  
 cd /usr/ports/print/lyx
 make patch
 cd work/lyx-1.1.4
 vi +1630 aclocal.m4
 :s/AM/AC/
 :x
 cd ../../
 make
 make install
 
 > 
 > >Release-Note:
 > >Audit-Trail:
 > >Unformatted:
 > 
 The patch files come from the master site so they
 need to be made aware of this ...
 
 #;^)
 -- 
 f u cn rd ths, u cn gt a gd jb n cmptr prgrmmng.
 
 bush doctor
 <dervish@goku.cl.msu.edu>
 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004262040.NAA82004>