Issue 88065 - makedepend hangs forever in filter/source/pdfimport/pdfparse
Summary: makedepend hangs forever in filter/source/pdfimport/pdfparse
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: akhva
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-08 21:27 UTC by Martin Hollmichel
Modified: 2017-05-20 10:34 UTC (History)
5 users (show)

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


Attachments
pdfparse make.mk patch (603 bytes, patch)
2008-04-09 16:28 UTC, akhva
no flags Details | Diff
pdfparse_makefile.patch (582 bytes, text/plain)
2008-04-10 09:51 UTC, akhva
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Martin Hollmichel 2008-04-08 21:27:06 UTC
makedepn hangs forever in filter/source/pdfimport/pdfparse
Comment 1 eric.bachard 2008-04-09 05:52:22 UTC
issue confirmed on Mac OS X 10.4 Intel ( 10.4.11 / Xcode 2.4 )

But it does not hang forever exactly. As you can see below, pdfimport.uno.dylib needs ~40 minute to 
be built. Should need 1 minute max.

ordinateur-de-eric-b-2:~/Desktop/DEV300_m6/filter/unxmacxi.pro/lib ericb$ ls -l *.dylib
-rwxr-xr-x   1 ericb  ericb    44804 Apr  8 02:54 libPptImportermxi.dylib
-rwxr-xr-x   1 ericb  ericb   446332 Apr  8 02:54 libfilterconfig1.dylib
-rwxr-xr-x   1 ericb  ericb    61332 Apr  8 02:54 libfiltertracermxi.dylib
-rwxr-xr-x   1 ericb  ericb   271588 Apr  8 02:55 libflashmxi.dylib
-rwxr-xr-x   1 ericb  ericb   311152 Apr  8 02:54 libpdffiltermxi.dylib
-rwxr-xr-x   1 ericb  ericb    80900 Apr  8 02:54 libplacewaremxi.dylib
-rwxr-xr-x   1 ericb  ericb   220588 Apr  8 02:54 libsvgfiltermxi.dylib
-rwxr-xr-x   1 ericb  ericb   143224 Apr  8 02:55 libt602filtermxi.dylib
-rwxr-xr-x   1 ericb  ericb  1324772 Apr  8 03:38 libtests.dylib
-rwxr-xr-x   1 ericb  ericb   103936 Apr  8 02:54 libxmlfamxi.dylib
-rwxr-xr-x   1 ericb  ericb    47848 Apr  8 02:55 libxmlfdmxi.dylib
-rwxr-xr-x   1 ericb  ericb   437456 Apr  8 02:57 libxsltdlgmxi.dylib
-rwxr-xr-x   1 ericb  ericb    78460 Apr  8 02:54 libxsltfiltermxi.dylib
-rwxr-xr-x   1 ericb  ericb  1147152 Apr  8 03:37 pdfimport.uno.dylib

Comment 2 akhva 2008-04-09 08:42:41 UTC
.
Comment 3 eric.bachard 2008-04-09 13:53:01 UTC
Issue confirmed on Linux PowerPC too
Comment 4 akhva 2008-04-09 16:28:28 UTC
Created attachment 52692 [details]
pdfparse make.mk patch
Comment 5 akhva 2008-04-09 16:45:32 UTC
@ eric: I have made a workaround (not a fix) for the problem, can you test it in
your environment. The patch you will find in attachment before. 
Thank you .

p.s

the real fix, may be come with next milestone.
Comment 6 rt 2008-04-10 08:35:03 UTC
So, what to do here? Shall we take that patch for now (aka 'm6') and proceed? 
Comment 7 eric.bachard 2008-04-10 08:44:57 UTC
@rt

Sorry, I forgot to answer on the issue: after a try, the patch did not work for me. 

Did other people test it ?

Comment 8 akhva 2008-04-10 09:51:56 UTC
Created attachment 52710 [details]
pdfparse_makefile.patch
Comment 9 akhva 2008-04-10 09:54:23 UTC
This is a workaround ver. 2.0 (not a fix) it must solve this problem, can you
test it in your environment. The patch you will find in attachment before. 
Thank you 
Comment 10 rt 2008-04-10 10:11:19 UTC
Patch for workaround applied as masterfix to DEV300 m6.
Reducing Priority.
Comment 11 akhva 2008-05-26 11:46:13 UTC
change the target
Comment 12 akhva 2008-06-30 11:21:26 UTC
.
Comment 13 rt 2009-01-19 12:11:43 UTC
In April 2008, akhva wrote:
> This is a workaround ver. 2.0 (not a fix) it must solve this problem, can you
> test it in your environment. The patch you will find in attachment before. 

So, when will we see the real fix?
Comment 14 hjs 2009-01-19 12:55:13 UTC
just tried to reproduce with the pdfimport now residing in sdext - couldn't find
a hang.

anyone still can?
Comment 15 eric.bachard 2009-01-19 13:09:40 UTC
I'll retry on Mac OS X PowerPC, and if ever it works, I'll close the issue. thanks for taking care :)