Opened 13 years ago
Closed 12 years ago
#35 closed bug (wontfix)
Installer error
Reported by: | Vinod Gupta <vinod@…> | Owned by: | thomas |
---|---|---|---|
Priority: | major | Component: | Desktop |
Version: | 5.7 (Torino) | Keywords: | anaconda scriptlet failure flash-plugin |
Cc: | puias-trac@… |
Description
From install.log:
/var/tmp/rpm-tmp.61759: line 8: ln: command not found
error: %post(flash-plugin-11.1.102.55-release.x86_64) scriptlet failed, exit status 127
Change History (5)
comment:1 Changed 13 years ago by puias-trac@…
comment:2 Changed 13 years ago by puias-trac@…
#35: Installer error ----------------------------------------------+----------------------------- Reporter: Vinod Gupta <vinod@…> | Owner: thomas Type: bug | Status: new Priority: major | Component: Desktop Version: 5.7 (Torino) | Keywords: anaconda scriptlet failure flash-plugin ----------------------------------------------+----------------------------- Comment(by puias-trac@…): {{{ #35: Installer error ----------------------------------------------+----------------------------- Reporter: Vinod Gupta <vinod@…> | Owner: thomas Type: bug | Status: new Priority: major | Component: Desktop Version: 5.7 (Torino) | Keywords: anaconda scriptlet failure flash-plugin ----------------------------------------------+----------------------------- From install.log: /var/tmp/rpm-tmp.61759: line 8: ln: command not found error: %post(flash-plugin-11.1.102.55-release.x86_64) scriptlet failed, exit status 127 -- Ticket URL: <http://puias.math.ias.edu/ticket/35> puias <puias.math.ias.edu> Princeton University / Institute for Advanced Study Linux }}} -- Ticket URL: <http://puias.math.ias.edu/ticket/35#comment:1> puias <puias.math.ias.edu> Princeton University / Institute for Advanced Study Linux
comment:3 Changed 13 years ago by thomas
ln is in coreutils, looks like anaconda tried installing it before it had coreutils available.
[user@host ]$ rpm --requires -q flash-plugin
glibc >= 2.4
/bin/sh
/bin/sh
/bin/sh
/bin/sh
rpmlib(PayloadFilesHavePrefix?) <= 4.0-1
rpmlib(CompressedFileNames?) <= 3.0.4-1
The requires on this rpm are fairly weak, in the least it should check you have a browser installed.
comment:4 Changed 13 years ago by puias-trac@…
#35: Installer error ----------------------------------------------+----------------------------- Reporter: Vinod Gupta <vinod@…> | Owner: thomas Type: bug | Status: new Priority: major | Component: Desktop Version: 5.7 (Torino) | Keywords: anaconda scriptlet failure flash-plugin ----------------------------------------------+----------------------------- Comment(by thomas): ln is in coreutils, looks like anaconda tried installing it before it had coreutils available. [user@host ]$ rpm --requires -q flash-plugin glibc >= 2.4 /bin/sh /bin/sh /bin/sh /bin/sh rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 The requires on this rpm are fairly weak, in the least it should check you have a browser installed. -- Ticket URL: <http://puias.math.ias.edu/ticket/35#comment:3> puias <puias.math.ias.edu> Princeton University / Institute for Advanced Study Linux
comment:5 Changed 12 years ago by thomas
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.