[lsb-discuss] SANE Integration

Petrie, Glen glen.petrie at eitc.epson.com
Thu Oct 11 20:34:30 UTC 2012


All

 

I have successfully compiled and linked SANE under the LSB and submitted
the SANE modification to the SANE bug tracker.

 

ID

Summary

Open Date

Assigned to

Submitted by

313854
<https://alioth.debian.org/tracker/index.php?func=detail&aid=313854&grou
p_id=30186&atid=410366> 

SANE Modifications for Linux Standard Base integration and testing
<https://alioth.debian.org/tracker/index.php?func=detail&aid=313854&grou
p_id=30186&atid=410366> 

  2012-10-11 10:38

Nobody

Glen Petrie

 

 

I now have two tasks:
1. To get the SANE group to "Accepted" and implement the changes.

 

            I am awaiting approval or acceptance from the SANE group


2. To get the LSB group to "Accepted" changes (additions) they need to
provide to support SANE in general.

The following changes would be required to libc.c and libc.Version

 

.../stub_libs/4.1/IA32/libc.c

 

      void __fread_chk(){};

      void   ioperm(){};

      void   iopl(){};

      void __open64_2(){};

      void __isoc99_sscanf(){};

      void __longjmp_chk(){};

      void   argz_stringify(){};

      void   gp_port_info_list_lookup_path(){};

      void   re_match(){};

      void   argz_create_sep(){};

      void   argz_insert(){};

      void   argz_append(){};

      void   re_compile_pattern(){};

 

.../stub_libs/4.1/IA32/libc.Version

 

      GLIBC_2.0 {

         ioperm;

 

      GLIBC_2.7 {

        __fread_chk;

        __open64_2;

        __isoc99_sscanf;

      };

 

      GLIBC_2.11 {

        __longjmp_chk;

      };

 

For the files io.h and ioctl.h I commented out the very first LSB
version test due to the nature of SANE configuration testing.

 

Added the file jconfig.h (initially for testing, but believe it should
be added.) (attached is the one I used.)

 

 

Glen

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/lsb-discuss/attachments/20121011/e869c9e9/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jconfig.zip
Type: application/x-zip-compressed
Size: 741 bytes
Desc: jconfig.zip
URL: <http://lists.linuxfoundation.org/pipermail/lsb-discuss/attachments/20121011/e869c9e9/attachment-0001.bin>


More information about the lsb-discuss mailing list