Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200883 - genkernel-3.4.9_pre10 is broken syntax error...
Summary: genkernel-3.4.9_pre10 is broken syntax error...
Status: RESOLVED DUPLICATE of bug 200725
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: genkernel (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 22:42 UTC by Ivan Havlicek
Modified: 2007-11-30 23:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Havlicek 2007-11-30 22:42:04 UTC
In files :
/usr/share/genkernel/gen_initrd.sh (line 219)
/usr/share/genkernel/gen_initramfs.sh (line 411)
As you use bash (#!/bin/bash) the correct syntax is 'elif' !
you shold remplace the word 'elsif' by 'elif'

==> I try this substitution with succes on my laptop.

Good work, best regards.

Reproducible: Always

Steps to Reproduce:
# genkernel --gensplash --menuconfig all
Actual Results:  
/usr/share/genkernel/gen_initrd.sh: line 220: syntax error near unexpected token `then'
/usr/share/genkernel/gen_initrd.sh: line 220: `         then'
* ERROR: Could not read /usr/share/genkernel/gen_initrd.sh
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-30 23:00:36 UTC

*** This bug has been marked as a duplicate of bug 200725 ***