Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 554342 - dev-db/mariadb-10.0.20: installs some headers without write permissions
Summary: dev-db/mariadb-10.0.20: installs some headers without write permissions
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: u-w
  Show dependency tree
 
Reported: 2015-07-09 15:53 UTC by Michał Górny
Modified: 2018-04-30 17:03 UTC (History)
0 users

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 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)