public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Sascha Kilian <sascha@sakisoft.de>
To: development@lists.ipfire.org
Subject: Re: MySQL 5.6.19
Date: Tue, 08 Jul 2014 15:10:12 +0200	[thread overview]
Message-ID: <1404825012.1923.9.camel@localhost> (raw)
In-Reply-To: <1404815729.1923.1.camel@localhost>

[-- Attachment #1: Type: text/plain, Size: 776 bytes --]

Hi,

i have successful compiled and installed MySQL 5.6.19. I provide the
patch after i have runned some tests. I have a little Patch for make.sh
too, to build single packages (little bit tricky if you have a fresh
checkout and not full compiled the entire ipfire.

best regards

Sascha



Am Dienstag, den 08.07.2014, 12:35 +0200 schrieb Sascha Kilian:
> Hi Devs,
> 
> i build actual MySQL 5.6.19 for IPFire. 
> A Question is, how i can bring up the tar.gz to the ipfire repository?
> Did you download and reupload it? or can i safe insert the original url
> for the tar.gz ?
> 
> best regards
> 
> Sascha
> 
> _______________________________________________
> Development mailing list
> Development(a)lists.ipfire.org
> http://lists.ipfire.org/mailman/listinfo/development


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: make.sh.patch --]
[-- Type: text/x-patch, Size: 1441 bytes --]

1130,1169d1129
< buildmodul)
< 	if [ ! -f "$BASEDIR/lfs/$2" ]; then
< 	    echo "LFS File not exist"
< 	    exit 1
< 	fi
< 	clear
<         LOGFILE="$BASEDIR/log/_build.custom.$2.log"
< 	export LOGFILE
< 	PACKAGE=`ls -v -r $BASEDIR/cache/toolchains/$SNAME-$VERSION-toolchain-$TOOLCHAINVER-$MACHINE.tar.gz 2> /dev/null | head -n 1`
< 	#only restore on a clean disk
< 	if [ ! -f log/cleanup-toolchain-2-tools ]; then
< 		if [ ! -n "$PACKAGE" ]; then
< 			beautify build_stage "Full toolchain compilation - Native GCC: `gcc --version | grep GCC | awk {'print $3'}`"
< 			prepareenv
< 			buildtoolchain
< 		else
< 			PACKAGENAME=${PACKAGE%.tar.gz}
< 			beautify build_stage "Packaged toolchain compilation"
< 			if [ `md5sum $PACKAGE | awk '{print $1}'` == `cat $PACKAGENAME.md5 | awk '{print $1}'` ]; then
< 				tar zxf $PACKAGE
< 				prepareenv
< 			else
< 				exiterror "$PACKAGENAME md5 did not match, check downloaded package"
< 			fi
< 		fi
< 	else
< 		echo -n "Using installed toolchain" | tee -a $LOGFILE
< 		beautify message SKIP
< 		prepareenv
< 	fi
< 
< 	beautify build_start
< 	beautify build_stage "Building LFS"
< 	buildbase
< 
< 	beautify build_stage "Building $2"
< 
< 	ipfiremake $2
< 	beautify build_end
<     ;;
1171,1172c1131
< 
< 	echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain|buildmodul}"
---
> 	echo "Usage: $0 {build|changelog|clean|gettoolchain|downloadsrc|shell|sync|toolchain}"


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #3: make.sh-usage.patch --]
[-- Type: text/x-patch, Size: 153 bytes --]

16,17d15
<    buildmodul : optionally build a single modul from LFS file.
<                 (you have to check the dependencies for this modul by hand)


  reply	other threads:[~2014-07-08 13:10 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-05  9:45 IPFire Building Packages Ghislain Hachey
2014-07-05 14:15 ` Michael Tremer
2014-07-05 23:01   ` Ghislain Hachey
2014-07-06  8:57     ` Michael Tremer
2014-07-06  9:44       ` Ghislain Hachey
2014-07-07  9:18         ` Michael Tremer
2014-07-08 10:35           ` MySQL 5.6.19 Sascha Kilian
2014-07-08 13:10             ` Sascha Kilian [this message]
2014-07-29  8:13           ` LuaJIT Panic on IPFire Ghislain Hachey
2014-07-29  8:27             ` Arne Fitzenreiter
2014-07-07  8:49       ` IPFire Building Packages Ghislain Hachey
2014-07-07  9:22         ` Michael Tremer
2014-07-07  9:50           ` Ghislain Hachey
2014-07-07 10:35             ` Michael Tremer
2014-07-07 10:48               ` Ghislain Hachey
2014-07-11  4:18               ` Ghislain Hachey
2014-07-06  8:51   ` Ghislain Hachey
2014-07-06  9:03     ` Michael Tremer
2014-07-09 10:18 MySQL 5.6.19 Sascha Kilian

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1404825012.1923.9.camel@localhost \
    --to=sascha@sakisoft.de \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox