Closed Bug 126509 Opened 22 years ago Closed 22 years ago

releases should tag mozilla/other-licenses/libart_lgpl

Categories

(Core :: SVG, defect)

x86
Linux
defect
Not set
major

Tracking

()

RESOLVED FIXED

People

(Reporter: renelanz, Assigned: leaf)

References

Details

From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020205
BuildID:    Mozilla 0.9.8 from CVS

I followed the build instructions on the project homepage of SVG and added the
options to .mozconfig, then pulled and tried to build. It seemed to me, that no
libart-related files were pulled!

Error message:
make[2]: Leaving directory `/usr/src/mozilla/widget/src/gtkxtbin'
make[2]: Entering directory `/usr/src/mozilla/other-licenses/libart_lgpl'
make[2]: *** No rule to make target `export'.  Stop.
make[2]: Leaving directory `/usr/src/mozilla/other-licenses/libart_lgpl'
make[1]: *** [tier_9] Error 2
make[1]: Leaving directory `/usr/src/mozilla'
make: *** [default] Error 2


Reproducible: Always
Steps to Reproduce:
1.export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
2.gmake -f client.mk checkout MOZ_CO_TAG="MOZILLA_0_9_8_RELEASE"
3.unset MOZILLA_DIR; ./configure

Actual Results:  Build fails

Expected Results:  Build suceeds, especially on a 0.9.8 tagged release


.mozconfig (not all options shown):
# Build SVG
ac_add_options --enable-svg
mk_add_options MOZ_INTERNAL_LIBART_LGPL=1
MOZ_INTERNAL_LIBART_LGPL=1
I don't think libart was tagged - can you try:

cvs co -rHEAD mozilla/other-licenses/libart_lgpl

?
*** Bug 126499 has been marked as a duplicate of this bug. ***
Status: UNCONFIRMED → NEW
Ever confirmed: true
Yes, it worked. After the checkout I had to do a 

mv mozilla/other-licenses/ other-licenses

Of course it would be great if SVG would be tagged with releaselabels (or the
buildscript might be updated to pull something appropriate) in the future to
avoid inconvenience.
Yeah.

-> leaf, who usually does the tagging, IIRC
Assignee: alex.fritze → leaf
Summary: Cannot build SVG with mozilla_0.9.8 → releases should tag mozilla/other-licenses/libart_lgpl
kyle tagged the other-licenses directory with the release tag for 0.9.9, and 
we'll be updating the documentation for future releases.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Doesn't seem to be really fixed : See
http://bugzilla.mozilla.org/show_bug.cgi?id=199670
You need to log in before you can comment on or make changes to this bug.