Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gitcheck out build #284

Open
alexmyczko opened this issue Sep 2, 2019 · 2 comments
Open

gitcheck out build #284

alexmyczko opened this issue Sep 2, 2019 · 2 comments

Comments

@alexmyczko
Copy link
Contributor

my build fails with:

$ make
...
Linking klystrack...
/usr/bin/ld: cannot find -lengine_gfx
/usr/bin/ld: cannot find -lengine_util
/usr/bin/ld: cannot find -lengine_snd
/usr/bin/ld: cannot find -lengine_gui
collect2: error: ld returned 1 exit status

$ find . -name "engine_"
./klystron/bin.release/libengine_gui.a
./klystron/bin.release/libengine_snd.a
./klystron/bin.release/libengine_util.a
./klystron/bin.release/libengine_gfx.a

that's on Debian GNU/Linux (sid), x86_64

@kometbomb
Copy link
Owner

Looks like you have the release libs build but you are building the debug version. It should compile the libs first. Need to investigate.

@alexmyczko
Copy link
Contributor Author

alexmyczko commented Jan 8, 2020

still fails?

http://sid.ethz.ch/debian/klystrack/2020/klystrack_1.7.6%2Bgit20200108-1_amd64.build

Linking klystrack...
/usr/bin/ld: cannot find -lengine_gfx
/usr/bin/ld: cannot find -lengine_util
/usr/bin/ld: cannot find -lengine_snd
/usr/bin/ld: cannot find -lengine_gui
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:218: bin.debug/klystrack] Error 1
make[1]: Leaving directory '/var/www/debian/klystrack/2020/klystrack-1.7.6+git20200108'
dh_auto_install: make -j16 install DESTDIR=/var/www/debian/klystrack/2020/klystrack-1.7.6\+git20200108/debian/klystrack AM_UPDATE_INFO_DIR=no "INSTALL=install --strip-program=true" returned exit code 2
make: *** [debian/rules:12: binary] Error 255
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
debuild: fatal error at line 1182:
dpkg-buildpackage -us -uc -ui failed
$ find . -name "*engine_*"
./klystron/bin.release/libengine_gui.a
./klystron/bin.release/libengine_snd.a
./klystron/bin.release/libengine_util.a
./klystron/bin.release/libengine_gfx.a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants