Ticket #998 (closed defect: wontfix)
hg trunk fails to build on Ubuntu 10.04
| Reported by: | scialex | Owned by: | ArcRiley |
|---|---|---|---|
| Priority: | High | Milestone: | beta3 |
| Component: | unknown | Version: | Trunk |
| Keywords: | Install Ubuntu 10.04 LTS build | Cc: |
Description
On Ubuntu 10.04 the configure step will register that glesv1_cm is not found and will fail saying:
[78/80] cprogram: build/tests/meshTest.c.2.o -> build/tests/meshTest
[79/80] cprogram: build/tests/colors.c.1.o -> build/tests/colors
/realhome/alex/Projects/libsoy/build/src/libsoy.so: undefined reference to `glOrthof'
collect2: ld returned 1 exit status /realhome/alex/Projects/libsoy/build/src/libsoy.so: undefined reference to `glOrthof'
collect2: ld returned 1 exit status
Waf: Leaving directory `/realhome/alex/Projects/libsoy/build'
Build failed
-> task failed (exit status 1):
{task 40966352: cprogram meshTest.c.2.o -> meshTest}
['/usr/bin/gcc', 'tests/meshTest.c.2.o', '-o', '/realhome/alex/Projects/libsoy/build/tests/meshTest', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-L/realhome/alex/Projects/libsoy/build/src', '-lsoy', '-lbluetooth', '-lode', '-lgee', '-lgobject-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0', '-lGL', '-lgobject-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread']
-> task failed (exit status 1):
{task 40965904: cprogram colors.c.1.o -> colors}
['/usr/bin/gcc', 'tests/colors.c.1.o', '-o', '/realhome/alex/Projects/libsoy/build/tests/colors', '-Wl,-Bstatic', '-Wl,-Bdynamic', '-L/realhome/alex/Projects/libsoy/build/src', '-lsoy', '-lbluetooth', '-lode', '-lgee', '-lgobject-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0', '-lGL', '-lgobject-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0', '-lgthread-2.0', '-lrt', '-lglib-2.0', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread', '-pthread']
All the dependencies are installed as instructed.




should have made clearer, configure succeeds, build fails.