[MacPorts] #70891: at-spi2-core: Since upgrade to 2.44.1_0 dbind-WARNING messages.
MacPorts
noreply at macports.org
Thu Sep 26 12:16:13 UTC 2024
#70891: at-spi2-core: Since upgrade to 2.44.1_0 dbind-WARNING messages.
----------------------------+----------------------
Reporter: christophecvr | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.9.99
Resolution: | Keywords:
Port: at-spi2-core |
----------------------------+----------------------
Comment (by christophecvr):
Extra info from [comment:9 christophecvr]:
> I'm trying to build gedit in a seperate port location using :
>
> https://guide.macports.org/#installing.macports.source.multiple
>
> as example I do it in /opt/geditb instead of /opt/local . \\
> It is a package requiring a lot of build tools.
> For example yelp is needed and requires clang-11 clang-14 gcc-14
clang-17 rust and .. as build tools depends.
>
> Is there a way to build such packages in this other /opt/geditb location
while using the above mentioned tools who are just needed to build but not
at runtime from my base macports installation in /opt/local ?
>
>
The goal at the end is to creat a gedit .pkg file who can run independent
of other macports installation. \\
It will run under quartz \\
Ultimate goal is even creation of a full .app which can run on same macos
version without any macports installed. \\
I first with creation of /opt/geditb by configuring building and
installing macports-base with :
{{{
export PATH=/bin:/sbin:/usr/bin:/usr/sbin
MP_PREFIX=/opt/geditb
./configure --prefix=$MP_PREFIX --with-applications-
dir=/Applications/Geditb --without-startupitems --with-macports-
user=christophe --with-shared-directory --enable-readline
make
sudo make install
}}}
But then how to use to build the needed libs,bins and runtime depends into
/opt/gedit while using the build_depends out of the one installed in
/opt/local
yes I will have to use PATH=/opt/geditb/bin:/opt/geditb/sbin cause that is
the port command i must use then. \\
After this all is a big question mark ? no info in macports manual about
that \\
Just section https://guide.macports.org/#using.binaries tells a bit more
\\
but not a answer to my question.
--
Ticket URL: <https://trac.macports.org/ticket/70891#comment:10>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list