Closed
Bug 323352
Opened 19 years ago
Closed 19 years ago
[BeOS] Changes in bug 322942 broke BeOS builds in nsGfxFactoryBeos
Categories
(Core Graveyard :: GFX: BeOS, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: doug, Unassigned)
References
Details
Attachments
(2 files, 1 obsolete file)
2.74 KB,
text/plain
|
Details | |
5.19 KB,
patch
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20060110 Firefox/1.6a1
Build Identifier: Mozilla/5.0 (BeOS; U; BeOS BePC; en-US; rv:1.9a1) Gecko/20060110 Firefox/1.6a1
BeOS built successfully on 10 January. Build now breaks in nsGfxFactoryBeOS.cpp. Cursory review of bonsai points to 322942.
Reproducible: Always
Steps to Reproduce:
1.try to build Firefox
2.build breaks
3.
Actual Results:
broken build (see text attachment)
Expected Results:
working build
Reporter | ||
Comment 1•19 years ago
|
||
Reporter | ||
Comment 2•19 years ago
|
||
This patch appears to have taken care of the problem, but I have been unable to complete a clean build due to problems in the security module.
Attachment #208455 -
Flags: review?(thesuckiestemail)
Reporter | ||
Updated•19 years ago
|
Summary: Changes in bug 322942 broke BeOS builds in nsGfxFactoryBeos → [BeOS] Changes in bug 322942 broke BeOS builds in nsGfxFactoryBeos
Comment 3•19 years ago
|
||
Comment on attachment 208455 [details] [diff] [review]
proposed patch to fix beos bustage
I can check this in for you tomorrow if you want.
Attachment #208455 -
Flags: superreview+
Comment on attachment 208455 [details] [diff] [review]
proposed patch to fix beos bustage
r=thesuckiestemail@yahoo.se
Attachment #208455 -
Flags: review?(thesuckiestemail) → review+
Reporter | ||
Comment 5•19 years ago
|
||
(In reply to comment #3)
> (From update of attachment 208455 [details] [diff] [review] [edit])
> I can check this in for you tomorrow if you want.
>
Please check in the patch; tqh has OK'd it. I don't have the ability to modify CVS, so I appreciate your help! Beyond the patch, how do we insure the four files in question are moved from gfx/src/beos/ to widget/src/beos/ in the repository?
Updated•19 years ago
|
Assignee: nobody → beos
Component: General → GFX: BeOS
Flags: review+
Product: Firefox → Core
QA Contact: general → timeless
Version: unspecified → Trunk
Comment 6•19 years ago
|
||
(caused by bug 322942)
the files were already copied, see the list in that bug:
mozilla/gfx/src/beos/nsScreenBeOS.cpp mozilla/widget/src/beos/nsScreenBeOS.cpp
mozilla/gfx/src/beos/nsScreenBeOS.h mozilla/widget/src/beos/nsScreenBeOS.h
mozilla/gfx/src/beos/nsScreenManagerBeOS.cpp mozilla/widget/src/beos/nsScreenManagerBeOS.cpp
mozilla/gfx/src/beos/nsScreenManagerBeOS.h mozilla/widget/src/beos/nsScreenManagerBeOS.h
Comment 7•19 years ago
|
||
how did you create that patch? it can't be applied, not only is it missing the paths, patch also says:
patch: **** malformed patch at line 118: Index: mozilla/widget/src/beos/nsWidgetFactory.cpp
Comment 8•19 years ago
|
||
Attachment #208455 -
Attachment is obsolete: true
Comment 9•19 years ago
|
||
checked in, including removal of the old files in gfx
Checking in gfx/src/beos/Makefile.in;
/cvsroot/mozilla/gfx/src/beos/Makefile.in,v <-- Makefile.in
new revision: 1.28; previous revision: 1.27
done
Checking in gfx/src/beos/nsGfxFactoryBeOS.cpp;
/cvsroot/mozilla/gfx/src/beos/nsGfxFactoryBeOS.cpp,v <-- nsGfxFactoryBeOS.cpp
new revision: 1.26; previous revision: 1.25
done
Removing gfx/src/beos/nsScreenBeOS.cpp;
/cvsroot/mozilla/gfx/src/beos/nsScreenBeOS.cpp,v <-- nsScreenBeOS.cpp
new revision: delete; previous revision: 1.12
done
Removing gfx/src/beos/nsScreenBeOS.h;
/cvsroot/mozilla/gfx/src/beos/nsScreenBeOS.h,v <-- nsScreenBeOS.h
new revision: delete; previous revision: 1.3
done
Removing gfx/src/beos/nsScreenManagerBeOS.cpp;
/cvsroot/mozilla/gfx/src/beos/nsScreenManagerBeOS.cpp,v <-- nsScreenManagerBeOS.cpp
new revision: delete; previous revision: 1.6
done
Removing gfx/src/beos/nsScreenManagerBeOS.h;
/cvsroot/mozilla/gfx/src/beos/nsScreenManagerBeOS.h,v <-- nsScreenManagerBeOS.h
new revision: delete; previous revision: 1.3
done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 10•19 years ago
|
||
thank you for the working patch, biesi! I was travelling over the weekend and wasn't able to clean up my own mess. I appreciate your help!
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•