Issue 17071 - Build stops in python with L10N_framework=pt-BR
Summary: Build stops in python with L10N_framework=pt-BR
Status: CLOSED FIXED
Alias: None
Product: Internationalization
Classification: Code
Component: code (show other issues)
Version: OOo 1.1 RC
Hardware: PC Linux, all
: P2 Trivial (vote)
Target Milestone: ---
Assignee: hjs
QA Contact: issues@l10n
URL:
Keywords:
: 16879 (view as issue list)
Depends on:
Blocks:
 
Reported: 2003-07-18 15:58 UTC by ohallot
Modified: 2013-08-07 15:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description ohallot 2003-07-18 15:58:36 UTC
The 1.1 RC build stops with in module python when 

export L10N_framework=pt-BR 

is set, giving the following message:

[oo110@svrdir python]$ build
build -- version: 1.83
 
/home/oo110/oo_1.1rc_src/python
-------------
dmake:  Error -- `/so_built_so_python' not found, and can't be made
---* TG_SLO.MK *---
 
ERROR: Error 65280 occurred while making /home/oo110/oo_1.1rc_src/python

Regards, 
Olivier
Comment 1 Dieter.Loeschky 2003-07-30 11:58:09 UTC
DL->NF: Could you please takeover?
Comment 2 nils.fuhrmann 2003-07-30 12:19:00 UTC
*** Issue 16879 has been marked as a duplicate of this issue. ***
Comment 3 nils.fuhrmann 2003-07-30 12:20:39 UTC
Assigned to Ause
Comment 4 nils.fuhrmann 2003-07-30 12:22:04 UTC
-
Comment 5 hjs 2003-08-11 18:07:12 UTC
for a quixk fix put a 

.IF "$(L10N_framework)"==""
ALLTAR : ...
.ENDIF

around the line containning ALLTAR. i'll have a deeper look at this
soon...
Comment 6 hjs 2003-08-14 11:12:48 UTC
proposed quick fix seams to do.
Comment 7 chris 2003-10-17 10:36:38 UTC
11:25 < damjan> I'm trying to make a localized build of OO-1.1.0... I
first  compiled the original
                english/german version, then started the localize
script, then "export
                L10N_framework=mk-MK"...
11:25 < damjan> ... and last "dmake".. but now it fails in the
"python" module
11:26 < damjan> dmake:  Error -- `/so_built_so_python' not found, and
can't be made

So.. any reason why the fix can't be checked in for 1.1.1 too?
Comment 8 hjs 2003-10-17 16:26:45 UTC
no. it just was too late for 1.1 but may go into 1.1.1 if desired.
Comment 9 hjs 2003-10-23 14:35:02 UTC
committed on ooo111fix1 now.
Comment 10 hjs 2004-01-05 15:10:24 UTC
-