Comments - Building MariaDB on CentOS

12 years, 6 months ago colin charles

After doing:

bakery/tarbake51.sh last:1 $MARIA_WORK

You will get a tarball in the directory

Run: bakery/autobake51-centos.sh mariadb-[TAB] (because it is probably something like mariadb-5.3.2-beta.tar.g)

You'll get an error message:

cp: cannot stat `/srv/shared/rpmsign/home-dot-rpmmacros': No such file or directory

This is due to signing related foo

Also note this later: [colin@rhel6-amd64 bakery-102]$ bakery/autobake51-centos.sh mariadb-5.3.2-beta.tar.gz cp: cannot create regular file `/usr/src/redhat/SOURCES/mariadb-5.3.2-beta.tar.gz': Permission denied cp: cannot create regular file `/usr/src/redhat/SOURCES/MySQL-OurDelta-shared-5.0.87.d10-65.el6.x86_64.rpm': Permission denied

Permission errors. You should not be building as root...

 
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.