Bug 10 - Broken libreadline Makefile
Summary: Broken libreadline Makefile
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: gnu (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: FreeBSD Core Team
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1994-11-01 08:30 UTC by jc
Modified: 2014-02-07 13:51 UTC (History)
0 users

See Also:


Attachments
file.diff (668 bytes, patch)
1994-11-01 08:30 UTC, jc
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jc 1994-11-01 08:30:01 UTC
make -f Makefile.orig beforeinstall
cd /usr/src/gnu/lib/libreadline/readline;  for m in history.h readline.h keymaps.h chardefs.h tilde.h ; do  cmp -s  /usr/include/readline ||  install -c -o bin -g bin -m 444   /usr/include/readline ;  done
usage: cmp [-l | s] file1 file2 [skip1 [skip2]]
usage: install [-cs] [-f flags] [-g group] [-m mode] [-o owner] file1 file2;
	or file1 ... fileN directory
*** Error code 1

Stop.

How-To-Repeat: 
cd /usr/src/gnu/lib/libreadline ; make beforeinstall
Comment 1 Andrey A. Chernov freebsd_committer freebsd_triage 1995-03-20 05:59:45 UTC
State Changed
From-To: open->closed
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2014-02-07 12:45:51 UTC
State Changed
From-To: closed->feedback

fails to patch at least on 10 
http://pkgdev.miwibox.org/latest-per-pkg/mjpegtools/2.1.0/
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2014-02-07 13:51:42 UTC
State Changed
From-To: feedback->closed

uh was the wrong pr.