Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Apr 2024 16:55:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        ruby@FreeBSD.org
Subject:   [Bug 278554] lang/ruby33: /usr/bin/install: ChangeLog: Inappropriate file type or format
Message-ID:  <bug-278554-21402-CeJkyqpVtb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-278554-21402@https.bugs.freebsd.org/bugzilla/>
References:  <bug-278554-21402@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278554

--- Comment #3 from Mark Johnston <markj@FreeBSD.org> ---
(In reply to Yasuhiro Kimura from comment #2)
$ cd lang/ruby33
$ make stage
...
install  -m 0644
/home/markj/src/freebsd-ports/lang/ruby33/work/ruby-3.3.0/COPYING*=20=20=20=
=20=20
/home/markj/src/freebsd-ports/lang/ruby33/work/ruby-3.3.0/ChangeLog=20=20=
=20=20
/home/markj/src/freebsd-ports/lang/ruby33/work/ruby-3.3.0/LEGAL=20=20=20=20=
=20=20=20=20=20=20=20=20=20=20=20=20
/home/markj/src/freebsd-ports/lang/ruby33/work/ruby-3.3.0/README*=20=20=20=
=20=20=20
/home/markj/src/freebsd-ports/lang/ruby33/work/stage/usr/local/share/doc/ru=
by33/
install:
/home/markj/src/freebsd-ports/lang/ruby33/work/stage/usr/local/share/doc/ru=
by33/ChangeLog:
Inappropriate file type or format
*** Error code 73
$ ls
/home/markj/src/freebsd-ports/lang/ruby33/work/stage/usr/local/share/doc/ru=
by33/ChangeLog
ChangeLog-0.06_to_0.52 ChangeLog-0.50_to_0.60 ChangeLog-0.60_to_1.1=20
ChangeLog-1.8.0        ChangeLog-1.9.3        ChangeLog-2.0.0=20=20=20=20=
=20=20=20
ChangeLog-2.1.0        ChangeLog-2.2.0        ChangeLog-2.3.0=20=20=20=20=
=20=20=20
ChangeLog-2.4.0        ChangeLog-YARV

The problem is that the destination exists and is a directory.  This is
doc/ChangeLog in the ruby tarball.

Is the intent to install the root ChangeLog into doc/ChangeLog?  If so, the
port Makefile needs to be updated.  install(1) is behaving correctly here.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278554-21402-CeJkyqpVtb>