* [Buildroot] Broken build
@ 2023-11-23 19:14 Dave Rathnow
2023-11-23 20:24 ` Edgar Bonet
2023-11-24 9:19 ` Thomas Petazzoni via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Dave Rathnow @ 2023-11-23 19:14 UTC (permalink / raw)
To: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 2717 bytes --]
Hello,
A couple of years ago, Bootln built us a kernel using Buildroot. I took
all the build scripts and source code required to build that kernel and
moved them to our own local git repository. At the time everything
built fine, and the last time I tried--about a year ago--it was working but
I recently tried to build it and I'm getting the error below. I don't have
the deep knowledge of Buildroot and how it obtains all its sources
and packages but I thought I had moved everything we needed to our local
repository. Can anyone tell me if I've missed something?
Thanks,
Dave.
arget/etc/lighttpd/conf.d/mime.conf
>>> linux-tools Extracting
>>> linux f593d9e1e347488358872bc8618180db7aca685c Downloading
Initialized empty Git repository in
/home/fgdev/projects/buildroot/dl/linux/git/.git/
Fetching all references
remote: TF401019: The Git repository with name or identifier linux does not
exist or you do not have permissions for the operation you are attempting.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Detected a corrupted git cache.
Removing it and starting afresh.
Initialized empty Git repository in
/home/fgdev/projects/buildroot/dl/linux/git/.git/
Fetching all references
remote: TF401019: The Git repository with name or identifier linux does not
exist or you do not have permissions for the operation you are attempting.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Detected a corrupted git cache.
This is the second time in a row; bailing out
--2023-11-23 11:49:35--
http://sources.buildroot.net/linux/linux-f593d9e1e347488358872bc8618180db7aca685c.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)...
2606:4700:20::ac43:4838, 2606:4700:20::681a:125, 2606:4700:20::681a:25, ...
Connecting to sources.buildroot.net
(sources.buildroot.net)|2606:4700:20::ac43:4838|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2023-11-23 11:49:35 ERROR 404: Not Found.
--2023-11-23 11:49:35--
http://sources.buildroot.net/linux-f593d9e1e347488358872bc8618180db7aca685c.tar.gz
Resolving sources.buildroot.net (sources.buildroot.net)...
2606:4700:20::ac43:4838, 2606:4700:20::681a:125, 2606:4700:20::681a:25, ...
Connecting to sources.buildroot.net
(sources.buildroot.net)|2606:4700:20::ac43:4838|:80...
connected.
HTTP request sent, awaiting response... 404 Not Found
2023-11-23 11:49:35 ERROR 404: Not Found.
make[1]: *** [package/pkg-generic.mk:146:
/home/fgdev/projects/buildroot/output/build/linux-f593d9e1e347488358872bc8618180db7aca685c/.stamp_downloaded]
Error 1
make: *** [Makefile:84: _all] Error 2
[-- Attachment #1.2: Type: text/html, Size: 3552 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] Broken build
2023-11-23 19:14 [Buildroot] Broken build Dave Rathnow
@ 2023-11-23 20:24 ` Edgar Bonet
2023-11-24 9:19 ` Thomas Petazzoni via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Edgar Bonet @ 2023-11-23 20:24 UTC (permalink / raw)
To: Dave Rathnow, buildroot
Hello!
Dave Rathnow wrote:
> [...] The Git repository with name or identifier linux does not exist
> or you do not have permissions for the operation you are attempting.
Grep your defconfig for 'BR2_LINUX_KERNEL'. You should see a
configuration variable (maybe 'BR2_LINUX_KERNEL_CUSTOM_REPO_URL' or
something similar) holding the URL of a Linux git repository. This repo
has likely vanished. You should try to find out where it has gone, or
what alternative repo you could use, and fix the URL.
Note that there is no commit named
f593d9e1e347488358872bc8618180db7aca685c on Linux mainline, so your
defconfig seems to require a somewhat customized kernel.
Regards,
Edgar.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] Broken build
2023-11-23 19:14 [Buildroot] Broken build Dave Rathnow
2023-11-23 20:24 ` Edgar Bonet
@ 2023-11-24 9:19 ` Thomas Petazzoni via buildroot
2023-11-24 14:40 ` Dave Rathnow
1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-11-24 9:19 UTC (permalink / raw)
To: Dave Rathnow; +Cc: buildroot
Hello Dave,
On Thu, 23 Nov 2023 12:14:57 -0700
Dave Rathnow <drathnow@gmail.com> wrote:
> A couple of years ago, Bootln built us a kernel using Buildroot. I took
And we're still around :-)
> all the build scripts and source code required to build that kernel and
> moved them to our own local git repository. At the time everything
> built fine, and the last time I tried--about a year ago--it was working but
> I recently tried to build it and I'm getting the error below. I don't have
> the deep knowledge of Buildroot and how it obtains all its sources
> and packages but I thought I had moved everything we needed to our local
> repository. Can anyone tell me if I've missed something?
>
> Thanks,
> Dave.
>
> arget/etc/lighttpd/conf.d/mime.conf
> >>> linux-tools Extracting
> >>> linux f593d9e1e347488358872bc8618180db7aca685c Downloading
I can see this commit at the tip of the Linux kernel branch that we
delivered to you many years ago. The repository still exists in our
server, and is still accessible to you if you still have the public SSH
key that you gave to us years ago. If not, please contact us (Bootlin)
separately so that we can put your public SSH key and make sure you
still have access.
Best regards,
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Buildroot] Broken build
2023-11-24 9:19 ` Thomas Petazzoni via buildroot
@ 2023-11-24 14:40 ` Dave Rathnow
0 siblings, 0 replies; 4+ messages in thread
From: Dave Rathnow @ 2023-11-24 14:40 UTC (permalink / raw)
To: Thomas Petazzoni; +Cc: buildroot
[-- Attachment #1.1: Type: text/plain, Size: 2116 bytes --]
Hey Thomas,
Thanks for the reply, I really appreciate it. After reading Edgar's reply,
it tweaked something in my memory. I remember pulling all the source code
from Bootlin and adding it to our local repo, so I'm almost certain it's
there. I must have forgotten to set some variable(s) that tells Buildroot
where to find it. For now, I'll leave it as is and check the build scripts
so I can make sure I set things up correctly. If I have any problems, I'll
let you know and pull whatever I need from your repo.
Cheers,
Dave.
On Fri, Nov 24, 2023 at 2:19 AM Thomas Petazzoni <
thomas.petazzoni@bootlin.com> wrote:
> Hello Dave,
>
> On Thu, 23 Nov 2023 12:14:57 -0700
> Dave Rathnow <drathnow@gmail.com> wrote:
>
> > A couple of years ago, Bootln built us a kernel using Buildroot. I took
>
> And we're still around :-)
>
> > all the build scripts and source code required to build that kernel and
> > moved them to our own local git repository. At the time everything
> > built fine, and the last time I tried--about a year ago--it was working
> but
> > I recently tried to build it and I'm getting the error below. I don't
> have
> > the deep knowledge of Buildroot and how it obtains all its sources
> > and packages but I thought I had moved everything we needed to our local
> > repository. Can anyone tell me if I've missed something?
> >
> > Thanks,
> > Dave.
> >
> > arget/etc/lighttpd/conf.d/mime.conf
> > >>> linux-tools Extracting
> > >>> linux f593d9e1e347488358872bc8618180db7aca685c Downloading
>
> I can see this commit at the tip of the Linux kernel branch that we
> delivered to you many years ago. The repository still exists in our
> server, and is still accessible to you if you still have the public SSH
> key that you gave to us years ago. If not, please contact us (Bootlin)
> separately so that we can put your public SSH key and make sure you
> still have access.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, co-owner and CEO, Bootlin
> Embedded Linux and Kernel engineering and training
> https://bootlin.com
>
[-- Attachment #1.2: Type: text/html, Size: 2777 bytes --]
[-- Attachment #2: Type: text/plain, Size: 150 bytes --]
_______________________________________________
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:[~2023-11-24 14:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-23 19:14 [Buildroot] Broken build Dave Rathnow
2023-11-23 20:24 ` Edgar Bonet
2023-11-24 9:19 ` Thomas Petazzoni via buildroot
2023-11-24 14:40 ` Dave Rathnow
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.