Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 14631] New: host-go-bootstrap: go not being built for package in external tree
@ 2022-03-01 19:49 bugzilla
  2022-03-06 15:33 ` [Buildroot] [Bug 14631] " bugzilla
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla @ 2022-03-01 19:49 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=14631

            Bug ID: 14631
           Summary: host-go-bootstrap: go not being built for package in
                    external tree
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: contact@martb.dev
                CC: buildroot@uclibc.org
  Target Milestone: ---

Hey,

running on 2022.02-rc2.

I tried adding a local go package inside my external tree using the following
stripped down config.

Config.in (included correctly, showing up inside menuconfig)
```
config BR2_PACKAGE_APOGEE
        bool "apogee"
        depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
        help
          my help string
```

.mk
```
APOGEE_SITE = $(BR2_EXTERNAL_MYTREE_PATH)/src/apogee
APOGEE_SITE_METHOD = local
APOGEE_BUILD_TARGETS = cmd/apogee
APOGEE_INSTALL_BINS = apogee
APOGEE_GOMOD = "<stripped>/apogee"
...
$(eval $(golang-package))
```

Whenever i try building this package i get:

```
/bin/sh: Line 1:
/home/<censored>/Schreibtisch/<censored>/mytree/output/host/bin/go: File or
directory not found
```

Building a different go package like tinifier seems to trigger the bootstrap
build fine though.
Is this some limitation due to the "local" site source or due to the external
tree im using?

Kind regards
Martin

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-07 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01 19:49 [Buildroot] [Bug 14631] New: host-go-bootstrap: go not being built for package in external tree bugzilla
2022-03-06 15:33 ` [Buildroot] [Bug 14631] " bugzilla
2022-03-07 19:02 ` bugzilla
2022-03-07 21:29 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox