[Player-issues] [Bug 2620] New: realplay doesn't start since HELIX_LIBS setting doesn't work due to wrong shell "if" statement

[Player-issues] [Bug 2620] New: realplay doesn't start since HELIX_LIBS setting doesn't work due to wrong shell "if" statement

Helix Bug Tracker admin at helixcommunity.org
Thu Jul 1 11:11:57 PDT 2004


           Summary: realplay doesn't start since HELIX_LIBS setting doesn't
                    work due to wrong shell "if" statement
           Project: player
           Version: real/helix beta
            Status: NEW
          Severity: TRIAGE
          Priority: TRIAGE
           Tracker: Support Requests
        AssignedTo: PGM
        ReportedBy: burnus
         QAContact: rabbit
                CC: ,player-listuser-2e4ac0e8-b89b-11d8-92ef-00d0b7075c1c


This is with the current RealPlayer-0.4.0.214-20040630 RPM version.

HELIX_LIBS is not set (should it be?) and since the "if" below checks
whether the directory exists ("" does not) it jumps over the
routine which should set the right HELIX_LIBS path.

Patch below:

--- /tmp/realplay       2004-07-01 20:02:44.007726120 +0200
+++ /usr/local/RealPlayer/realplay      2004-07-01 20:02:49.783848016 +0200
@@ -10,7 +10,7 @@

# REALPLAYSYMLINK and REALPLAYSCRIPT are only used to derive REALPLAYDIR

-if [ -d "$HELIX_LIBS" ]; then
+if [ ! -d "$HELIX_LIBS" ]; then
    REALPLAYSCRIPT=""

    if [ -h "$0" ]; then

-- 
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
You are in the CC list for the product the bug is within.


This e-mail is sent to you automatically from the Helix Bug Tracker.  Please, do
not respond
to this message, but instead edit your Bug Tracker user preferences to change
when Bug 
Trackers sends you e-mail.



More information about the Player-issues mailing list
 

Site Map   |   Terms of Use   |   Privacy Policy   |   Contact Us

Copyright © 1995-2007 RealNetworks, Inc. All rights reserved. RealNetworks and Helix are trademarks of RealNetworks.
All other trademarks or registered trademarks are the property of their respective holders.