Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#14423 closed defect (fixed)

Error staging aspell-0.60.5 into destroot

Reported by: steve_macdougall@… Owned by: jochen@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: aspell install-info Cc: steve_macdougall@…
Port:

Description

I am unable to install aspell-0.60.5. Here is the error:

lis58731:~ stevem$ sudo port install aspell ---> Fetching aspell ---> Attempting to fetch aspell-0.60.5.tar.gz from http://ftp.gnu.org/gnu/aspell ---> Verifying checksum(s) for aspell ---> Extracting aspell ---> Configuring aspell ---> Building aspell with target all ---> Staging aspell into destroot Error: Target org.macports.destroot returned: shell command "install-info /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_aspell/work/destroot/opt/local/share/info/aspell.info /opt/local/share/info/dir" returned error 1 Command output: install-info(/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_aspell/work/destroot/opt/local/share/info/aspell.info): too many arguments usage: install-info [--version] [--help] [--debug] [--maxwidth=nnn]

[--section regexp title] [--infodir=xxx] [--align=nnn] [--calign=nnn] [--quiet] [--menuentry=xxx] [--info-dir=xxx] [--keep-old] [--description=xxx] [--test] [--remove | --remove-exactly ] [--dir-file] [--] filename

Error: Status 1 encountered during processing.

Change History (9)

comment:1 Changed 16 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to jochen@…

Assigning to maintainer of aspell.

comment:2 Changed 16 years ago by jochen@…

Cc: steve_macdougall@… added
Status: newassigned

What does

which install-info

say?

What system is that on?

comment:3 in reply to:  2 Changed 16 years ago by steve_macdougall@…

Replying to jochen@macports.org:

What does

which install-info

say?

What system is that on?

The response to 'which install-info' is:

/opt/local/sbin/install-info

My system is: Mac OS X 10.5.2

comment:4 Changed 16 years ago by jochen@…

Hmm, something is iffy with your install-info...

So where's that install-info binary from? What's the output of

sudo port provides /opt/local/bin/install-info

What happen's if you move install-info out of the way? I.e.

sudo mv /opt/local/sbin/install-info /opt/local/sbin/install-info-away

and then try to install aspell?

comment:5 in reply to:  4 Changed 16 years ago by steve_macdougall@…

Replying to jochen@macports.org:

Hmm, something is iffy with your install-info...

So where's that install-info binary from? What's the output of

sudo port provides /opt/local/bin/install-info

What happen's if you move install-info out of the way? I.e.

sudo mv /opt/local/sbin/install-info /opt/local/sbin/install-info-away

and then try to install aspell?

install-info was from 'dpkg'. Since I didn't need that package, I uninstalled in completely. Now 'which install-info' returns: '/usr/bin/install-info', obviously not a macports port'

I tried cleaning and installing aspell again. Here is the output:

---> Fetching aspell ---> Verifying checksum(s) for aspell ---> Extracting aspell ---> Configuring aspell ---> Building aspell with target all ---> Staging aspell into destroot Error: Target org.macports.destroot returned: shell command "install-info /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_textproc_aspell/work/destroot/opt/local/share/info/aspell.info /opt/local/share/info/dir" returned error 1 Command output: install-info: /opt/local/share/info/dir: empty file

comment:6 Changed 16 years ago by jochen@…

Well, then please remove this empty file

 /opt/local/share/info/dir

and run the install again.... install-info will regenerate a correct info-directory file

Please format your Terminal output you paste here in the trac as verbatim text, using three "{" and "}".

comment:7 in reply to:  6 Changed 16 years ago by steve_macdougall@…

Replying to jochen@macports.org:

Well, then please remove this empty file

 /opt/local/share/info/dir

and run the install again.... install-info will regenerate a correct info-directory file

Please format your Terminal output you paste here in the trac as verbatim text, using three "{" and "}".

That last suggestion did the trick. Thanks.

comment:8 Changed 16 years ago by jochen@…

Resolution: fixed
Status: assignedclosed

comment:9 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.