[Bug 278399] GENERIC kernel fails to compile

2024-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278399

Ed Maste  changed:

   What|Removed |Added

   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2628
   ||56

--- Comment #4 from Ed Maste  ---
The error in your log was:
ld: error: undefined symbol: __ashlti3
I see only one other report of such a failure in FreeBSD, in your PR262856.
Absent a way to reproduce the build failure you experienced there is nothing to
do.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278399] GENERIC kernel fails to compile

2024-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278399

--- Comment #3 from Friedrich Volkmann  ---
i remember clearly that I added the attachment, and even Firefox remembers the
description i typed in. The reason why the upload failed is certainly the size
limit. Now that I uploaded the file separately, the error message appeared big
and red, but when I uploaded it on bug creation, I didn't see any error
message. Apparently a flaw in Bugzilla.

Anyway, here it is.

I ran into the same error when I subsequently upgraded from 13 to 14. I can
test whether the same error occurs now that the entire system is on 14-STABLE,
but I will only do it if the bug is reopened. I don't want to waste my time.

I can't subscribe to a mailing list with thousands of messages, because I'm
seriously ill and will probable die soon. And I don't see any point in it. I
filed the bug not because I needed a quick solution, but in order to document
it, and that's what bugtrackers are designed for. When other users experience
the same problem, they can easily comment here and don't need to dig it out
from a mailing list archive, let alone subscribe to that list.

If you refuse to fix the bug, it will be other users, not me, who will suffer.
I've successfully upgraded to 14 with a custom kernel and will probably never
again need a GENERIC kernel in my life.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278399] GENERIC kernel fails to compile

2024-04-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278399

--- Comment #2 from Friedrich Volkmann  ---
Created attachment 250176
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=250176&action=edit
output of make buildkernel KERNCONF=GENERIC

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278399] GENERIC kernel fails to compile

2024-04-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278399

Ed Maste  changed:

   What|Removed |Added

 CC||ema...@freebsd.org
 Resolution|--- |Unable to Reproduce
 Status|New |Closed

--- Comment #1 from Ed Maste  ---
There is no attachment, and in any case PRs are not very effective at
addressing build problems. Please follow up on the freebsd-stable mailing list
with details of the error you encountered.

https://lists.freebsd.org/subscription/freebsd-stable

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 278399] GENERIC kernel fails to compile

2024-04-16 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278399

Bug ID: 278399
   Summary: GENERIC kernel fails to compile
   Product: Base System
   Version: 13.3-RELEASE
  Hardware: amd64
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: kern
  Assignee: b...@freebsd.org
  Reporter: b...@volki.at

I ran into #276101 (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276101),
where Warner Losh finally said: "upgrade to stable/13 first." So I've tried
that, but my custom kernel panicked at an early boot stage, and the MINIMAL
kernel can't read standard (GPT) hard drive partitions. So I tried to build the
GENERIC kernel, but it runs into a compile error.

Current OS is 12.4-STABLE, while the kernel I'm trying to build is latest
13-STABLE. (And yes, I did a make buildworld first.)

Attached is the output of:
make buildkernel KERNCONF=GENERIC INSTKERNNAME=kernel_13-GENERIC
>buildkernel.log 2>&1

-- 
You are receiving this mail because:
You are the assignee for the bug.