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

make install wrong under Debian Ubuntu 64 [CORE4031] #4361

Closed
firebird-automations opened this issue Jan 11, 2013 · 6 comments
Closed

make install wrong under Debian Ubuntu 64 [CORE4031] #4361

firebird-automations opened this issue Jan 11, 2013 · 6 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: @pmakowski

Votes: 1

working on the daily build and tests, I got a bug in 'make
silent_install' under Debian Ubuntu 64

libraries have symlinks in /usr/lib64, but /usr/lib64 is the wrong place
and don't normally exist under Debian Ubuntu 64
so when you do a 'make silent_install', ldconfig doesn't work

Commits: 4a661d9 4b18166

@firebird-automations
Copy link
Collaborator Author

Modified by: @pmakowski

assignee: Alexander Peshkov [ alexpeshkoff ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

Version: 3.0 Initial [ 10301 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @AlexPeshkoff

An idea of detecting some directories in filesystem at configure time is OK for almost all of OSS projects - provided that binaries are expected to be built in exactly same environment as will be used. But firebird is still providing binary packages which want to be distro-independent. To make that packages work correctly with /usr/lib & /usr/lib64 we must detect directory at install time, not built time. This is done in trunk, for B2_5 just a minimum fix correcting 'make install' on debian/ubuntu-64 is done

@firebird-automations
Copy link
Collaborator Author

Modified by: @AlexPeshkoff

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Fixed [ 1 ]

Fix Version: 3.0 Alpha 1 [ 10331 ]

Fix Version: 2.5.3 [ 10461 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pavel-zotov

status: Closed [ 6 ] => Closed [ 6 ]

QA Status: Cannot be tested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment