Opened 12 years ago

Closed 12 years ago

#8716 closed bug (fixed)

jam -j8 fails due to (yet) missing freetype package

Reported by: luroh Owned by: korli
Priority: normal Milestone: R1
Component: Build System Version: R1/Development
Keywords: Cc:
Blocked By: Blocking:
Platform: All

Description

hrev44307, gcc2. Jam tries to build stuff before having downloaded the freetype package, snippet:

C++ generated/objects/haiku/x86/release/servers/app/CursorData.o 
In file included from src/servers/app/font/FontFamily.h:16,
                 from src/servers/app/ServerFont.h:18,
                 from src/servers/app/ServerApp.h:18,
                 from src/servers/app/ClientMemoryAllocator.cpp:28:
src/servers/app/font/FontStyle.h:21: ft2build.h: No such file or directory

Running jam -j8 a second time finishes the build.

Attachments (1)

8716.patch (3.4 KB ) - added by luroh 12 years ago.
add FreeType headers dependencies

Download all attachments as: .zip

Change History (8)

comment:1 by korli, 12 years ago

Please check with hrev44308

comment:2 by luroh, 12 years ago

hrev44309, gcc2. Not quite there yet:

C++ generated/objects/haiku/x86/release/servers/app/ServerFont.o 
In file included from src/servers/app/font/FontFamily.h:16,
                 from src/servers/app/ServerFont.h:18,
                 from src/servers/app/ServerFont.cpp:13:
src/servers/app/font/FontStyle.h:21: ft2build.h: No such file or directory

comment:3 by luroh, 12 years ago

hrev44310, gcc2:

C++ generated/objects/haiku/x86/release/servers/app/drawing/UpdateQueue.o
In file included from src/servers/app/font/FontFamily.h:16,
                 from src/servers/app/ServerFont.h:18C++ generated/objects/hasrc/servers/app/DrawState.h:20,
                 from src/servers/app/drawing/DrawingEngine.cpp:17:
src/servers/app/font/FontStyle.h:21: ft2build.h: No such file or directory

comment:4 by korli, 12 years ago

Please try again with hrev44311

comment:5 by luroh, 12 years ago

Thanks korli. I'm getting some help on IRC to add the dependencies one by one and will report back with a patch to hopefully cover the remaining build failures.

by luroh, 12 years ago

Attachment: 8716.patch added

add FreeType headers dependencies

comment:6 by luroh, 12 years ago

patch: 01

comment:7 by korli, 12 years ago

Resolution: fixed
Status: newclosed

Applied in hrev44313. thanks!

Note: See TracTickets for help on using tickets.