Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
eselect profile list Failed to get a list of valid profiles
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC
View previous topic :: View next topic  
Author Message
Djynn62
n00b
n00b


Joined: 21 Jan 2023
Posts: 7
Location: France

PostPosted: Sat Jan 21, 2023 4:20 pm    Post subject: eselect profile list Failed to get a list of valid profiles Reply with quote

Hello everyone.

I am trying to install Gentoo on an imac ppc32.
Don't judge, it's an "experience" story

Problem. When I run the "eselect profile list" command, I get a simple response "! Error: Failed to get a list of valid profiles".

I looked on the net, but I didn't find anything.

I am not a Linux novice, but I am a Gentoo novice.

Does anyone have a solution?
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4157
Location: Bavaria

PostPosted: Sat Jan 21, 2023 4:35 pm    Post subject: Reply with quote

Djynn62,

Welcome to Gentoo Forums !

Please check your system time. If it is not correct an "emerge --sync" will fail. Then try an "emerge --sync". If this fails try an "emerge-webrsync". After this a "eselect profile" should work.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54244
Location: 56N 3W

PostPosted: Sat Jan 21, 2023 5:40 pm    Post subject: Reply with quote

Moved from Installing Gentoo to Gentoo on PPC.

Our PPC experts are more likely to pick it up here but it does sound like the ::gentoo repo snapshot is not yet installed.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Djynn62
n00b
n00b


Joined: 21 Jan 2023
Posts: 7
Location: France

PostPosted: Sat Jan 21, 2023 6:02 pm    Post subject: Reply with quote

Thanks. It's work... until the next problem :roll:
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54244
Location: 56N 3W

PostPosted: Sat Jan 21, 2023 6:08 pm    Post subject: Reply with quote

Djynn62,

Gentoo never has problems ... only learning opportunities :)
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Djynn62
n00b
n00b


Joined: 21 Jan 2023
Posts: 7
Location: France

PostPosted: Sun Jan 22, 2023 8:46 am    Post subject: Reply with quote

Hello everyone...

New problem now. During kernel compilation i got this error 2

Code:
HOSTCC  arch/powerpc/boot/addnote
arch/powerpc/boot/addnote.c: Dans la fonction ��main��:
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:179:17: note: dans l'expansion de la macro ��PUT_64��
  179 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:184:17: note: dans l'expansion de la macro ��PUT_64��
  184 |                 PUT_64(ph + PH_FILESZ, nnote);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:202:17: note: dans l'expansion de la macro ��PUT_64��
  202 |                 PUT_64(ph + PH_OFFSET, ns);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:68:39: note: dans la d�finition de la macro ��PUT_16BE��
   68 | #define PUT_16BE(off, v)(buf[off] = ((v) >> 8) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:71:47: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                                               ^~
arch/powerpc/boot/addnote.c:69:44: note: dans la d�finition de la macro ��PUT_16BE��
   69 |                          buf[(off) + 1] = (v) & 0xff)
      |                                            ^
arch/powerpc/boot/addnote.c:71:27: note: dans l'expansion de la macro ��PUT_32BE��
   71 | #define PUT_64BE(off, v)((PUT_32BE((off), (v) >> 32L), \
      |                           ^~~~~~~~
arch/powerpc/boot/addnote.c:90:50: note: dans l'expansion de la macro ��PUT_64BE��
   90 | #define PUT_64(off, v)  (e_data == ELFDATA2MSB ? PUT_64BE(off, v) : \
      |                                                  ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:78:39: note: dans la d�finition de la macro ��PUT_16LE��
   78 | #define PUT_16LE(off, v) (buf[off] = (v) & 0xff, \
      |                                       ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
arch/powerpc/boot/addnote.c:81:73: attention: compteur de d�calages vers la droite >= � la largeur du type [-Wshift-count-overflow]
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                                         ^~
arch/powerpc/boot/addnote.c:79:46: note: dans la d�finition de la macro ��PUT_16LE��
   79 |                           buf[(off) + 1] = ((v) >> 8) & 0xff)
      |                                              ^
arch/powerpc/boot/addnote.c:81:49: note: dans l'expansion de la macro ��PUT_32LE��
   81 | #define PUT_64LE(off, v) (PUT_32LE((off), (v)), PUT_32LE((off) + 4, (v) >> 32L))
      |                                                 ^~~~~~~~
arch/powerpc/boot/addnote.c:91:26: note: dans l'expansion de la macro ��PUT_64LE��
   91 |                          PUT_64LE(off, v))
      |                          ^~~~~~~~
arch/powerpc/boot/addnote.c:207:17: note: dans l'expansion de la macro ��PUT_64��
  207 |                 PUT_64(ph + PH_FILESZ, nnote2);
      |                 ^~~~~~
  HOSTCC  arch/powerpc/boot/hack-coff
  HOSTCC  arch/powerpc/boot/mktree
  WRAP    arch/powerpc/boot/zImage.chrp
ld�: mode d'�mulation non reconnu�: -T
�mulations prises en charge�: elf32ppclinux elf32ppc elf32ppcsim elf32lppclinux elf32lppc elf32lppcsim elf64ppc elf64lppc
make[1]: *** [arch/powerpc/boot/Makefile:392 : arch/powerpc/boot/zImage.chrp] Erreur 1
make: *** [arch/powerpc/Makefile:259 : zImage] Erreur 2


Someone have an idea?

[Moderator edit: changed [quote] tags to [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54244
Location: 56N 3W

PostPosted: Sun Jan 22, 2023 9:44 am    Post subject: Reply with quote

Djynn62,

Start a new topic for your new problem. That will be seen by more users than by continuing here.

Error messages in English would be good too.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21635

PostPosted: Sun Jan 22, 2023 4:24 pm    Post subject: Reply with quote

To get English error messages, set LC_MESSAGES=C in the environment for make. Also, please show the output of emerge --info in that thread so that we can check your compiler and binutils versions.

It appears the OP posted a new thread as requested, but only as a quote of OP's most recent post and with no new information. However, it did not link here or link from here. The new thread is Kernel compilation error.
Back to top
View user's profile Send private message
Djynn62
n00b
n00b


Joined: 21 Jan 2023
Posts: 7
Location: France

PostPosted: Sun Jan 22, 2023 7:04 pm    Post subject: Reply with quote

I created a new post here : https://forums.gentoo.org/viewtopic-t-1160921.html (translated)
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on PPC All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum