Re: update of mysql-unified failure
Scott Hannahs via Fink-users <[email protected]> Thu, 16 Jul 2026 21:49:47 -0400
| Newsgroups | gmane.os.apple.fink.general |
|---|---|
| Message-ID | <[email protected]> |
--===============8704003729614722255== Content-Type: multipart/alternative; boundary="Apple-Mail=_A221865D-396C-4BE2-B1D4-507AE641655E" --Apple-Mail=_A221865D-396C-4BE2-B1D4-507AE641655E Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=utf-8 Luigi, Hanspeter, > On Jul 8, 2026, at 6:50=E2=80=AFAM, Hanspeter Niederstrasser = <[email protected]> wrote: >=20 > >>> On Jun 29, 2026, at 05:40, Luigi Ernesto Zanotti > >>> <[email protected] <mailto:[email protected]>> = wrote: > >>> > >>> Why is 'libndbclient.a' missing? Is it a problem with the 'old' > >>> Mojave system? > >>> Am I the only one that gets this? > >>> Thanks and best regards, Luigi Zanotti > >>> > >> > >> I haven=E2=80=99t installed mysql on even a recent macOS, but in = doing a web > >> search on =E2=80=98libndb=E2=80=99 I find that is primarily for = compatibility with > >> Plan 9 operating systems. I am not sure why it is being required. > >> Perhaps a configuration option needs to be tweaked? Is the source > >> code of libndb included in the mysql bundle that is downloaded? > >> > >> Another option is that fink is building libndb as a dynamic library > >> instead of a static one. Use the -k option to check if the library > >> exists as a dynamic library in the build folder. It looks like = that > >> library should be part of the build. > >> > >> =E2=80=9CIn summary, libndb serves as a crucial tool for developers = working > >> within the Plan 9 operating system, enabling them to manage = databases > >> efficiently and effectively.=E2=80=9D >=20 > On 7/5/26 3:39 AM, Luigi Ernesto Zanotti wrote: >> Hello Scott, >> after reading your considerations and suggestions I decided to leave = my lazyness and have a look into the build files. >> So I discovered that the issue isn't the libndbclient.a missing, but = the folder /.libs/ missing, (see the message below) >> clang: error: no such file or directory: = '../ndb/src/.libs/libndbclient.a' >> I then took the hazard of creating the /.libs/ and putting in it the = library libndbclient.a taken from a previous mysql installation (2021); = the result was that, after trials and errors due to 'bad permisssion' to = be modified, I got a successful build, and new .deb files. >> Curiously, the libndbclient.a, that was required at the time of the = error, is wiped out at further stages of the build, that I tried to = follow in its evolution. >> I'm glad, but the point is that I found a therapy for my case, but = wasn't able to find where the illness is starting from. >> Maybe it's a special issue for Mojave systems; unfortunately, when I = sent the first message, I put in Cc the maintainer and got an 'invalid = address' answer. >> Maybe you, that surely know how fink's tasks are assigned, can bring = the issue to the attention of somebody else. >> Thank you so much for your help; best regards L. Z. >=20 > I also have 10.14, but had no problems building mysql-unified. There = are two likely reasons why libndbclient.a was not found/built: >=20 > 1) It failed to build earlier in the build process, but the process = didn't completely stop until it was required elsewhere, or > 2) the configure step is missing a dependency, which makes it decide = to not build the NDB client library, but then doesn't propagate that = it's not used to where it might be needed. >=20 > For (1), check earlier in your build log if there's another error. = Searching for the string 'error:' is usually enough. >=20 > For (2), check the configure parts of the build process to see if NDB = features are discovered. >=20 > I see this where it worked: >=20 > checking for csv storage engine... yes > checking for blackhole storage engine... yes > checking for NDB Cluster... Using NDB Cluster > could not find sci transporter in /{include, lib} > checking for NDB Cluster options... > -- not including ndbapi test programs > -- not including ndbapi and mgmapi documentation > done. >=20 > Hanspeter It has been awhile, but I finally got around to attempting a build of = mysql-unified on MacOS 26.5/Intel. I get to a different error since the = compiler is pickier. But I am guessing that this is part of the build = of libndbclient? The Makefile has the lbindbclient.a mentioned but no = rule to build it. -Scott NdbScanOperation.cpp:696:10: warning: variable 'ret' set but not used = [-Wunused-but-set-variable] 696 | bool ret =3D true; | ^ NdbScanOperation.cpp:1191:20: error: non-constant-expression cannot be = narrowed from type 'int' to 'Uint32' (aka 'unsigned int') in initializer = list [-Wc++11-narrowing] 1191 | Uint32 buf[2] =3D { type, ahValue }; | ^~~~ NdbScanOperation.cpp:1191:20: note: insert an explicit cast to silence = this issue 1191 | Uint32 buf[2] =3D { type, ahValue }; | ^~~~ | static_cast<Uint32>( ) 13 warnings and 1 error generated. --Apple-Mail=_A221865D-396C-4BE2-B1D4-507AE641655E Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=utf-8 <html aria-label=3D"message body"><head><meta http-equiv=3D"content-type" = content=3D"text/html; charset=3Dutf-8"></head><body = style=3D"overflow-wrap: break-word; -webkit-nbsp-mode: space; = line-break: after-white-space;"><meta http-equiv=3D"content-type" = content=3D"text/html; charset=3Dutf-8"><div style=3D"overflow-wrap: = break-word; -webkit-nbsp-mode: space; line-break: = after-white-space;"><meta http-equiv=3D"content-type" = content=3D"text/html; charset=3Dutf-8"><div style=3D"overflow-wrap: = break-word; -webkit-nbsp-mode: space; line-break: = after-white-space;">Luigi, Hanspeter,<div><div><div><blockquote = type=3D"cite"><div>On Jul 8, 2026, at 6:50=E2=80=AFAM, Hanspeter = Niederstrasser <[email protected]> wrote:</div><br = class=3D"Apple-interchange-newline"><div><meta charset=3D"UTF-8"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>>> On Jun 29, = 2026, at 05:40, Luigi Ernesto Zanotti</span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: LucidaGrande; font-size: 14px; font-style: = normal; font-variant-caps: normal; font-weight: 400; letter-spacing: = normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>>> = <</span><a href=3D"mailto:[email protected]" = style=3D"font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px;">[email protected]</a><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">> wrote:</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>>></span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>>> Why is = 'libndbclient.a' missing? Is it a problem with the 'old'</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>>> Mojave system?</span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: LucidaGrande; font-size: 14px; font-style: = normal; font-variant-caps: normal; font-weight: 400; letter-spacing: = normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>>> Am I the = only one that gets this?</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>>> Thanks and = best regards, = &n= bsp; Luigi Zanotti</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>>></span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>></span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>> I haven=E2=80=99t installed mysql on even a recent = macOS, but in doing a web</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>> search on = =E2=80=98libndb=E2=80=99 I find that is primarily for compatibility = with</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration-line: none; text-decoration-thickness: auto; = text-decoration-style: solid;"><span style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;">>> Plan 9 operating systems. I = am not sure why it is being required.</span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: LucidaGrande; font-size: 14px; font-style: = normal; font-variant-caps: normal; font-weight: 400; letter-spacing: = normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>> Perhaps a = configuration option needs to be tweaked? Is the source</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>> code of libndb included in the mysql bundle that = is downloaded?</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>></span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>> Another option is that fink is building libndb as = a dynamic library</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>> instead of a = static one. Use the -k option to check if the library</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>> exists as a dynamic library in the build folder. = It looks like that</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>> library should = be part of the build.</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>></span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>> =E2=80=9CIn summary, libndb serves as a crucial = tool for developers working</span><br style=3D"caret-color: rgb(0, 0, = 0); font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">>> within the Plan = 9 operating system, enabling them to manage databases</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">>> efficiently and effectively.=E2=80=9D</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><br style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration-line: none; text-decoration-thickness: auto; = text-decoration-style: solid;"><span style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;">On 7/5/26 3:39 AM, Luigi Ernesto Zanotti = wrote:</span><br style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration-line: none; text-decoration-thickness: auto; = text-decoration-style: solid;"><blockquote type=3D"cite" = style=3D"font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;">Hello = Scott,<br>after reading your considerations and suggestions I decided to = leave my lazyness and have a look into the build files.<br>So I = discovered that the issue isn't the libndbclient.a missing, but the = folder /.libs/ missing, (see the message below)<br>clang: error: no such = file or directory: '../ndb/src/.libs/libndbclient.a'<br>I then took the = hazard of creating the /.libs/ and putting in it the library = libndbclient.a taken from a previous mysql installation (2021); the = result was that, after trials and errors due to 'bad permisssion' to be = modified, I got a successful build, and new .deb files.<br>Curiously, = the libndbclient.a, that was required at the time of the error, is wiped = out at further stages of the build, that I tried to follow in its = evolution.<br>I'm glad, but the point is that I found a therapy for my = case, but wasn't able to find where the illness is starting = from.<br>Maybe it's a special issue for Mojave systems; unfortunately, = when I sent the first message, I put in Cc the maintainer and got an = 'invalid address' answer.<br>Maybe you, that surely know how fink's = tasks are assigned, can bring the issue to the attention of somebody = else.<br>Thank you so much for your help; best = regards = L. Z.<br></blockquote><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">I also have 10.14, but = had no problems building mysql-unified. There are two likely reasons why = libndbclient.a was not found/built:</span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: LucidaGrande; font-size: 14px; font-style: = normal; font-variant-caps: normal; font-weight: 400; letter-spacing: = normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;">1) It = failed to build earlier in the build process, but the process didn't = completely stop until it was required elsewhere, or</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;">2) the = configure step is missing a dependency, which makes it decide to not = build the NDB client library, but then doesn't propagate that it's not = used to where it might be needed.</span><br style=3D"caret-color: rgb(0, = 0, 0); font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;">For = (1), check earlier in your build log if there's another error. Searching = for the string 'error:' is usually enough.</span><br style=3D"caret-color:= rgb(0, 0, 0); font-family: LucidaGrande; font-size: 14px; font-style: = normal; font-variant-caps: normal; font-weight: 400; letter-spacing: = normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;">For = (2), check the configure parts of the build process to see if NDB = features are discovered.</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;">I see = this where it worked:</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">checking for csv storage engine... yes</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">checking for blackhole storage engine... yes</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">checking for NDB Cluster... Using NDB Cluster</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;">could = not find sci transporter in /{include, lib}</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline = !important;">checking for NDB Cluster options...</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><span style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration: none; float: none; display: inline !important;">-- not = including ndbapi test programs</span><br style=3D"caret-color: rgb(0, 0, = 0); font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">-- not including ndbapi = and mgmapi documentation</span><br style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: solid;"><span = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: = none; float: none; display: inline !important;">done.</span><br = style=3D"caret-color: rgb(0, 0, 0); font-family: LucidaGrande; = font-size: 14px; font-style: normal; font-variant-caps: normal; = font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; = text-indent: 0px; text-transform: none; white-space: normal; widows: 2; = word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-line: = none; text-decoration-thickness: auto; text-decoration-style: = solid;"><br style=3D"caret-color: rgb(0, 0, 0); font-family: = LucidaGrande; font-size: 14px; font-style: normal; font-variant-caps: = normal; font-weight: 400; letter-spacing: normal; orphans: 2; = text-align: start; text-indent: 0px; text-transform: none; white-space: = normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; = text-decoration-line: none; text-decoration-thickness: auto; = text-decoration-style: solid;"><span style=3D"caret-color: rgb(0, 0, 0); = font-family: LucidaGrande; font-size: 14px; font-style: normal; = font-variant-caps: normal; font-weight: 400; letter-spacing: normal; = orphans: 2; text-align: start; text-indent: 0px; text-transform: none; = white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration: none; float: none; = display: inline !important;">Hanspeter</span><br style=3D"caret-color: = rgb(0, 0, 0); font-family: LucidaGrande; font-size: 14px; font-style: = normal; font-variant-caps: normal; font-weight: 400; letter-spacing: = normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: = none; white-space: normal; widows: 2; word-spacing: 0px; = -webkit-text-stroke-width: 0px; text-decoration-line: none; = text-decoration-thickness: auto; text-decoration-style: = solid;"></div></blockquote></div><br></div></div><div>It has been = awhile, but I finally got around to attempting a build of mysql-unified = on MacOS 26.5/Intel. I get to a different error since the compiler = is pickier. But I am guessing that this is part of the build of = libndbclient? The Makefile has the lbindbclient.a mentioned but no = rule to build = it.<div><br></div><div>-Scott</div><div><br></div><blockquote = style=3D"margin: 0px 0px 0px 40px; border: medium; padding: = 0px;"><div><font face=3D"Menlo">NdbScanOperation.cpp:696:10: warning: = variable 'ret' set but not used = [-Wunused-but-set-variable]</font></div><div><font face=3D"Menlo"> = 696 | bool ret =3D true;</font></div><div><font = face=3D"Menlo"> | = ^</font></div><div><font = face=3D"Menlo">NdbScanOperation.cpp:1191:20: error: = non-constant-expression cannot be narrowed from type 'int' to 'Uint32' = (aka 'unsigned int') in initializer list = [-Wc++11-narrowing]</font></div><div><font face=3D"Menlo"> 1191 | = Uint32 buf[2] =3D { type, ahValue = };</font></div><div><font face=3D"Menlo"> | = = ^~~~</font></div><div><font = face=3D"Menlo">NdbScanOperation.cpp:1191:20: note: insert an explicit = cast to silence this issue</font></div><div><font = face=3D"Menlo"> 1191 | Uint32 buf[2] =3D = { type, ahValue };</font></div><div><font face=3D"Menlo"> = | = ^~~~</font></div><div><font = face=3D"Menlo"> | = = static_cast<Uint32>( )</font></div><div><font face=3D"Menlo">13 = warnings and 1 error = generated.</font></div></blockquote><div><div><br></div><div><br><blockquo= te type=3D"cite"></blockquote></div></div></div></div></div></body></html>= --Apple-Mail=_A221865D-396C-4BE2-B1D4-507AE641655E-- --===============8704003729614722255== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline --===============8704003729614722255== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Fink-users mailing list [email protected] List archive: https://sourceforge.net/p/fink/mailman/fink-users/ Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users --===============8704003729614722255==--