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

xclust3 fresh install -> segfault (smth about fonts?) #1

Closed
imalsogreg opened this issue Feb 28, 2013 · 6 comments
Closed

xclust3 fresh install -> segfault (smth about fonts?) #1

imalsogreg opened this issue Feb 28, 2013 · 6 comments
Labels

Comments

@imalsogreg
Copy link
Contributor

Just built from source on a fresh install of Ubuntu 12.10. All unit tests passed.

But trying to run xclust3 on a .pxyabw file, I get:

    Font is NULL! Loading it now... Segmentation fault (core dumped)

Not sure why.

@imalsogreg
Copy link
Contributor Author

To fix:

sudo apt-get install xfonts-100dpi xfonts-75dpi

Then restart X.

@imalsogreg
Copy link
Contributor Author

What's the easiest way to solve this in future installs? Make a deb package of mwlsoft64, that depends on those xfonts packages?

@slayton
Copy link
Contributor

slayton commented Feb 28, 2013

No, deb packages are usually for compiled sources. The best solution would be to use autotools to check for dependencies or migrate to cmake which can also check for dependencies

@imalsogreg imalsogreg reopened this Feb 28, 2013
@slayton
Copy link
Contributor

slayton commented Feb 28, 2013

why the re-open?

@imalsogreg
Copy link
Contributor Author

Figured it is only closed when it's fixed to the point that running xclust doesn't require looking at the issues page.

@slayton slayton closed this as completed Mar 4, 2013
@slayton
Copy link
Contributor

slayton commented Mar 4, 2013

This has been replaced with: #3

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

No branches or pull requests

2 participants