Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Apr 1999 14:13:00 -0400 (EDT)
From:      Mikhail Teterin <mi@misha.cisco.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        chuckr@freebsd.org
Subject:   ports/11263: lister.lo listed twice in a2ps-4.12's lib/Makefile.in
Message-ID:  <199904211813.OAA56364@misha.cisco.com>

next in thread | raw e-mail | index | archive | help

>Number:         11263
>Category:       ports
>Synopsis:       lister.lo listed twice in a2ps-4.12's lib/Makefile.in
>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 21 11:20:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

	FreeBSD 3.1-STABLE as of Wed Mar 31 12:36:47 EST 1999

>Description:

	The lister.lo file is listed twice in the list of liba2ps' objects.

	I guess, some linkers do not care, but on my FreeBSD box, linker
	complained about symbols being "multiply defined".

>How-To-Repeat:

	On FreeBSD-3.1:
	cd /usr/port/print/a2ps-letter
	make

>Fix:
	The following patch, places into patches/patch-ae make things build
	properly:	

--- lib/Makefile.in.orig	Thu Feb 18 10:24:42 1999
+++ lib/Makefile.in	Wed Apr 21 14:00:30 1999
@@ -202,7 +202,7 @@
 signame$U.lo strverscmp$U.lo xmalloc$U.lo xstrdup$U.lo xstrtol$U.lo \
 message$U.lo xstrrpl$U.lo getshline$U.lo pathwalk$U.lo darray$U.lo \
 dstring$U.lo printlen$U.lo pair_ht$U.lo filtdir$U.lo str_ht$U.lo \
-title$U.lo xbackupfile$U.lo getnum$U.lo tterm$U.lo lister$U.lo \
+title$U.lo xbackupfile$U.lo getnum$U.lo tterm$U.lo \
 addext$U.lo basename$U.lo getopt1$U.lo isdir$U.lo xgetcwd$U.lo \
 xgethostname$U.lo
 LEXLIB = @LEXLIB@

>Release-Note:
>Audit-Trail:
>Unformatted:


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?199904211813.OAA56364>