Skip to content

Build-error "use of internal package not allowed" when using Go 1.6 on ArchLinux #21

@tradem

Description

@tradem

Hi,

im currently trying to compile gocryptfs by using the bash script which ends in the following build error:

package .
    imports github.com/rfjakob/gocryptfs/internal/configfile: use of internal package not allowed
package .
    imports github.com/rfjakob/gocryptfs/internal/contentenc: use of internal package not allowed
package .
    imports github.com/rfjakob/gocryptfs/internal/cryptocore: use of internal package not allowed
package .
    imports github.com/rfjakob/gocryptfs/internal/fusefrontend: use of internal package not allowed
package .
    imports github.com/rfjakob/gocryptfs/internal/nametransform: use of internal package not allowed
package .
    imports github.com/rfjakob/gocryptfs/internal/toggledlog: use of internal package not allowed

go build produces the same result.

Any hints or advice to overcome this build error. I am using Go 1.6.

BTW: Building with gcc-go results in

could not determine kind of name for C.SSLv3_method

I installed openssl (there is no extra dev-Packge for ArchLinux) before.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions