Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jan 2000 13:41:13 GMT
From:      "Julian Stacey"@FreeBSD.ORG, jhs@freebsd.org
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        jmz@freebsd.org
Subject:   ports/16324: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST*
Message-ID:  <200001231341.NAA08861@jhs.muc.de>

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

>Number:         16324
>Category:       ports
>Synopsis:       patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST*
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 24 02:50:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     Julian H. Stacey jhs@freebsd.org
>Release:        FreeBSD 3.4-RELEASE i386
>Organization:
freebsd
>Environment:

	FreeBSD 3.4-RELEASE i386

>Description:

	After pkg_add XFree86-3.3.5.tgz I got this fatal error:
        	% xterm
        	/usr/libexec/ld-elf.so.1: Shared object \
		"libXThrStub.so.6" not found
	( I forced the package create on another machine with
		setenv FORCE_PACKAGE force_package
	to overide Makefile
		NO_PACKAGE=     package available from XFree86
	as I compile my own package for local installations,
	& will Not pay the phone company to download a 28 Meg package ! )

>How-To-Repeat:

	host1
		setenv FORCE_PACKAGE force_package
		cd /usr/ports/x11/XFree86
		make package
	host2
		mv /usr/X11R6 /usr/X11R6.normal.saved
		pkg_add -f /a/host1/usr/packages/All/XFree86-3.3.5.tgz
		xterm

>Fix:

	Apply patches below.
	jmz@freebsd.org (MAINTAINER) please check diffs for
	{ PLIST.alpha PLIST.pc98 PLIST.stripped } as I can not test them,
	not having those architectures.
	PS When testing, remember to
		 rm work/.PLIST.mktmp # or more drastically, make clean
	else 
		make [re]package
	will not include new PLIST files.

*** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST	Mon Nov  1 02:54:10 1999
--- ports-jhs/x11/XFree86/pkg/PLIST	Sat Jan 22 19:19:59 2000
***************
*** 1483,1488 ****
--- 1483,1491 ----
  lib/libXaw.so
  lib/libXaw.so.6.1
  lib/libXdmcp.a
+ lib/libXThrStub.so
+ lib/libXThrStub.so.6
  lib/libXdpms.a
  lib/libXext.a
  lib/libXext.so
*** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST.alpha	Mon Nov  1 02:54:10 1999
--- ports-jhs/x11/XFree86/pkg/PLIST.alpha	Sun Jan 23 14:21:57 2000
***************
*** 1474,1479 ****
--- 1474,1481 ----
  lib/libXaw.so
  lib/libXaw.so.6
  lib/libXdmcp.a
+ lib/libXThrStub.so
+ lib/libXThrStub.so.6
  lib/libXdpms.a
  lib/libXext.a
  lib/libXext.so
*** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST.pc98	Sun Dec  5 22:40:26 1999
--- ports-jhs/x11/XFree86/pkg/PLIST.pc98	Sun Jan 23 14:22:17 2000
***************
*** 1491,1496 ****
--- 1491,1498 ----
  lib/libXaw.so
  lib/libXaw.so.6
  lib/libXdmcp.a
+ lib/libXThrStub.so
+ lib/libXThrStub.so.6
  lib/libXdpms.a
  lib/libXext.a
  lib/libXext.so
*** ports-FreeBSD-3.4-RELEASE/x11/XFree86/pkg/PLIST.stripped	Fri Sep 24 04:02:09 1999
--- ports-jhs/x11/XFree86/pkg/PLIST.stripped	Sun Jan 23 14:22:29 2000
***************
*** 591,596 ****
--- 591,598 ----
  lib/libXaw.so
  lib/libXaw.so.6
  lib/libXdmcp.a
+ lib/libXThrStub.so
+ lib/libXThrStub.so.6
  lib/libXdpms.a
  lib/libXext.a
  lib/libXext.so

>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?200001231341.NAA08861>