Skip to content

libaio: Update version from 0.3.110 to 0.3.113 #3083

Merged
merged 1 commit into from
Mar 21, 2024
Merged

Conversation

donald
Copy link
Collaborator

@donald donald commented Mar 21, 2024

Version 0.3.110-1 (10 years) is to old for some applications:

linux/blkdev.c:366:18: error: ‘struct iocb’ has no member named ‘aio_rw_flags’
  366 |                 .aio_rw_flags   = bio->bi_opf & REQ_FUA ? RWF_SYNC : 0,
      |                  ^~~~~~~~~~~~

so udate to latest veersion 0.3.113 (2 years) :-)

bee_install prefix=${D}/usr libdir=${D}/usr/lib no longer worked, it left the build directory in the package archive:

CONTENT
BUILD
META
/scratch/
/scratch/local/
/scratch/local/bee-buczek/
/scratch/local/bee-buczek/libaio/
/scratch/local/bee-buczek/libaio/libaio-0.3.113-0/
/scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/
/scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/
/scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/include/
/scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/include/libaio.h

but it does no longer seem to be required, the current Makefile honors DESTDIR, so the default bee_install works.

Version 0.3.110-1 (10 years) is to old for some applications:

    linux/blkdev.c:366:18: error: ‘struct iocb’ has no member named ‘aio_rw_flags’
      366 |                 .aio_rw_flags   = bio->bi_opf & REQ_FUA ? RWF_SYNC : 0,
          |                  ^~~~~~~~~~~~

so udate to latest veersion 0.3.113 (2 years) :-)

`bee_install prefix=${D}/usr libdir=${D}/usr/lib` no longer worked, it
left the build directory in the package archive:

    CONTENT
    BUILD
    META
    /scratch/
    /scratch/local/
    /scratch/local/bee-buczek/
    /scratch/local/bee-buczek/libaio/
    /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/
    /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/
    /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/
    /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/include/
    /scratch/local/bee-buczek/libaio/libaio-0.3.113-0/image/usr/include/libaio.h

but it does no longer seem to be required, the current Makefile honors
DESTDIR, so the default bee_install works.
@donald donald merged commit 2869bed into master Mar 21, 2024
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant