Skip to content

mpc: be0 conversion and update SRCURL #1316

Closed
wants to merge 1 commit into from
Closed

Conversation

niclas
Copy link
Contributor

@niclas niclas commented Sep 20, 2019

No description provided.

@wwwutz
Copy link
Collaborator

wwwutz commented Sep 20, 2019

when removing we find a GCC dependency... WTF?!

> MISS libmpc.so.2                    /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/cc1
> MISS libmpc.so.2                    /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/cc1obj
> MISS libmpc.so.2                    /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/cc1objplus
> MISS libmpc.so.2                    /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/cc1plus
> MISS libmpc.so.2                    /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/f951
> MISS libmpc.so.2                    /usr/lib/gcc/x86_64-pc-linux-gnu/7.3.0/lto1

lets dig in deeper ...

@wwwutz
Copy link
Collaborator

wwwutz commented Sep 20, 2019

looks like something essential when building gcc

checking for the correct version of gmp.h... yes
checking for the correct version of mpfr.h... yes
checking for the correct version of mpc.h... yes
checking for the correct version of the gmp/mpfr/mpc libraries... yes


# BEE_VERSION mpc-0.8.2-1

SRCURL[0]="http://repository.timesys.com/buildsources/m/mpc/mpc-${PKGVERSION}/mpc-${PKGVERSION}.tar.gz"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I personally would like to see a more... robust URL

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Current download: https://ftp.gnu.org/gnu/mpc/mpc-1.1.0.tar.gz which installs libmpc.so.3 so we should try a new package with 1.1.0 and a compat lib with libmpc.so.2.

@wwwutz
Copy link
Collaborator

wwwutz commented Jan 20, 2020

added in #1605

@wwwutz wwwutz closed this Jan 20, 2020
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants