All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-webserver]
@ 2017-01-10 22:07 Brian Hutchinson
  2017-01-10 22:27 ` [meta-webserver] Brian Hutchinson
  0 siblings, 1 reply; 4+ messages in thread
From: Brian Hutchinson @ 2017-01-10 22:07 UTC (permalink / raw)
  To: Openembedded-devel

In both krogoth and morty I get the following error trying to build apache2:

WARNING: apache2-native-2.4.23-r0 do_fetch: Failed to fetch URL
http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2, attempting
MIRRORS if available
ERROR: apache2-native-2.4.23-r0 do_fetch: Fetcher failure: Fetch
command failed with exit code 8, output:
http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2:
2017-01-10 16:47:16 ERROR 404: Not Found.

ERROR: apache2-native-2.4.23-r0 do_fetch: Function failed: Fetcher
failure for URL:
'http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2'. Unable to
fetch URL from any source.
ERROR: Logfile of failure stored in:
/home/hutch/yocto_2.1.2_bbb/layers/poky/build/tmp/work/x86_64-linux/apache2-native/2.4.23-r0/temp/log.do_fetch.17534
ERROR: Task 1098
(/home/hutch/yocto_2.1.2_bbb/layers/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb,
do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 1033 tasks of which 0 didn't need to be
rerun and 1 failed.
Waiting for 0 running tasks to finish:

Summary: 1 task failed:
  /home/hutch/yocto_2.1.2_bbb/layers/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb,
do_fetch


If I go to the URL in the recipe there is no httpd-2.4.23.tar.bz2.
Looks like it's been replaced with 2.4.25.

Regards,

Brian


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

* Re: [meta-webserver]
  2017-01-10 22:07 [meta-webserver] Brian Hutchinson
@ 2017-01-10 22:27 ` Brian Hutchinson
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Hutchinson @ 2017-01-10 22:27 UTC (permalink / raw)
  To: Openembedded-devel

On Tue, Jan 10, 2017 at 5:07 PM, Brian Hutchinson <b.hutchman@gmail.com> wrote:
> In both krogoth and morty I get the following error trying to build apache2:
>
> WARNING: apache2-native-2.4.23-r0 do_fetch: Failed to fetch URL
> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2, attempting
> MIRRORS if available
> ERROR: apache2-native-2.4.23-r0 do_fetch: Fetcher failure: Fetch
> command failed with exit code 8, output:
> http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2:
> 2017-01-10 16:47:16 ERROR 404: Not Found.
>
> ERROR: apache2-native-2.4.23-r0 do_fetch: Function failed: Fetcher
> failure for URL:
> 'http://www.apache.org/dist/httpd/httpd-2.4.23.tar.bz2'. Unable to
> fetch URL from any source.
> ERROR: Logfile of failure stored in:
> /home/hutch/yocto_2.1.2_bbb/layers/poky/build/tmp/work/x86_64-linux/apache2-native/2.4.23-r0/temp/log.do_fetch.17534
> ERROR: Task 1098
> (/home/hutch/yocto_2.1.2_bbb/layers/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb,
> do_fetch) failed with exit code '1'
> NOTE: Tasks Summary: Attempted 1033 tasks of which 0 didn't need to be
> rerun and 1 failed.
> Waiting for 0 running tasks to finish:
>
> Summary: 1 task failed:
>   /home/hutch/yocto_2.1.2_bbb/layers/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2-native_2.4.23.bb,
> do_fetch
>
>
> If I go to the URL in the recipe there is no httpd-2.4.23.tar.bz2.
> Looks like it's been replaced with 2.4.25.
>
> Regards,
>
> Brian


Ooops, I see this was recently talked about.  Sorry for the noise.  I
just modified my recipe to use archive to get around the problem as I
don't know what's involved with updating to 2.4.25 ... I've never
found cross compiling Apache for an embedded device (anything other
than x86) trivial.

Regards,

Brian


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

* [meta-webserver]
@ 2021-07-30 10:22 salman.isd
  0 siblings, 0 replies; 4+ messages in thread
From: salman.isd @ 2021-07-30 10:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: derek

upgrade nginx to latest stable/mainline versions

The following changes since commit 86be1d89174ecfa91e7f323d49a301f51db01501:

  python3-sentry-sdk: upgrade 1.2.0 -> 1.3.0 (2021-07-29 10:35:05 -0700)

are available in the Git repository at:

  https://github.com/salmanisd/meta-openembedded.git upgrade-nginx
  https://github.com//tree/upgrade-nginx

Salman Ahmed (2):
  nginx: upgrade 1.18.0 -> 1.20.1
  nginx: upgrade 1.19.6 -> 1.21.1

 meta-webserver/recipes-httpd/nginx/nginx_1.18.0.bb |  6 ------
 meta-webserver/recipes-httpd/nginx/nginx_1.19.6.bb | 10 ----------
 meta-webserver/recipes-httpd/nginx/nginx_1.20.1.bb |  7 +++++++
 meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb | 10 ++++++++++
 4 files changed, 17 insertions(+), 16 deletions(-)
 delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.18.0.bb
 delete mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.19.6.bb
 create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.20.1.bb
 create mode 100644 meta-webserver/recipes-httpd/nginx/nginx_1.21.1.bb

-- 
2.25.1


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

* [meta-webserver]
@ 2018-03-03  6:23 Derek Straka
  0 siblings, 0 replies; 4+ messages in thread
From: Derek Straka @ 2018-03-03  6:23 UTC (permalink / raw)
  To: openembeded-devel

Hello,

I'm currently looking to remove divest maintaining meta-oe layers.  Is
there anyone in the community interested in maintaining meta-webserver?
Feel free to submit a patchset removing me and I'll ack it.  Thanks.

-Derek


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

end of thread, other threads:[~2021-07-30 10:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-10 22:07 [meta-webserver] Brian Hutchinson
2017-01-10 22:27 ` [meta-webserver] Brian Hutchinson
2018-03-03  6:23 [meta-webserver] Derek Straka
2021-07-30 10:22 [meta-webserver] salman.isd

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.