probably was broken by https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=commit;h=435f844... adds -lexecinfo and friends to cinelerra/Makefile, they usually not availabe on std. Linux (saw them on musl-based Alpine Linux)
I think something like this should fix main executable linking on non-bsd i guess original column of cases still better conceptually, for linking only with enabled libs. i reordered libav libs for.. static linking on ppc with self-compiled ffmpeg 4.4 other patches still needed for libzmpeg/mplexlo/hvmpeg dirs, and some for configure if you want to enable libzmpeg and friends (liba52 dyn linking) but at least I found those missed vorbis/theora libs preventing ogg from working in dynamic case. On Monday, April 11, 2022, Andrew Randrianasulu <[email protected]> wrote:
probably was broken by
https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=commit;h= 435f84402323118397a408c1b0c90aa59b321286
adds -lexecinfo and friends to cinelerra/Makefile, they usually not availabe on std. Linux (saw them on musl-based Alpine Linux)
I tried the FreeBSD 13 pre-built CinGG on a fully updated FreeBSD 13. After installing packages openexr, flac and libsndfile, CinGG failed to start, with weird errors. - It could not create the .bcast5 directory, although the path it showed in the error message was correct. - It tried to put plugins into /plugin . - And maybe because of that, very many errors on plugins. Certainly the first two should be easy to debug, unfortunately I cannot build from sources. Configure stops at needing gkt2+ . I am running the XFCE desktop, so gtk2 must be present, it is probably some gkt2 development files that are missing. "pkg search" shows nothing that looks like it . @Andrew-R , you must have this working. Which package is required? MatN
On Thursday, April 21, 2022, <[email protected]> wrote:
I tried the FreeBSD 13 pre-built CinGG on a fully updated FreeBSD 13.
After installing packages openexr, flac and libsndfile, CinGG failed to start, with weird errors.
be sure you mounted procfs: mount - t procfs proc /proc i'll look into pkglist, attached $ cat pkg_list | grep gtk gtk-update-icon-cache-3.24.31 Gtk-update-icon-cache utility from the Gtk+ toolkit gtk2-2.24.33 Gimp Toolkit for X11 GUI (previous stable version) gtk3-3.24.33 Gimp Toolkit for X11 GUI (current stable version)
- It could not create the .bcast5 directory, although the path it showed in the error message was correct. - It tried to put plugins into /plugin . - And maybe because of that, very many errors on plugins.
Certainly the first two should be easy to debug, unfortunately I cannot build from sources. Configure stops at needing gkt2+ . I am running the XFCE desktop, so gtk2 must be present, it is probably some gkt2 development files that are missing.
modern xfce moved to gtk3.... "pkg search" shows nothing that looks like it . i used 'pkg info' (found on internet!)
@Andrew-R , you must have this working. Which package is required?
MatN
On Thu, 21 Apr 2022 19:47:30 +0300 Andrew Randrianasulu <[email protected]> wrote:
On Thursday, April 21, 2022, <[email protected]> wrote:
I tried the FreeBSD 13 pre-built CinGG on a fully updated FreeBSD 13.
After installing packages openexr, flac and libsndfile, CinGG failed to start, with weird errors.
be sure you mounted procfs:
mount - t procfs proc /proc
That was it! It now starts fine, and the plugin directory is normal. Is this mount requirement mentioned somewhere? The manual says to refer to README.txt. there is a README in the bin directory but it has no information on this. Would it be possible for CinGG to detect this and give a proper error message?
i'll look into pkglist, attached
$ cat pkg_list | grep gtk gtk-update-icon-cache-3.24.31 Gtk-update-icon-cache utility from the Gtk+ toolkit gtk2-2.24.33 Gimp Toolkit for X11 GUI (previous stable version) gtk3-3.24.33 Gimp Toolkit for X11 GUI (current stable version)
- It could not create the .bcast5 directory, although the path it showed in the error message was correct. - It tried to put plugins into /plugin . - And maybe because of that, very many errors on plugins.
Certainly the first two should be easy to debug, unfortunately I cannot build from sources. Configure stops at needing gkt2+ . I am running the XFCE desktop, so gtk2 must be present, it is probably some gkt2 development files that are missing.
After install pkgcfg that error was gone. I still get build errors though. Are you using the blds/bsd.bld script as it is in the git? Thanks for the package list, you do have more installed than is on my test VM. Is audio working normally for you? According to the preferences, OSS is used, and there is sound but it is very soft. I see no alsa/pulseaudio on your list (you can get them by pkg install alsa-utils). But they are disabled in blds/bds.bld .
On Thursday, April 21, 2022, <[email protected]> wrote:
On Thu, 21 Apr 2022 19:47:30 +0300 Andrew Randrianasulu <[email protected]> wrote:
On Thursday, April 21, 2022, <[email protected]> wrote:
I tried the FreeBSD 13 pre-built CinGG on a fully updated FreeBSD 13.
After installing packages openexr, flac and libsndfile, CinGG failed to start, with weird errors.
be sure you mounted procfs:
mount - t procfs proc /proc
That was it! It now starts fine, and the plugin directory is normal. Is this mount requirement mentioned somewhere?
I guess not? I run into this head on!
The manual says to refer to README.txt. there is a README in the bin directory but it has no information on this. Would it be possible for CinGG to detect this and give a proper error message?
good question.. not sure for now....
i'll look into pkglist, attached
$ cat pkg_list | grep gtk gtk-update-icon-cache-3.24.31 Gtk-update-icon-cache utility from the Gtk+ toolkit gtk2-2.24.33 Gimp Toolkit for X11 GUI (previous stable version) gtk3-3.24.33 Gimp Toolkit for X11 GUI (current stable version)
- It could not create the .bcast5 directory, although the path it showed in the error message was correct. - It tried to put plugins into /plugin . - And maybe because of that, very many errors on plugins.
Certainly the first two should be easy to debug, unfortunately I cannot build from sources. Configure stops at needing gkt2+ . I am running the XFCE desktop, so gtk2 must be present, it is probably some gkt2 development files that are missing.
After install pkgcfg that error was gone.
I still get build errors though. Are you using the blds/bsd.bld script as it is in the git?
no, I already modified my version.... will send next time. I think either my freebsd patches or blds/bsd.patch {modified} needed for build... Can you post errors?
Thanks for the package list, you do have more installed than is on my test VM.
Is audio working normally for you? According to the preferences, OSS is used, and there is sound but it is very soft.
probably you should find some {oss} muxer utility?
I see no alsa/pulseaudio on your list (you can get them by pkg install alsa-utils). But they are disabled in blds/bds.bld .
my current freebsd patch and bld script On Thursday, April 21, 2022, Andrew Randrianasulu <[email protected]> wrote:
On Thursday, April 21, 2022, <[email protected]> wrote:
On Thu, 21 Apr 2022 19:47:30 +0300 Andrew Randrianasulu <[email protected]> wrote:
On Thursday, April 21, 2022, <[email protected]> wrote:
I tried the FreeBSD 13 pre-built CinGG on a fully updated FreeBSD 13.
After installing packages openexr, flac and libsndfile, CinGG failed to start, with weird errors.
be sure you mounted procfs:
mount - t procfs proc /proc
That was it! It now starts fine, and the plugin directory is normal. Is this mount requirement mentioned somewhere?
I guess not? I run into this head on!
The manual says to refer to README.txt. there is a README in the bin directory but it has no information on this. Would it be possible for CinGG to detect this and give a proper error message?
good question.. not sure for now....
i'll look into pkglist, attached
$ cat pkg_list | grep gtk gtk-update-icon-cache-3.24.31 Gtk-update-icon-cache utility from the Gtk+ toolkit gtk2-2.24.33 Gimp Toolkit for X11 GUI (previous stable version) gtk3-3.24.33 Gimp Toolkit for X11 GUI (current stable version)
- It could not create the .bcast5 directory, although the path it showed in the error message was correct. - It tried to put plugins into /plugin . - And maybe because of that, very many errors on plugins.
Certainly the first two should be easy to debug, unfortunately I cannot build from sources. Configure stops at needing gkt2+ . I am running the XFCE desktop, so gtk2 must be present, it is probably some gkt2 development files that are missing.
After install pkgcfg that error was gone.
I still get build errors though. Are you using the blds/bsd.bld script as it is in the git?
no, I already modified my version.... will send next time. I think either my freebsd patches or blds/bsd.patch {modified} needed for build... Can you post errors?
Thanks for the package list, you do have more installed than is on my test VM.
Is audio working normally for you? According to the preferences, OSS is used, and there is sound but it is very soft.
probably you should find some {oss} muxer utility?
I see no alsa/pulseaudio on your list (you can get them by pkg install alsa-utils). But they are disabled in blds/bds.bld .
participants (2)
-
Andrew Randrianasulu -
mnieuw@zap.a2000.nl