TVAM / winetricks

Automatically exported from code.google.com/p/winetricks
0 stars 0 forks source link

make install fails on OS X due to non-portable install -D flag #320

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. make install

What is the expected output? What do you see instead?
Expected successful installation; got:

make: Entering directory 
`/opt/local/var/macports/build/_Users_rschmidt_macports_dports_x11_winetricks/wi
netricks/work/winetricks-20130617'
install -D src/winetricks 
/opt/local/var/macports/build/_Users_rschmidt_macports_dports_x11_winetricks/win
etricks/work/destroot/usr/bin/winetricks
install: illegal option -- D
usage: install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 file2
       install [-bCcpSsv] [-B suffix] [-f flags] [-g group] [-m mode]
               [-o owner] file1 ... fileN directory
       install -d [-v] [-g group] [-m mode] [-o owner] directory ...
make: *** [install] Error 64

What version of the product are you using? On what operating system?
winetricks 20130617, wine 1.6-rc2, OS X 10.8.4

Please provide any additional information below.
-D is a GNU extension of the install program, not available in the BSD version 
of install that ships on OS X.

Original issue reported on code.google.com by ryandesi...@gmail.com on 18 Jun 2013 at 5:01

GoogleCodeExporter commented 8 years ago
Oh, foop.

Original comment by daniel.r...@gmail.com on 18 Jun 2013 at 5:06

GoogleCodeExporter commented 8 years ago
Should be fixed by r996.

Original comment by daniel.r...@gmail.com on 18 Jun 2013 at 11:21

GoogleCodeExporter commented 8 years ago
Hi!

that r996 link is broken... How can I get that fix please?

Thanks,
Yair

Original comment by yair.sh...@gmail.com on 21 Feb 2015 at 9:19

GoogleCodeExporter commented 8 years ago
r996 | daniel.r.kegel | 2013-06-18 06:16:28 -0500 (Tue, 18 Jun 2013) | 1 line

Makefile: avoid nonportable -D option on install; should fix bug 320

https://code.google.com/p/winetricks/source/detail?r=c2b6b47b31ce8f60f51f7dc2ca4
b8376a85f590e&path=/Makefile

Original comment by aus...@gaikai.com on 22 Feb 2015 at 9:52

GoogleCodeExporter commented 8 years ago
In other words, just get the latest winetricks...

Original comment by daniel.r...@gmail.com on 22 Feb 2015 at 10:43