Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

g++ versions are not same in each architecture #1189

Closed
hadusam opened this issue Aug 28, 2020 · 0 comments · Fixed by #1190
Closed

g++ versions are not same in each architecture #1189

hadusam opened this issue Aug 28, 2020 · 0 comments · Fixed by #1190
Assignees

Comments

@hadusam
Copy link
Contributor

hadusam commented Aug 28, 2020

  • x86: 7.5.0
  • arm: 8.4.0
  • aarch64: 7.5.0

And also, g++-9 is installed into a docker image, but this seems not to be used.

% docker run --rm -it blueoil/blueoil:latest /bin/bash             
root@c5522ba189d9:/home/blueoil# g++ --version
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@c5522ba189d9:/home/blueoil# arm-linux-gnueabihf-g++ --version
arm-linux-gnueabihf-g++ (Ubuntu/Linaro 8.4.0-1ubuntu1~18.04) 8.4.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@c5522ba189d9:/home/blueoil# aarch64-linux-gnu-g++ --version
aarch64-linux-gnu-g++ (Ubuntu/Linaro 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I think it is better to use g++-8 in each architecture to keep consistency.

@hadusam hadusam self-assigned this Aug 28, 2020
bo-mergebot bot pushed a commit to kchygoe/blueoil that referenced this issue Sep 2, 2020
## What this patch does to fix the issue.
Close blue-oil#1189 

```
% docker run --rm -it blueoil_masuda:v0.27.0-18-g4db3ba40 /bin/bash
root@2cc8feb8e3a2:/home/blueoil# g++ --version
g++ (Ubuntu 8.4.0-1ubuntu1~18.04) 8.4.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@2cc8feb8e3a2:/home/blueoil# arm-linux-gnueabihf-g++ --version
arm-linux-gnueabihf-g++ (Ubuntu/Linaro 8.4.0-1ubuntu1~18.04) 8.4.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

root@2cc8feb8e3a2:/home/blueoil# aarch64-linux-gnu-g++ --version
aarch64-linux-gnu-g++ (Ubuntu/Linaro 8.4.0-1ubuntu1~18.04) 8.4.0
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
```

## Link to any relevant issues or pull requests.
@hadusam hadusam closed this as completed Sep 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant