Ticket #998 (closed defect: wontfix)

Opened 14 months ago

Last modified 6 months ago

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.

Change History

comment:1 Changed 14 months ago by scialex

should have made clearer, configure succeeds, build fails.

comment:2 Changed 6 months ago by ArcRiley

  • Status changed from new to closed
  • Resolution set to wontfix
Note: See TracTickets for help on using tickets.