Hello Gophers,

I got this compilation message:
hudsonbot/New.go:8:4: cannot find package
"_/home/vuco/repos/gopkg/src/mpf/sherlock/bot/src/hudsonbot/vendor/
github.com/gabrielledf/paperfishGo" in any of:
/home/vuco/repos/go/src/_/home/vuco/repos/gopkg/src/mpf/sherlock/bot/src/hudsonbot/vendor/
github.com/gabrielledf/paperfishGo (from $GOROOT)
/home/vuco/repos/gopkg/src/_/home/vuco/repos/gopkg/src/mpf/sherlock/bot/src/hudsonbot/vendor/
github.com/gabrielledf/paperfishGo (from $GOPATH)
Makefile:85: recipe for target
'/home/vuco/repos/gopkg/src/mpf/sherlock/bot/bin/hudsond' failed
make: *** [/home/vuco/repos/gopkg/src/mpf/sherlock/bot/bin/hudsond] Error 1



The import is done this way:
import (
   "net/http"
   "crypto/tls"
   "github.com/luisfurquim/slavebot"
   "github.com/luisfurquim/stonelizard"
   "github.com/gabrielledf/paperfishGo"
)



This is the path where the original package is stored:
/home/vuco/repos/gopkg/src/github.com/gabrielledf/paperfishGo


This is the path where the vendored package is stored:
/home/vuco/repos/gopkg/src/mpf/sherlock/bot/src/hudsonbot/vendor/
github.com/gabrielledf/paperfishGo


After googling around, I found only pages reporting this problem about
cases where the import was relative (like 'import "./').

I checked all source files hunting some relative path import and found
nothing. Revised each import cutting/pasting the path just in case I had a
not detected typo and found nothing.

What am I missing?

Thank you in advance!
Luis Otavio de Colla Furquim

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to