Re: a2ps fails to install (compressed log attached)

2022-12-19 Thread Kenneth Wolcott
Hi;

  I modified the portfile using 'sudo edit a2ps' simply replacing
'/usr/bin/makeinfo' with '/opt/local/bin/makeinfo' and tried to
install again.

  I see one thing in the new log:

/bin/sh: /usr/bin/makeinfo: No such file or directory

  I wonder why that is?  I also see some failed attempts to test
syntax/usage of makeinfo (?) showing some kind of incompatibility.

  I have attached the new log file (bzip2 compressed).

Thanks,
Ken


On Mon, Dec 19, 2022 at 3:16 PM Bill Cole
 wrote:
>
> On 2022-12-19 at 16:47:41 UTC-0500 (Mon, 19 Dec 2022 13:47:41 -0800)
> Kenneth Wolcott 
> is rumored to have said:
>
> > Hi Bill;
> >
> > Here is some more information:
> >
> > ls -ld /opt/local/bin/makeinfo
> > lrwxr-xr-x  1 root  admin  8 Dec  9 19:36 /opt/local/bin/makeinfo ->
> > texi2any
> >
> > port list texinfo
> > texinfo@7.0.1  textproc/texinfo
> >
> > ls -ld /opt/local/bin/texi2any
> > -rwxr-xr-x  1 root  admin  68708 Dec  9 19:36 /opt/local/bin/texi2any
> >
> > port contents texinfo | grep texi2any
> >   /opt/local/bin/texi2any
> >   /opt/local/share/info/texi2any_api.info
> >   /opt/local/share/info/texi2any_internals.info
> >   /opt/local/share/man/man1/texi2any.1.gz
> >
> > I've never created a MacPorts bug report before; guess it is time to
> > learn how to do that :-)
>
> Looks like a simple fix. The Portfile for a2ps includes this definition:
>
> MAKEINFO=/usr/bin/makeinfo
>
> Which would explain why the build failed and why the config didn't
> bother looking for a working makeinfo.
>
>
> >
> > Thanks,
> > Ken
> >
> > On Mon, Dec 19, 2022 at 1:28 PM Bill Cole
> >  wrote:
> >>
> >> On 2022-12-19 at 15:03:35 UTC-0500 (Mon, 19 Dec 2022 12:03:35 -0800)
> >> Kenneth Wolcott 
> >> is rumored to have said:
> >>
> >>> Hi;
> >>>
> >>>   a2ps fails to install (compressed log attached).
> >>>
> >>> one item I noticed (several instances:
> >>> :info:destroot /bin/sh: /usr/bin/makeinfo: No such file or directory
> >>>
> >>> Does this mean that there is a missing dependency?
> >>
> >> It looks like it's saying that the version of 'makeinfo' that has
> >> historically been included in macOS is not present.
> >>
> >> That seems like something Apple might have done in a recent version,
> >> as
> >> they have been removing GNU tools pretty aggressively. It was still
> >> there in Catalina (which is as far as I've ventured...)
> >>
> >> If it really is gone, you can get a version by installing the
> >> 'texinfo'
> >> port, but it won't be at that path and it won't be whatever version
> >> Apple last had in the base system. However, it might be noticed and
> >> used
> >> by the a2ps configure stage and if so, should work. I expect that the
> >> proper solution will be to add texinfo as a dependency.
> >>
> >>
> >> --
> >> Bill Cole
> >> b...@scconsult.com or billc...@apache.org
> >> (AKA @grumpybozo and many *@billmail.scconsult.com addresses)
> >> Not Currently Available For Hire
>
>
> --
> Bill Cole
> b...@scconsult.com or billc...@apache.org
> (AKA @grumpybozo and many *@billmail.scconsult.com addresses)
> Not Currently Available For Hire


a2ps_try2_main.log.bz2
Description: BZip2 compressed data


Re: a2ps fails to install (compressed log attached)

2022-12-19 Thread Bill Cole

On 2022-12-19 at 16:47:41 UTC-0500 (Mon, 19 Dec 2022 13:47:41 -0800)
Kenneth Wolcott 
is rumored to have said:


Hi Bill;

Here is some more information:

ls -ld /opt/local/bin/makeinfo
lrwxr-xr-x  1 root  admin  8 Dec  9 19:36 /opt/local/bin/makeinfo -> 
texi2any


port list texinfo
texinfo@7.0.1  textproc/texinfo

ls -ld /opt/local/bin/texi2any
-rwxr-xr-x  1 root  admin  68708 Dec  9 19:36 /opt/local/bin/texi2any

port contents texinfo | grep texi2any
  /opt/local/bin/texi2any
  /opt/local/share/info/texi2any_api.info
  /opt/local/share/info/texi2any_internals.info
  /opt/local/share/man/man1/texi2any.1.gz

I've never created a MacPorts bug report before; guess it is time to
learn how to do that :-)


Looks like a simple fix. The Portfile for a2ps includes this definition:

MAKEINFO=/usr/bin/makeinfo

Which would explain why the build failed and why the config didn't 
bother looking for a working makeinfo.





Thanks,
Ken

On Mon, Dec 19, 2022 at 1:28 PM Bill Cole
 wrote:


On 2022-12-19 at 15:03:35 UTC-0500 (Mon, 19 Dec 2022 12:03:35 -0800)
Kenneth Wolcott 
is rumored to have said:


Hi;

  a2ps fails to install (compressed log attached).

one item I noticed (several instances:
:info:destroot /bin/sh: /usr/bin/makeinfo: No such file or directory

Does this mean that there is a missing dependency?


It looks like it's saying that the version of 'makeinfo' that has
historically been included in macOS is not present.

That seems like something Apple might have done in a recent version, 
as

they have been removing GNU tools pretty aggressively. It was still
there in Catalina (which is as far as I've ventured...)

If it really is gone, you can get a version by installing the 
'texinfo'

port, but it won't be at that path and it won't be whatever version
Apple last had in the base system. However, it might be noticed and 
used

by the a2ps configure stage and if so, should work. I expect that the
proper solution will be to add texinfo as a dependency.


--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire



--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire


gv apparently silently fails to install properly

2022-12-19 Thread Kenneth Wolcott
Hi;

  I recently uninstalled and re-installed gv.

  There were no errors that I saw during the install (source code
build forced with "-s").

Yet, when I try to invoke gv, I get a what looks to be a linkage error:

/opt/local/bin/gv -v dyld[7999]: symbol not found in flat namespace '_yylex''

Thanks,
Ken Wolcott


Re: a2ps fails to install (compressed log attached)

2022-12-19 Thread Kenneth Wolcott
Hi Bill;

Here is some more information:

ls -ld /opt/local/bin/makeinfo
lrwxr-xr-x  1 root  admin  8 Dec  9 19:36 /opt/local/bin/makeinfo -> texi2any

port list texinfo
texinfo@7.0.1  textproc/texinfo

ls -ld /opt/local/bin/texi2any
-rwxr-xr-x  1 root  admin  68708 Dec  9 19:36 /opt/local/bin/texi2any

port contents texinfo | grep texi2any
  /opt/local/bin/texi2any
  /opt/local/share/info/texi2any_api.info
  /opt/local/share/info/texi2any_internals.info
  /opt/local/share/man/man1/texi2any.1.gz

I've never created a MacPorts bug report before; guess it is time to
learn how to do that :-)

Thanks,
Ken

On Mon, Dec 19, 2022 at 1:28 PM Bill Cole
 wrote:
>
> On 2022-12-19 at 15:03:35 UTC-0500 (Mon, 19 Dec 2022 12:03:35 -0800)
> Kenneth Wolcott 
> is rumored to have said:
>
> > Hi;
> >
> >   a2ps fails to install (compressed log attached).
> >
> > one item I noticed (several instances:
> > :info:destroot /bin/sh: /usr/bin/makeinfo: No such file or directory
> >
> > Does this mean that there is a missing dependency?
>
> It looks like it's saying that the version of 'makeinfo' that has
> historically been included in macOS is not present.
>
> That seems like something Apple might have done in a recent version, as
> they have been removing GNU tools pretty aggressively. It was still
> there in Catalina (which is as far as I've ventured...)
>
> If it really is gone, you can get a version by installing the 'texinfo'
> port, but it won't be at that path and it won't be whatever version
> Apple last had in the base system. However, it might be noticed and used
> by the a2ps configure stage and if so, should work. I expect that the
> proper solution will be to add texinfo as a dependency.
>
>
> --
> Bill Cole
> b...@scconsult.com or billc...@apache.org
> (AKA @grumpybozo and many *@billmail.scconsult.com addresses)
> Not Currently Available For Hire


Re: a2ps fails to install (compressed log attached)

2022-12-19 Thread Bill Cole

On 2022-12-19 at 15:03:35 UTC-0500 (Mon, 19 Dec 2022 12:03:35 -0800)
Kenneth Wolcott 
is rumored to have said:


Hi;

  a2ps fails to install (compressed log attached).

one item I noticed (several instances:
:info:destroot /bin/sh: /usr/bin/makeinfo: No such file or directory

Does this mean that there is a missing dependency?


It looks like it's saying that the version of 'makeinfo' that has 
historically been included in macOS is not present.


That seems like something Apple might have done in a recent version, as 
they have been removing GNU tools pretty aggressively. It was still 
there in Catalina (which is as far as I've ventured...)


If it really is gone, you can get a version by installing the 'texinfo' 
port, but it won't be at that path and it won't be whatever version 
Apple last had in the base system. However, it might be noticed and used 
by the a2ps configure stage and if so, should work. I expect that the 
proper solution will be to add texinfo as a dependency.



--
Bill Cole
b...@scconsult.com or billc...@apache.org
(AKA @grumpybozo and many *@billmail.scconsult.com addresses)
Not Currently Available For Hire


a2ps fails to install (compressed log attached)

2022-12-19 Thread Kenneth Wolcott
Hi;

  a2ps fails to install (compressed log attached).

one item I noticed (several instances:
:info:destroot /bin/sh: /usr/bin/makeinfo: No such file or directory

Does this mean that there is a missing dependency?

Lots of warnings...

Thanks,
Ken Wolcott


a2ps_install_failed.log.bz2
Description: BZip2 compressed data


Re: evince post install launch tweaks help needed

2022-12-19 Thread Kenneth Wolcott
Thank you!

Now the remaining problem is the flashing between the nice display of
the pdf and a black screen.

Thanks,
Ken Wolcott

On Mon, Dec 19, 2022 at 10:27 AM chilli.names...@gmail.com
 wrote:
>
> > sudo port load dbus
> >
> > and log out and back in again.
>
>
>
> > On Dec 19, 2022, at 12:40, Kenneth Wolcott  wrote:
> >
> > HI again;
> >
> >  I removed evince and reinstalled thinking that the behavior might
> > improve if it knew that there was an org-server package already
> > installed.
> >
> >  I get these warnings near the end of the install of evince:
> >
> > Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
> > Paths starting with “/apps/”, “/desktop/” or “/system/” are
> > deprecated.
> > Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
> > Paths starting with “/apps/”, “/desktop/” or “/system/” are
> > deprecated.
> > Warning: Schema “org.gnome.system.proxy.http” has path
> > “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
> > “/system/” are deprecated.
> > Warning: Schema “org.gnome.system.proxy.https” has path
> > “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
> > “/system/” are deprecated.
> > Warning: Schema “org.gnome.system.proxy.ftp” has path
> > “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
> > “/system/” are deprecated.
> > Warning: Schema “org.gnome.system.proxy.socks” has path
> > “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
> > “/system/” are deprecated.
> >
> > Also when invoking evince, I still get the flashing between the black
> > screen and the postscript file display.
> >
> > I also still get the following bus warning:
> > dbus[99099]: Dynamic session lookup supported but failed: launchd did
> > not provide a socket path, verify that
> > org.freedesktop.dbus-session.plist is loaded!
> >
> > Thanks,
> > Ken Wolcott
> >
> >> On Mon, Dec 19, 2022 at 9:33 AM Kenneth Wolcott
> >>  wrote:
> >>
> >> Thank you all for the help.
> >>
> >> I removed xQuartz from the homebrew installation.
> >>
> >> I then installed org-server using MacPorts.
> >>
> >> I logged out and logged back in.
> >>
> >> When running evince with a Postscript file I still get the flashing
> >> and I get the following:
> >>
> >> dbus[66621]: Dynamic session lookup supported but failed: launchd did
> >> not provide a socket path, verify that
> >> org.freedesktop.dbus-session.plist is loaded!
> >>
> >> Ken
> >>
> >>> On Mon, Dec 19, 2022 at 5:52 AM Chris Jones  
> >>> wrote:
> >>>
> >>>
> >>>
>  On 19 Dec 2022, at 12:31 pm, chilli.names...@gmail.com wrote:
> 
>  oops, probably want to add
> 
>  sudo port install xorg-server
> 
> 
>  so, altogether,
> 
>  sudo port install xorg xorg-server; sudo port load dbus
> >>>
> >>> If all you need is a X server, then installing everything brought in by 
> >>> ‘xorg’ is completely unnecessary. Just install xorg-server.
> >>>
> 
>  Log out. Log in.
> 
> > On Dec 19, 2022, at 07:03, chilli.names...@gmail.com wrote:
> >
> > I just went through this on Mountain Lion and Mojave. I believe it's
> >
> > sudo port install xorg
> >
> > Installs XQuartz X11.app in /Applications/MacPorts
> > but I think also may need to
> >
> > sudo port load dbus
> >
> > and log out and back in again.
> >
> > IMO, Homebrew is a bloody mess. Good luck uninstalling it. Probably 
> > easier to reformat and reinstall the system. I don't understand the 
> > attraction to it. It's an exceptionally poor implementation of a 
> > package management system.
> >
> >>> On Dec 18, 2022, at 23:46, Kenneth Wolcott  
> >>> wrote:
> >>
> >> Hi;
> >>
> >> I running MacPorts with MacOS Ventura 13.1 w/ M1 CPU.
> >>
> >> I had previously installed evince but was getting periodic flashing
> >> on-and-off when trying to view a postscript file.
> >>
> >> So I re-installed evince from source and the following is the output
> >> from the install.  I don't know how to make certain that evince will
> >> launch properly.
> >>
> >> I installed xQuartz from homebrew, I'm not certain how to get an
> >> XWindows environment properly set up using MacPorts.  Perhaps that is
> >> part of my problem.
> >>
> >> Thanks,
> >> Ken Wolcott
> >>
> >> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
> >> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> >> deprecated.
> >> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
> >> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> >> deprecated.
> >> Warning: Schema “org.gnome.system.proxy.http” has path
> >> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
> >> “/system/” are deprecated.
> >> Warning: Schema “org.gnome.system.proxy.

Re: evince post install launch tweaks help needed

2022-12-19 Thread chilli.names...@gmail.com
> sudo port load dbus
> 
> and log out and back in again.



> On Dec 19, 2022, at 12:40, Kenneth Wolcott  wrote:
> 
> HI again;
> 
>  I removed evince and reinstalled thinking that the behavior might
> improve if it knew that there was an org-server package already
> installed.
> 
>  I get these warnings near the end of the install of evince:
> 
> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> deprecated.
> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> deprecated.
> Warning: Schema “org.gnome.system.proxy.http” has path
> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> Warning: Schema “org.gnome.system.proxy.https” has path
> “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> Warning: Schema “org.gnome.system.proxy.ftp” has path
> “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> Warning: Schema “org.gnome.system.proxy.socks” has path
> “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> 
> Also when invoking evince, I still get the flashing between the black
> screen and the postscript file display.
> 
> I also still get the following bus warning:
> dbus[99099]: Dynamic session lookup supported but failed: launchd did
> not provide a socket path, verify that
> org.freedesktop.dbus-session.plist is loaded!
> 
> Thanks,
> Ken Wolcott
> 
>> On Mon, Dec 19, 2022 at 9:33 AM Kenneth Wolcott
>>  wrote:
>> 
>> Thank you all for the help.
>> 
>> I removed xQuartz from the homebrew installation.
>> 
>> I then installed org-server using MacPorts.
>> 
>> I logged out and logged back in.
>> 
>> When running evince with a Postscript file I still get the flashing
>> and I get the following:
>> 
>> dbus[66621]: Dynamic session lookup supported but failed: launchd did
>> not provide a socket path, verify that
>> org.freedesktop.dbus-session.plist is loaded!
>> 
>> Ken
>> 
>>> On Mon, Dec 19, 2022 at 5:52 AM Chris Jones  
>>> wrote:
>>> 
>>> 
>>> 
 On 19 Dec 2022, at 12:31 pm, chilli.names...@gmail.com wrote:
 
 oops, probably want to add
 
 sudo port install xorg-server
 
 
 so, altogether,
 
 sudo port install xorg xorg-server; sudo port load dbus
>>> 
>>> If all you need is a X server, then installing everything brought in by 
>>> ‘xorg’ is completely unnecessary. Just install xorg-server.
>>> 
 
 Log out. Log in.
 
> On Dec 19, 2022, at 07:03, chilli.names...@gmail.com wrote:
> 
> I just went through this on Mountain Lion and Mojave. I believe it's
> 
> sudo port install xorg
> 
> Installs XQuartz X11.app in /Applications/MacPorts
> but I think also may need to
> 
> sudo port load dbus
> 
> and log out and back in again.
> 
> IMO, Homebrew is a bloody mess. Good luck uninstalling it. Probably 
> easier to reformat and reinstall the system. I don't understand the 
> attraction to it. It's an exceptionally poor implementation of a package 
> management system.
> 
>>> On Dec 18, 2022, at 23:46, Kenneth Wolcott  
>>> wrote:
>> 
>> Hi;
>> 
>> I running MacPorts with MacOS Ventura 13.1 w/ M1 CPU.
>> 
>> I had previously installed evince but was getting periodic flashing
>> on-and-off when trying to view a postscript file.
>> 
>> So I re-installed evince from source and the following is the output
>> from the install.  I don't know how to make certain that evince will
>> launch properly.
>> 
>> I installed xQuartz from homebrew, I'm not certain how to get an
>> XWindows environment properly set up using MacPorts.  Perhaps that is
>> part of my problem.
>> 
>> Thanks,
>> Ken Wolcott
>> 
>> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
>> deprecated.
>> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
>> deprecated.
>> Warning: Schema “org.gnome.system.proxy.http” has path
>> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
>> “/system/” are deprecated.
>> Warning: Schema “org.gnome.system.proxy.https” has path
>> “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
>> “/system/” are deprecated.
>> Warning: Schema “org.gnome.system.proxy.ftp” has path
>> “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
>> “/system/” are deprecated.
>> Warning: Schema “org.gnome.system.proxy.socks” has path
>> “/system/proxy/socks/”.  Paths starting with “/apps/”, “/deskt

Re: evince post install launch tweaks help needed

2022-12-19 Thread Kenneth Wolcott
HI again;

  I removed evince and reinstalled thinking that the behavior might
improve if it knew that there was an org-server package already
installed.

  I get these warnings near the end of the install of evince:

Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
Paths starting with “/apps/”, “/desktop/” or “/system/” are
deprecated.
Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
Paths starting with “/apps/”, “/desktop/” or “/system/” are
deprecated.
Warning: Schema “org.gnome.system.proxy.http” has path
“/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
“/system/” are deprecated.
Warning: Schema “org.gnome.system.proxy.https” has path
“/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
“/system/” are deprecated.
Warning: Schema “org.gnome.system.proxy.ftp” has path
“/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
“/system/” are deprecated.
Warning: Schema “org.gnome.system.proxy.socks” has path
“/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
“/system/” are deprecated.

Also when invoking evince, I still get the flashing between the black
screen and the postscript file display.

I also still get the following bus warning:
dbus[99099]: Dynamic session lookup supported but failed: launchd did
not provide a socket path, verify that
org.freedesktop.dbus-session.plist is loaded!

Thanks,
Ken Wolcott

On Mon, Dec 19, 2022 at 9:33 AM Kenneth Wolcott
 wrote:
>
> Thank you all for the help.
>
> I removed xQuartz from the homebrew installation.
>
> I then installed org-server using MacPorts.
>
> I logged out and logged back in.
>
> When running evince with a Postscript file I still get the flashing
> and I get the following:
>
> dbus[66621]: Dynamic session lookup supported but failed: launchd did
> not provide a socket path, verify that
> org.freedesktop.dbus-session.plist is loaded!
>
> Ken
>
> On Mon, Dec 19, 2022 at 5:52 AM Chris Jones  wrote:
> >
> >
> >
> > > On 19 Dec 2022, at 12:31 pm, chilli.names...@gmail.com wrote:
> > >
> > > oops, probably want to add
> > >
> > > sudo port install xorg-server
> > >
> > >
> > > so, altogether,
> > >
> > > sudo port install xorg xorg-server; sudo port load dbus
> >
> > If all you need is a X server, then installing everything brought in by 
> > ‘xorg’ is completely unnecessary. Just install xorg-server.
> >
> > >
> > > Log out. Log in.
> > >
> > >> On Dec 19, 2022, at 07:03, chilli.names...@gmail.com wrote:
> > >>
> > >> I just went through this on Mountain Lion and Mojave. I believe it's
> > >>
> > >> sudo port install xorg
> > >>
> > >> Installs XQuartz X11.app in /Applications/MacPorts
> > >> but I think also may need to
> > >>
> > >> sudo port load dbus
> > >>
> > >> and log out and back in again.
> > >>
> > >> IMO, Homebrew is a bloody mess. Good luck uninstalling it. Probably 
> > >> easier to reformat and reinstall the system. I don't understand the 
> > >> attraction to it. It's an exceptionally poor implementation of a package 
> > >> management system.
> > >>
> >  On Dec 18, 2022, at 23:46, Kenneth Wolcott  
> >  wrote:
> > >>>
> > >>> Hi;
> > >>>
> > >>> I running MacPorts with MacOS Ventura 13.1 w/ M1 CPU.
> > >>>
> > >>> I had previously installed evince but was getting periodic flashing
> > >>> on-and-off when trying to view a postscript file.
> > >>>
> > >>> So I re-installed evince from source and the following is the output
> > >>> from the install.  I don't know how to make certain that evince will
> > >>> launch properly.
> > >>>
> > >>> I installed xQuartz from homebrew, I'm not certain how to get an
> > >>> XWindows environment properly set up using MacPorts.  Perhaps that is
> > >>> part of my problem.
> > >>>
> > >>> Thanks,
> > >>> Ken Wolcott
> > >>>
> > >>> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
> > >>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> > >>> deprecated.
> > >>> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
> > >>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> > >>> deprecated.
> > >>> Warning: Schema “org.gnome.system.proxy.http” has path
> > >>> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
> > >>> “/system/” are deprecated.
> > >>> Warning: Schema “org.gnome.system.proxy.https” has path
> > >>> “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
> > >>> “/system/” are deprecated.
> > >>> Warning: Schema “org.gnome.system.proxy.ftp” has path
> > >>> “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
> > >>> “/system/” are deprecated.
> > >>> Warning: Schema “org.gnome.system.proxy.socks” has path
> > >>> “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
> > >>> “/system/” are deprecated.
> > >>> --->  Cleaning evince
> > >>> --->  Removing work directory for evince
> > >>> --->  Scanning binaries for linking errors
> > >>> --->  No broken fil

Re: evince post install launch tweaks help needed

2022-12-19 Thread Kenneth Wolcott
Thank you all for the help.

I removed xQuartz from the homebrew installation.

I then installed org-server using MacPorts.

I logged out and logged back in.

When running evince with a Postscript file I still get the flashing
and I get the following:

dbus[66621]: Dynamic session lookup supported but failed: launchd did
not provide a socket path, verify that
org.freedesktop.dbus-session.plist is loaded!

Ken

On Mon, Dec 19, 2022 at 5:52 AM Chris Jones  wrote:
>
>
>
> > On 19 Dec 2022, at 12:31 pm, chilli.names...@gmail.com wrote:
> >
> > oops, probably want to add
> >
> > sudo port install xorg-server
> >
> >
> > so, altogether,
> >
> > sudo port install xorg xorg-server; sudo port load dbus
>
> If all you need is a X server, then installing everything brought in by 
> ‘xorg’ is completely unnecessary. Just install xorg-server.
>
> >
> > Log out. Log in.
> >
> >> On Dec 19, 2022, at 07:03, chilli.names...@gmail.com wrote:
> >>
> >> I just went through this on Mountain Lion and Mojave. I believe it's
> >>
> >> sudo port install xorg
> >>
> >> Installs XQuartz X11.app in /Applications/MacPorts
> >> but I think also may need to
> >>
> >> sudo port load dbus
> >>
> >> and log out and back in again.
> >>
> >> IMO, Homebrew is a bloody mess. Good luck uninstalling it. Probably easier 
> >> to reformat and reinstall the system. I don't understand the attraction to 
> >> it. It's an exceptionally poor implementation of a package management 
> >> system.
> >>
>  On Dec 18, 2022, at 23:46, Kenneth Wolcott  
>  wrote:
> >>>
> >>> Hi;
> >>>
> >>> I running MacPorts with MacOS Ventura 13.1 w/ M1 CPU.
> >>>
> >>> I had previously installed evince but was getting periodic flashing
> >>> on-and-off when trying to view a postscript file.
> >>>
> >>> So I re-installed evince from source and the following is the output
> >>> from the install.  I don't know how to make certain that evince will
> >>> launch properly.
> >>>
> >>> I installed xQuartz from homebrew, I'm not certain how to get an
> >>> XWindows environment properly set up using MacPorts.  Perhaps that is
> >>> part of my problem.
> >>>
> >>> Thanks,
> >>> Ken Wolcott
> >>>
> >>> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
> >>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> >>> deprecated.
> >>> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
> >>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> >>> deprecated.
> >>> Warning: Schema “org.gnome.system.proxy.http” has path
> >>> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
> >>> “/system/” are deprecated.
> >>> Warning: Schema “org.gnome.system.proxy.https” has path
> >>> “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
> >>> “/system/” are deprecated.
> >>> Warning: Schema “org.gnome.system.proxy.ftp” has path
> >>> “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
> >>> “/system/” are deprecated.
> >>> Warning: Schema “org.gnome.system.proxy.socks” has path
> >>> “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
> >>> “/system/” are deprecated.
> >>> --->  Cleaning evince
> >>> --->  Removing work directory for evince
> >>> --->  Scanning binaries for linking errors
> >>> --->  No broken files found.
> >>> --->  No broken ports found.
> >>> ~: evince ~/Blowin_in_the_Wind.ps
> >>> dbus[29961]: Dynamic session lookup supported but failed: launchd did
> >>> not provide a socket path, verify that
> >>> org.freedesktop.dbus-session.plist is loaded!


Re: evince post install launch tweaks help needed

2022-12-19 Thread Chris Jones



> On 19 Dec 2022, at 12:31 pm, chilli.names...@gmail.com wrote:
> 
> oops, probably want to add
> 
> sudo port install xorg-server
> 
> 
> so, altogether, 
> 
> sudo port install xorg xorg-server; sudo port load dbus

If all you need is a X server, then installing everything brought in by ‘xorg’ 
is completely unnecessary. Just install xorg-server.

> 
> Log out. Log in.
> 
>> On Dec 19, 2022, at 07:03, chilli.names...@gmail.com wrote:
>> 
>> I just went through this on Mountain Lion and Mojave. I believe it's
>> 
>> sudo port install xorg
>> 
>> Installs XQuartz X11.app in /Applications/MacPorts
>> but I think also may need to 
>> 
>> sudo port load dbus
>> 
>> and log out and back in again.
>> 
>> IMO, Homebrew is a bloody mess. Good luck uninstalling it. Probably easier 
>> to reformat and reinstall the system. I don't understand the attraction to 
>> it. It's an exceptionally poor implementation of a package management system.
>> 
 On Dec 18, 2022, at 23:46, Kenneth Wolcott  
 wrote:
>>> 
>>> Hi;
>>> 
>>> I running MacPorts with MacOS Ventura 13.1 w/ M1 CPU.
>>> 
>>> I had previously installed evince but was getting periodic flashing
>>> on-and-off when trying to view a postscript file.
>>> 
>>> So I re-installed evince from source and the following is the output
>>> from the install.  I don't know how to make certain that evince will
>>> launch properly.
>>> 
>>> I installed xQuartz from homebrew, I'm not certain how to get an
>>> XWindows environment properly set up using MacPorts.  Perhaps that is
>>> part of my problem.
>>> 
>>> Thanks,
>>> Ken Wolcott
>>> 
>>> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
>>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
>>> deprecated.
>>> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
>>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
>>> deprecated.
>>> Warning: Schema “org.gnome.system.proxy.http” has path
>>> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
>>> “/system/” are deprecated.
>>> Warning: Schema “org.gnome.system.proxy.https” has path
>>> “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
>>> “/system/” are deprecated.
>>> Warning: Schema “org.gnome.system.proxy.ftp” has path
>>> “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
>>> “/system/” are deprecated.
>>> Warning: Schema “org.gnome.system.proxy.socks” has path
>>> “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
>>> “/system/” are deprecated.
>>> --->  Cleaning evince
>>> --->  Removing work directory for evince
>>> --->  Scanning binaries for linking errors
>>> --->  No broken files found.
>>> --->  No broken ports found.
>>> ~: evince ~/Blowin_in_the_Wind.ps
>>> dbus[29961]: Dynamic session lookup supported but failed: launchd did
>>> not provide a socket path, verify that
>>> org.freedesktop.dbus-session.plist is loaded!


Re: evince post install launch tweaks help needed

2022-12-19 Thread chilli.names...@gmail.com
oops, probably want to add

sudo port install xorg-server


so, altogether, 

sudo port install xorg xorg-server; sudo port load dbus

Log out. Log in.

> On Dec 19, 2022, at 07:03, chilli.names...@gmail.com wrote:
> 
> I just went through this on Mountain Lion and Mojave. I believe it's
> 
> sudo port install xorg
> 
> Installs XQuartz X11.app in /Applications/MacPorts
> but I think also may need to 
> 
> sudo port load dbus
> 
> and log out and back in again.
> 
> IMO, Homebrew is a bloody mess. Good luck uninstalling it. Probably easier to 
> reformat and reinstall the system. I don't understand the attraction to it. 
> It's an exceptionally poor implementation of a package management system.
> 
>> On Dec 18, 2022, at 23:46, Kenneth Wolcott  wrote:
>> 
>> Hi;
>> 
>> I running MacPorts with MacOS Ventura 13.1 w/ M1 CPU.
>> 
>> I had previously installed evince but was getting periodic flashing
>> on-and-off when trying to view a postscript file.
>> 
>> So I re-installed evince from source and the following is the output
>> from the install.  I don't know how to make certain that evince will
>> launch properly.
>> 
>> I installed xQuartz from homebrew, I'm not certain how to get an
>> XWindows environment properly set up using MacPorts.  Perhaps that is
>> part of my problem.
>> 
>> Thanks,
>> Ken Wolcott
>> 
>> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
>> deprecated.
>> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
>> Paths starting with “/apps/”, “/desktop/” or “/system/” are
>> deprecated.
>> Warning: Schema “org.gnome.system.proxy.http” has path
>> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
>> “/system/” are deprecated.
>> Warning: Schema “org.gnome.system.proxy.https” has path
>> “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
>> “/system/” are deprecated.
>> Warning: Schema “org.gnome.system.proxy.ftp” has path
>> “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
>> “/system/” are deprecated.
>> Warning: Schema “org.gnome.system.proxy.socks” has path
>> “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
>> “/system/” are deprecated.
>> --->  Cleaning evince
>> --->  Removing work directory for evince
>> --->  Scanning binaries for linking errors
>> --->  No broken files found.
>> --->  No broken ports found.
>> ~: evince ~/Blowin_in_the_Wind.ps
>> dbus[29961]: Dynamic session lookup supported but failed: launchd did
>> not provide a socket path, verify that
>> org.freedesktop.dbus-session.plist is loaded!


Re: evince post install launch tweaks help needed

2022-12-19 Thread chilli.names...@gmail.com
I just went through this on Mountain Lion and Mojave. I believe it's

 sudo port install xorg

Installs XQuartz X11.app in /Applications/MacPorts
but I think also may need to 

sudo port load dbus

and log out and back in again.

IMO, Homebrew is a bloody mess. Good luck uninstalling it. Probably easier to 
reformat and reinstall the system. I don't understand the attraction to it. 
It's an exceptionally poor implementation of a package management system.

> On Dec 18, 2022, at 23:46, Kenneth Wolcott  wrote:
> 
> Hi;
> 
>  I running MacPorts with MacOS Ventura 13.1 w/ M1 CPU.
> 
>  I had previously installed evince but was getting periodic flashing
> on-and-off when trying to view a postscript file.
> 
>  So I re-installed evince from source and the following is the output
> from the install.  I don't know how to make certain that evince will
> launch properly.
> 
>  I installed xQuartz from homebrew, I'm not certain how to get an
> XWindows environment properly set up using MacPorts.  Perhaps that is
> part of my problem.
> 
> Thanks,
> Ken Wolcott
> 
> Warning: Schema “org.gnome.system.locale” has path “/system/locale/”.
> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> deprecated.
> Warning: Schema “org.gnome.system.proxy” has path “/system/proxy/”.
> Paths starting with “/apps/”, “/desktop/” or “/system/” are
> deprecated.
> Warning: Schema “org.gnome.system.proxy.http” has path
> “/system/proxy/http/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> Warning: Schema “org.gnome.system.proxy.https” has path
> “/system/proxy/https/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> Warning: Schema “org.gnome.system.proxy.ftp” has path
> “/system/proxy/ftp/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> Warning: Schema “org.gnome.system.proxy.socks” has path
> “/system/proxy/socks/”.  Paths starting with “/apps/”, “/desktop/” or
> “/system/” are deprecated.
> --->  Cleaning evince
> --->  Removing work directory for evince
> --->  Scanning binaries for linking errors
> --->  No broken files found.
> --->  No broken ports found.
> ~: evince ~/Blowin_in_the_Wind.ps
> dbus[29961]: Dynamic session lookup supported but failed: launchd did
> not provide a socket path, verify that
> org.freedesktop.dbus-session.plist is loaded!