Bug 67653 - gettext not packaging some files with 'make package'
Summary: gettext not packaging some files with 'make package'
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 05:50 UTC by paul beard
Modified: 2004-06-14 17:05 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description paul beard 2004-06-07 05:50:26 UTC
	gettext isn't building a complete package: some html files are missing. 
	perhaps not essential but for some reason, make install doesn't catch it
	while make package does.

Fix: 

I don't have a fix or workaround. 

===>  Cleaning for libiconv-1.9.1_3
===>  Cleaning for expat-1.95.7
===>  Cleaning for gettext-0.13.1_1
===>  Vulnerability check disabled
===>  Found saved configuration for gettext-0.13.1_1
===>  Extracting for gettext-0.13.1_1
How-To-Repeat: 	make package in ${PORTSDIR/devel/gettext
Comment 1 Volker Stolz freebsd_committer freebsd_triage 2004-06-14 13:55:20 UTC
The build-cluster disagrees:

===>   Compressing manual pages for gettext-0.13.1_1
===>   Running ldconfig
/sbin/ldconfig -m /usr/local/lib
===>   Registering installation for gettext-0.13.1_1
===>  Building package for gettext-0.13.1_1
Creating package /tmp/packages/All/gettext-0.13.1_1.tgz
Registering depends: expat-1.95.7 libiconv-1.9.1_3.
Creating gzip'd tar ball in '/tmp/packages/All/gettext-0.13.1_1.tgz'
Deleting gettext-0.13.1_1
Deleting libiconv-1.9.1_3 expat-1.95.7

Can you provide more details, e.g. what exactly is missing? Is it missing
 from the package on ftp.X.freebsd.org as well?

Volker
Comment 2 Volker Stolz freebsd_committer freebsd_triage 2004-06-14 14:13:04 UTC
State Changed
From-To: open->feedback

No problems on cluster; ask for details.
Comment 3 paul beard 2004-06-14 15:13:54 UTC
On Jun 14, 2004, at 5:55 AM, Volker Stolz wrote:

> Can you provide more details, e.g. what exactly is missing? Is it 
> missing
> from the package on ftp.X.freebsd.org as well?
>

The "missing" files are ones listed in the original PR and they don't 
appear to be in the pkg pulled down by pkg_add(1).

Creating gzip'd tar ball in 
'/opt/ports/packages/All/gettext-0.13.1_1.tgz'
tar: share/doc/gettext/dcgettext.3.html: Cannot stat: No such file or 
directory
tar: share/doc/gettext/dcngettext.3.html: Cannot stat: No such file or 
directory
tar: share/doc/gettext/dgettext.3.html: Cannot stat: No such file or 
directory
tar: share/doc/gettext/dngettext.3.html: Cannot stat: No such file or 
directory
tar: Error exit delayed from previous errors
pkg_create: make_dist: tar command failed with code 512

[/opt/ports/packages/All]:: for i in gettext*; do  tar ztvf $i | grep  
dcgettext; done
-r--r--r-- root/wheel       39 Mar 18 00:06 2004 man/man3/dcgettext.3.gz
-r--r--r-- root/wheel     1805 Mar 18 00:06 2004 
share/gettext/intl/dcgettext.c
-r--r--r-- root/wheel       39 May  1 06:30 2004 man/man3/dcgettext.3.gz
-r--r--r-- root/wheel     1805 May  1 06:30 2004 
share/gettext/intl/dcgettext.c

--
Paul Beard
<www.paulbeard.org/>
paulbeard [at] mac.com
Comment 4 Volker Stolz freebsd_committer freebsd_triage 2004-06-14 17:04:10 UTC
State Changed
From-To: feedback->closed

Fixed, thanks! 
Note: Please make your PRs more clear and avoid too many cruft. 
Also, please specify any additional options you either passed 
on the commandline or via 'make config'