fongecore / rubyripper

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

Install Error (install: illegal option -- D) OS X 10.5 #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. ./configure --ruby=/lib/ruby/site_ruby/1.8 --enable-cli
2. sudo make install
3. install error :)

What is the expected output? What do you see instead?

Hope for a successful install, but instead receive this:

install -D rr_lib.rb /usr/local/lib/ruby/site_ruby/1.8/rr_lib.rb
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 rubyripper are you using? On what operating system? Are you
using the gtk2 or the commandline interface?

0.5.0, OS X 10.5, CLI

Please provide any additional information below.

Only appears to be a -d flag on 10.5, but thats for directory.  Not sure
what -D flag is for on Linux OS.  Maybe a minor change to be made in
install file?

Original issue reported on code.google.com by cbse...@gmail.com on 29 Feb 2008 at 11:39

Attachments:

GoogleCodeExporter commented 8 years ago
Edit: I removed -D switches from 2 locations in Makefile...and it installed 
fine.  A
bit of trial and error w/o exactly knowing what that flag was for :)

Original comment by cbse...@gmail.com on 1 Mar 2008 at 8:59

GoogleCodeExporter commented 8 years ago
[bouke@athlon-x2-3800 .rubyripper]$ LANG=C install --help
Usage: install [OPTION]... [-T] SOURCE DEST
  or:  install [OPTION]... SOURCE... DIRECTORY
  or:  install [OPTION]... -t DIRECTORY SOURCE...
  or:  install [OPTION]... -d DIRECTORY...
In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
the existing DIRECTORY, while setting permission modes and owner/group.
In the 4th form, create all components of the given DIRECTORY(ies).

Mandatory arguments to long options are mandatory for short options too.
      --backup[=CONTROL]  make a backup of each existing destination file
  -b                  like --backup but does not accept an argument
  -c                  (ignored)
  -d, --directory     treat all arguments as directory names; create all
                        components of the specified directories
  -D                  create all leading components of DEST except the last,
                        then copy SOURCE to DEST

Original comment by rubyripp...@gmail.com on 5 Mar 2008 at 5:53

GoogleCodeExporter commented 8 years ago
Should I remove the switch for MacOS then?

Original comment by rubyripp...@gmail.com on 5 Mar 2008 at 5:55

GoogleCodeExporter commented 8 years ago
So far I haven't had problems ripping.  Only problem I've encountered is with 
FLAC
ripping--doesn't produce error, but first song doesn't complete, and queued 
songs
never get encoded.  I've found this occurs with "unusual" genre tags, e.g.
Progressive Metal.  Butt, this should probably be a new ticket :)

Original comment by cbse...@gmail.com on 5 Mar 2008 at 7:43

GoogleCodeExporter commented 8 years ago
Fixed in issue r240.

Original comment by rubyripp...@gmail.com on 20 Jun 2008 at 2:17

GoogleCodeExporter commented 8 years ago

Original comment by rubyripp...@gmail.com on 20 Jun 2008 at 2:17