Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 165475 - sci-astronomy/celestia-1.4.1-r1 fails to compile with lua-5.1.1
Summary: sci-astronomy/celestia-1.4.1-r1 fails to compile with lua-5.1.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords:
: 165476 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-02-05 18:50 UTC by James Ausmus
Modified: 2007-02-06 10:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Ausmus 2007-02-05 18:50:10 UTC
Celestia trys to link to to liblualib during compile, and, as lua-5.1.1 no longer provides liblualib, just liblua, the Celestia compile fails. This is similar to bug #158460.

Exact error message:

/bin/sh ../../libtool --silent --tag=CXX --mode=link x86_64-pc-linux-gnu-g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -march=athlon64 -O2 -pipe -funroll-loops -msse3 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common  -O2 -Wall  -fomit-frame-pointer -DCELX  -llualib -llua -o celestia -L/usr/lib64 -L/usr/qt/3/lib -L/usr/kde/3.5/lib  -R /usr/kde/3.5/lib -R /usr/qt/3/lib -R /usr/lib64 celestiacore.o configfile.o destination.o eclipsefinder.o favorites.o imagecapture.o url.o celx.o  -lqt-mt  -lz -lpng -lz -lm -lXext -lX11  -lSM -lICE -lpthread -lkdecore -lkdeui -lkio  kde/libkdegui.a  ../celengine/libcelengine.a ../celtxf/libceltxf.a ../cel3ds/libcel3ds.a ../celmath/libcelmath.a ../celutil/libcelutil.a -lpng -ljpeg -lGLU -lGL -lz  -lSM -lICE  -lm   -L/usr/lib64 -lXmu -lXi -lXext -lX11 -lm -lz  -lGL
/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -llualib
collect2: ld returned 1 exit status

Reproducible: Always

Steps to Reproduce:
1. Emerge lua-5.1.1
2. Emerge celestia-1.4.1-r1
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-02-05 21:45:28 UTC
*** Bug 165476 has been marked as a duplicate of this bug. ***
Comment 2 Sébastien Fabbro (RETIRED) gentoo-dev 2007-02-06 10:20:01 UTC
fixed in cvs. thanks for reporting.