Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 554342

Summary: dev-db/mariadb-10.0.20: installs some headers without write permissions
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: CONFIRMED ---    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://jira.mariadb.org/browse/MDEV-8438
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 554258    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-07-09 15:53:30 UTC
dev-db/mariadb -r--r--r-- /usr/include/i686-pc-linux-gnu/mysql/my_config.h
dev-db/mariadb -r--r--r-- /usr/include/mysql/mysqld_ername.h
dev-db/mariadb -r--r--r-- /usr/include/mysql/mysqld_error.h
dev-db/mariadb -r--r--r-- /usr/include/mysql/mysql_version.h
dev-db/mariadb -r--r--r-- /usr/include/mysql/sql_state.h
dev-db/mariadb -r--r--r-- /usr/include/x86_64-pc-linux-gnu/mysql/my_config.h

See the tracker for more complete explanation of issues with files not writeable by owner.
Comment 1 Brian Evans (RETIRED) gentoo-dev 2015-07-09 16:03:10 UTC
I wonder why the generated headers turn out like this.  The ones in the archive copy just fine
Comment 2 Brian Evans (RETIRED) gentoo-dev 2015-07-09 16:07:24 UTC
Guess I have to fix this..

include/CMakeLists.txt

INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/${f} DESTINATION ${INSTALL_INCLUDEDIR} COMPONENT Development PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)