bugGNUstep - Bugs: bug #12731, Undefined symbol causing apps to...

Group
 
 

bug #12731: Undefined symbol causing apps to fail on Solaris 9

Submitter:  Gregory John Casamento <gcasa>
Submitted:  Tue 19 Apr 2005 10:22:50 AM UTC
   
 
Category:  Backend Severity:  5 - Blocker
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  fedor
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 20 Apr 2005 02:45:18 AM UTC, comment #1: 

Changed floorf->floor. Not sure why it was like that, as the arguments were all doubles.

Adam Fedor <fedor>
Group administrator
Tue 19 Apr 2005 10:22:50 AM UTC, original submission:  

I get the following when attempting to run on Solaris 9:

ld.so.1: /usr/GNUstep/System/Applications/Gorm.app/Gorm: fatal: relocation error: file /usr/GNUstep/System/Library/Bundles/libgnustep-back.bundle/./libgnustep-back: symbol floorf: referenced symbol not found

The problem is here:

      if (i < MAX_LEN)
{
  for (i = 0; ; i++)
    {
      if (vp[i].code == ART_END)
break;
      if (flags[i] & 1)
vp[i].x = floorf(vp[i].x) + ofs;
      else if (flags[i] & 8)
vp[i].x = floorf(vp[i].x + 0.5);
      if (flags[i] & 2)
vp[i].y = floorf(vp[i].y) + ofs;
      else if (flags[i] & 4)
vp[i].y = floorf(vp[i].y + 0.5);
    }
}

in path.m.

Gregory John Casamento <gcasa>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-04-20 fedor StatusNone Fixed
    Assigned toNone fedor
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-758e.
Corresponding source code