Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 18127
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Schlemmer (RETIRED) <azarah@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Georg Müller <georgmueller@gmx.net>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 18127 depends on: Show dependency tree
Bug 18127 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2003-03-24 21:26 0000
After emerged gawk-3.1.2 and a reboot my system hangs on startup.
It hadn't started devfsd, eth0 doesn't started and he couldn't make symlinks to
/var/lib/init.d.

After some tests (searched for bugs in other ebuilds...) and a re-emerge of
gawk-3.1.1-r1 everything worked fine again.

I tested to reinstall it again (no other emerges than this one) and problem came
again/was solved again by emergeing gawk-3.1.1.

I noticed that the header-files installed with 3.1.1-r1 aren't installed with
3.1.2, but I don't know if this has to do anything with the problem...

------- Comment #1 From Brandon Low (RETIRED) 2003-03-24 21:58:35 0000 -------
that was my bump, I'm working on it... what a silly gawk.

------- Comment #2 From Brandon Low (RETIRED) 2003-03-24 22:08:09 0000 -------
Hey, Martin, I get the weirdest "gawk - relocation error: /lib/filefuncs.so
undefined symbol dupnode" with the new gawk, any hint as to why that would
happen or why it would be linking against that at all or what?

Thanks.

------- Comment #3 From Brandon Low (RETIRED) 2003-03-24 22:10:08 0000 -------
ahh... nvm, I think I see whats going on, looks like the awk module of
baselayout gets mixed up symbols as compared to the awk executable... or
something?  testing now.

------- Comment #4 From Brandon Low (RETIRED) 2003-03-24 22:26:59 0000 -------
eek.  filefuncs.so needs to be rebuilt on any awk upgrade rather than on any
baselayout upgrade... can we move it to the awk ebuild azarah?  Thanks!

------- Comment #5 From Jon Portnoy (RETIRED) 2003-03-25 14:05:15 0000 -------
I'm hearing reports from users that 3.1.2-r2 has the same borkage.

------- Comment #6 From Spundun Bhatt 2003-03-25 14:34:00 0000 -------
Yes the problem is still there with gawk3.1.2-r2....
The simple test to see (without rebooting) is this.

mermaid root # awk '($2 == "devfs") {print "yes"; exit 0 }' /proc/filesystems
mermaid root # awk '($2 == "devfs") {print "yes"; exit 0 }' /proc/filesystems
yes


the command should have returned yes both times.
First time it was executed with the 3.1.2-r2 and then reverting back to 3.1.1-r2
This line is from /sbin/rc
awk has stopped taking filename as a parameter.
because
cat /proc/filesystems | awk '($2 == "devfs") {print "yes"; exit 0 }'

works in both cases (I havent tested this with 3.1.2-r2 but I tested with 3.1.2-r1 and it worked)
Hope this helps.
Spundun

------- Comment #7 From Martin Schlemmer (RETIRED) 2003-03-26 12:48:43 0000 -------
*** Bug 18192 has been marked as a duplicate of this bug. ***

------- Comment #8 From Martin Schlemmer (RETIRED) 2003-03-26 14:23:34 0000 -------
*** Bug 18235 has been marked as a duplicate of this bug. ***

------- Comment #9 From Martin Schlemmer (RETIRED) 2003-03-27 15:02:12 0000 -------
*** Bug 18283 has been marked as a duplicate of this bug. ***

------- Comment #10 From Martin Schlemmer (RETIRED) 2003-03-27 15:05:08 0000 -------
Special files like those in /proc, report themselves as regular files
of length 0, when in fact they have data in them if you try to read them.
The new record-reading code wasn't quite smart enough to deal with such
a bizarre case.  The following patch fixes the problem, thanks to 
Arnold D. Robbins (Maintainer of gawk).

Anyhow, gawk-3.1.2-r3 should fix this.

------- Comment #11 From Brandon Low (RETIRED) 2003-04-01 13:19:54 0000 -------
This seems fine here Azarah, thanks.

------- Comment #12 From Martin Schlemmer (RETIRED) 2003-04-06 11:24:09 0000 -------
Right, this can be closed.

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug