Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crosstool-NG: Direct support request to ONIE's issue tracker #1047

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
From 0950deb627417761a4cc96404b150e26fb736a25 Mon Sep 17 00:00:00 2001
From: Chris Packham <[email protected]>
Date: Fri, 10 Nov 2023 10:53:55 +1300
Subject: [PATCH] scripts/functions: Direct support request to ONIE's issue
tracker

ONIE uses an old version of crosstool-ng. While that's completely the
prerogative of the ONIE project, having users report issues that have
already been fixed upstream adds unnecessary load to crosstool-ng's
limited developer base.

Update the error handling output to direct support requests to ONIEs
issue tracker. This patch can probably be dropped if/when ONIE updates
to a newer crosstool-ng version.

Signed-off-by: Chris Packham <[email protected]>
---
scripts/functions | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/scripts/functions b/scripts/functions
index 09df03af..d4b69749 100644
--- a/scripts/functions
+++ b/scripts/functions
@@ -178,12 +178,10 @@ CT_OnError() {
CT_DoLog ERROR ">> closed without explanation."
CT_DoLog ERROR ">>"
fi
- CT_DoLog ERROR ">> If you feel this is a bug in crosstool-NG, report it at:"
- CT_DoLog ERROR ">> https://github.com/crosstool-ng/crosstool-ng/issues/"
+ CT_DoLog ERROR ">> If you feel this is a bug in ONIE's crosstool-NG, report it at:"
+ CT_DoLog ERROR ">> https://github.com/opencomputeproject/onie/issues/"
CT_DoLog ERROR ">>"
CT_DoLog ERROR ">> Make sure your report includes all the information pertinent to this issue."
- CT_DoLog ERROR ">> Read the bug reporting guidelines here:"
- CT_DoLog ERROR ">> http://crosstool-ng.github.io/support/"

CT_DoLog ERROR ""
CT_DoEnd ERROR
--
2.41.0

2 changes: 1 addition & 1 deletion patches/crosstool-NG/series
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Previous patches not applied on new revisions.
#allow-patching-custom-kernel-tarballs.patch

scripts-functions-Direct-support-request-to-ONIE-s-i.patch