Opened 5 months ago

Closed 5 months ago

#18931 closed enhancement (fixed)

jasper-4.1.1

Reported by: Bruce Dubbs Owned by: Douglas R. Reno
Priority: normal Milestone: 12.1
Component: BOOK Version: git
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (4)

comment:1 by Douglas R. Reno, 5 months ago

Owner: changed from blfs-book to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 5 months ago

4.1.1 (2023-11-28)

    Disallow in-source builds by default.
    Fix a potential integer overflow problem in the jas_get_total_mem_size
    function (for the Windows platform).

comment:3 by Douglas R. Reno, 5 months ago

I'm getting an interesting error:

-- Detecting C compile features - done
CMAKE_C_COMPILER_ID: GNU
CMAKE_C_COMPILER_VERISON: 13.2.0
CMake Error at build/cmake/modules/InSourceBuild.cmake:27 (message):
  The use of an in-source build has been detected (i.e., the binary directory
  specified to CMake is located in or under the source directory).  This can
  potentially trash the source tree.  In fact, if you are seeing this
  message, you may have already partially trashed the source tree.  The use
  of an in-source build is not officially supported and is therefore
  disallowed by default.  If you like to live dangerously and would like to
  override this default behavior, this can be accomplished via the CMake
  option ALLOW_IN_SOURCE_BUILD.

  CMake source directory: /sources/jasper-4.1.1/jasper-version-4.1.1

  CMake binary directory: /sources/jasper-4.1.1/jasper-version-4.1.1/BUILD

  CMake binary directory root:
  /sources/jasper-4.1.1/jasper-version-4.1.1/BUILD

Since we're building in a separate directory, we should be fine to just pass -DALLOW_IN_SOURCE_BUILD=yes.

Last edited 5 months ago by Douglas R. Reno (previous) (diff)

comment:4 by Douglas R. Reno, 5 months ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.