View previous topic :: View next topic |
Author |
Message |
JustCauseWhyNot Apprentice

Joined: 07 Dec 2021 Posts: 178
|
Posted: Sun Nov 26, 2023 11:57 pm Post subject: libmysofa for pipewire |
|
|
I've created a env file with `MYMESONARGS="-Dlibmysofa=enabled", and it seems to be passed to the build properly. But I've got a problem cause of that. libmysofa isn't being recognized as installed. I've got it installed, but when I try and build pipewire it fails with that option. Here's the build.log |
|
Back to top |
|
 |
Hu Administrator

Joined: 06 Mar 2007 Posts: 23369
|
Posted: Mon Nov 27, 2023 12:04 am Post subject: |
|
|
The output says it cannot find the x86 version of libmysofa. Do you have that installed, or only the amd64 version? What is the output of emerge --pretend --verbose package-providing-libmysofa? |
|
Back to top |
|
 |
JustCauseWhyNot Apprentice

Joined: 07 Dec 2021 Posts: 178
|
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2290
|
Posted: Mon Nov 27, 2023 12:10 am Post subject: |
|
|
Your output doesn't mention which repository libmysofa is from (which seems unusual with --verbose, maybe --quiet is in EMERGE_DEFAULT_OPTS or similar?) but anyway, it appears the ebuild is not multilib. |
|
Back to top |
|
 |
JustCauseWhyNot Apprentice

Joined: 07 Dec 2021 Posts: 178
|
Posted: Mon Nov 27, 2023 12:15 am Post subject: |
|
|
I will make it a multilib ebuild then. Here's the ebuild. Its the same from stefantalpalaru ebuild, but I copied it to local ebuild repo cause it was easier for me to do. |
|
Back to top |
|
 |
JustCauseWhyNot Apprentice

Joined: 07 Dec 2021 Posts: 178
|
Posted: Mon Nov 27, 2023 12:28 am Post subject: |
|
|
Trying to add multilib support causes libmysofa to fail to build.log, and here's the ebuild
Last edited by JustCauseWhyNot on Mon Nov 27, 2023 12:38 am; edited 1 time in total |
|
Back to top |
|
 |
sam_ Developer


Joined: 14 Aug 2020 Posts: 2290
|
Posted: Mon Nov 27, 2023 12:35 am Post subject: |
|
|
JustCauseWhyNot wrote: | Trying to add multilib support causes libmysofa to fail to build.log, and here's the ebuild |
That first log doesn't contain the actual build.log, the second one 404s. Could you take a look? |
|
Back to top |
|
 |
JustCauseWhyNot Apprentice

Joined: 07 Dec 2021 Posts: 178
|
Posted: Mon Nov 27, 2023 12:38 am Post subject: |
|
|
Fixed the links. Thanks for letting me know, and sorry about that. |
|
Back to top |
|
 |
|