[Slackbuilds-users] Updates - 20200328.1

MyRequiem mrvladislavovich at gmail.com
Mon Mar 30 18:45:24 UTC 2020


Re: David O'Shaughnessy 30.03.2020 <ace215fc-f064-43db-91d0-dccd8fff6d96 at www.fastmail.com>
>On Sat, 28 Mar 2020, at 9:46 AM, Willy Sudiarto Raharjo wrote:
>
>    > I just had an issue here with snappy. The build wasn't successful: it
>    > stopped with a lot of errors when linking a unitttest.
>    > 
>    > I could find a solution googling a little and so I'm offering a patch
>    > which hopefully may prevent this issue happening in other environments.
>
>    I had an issue as well when testing this under -current, but when being
>    tested under -stable, it works just fine
>
>
>
>I can't get it to build on -current or 14.2, both fail at the unit test.
>
>--
>Dave

Hi, Willy :)
I added -DSNAPPY_BUILD_TESTS=0 option and 'snappy' compiled without problems

snappy.SlackBuild
-----------------

cmake \
  -DCMAKE_C_FLAGS="$SLKCFLAGS" \
  -DCMAKE_CXX_FLAGS="$SLKCFLAGS" \
  -DCMAKE_BUILD_TYPE="Release" \
  -DCMAKE_INSTALL_PREFIX=/usr \
  -DBUILD_SHARED_LIBS=ON \
  -DSNAPPY_BUILD_TESTS=0 \
  ..

>_______________________________________________
>SlackBuilds-users mailing list
>SlackBuilds-users at slackbuilds.org
>https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
>Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
>FAQ - https://slackbuilds.org/faq/
>



More information about the SlackBuilds-users mailing list