Filesys::SmbClient Build Errors

Ask a Question related to PERL Modules, Design and Development.

  1. #1

    Default Filesys::SmbClient Build Errors

    I've tried building Filesys::SmbClient through CPAN on my workstation
    and two development servers (running ubuntu and suse) to no avail.
    Tried some patches/workarounds I found on google but those didn't work.
    Any suggestions?

    Relevant Output:

    cpan> install Filesys::SmbClient
    [...]
    cc -c -I/usr/include -D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS
    -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O2
    -fsigned-char -fmessage-length=0 -Wall -Wall -pipe -DVERSION=\"3.0\"
    -DXS_VERSION=\"3.0\" -fPIC
    "-I/usr/lib/perl5/5.8.3/s390x-linux-thread-multi/CORE" SmbClient.c
    SmbClient.c: In function `XS_Filesys__SmbClient__set_flags':
    SmbClient.c:85: warning: unused variable `flag'
    SmbClient.xs:191:60: macro "readdir" passed 2 arguments, but takes just
    1
    make: *** [SmbClient.o] Error 1
    /usr/bin/make -- NOT OK
    Running make test
    Can't test without successful make
    Running make install
    make had returned bad status, install seems impossible
    Failed during this command:
    ALIAN/Filesys-SmbClient-3.0.tar.gz : make NO

    Chris Keller Guest

  2. Similar Questions and Discussions

    1. New module Filesys::DfPortable & new version Filesys::Df
      Hey, I created a new module called Filesys::DfPortable. It is similar to ye olde Filesys::Df but it also supports all versions of Windows (95 and...
    2. supress errors at the page level? Undefined index errors.
      I'm creating a simple reply form, and if a form item isn't answered I get an error: "Notice: Undefined index: rb_amntspent in...
    3. Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.create
      Excel open automatically without giving a dialog box option to Open/Save/Cancel using filesys.createTextFile. How to pop up the dialog box option...
    4. newbie webservices question - build errors in WeatherService sample app
      Greetings. I'm trying to build the WeatherService sample for .Net Web Services, and can't get it to build correctly. I keep getting the following...
    5. How to use mget with Filesys::SmbClientParser module ?
      Hi, Im trying to get some files using Filesys::SmbClientParser module but, I got this error when i run the script, sh: -c: line 1: unexpected...
  3. #2

    Default Re: Filesys::SmbClient Build Errors


    "Chris Keller" <netfiber@gmail.com> wrote in message
    news:1152898573.670107.324910@h48g2000cwc.googlegr oups.com...
    > I've tried building Filesys::SmbClient through CPAN on my workstation
    > and two development servers (running ubuntu and suse) to no avail.
    > Tried some patches/workarounds I found on google but those didn't work.
    > Any suggestions?
    >
    Did you try the fix at [url]http://rt.cpan.org/Public/Bug/Display.html?id=12221[/url] .
    You'll need to rebuild from scratch after you make any changes to
    SmbClient.xs.

    Cheers,
    Rob


    Sisyphus Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139