[manjaro-dev] minor problems building frobtads 32 bit package

Ste74 stefano at manjaro.org
Mon Aug 1 19:51:43 CEST 2016


Il 2016-08-01 18:47 Bernhard Landauer ha scritto:
> That was a typo, sorry! ;)
>  I meant to say
>  CC="gcc-5.4" make
>  of course...
> 
> Anyway. Build is still failing for me :P
>  Any progress on your end, Stefano?
> 
> On 01/08/16 18:36, Bernhard Landauer wrote:
> 
>> It should also work to pass gcc version with configure and make
>> commands:
>> 
>> CC="gcc-5.4" ./configure
>> CC="gcc-545" make
>> 
>> On 01/08/16 18:32, Ste74 wrote:
>> Il 2016-08-01 18:29 Bernhard Landauer ha scritto:
>> I think that will not work, since gcc in the repo has been updated
>> and
>> is not available <6 ...
>> 
>> I am confused a bit now, though, that gcc5 does not conflict gcc
>> and I
>> wonder how you can make frobtads use gcc5 instead of gcc(6) if it
>> is
>> installed in the chroot. I guess you'll have to build with -c flag
>> for
>> that - I just don't want to try that right now - with all the
>> kernels
>> I have currently installed the rebuild of all the dkms-modules will
>> 
>> take ages when I need them next time ;)
>> 
>> I guess I should install a 32bit sooner or later on a separate
>> partition for that, too ...
>> 
>> On 01/08/16 18:17, Ste74 wrote:
>> 
>> Maybe  gcc<=5 :p in makedepends?
>  Don't worry .. i am on the piece .. i started the compile with
> makedepends=('gcc5')
> 
>  Stefano
> 
> _______________________________________________
> manjaro-dev mailing list
> manjaro-dev at manjaro.org
> http://lists.manjaro.org/mailman/listinfo/manjaro-dev [1]
> 
> 
> 
> Links:
> ------
> [1] http://lists.manjaro.org/mailman/listinfo/manjaro-dev
> 
> _______________________________________________
> manjaro-dev mailing list
> manjaro-dev at manjaro.org
> http://lists.manjaro.org/mailman/listinfo/manjaro-dev

Bingo

build() {
	cd "${srcdir}/${pkgname}-${pkgver}"

	CC="gcc-5" CXX="g++-5" ./configure --prefix=/usr
	CC="gcc-5" CXX="g++-5" make
}

After upload on github and in boxit .. now "pappa"


More information about the manjaro-dev mailing list