[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2022-09-20 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

cqwrteur  changed:

   What|Removed |Added

 CC||euloanty at live dot com
 Target||aarch64-linux-musl
   Host||aarch64-linux-musl
  Build||x86_64-linux-gnu

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2022-09-20 Thread euloanty at live dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

--- Comment #1 from cqwrteur  ---
Created attachment 14341
  --> https://sourceware.org/bugzilla/attachment.cgi?id=14341&action=edit
bug

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2022-10-04 Thread kurt.goebel at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

Kurt Goebel  changed:

   What|Removed |Added

 CC||kurt.goebel at oracle dot com
   Priority|P2  |P3

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2023-01-10 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

Vladimir Mezentsev  changed:

   What|Removed |Added

   Last reconfirmed||2023-01-11
 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1

--- Comment #2 from Vladimir Mezentsev  
---
 I downloaded adelie-rootfs-mini-aarch64-1.0-rc2.txz :
export https_proxy=https://www-proxy.us.oracle.com:80
export http_proxy=http://www-proxy.us.oracle.com:80
wget
https://distfiles.adelielinux.org/adelie/1.0/iso/rc2/adelie-rootfs-mini-aarch64-1.0-rc2.txz
sudo tar xf adelie-rootfs-mini-aarch64-1.0-rc2.txz

But I can't download anything in the container:
sudo systemd-nspawn -E https_proxy=https://www-proxy.us.oracle.com:80 -E
http_proxy=http://www-proxy.us.oracle.com:80 --directory=. -M my_musl
Spawning container my_musl on /tmp/adelie.
Press ^] three times within 1s to kill container.
-sh: 0: can't access tty; job control turned off

my_musl # /sbin/apk add bash
fetch
https://distfiles.adelielinux.org/adelie/1.0/system/aarch64/APKINDEX.tar.gz
ERROR: https://distfiles.adelielinux.org/adelie/1.0/system: network error
(check Internet connection and firewall)
fetch https://distfiles.adelielinux.org/adelie/1.0/user/aarch64/APKINDEX.tar.gz
ERROR: https://distfiles.adelielinux.org/adelie/1.0/user: network error (check
Internet connection and firewall)
(1/1) Installing bash (4.4.23-r1)
ERROR: bash-4.4.23-r1: network error (check Internet connection and firewall)
1 error; 38 MiB in 40 packages


How can I resolve this problem ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2023-12-20 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

Vladimir Mezentsev  changed:

   What|Removed |Added

   See Also||https://sourceware.org/bugz
   ||illa/show_bug.cgi?id=30779

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2023-12-22 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

--- Comment #3 from Sourceware Commits  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d

commit 576d2c97d8de26d1ab5a2058e8ba4ffd00b8096d
Author: Vladimir Mezentsev 
Date:   Thu Dec 21 21:33:58 2023 -0800

gprofng: fix build problems on linux-musl

ino64_t, off64_t, fpos64_t, stat64, __u64 are not defined on linux-musl.
Fixed by declaring these types for linux-musl.

2023-12-21  Vladimir Mezentsev  

PR gprofng/30779
PR gprofng/29593
* common/gp-defs.h: Define ino64_t, off64_t, fpos64_t for
linux-musl.
* libcollector/unwind.c: Define __u64 for linux-musl.
* src/util.h: Define dbe_stat_t.
* src/ClassFile.cc: Use dbe_stat_t instead of "struct stat64".
* src/Dbe.cc: Likewise.
* src/DbeFile.cc: Likewise.
* src/DbeFile.h: Likewise.
* src/DbeSession.cc: Likewise.
* src/Experiment.cc: Likewise.
* src/checks.cc: Likewise.
* src/util.cc: Likewise.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2024-01-10 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

--- Comment #4 from Vladimir Mezentsev  
---
Has the build problem been fixed in your environment?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2024-04-16 Thread kurt.goebel at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

Kurt Goebel  changed:

   What|Removed |Added

   Severity|normal  |enhancement

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2024-08-26 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

--- Comment #5 from Sourceware Commits  ---
The master branch has been updated by Vladimir Mezentsev
:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=abb27dd124fd8d8a879ff667776bbf22422f464e

commit abb27dd124fd8d8a879ff667776bbf22422f464e
Author: Vladimir Mezentsev 
Date:   Fri Aug 23 13:43:18 2024 -0700

Disable gprofng build for *musl*

I disable gprofng until gprofng is ported to musl.

gprofng/ChangeLog
2024-08-22  Vladimir Mezentsev  .

PR gprofng/30779
PR gprofng/29593
PR gprofng/29477
* configure.ac: Disable gprofng build for *musl*.
* configure: Rebuild.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug gprofng/29593] error: '__u64' undeclared (first use in this function) for aarch64-linux-musl host

2024-08-26 Thread vladimir.mezentsev at oracle dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=29593

Vladimir Mezentsev  changed:

   What|Removed |Added

 Status|ASSIGNED|SUSPENDED

--- Comment #6 from Vladimir Mezentsev  
---
Need to port gprofng on musl. See bug 30779.

-- 
You are receiving this mail because:
You are on the CC list for the bug.