Closed
Bug 187663
Opened 22 years ago
Closed 22 years ago
calendar building is stopped while building libxpical
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: fredbezies, Assigned: mostafah)
References
Details
(Keywords: verifyme)
Attachments
(1 file)
14.21 KB,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030103
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3b) Gecko/20030103
I am using a current trunk + CVS sources.
I used --enable-calendar option, and when building is going to compile
libxpical, it stops :-/
I will post error message as soon as possible.
Reproducible: Always
Steps to Reproduce:
1.Download trunk sources and use CVS on it
2.launch building using --enable-calendar option
Actual Results:
Building doesn't go to its end.
Expected Results:
End building !
Calendar building worked since the big series of updating via CVS (yesterday).
Reporter | ||
Comment 1•22 years ago
|
||
Error message :
xpical.dll : fatal error LNK1120: 98 unresolved externals
make[4]: *** [xpical.dll] error 96
make[4]: Leaving directory '/cygdrive/c/mozilla/calendar/libxpical'
make[3]: *** [libs] Error 2
make[3]: Leaving directory '/cygdrive/c/mozilla/calendar/'
make[2]: *** [tier_98] Error 2
make[2]: Leaving directory '/cygdrive/c/mozilla/'
make[1]: *** [default] Error 2
make[1]: Leaving directory '/cygdrive/c/mozilla/'
make: *** [build] Error 2
Build options (working since yesterday) :
# sh
# Build configuration script
#
# See http://www.mozilla.org/build/unix.html for build instructions.
#
# Options for 'configure' (same as command-line options).
ac_add_options --enable-calendar
ac_add_options --enable-crypto
ac_add_options --disable-installer
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --enable-optimize=-O2
ac_add_options --enable-strip
ac_add_options --disable-pedantic
Related to checkins for bug 134113 on 3 january 2003 at 00:58 ?
Reporter | ||
Comment 2•22 years ago
|
||
Changing components to calendar / general as it can be considered as a *nasty
blocker* for bug 182076.
Component: libxpical → Calendar General
Comment 3•22 years ago
|
||
That error message is incomplete. First, try updating your sources to see if
the problem still exists. Then make sure that you're using make version 3.79.1.
If the problem still exists, attach the error starting from the command that
fails.
Reporter | ||
Comment 4•22 years ago
|
||
I know that error message is very incomplete.
make ?
GNU Make version 3.79.1, by Richard Stallman and Roland McGrath.
Built for Windows32
Copyright (C) 1988, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 2000
Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.
Report bugs to <bug-make@gnu.org>.
I will update sources (I always do a CVS update before building) and then I will
copy and attach error log.
I will do this ASAP.
Reporter | ||
Comment 5•22 years ago
|
||
More infos (and crash part of log).
Sources ?
- tar.bz2 from 2 january 2003
- CVS updates until 4 january 11:07 (bugfix for 176768 included)
Building seems to stop when creating xpical.lib and xpical.exp.
Here is the log
"[skipping about 24800 lines still the beginning of log]
rm -f xpical.dll
link /NOLOGO /DLL /OUT:xpical.dll /PDB:xpical.pdb /SUBSYSTEM:WINDOWS
oeICalEventImpl.obj oeICalTodoImpl.obj oeICalFactory.obj oeICalImpl.obj
oeICalContainerImpl.obj oeDateTimeImpl.obj oeICalStartupHandler.obj
./module.res ../../dist/lib/xpcom.lib ../../dist/lib/nspr4.lib
../../dist/lib/plc4.lib ../../dist/lib/plds4.lib kernel32.lib user32.lib
gdi32.lib winmm.lib wsock32.lib advapi32.lib
Creating library xpical.lib and object xpical.exp
oeICalEventImpl.obj : error LNK2001: unresolved external symbol _icaltime_adjust
[skipping 97 others errors like this one above]
xpical.dll : fatal error LNK1120: 98 unresolved externals
make[4]: Leaving directory `/cygdrive/c/mozilla/calendar/libxpical'
make[3]: Leaving directory `/cygdrive/c/mozilla/calendar'
make[2]: Leaving directory `/cygdrive/c/mozilla'
make[1]: Leaving directory `/cygdrive/c/mozilla'"
I am attaching full log for crash now.
Hope it helps !
Reporter | ||
Comment 6•22 years ago
|
||
Reporter | ||
Comment 7•22 years ago
|
||
Sorry for the spam, but looking at last 48 hours for calendar sources, I found
this checkin related to libxpical :
01/03/2003 00:58 :
seawood%netscape.com
mozilla/ calendar/ libxpical/ Makefile.in
nobrainer changes while thinking about mingw support
Bug #134113 r=dmose
So, is this related to crash I am facing ?!
Comment 8•22 years ago
|
||
I think there's another flag needed to build the calendar, but I can't remember
what it is right now.
Assignee: mikep → mostafah
Reporter | ||
Comment 9•22 years ago
|
||
Until january 3rd, I built calendar only using --enable-calendar flag.
No more one. I think (like I said in comment #7) that bugfix broke libxpical
building :-/
Assignee | ||
Comment 10•22 years ago
|
||
*** Bug 187760 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 11•22 years ago
|
||
As stated in comment #7, this change has broken the build:
http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&file=Makefile.in&root=/cvsroot&subdir=mozilla/calendar/libxpical&command=DIFF_FRAMESET&rev1=1.16&rev2=1.17
Comment 12•22 years ago
|
||
Fix has been checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Comment 13•22 years ago
|
||
Frederic, if this is fixed for you, you can verify it. If you don't have the
permissions, leave a comment that it is working for you and I will mark it as
VERIFIED.
Keywords: verifyme
Summary: calendar building is stopped while building libxpical :-/ → calendar building is stopped while building libxpical
Reporter | ||
Comment 14•22 years ago
|
||
I can't have access to my computer for now, but this is fixed since patch was
checked in.
Status: RESOLVED → VERIFIED
Comment 15•19 years ago
|
||
The bugspam monkeys have been set free and are feeding on Calendar :: General. Be afraid for your sanity!
QA Contact: gurganbl → general
You need to log in
before you can comment on or make changes to this bug.
Description
•