Bug 16324 - patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST*
Summary: patch for missing lib/libXThrStub.so in ports/x11/XFree86/pkg/PLIST*
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: jmz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-24 10:50 UTC by jhs
Modified: 2000-01-24 18:04 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (1.35 KB, patch)
2000-01-24 10:50 UTC, jhs
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jhs freebsd_committer freebsd_triage 2000-01-24 10:50:01 UTC
	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 ! )

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.
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
Comment 1 cpiazza freebsd_committer freebsd_triage 2000-01-24 10:58:57 UTC
Responsible Changed
From-To: freebsd-ports->jmz

Over to maintainer 
Comment 2 jmz freebsd_committer freebsd_triage 2000-01-24 18:03:50 UTC
State Changed
From-To: open->closed

Already fixed in XFree 3.3.6