[MDEV-2280] LP:463150 - Failure when building mariadb packages on Debian 5 x86 Created: 2009-10-29  Updated: 2012-10-04  Resolved: 2012-10-04

Status: Closed
Project: MariaDB Server
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Critical
Reporter: Kristian Nielsen Assignee: Unassigned
Resolution: Fixed Votes: 0
Labels: Launchpad

Attachments: XML File LPexportBug463150.xml    

 Description   

I get this failure in Buildbot for Debian 5 x86 when building .deb packages for MariaDB:

https://askmonty.org/buildbot/builders/kvm-deb-debian5-x86/builds/16
https://askmonty.org/buildbot/builders/kvm-deb-debian5-x86/builds/16/steps/compile/logs/stdio

bakery/autobake51-deb.sh ../../mariadb-5.1.38-maria-beta-ourdelta62.tar.gz

...
nm -n builddir/sql/mysqld |gzip -9 > /home/buildbot/buildbot/build/bakery-62/build-temp-2146/mariadb-5.1.38-maria-beta-ourdelta62/debian/tmp//usr/share/doc/mariadb-server-5.1/mysqld.sym.gz
/bin/sh: /home/buildbot/buildbot/build/bakery-62/build-temp-2146/mariadb-5.1.38-maria-beta-ourdelta62/debian/tmp//usr/share/doc/mariadb-server-5.1/mysqld.sym.gz: No such file or directory



 Comments   
Comment by Kristian Nielsen [ 2009-10-29 ]

Re: Failure when building mariadb packages on Debian 5 x86
I found the problem, a simple type. This should fix it:

=== modified file 'bakery/debian-5.1/dist/Debian/rules'
— bakery/debian-5.1/dist/Debian/rules 2009-10-14 11:20:21 +0000
+++ bakery/debian-5.1/dist/Debian/rules 2009-10-29 09:12:07 +0000
@@ -208,7 +208,7 @@ install: build

  1. mariadb-server
    install -m 0755 $(BUILDDIR)/scripts/mysqld_safe $(TMP)/usr/bin/mysqld_safe
  • mkdir -p $(TMP)/usr/share/doc/mysql-server-5.1/examples
    + mkdir -p $(TMP)/usr/share/doc/mariadb-server-5.1/examples
  1. We have a sane my.cnf, cruft not needed (remove my-.cnf and config-.cnf)
  2. $(TMP)/usr/share/mysql/*cnf $(TMP)/usr/share/doc/mariadb-server-5.1/examples/
    rm vf $(TMP)/usr/share/mysql/my*.cnf \
Comment by Rasmus Johansson (Inactive) [ 2009-10-29 ]

Launchpad bug id: 463150

Generated at Thu Feb 08 06:40:47 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.