Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [DE] Error bei pyfll  (Read 4238 times)

Offline ayla

  • User
  • Posts: 1.744
[DE] Error bei pyfll
« on: 2011/08/27, 16:44:17 »
Hallo,

ich versuche mich gerade am ISO-Bau mit pyfll nach dem Wiki.

Code: [Select]
svn update /media/fll/pyfll/                                                                                                      
Revision 29843.          


Hier meine ffl.conf (auskommentiertes der Lesbarkeit wegen entfernt):

Code: [Select]
[ 'sourcedistro' ]
[ 'packages' ]
profile = kde-lite

i18n = """
de_DE
en_GB
en_US
"""

[ 'archs' ]
[[ 'amd64' ]]
linux = aptosid-amd64

[ 'repos' ]
[[ 'debian' ]]
label = debian
uri = http://cdn.debian.net/debian/
cached =
suite = sid
components = main

[[ 'aptosid' ]]
label = aptosid
uri = http://aptosid.com/debian/
cached =
suite = sid
components = main fix.main
gpgkey = E3BD538B
gpgkey = /usr/share/aptosid-archive-keyring/0xE3BD538B.asc
keyring = aptosid-archive-keyring

[ 'options' ]
build_dir = /media/fll/build_dir/
output_dir = /media/fll/output_dir/
build_log = /media/fll/my_dir/build.log


boot_cmdline = quiet radeon.modeset=0



[ 'distro' ]
FLL_DISTRO_NAME = "fullstory"
FLL_DISTRO_URL =  "http://developer.berlios.de/projects/fullstory/"

FLL_IMAGE_DIR  = "fullstory"
FLL_IMAGE_FILE = "fullstory"

FLL_MOUNTPOINT = "/fll/fullstory"
FLL_MEDIA_NAME = "fullstory.iso"

FLL_LIVE_USER        = "fullstory"
FLL_LIVE_USER_GROUPS = "dialout dip fuse cdrom audio video plugdev users floppy netdev powerdev scanner kvm"

FLL_WALLPAPER        = "/usr/share/wallpapers/aptosid-imera"
FLL_GFXBOOT_THEME    = "2011-02-imera"
FLL_IRC_SERVER       = "irc.oftc.net"
FLL_IRC_PORT         = "6667"
FLL_IRC_CHANNEL      = "#aptosid"
FLL_CDROM_INDEX      = "fullstory release notes"
FLL_CDROM_INDEX_ICON = "release/release-notes"

FLL_DISTRO_VERSION           =
FLL_DISTRO_CODENAME_SAFE     =
FLL_DISTRO_CODENAME          =
FLL_DISTRO_CODENAME_REV_SAFE =
FLL_DISTRO_CODENAME_REV      =


Leider krieg' ich bei dem Schritt:
Quote
Start des Build-Prozesses

time /media/fll/pyfll/fll -c /media/fll/my_dir/fll.conf -v

folgende Fehlermeldung:

Code: [Select]
2011-08-27 16:17:40,284 INFO  - reading configuration file...
Traceback (most recent call last):
  File "/media/fll/pyfll/pyfll", line 2580, in <module>
    fll.main()
  File "/media/fll/pyfll/pyfll", line 2479, in main
    self.parseConf()
  File "/media/fll/pyfll/pyfll", line 414, in parseConf
    self.conf = ConfigObj(self.opts.c)
  File "/usr/lib/python2.6/dist-packages/configobj.py", line 1230, in __init__
    self._load(infile, configspec)
  File "/usr/lib/python2.6/dist-packages/configobj.py", line 1320, in _load
    raise error
configobj.DuplicateError: Duplicate keyword name at line 52.

real    0m7.763s
user    0m0.247s
sys     0m0.059s




Ich hab' den Thread von se7en11 "aptosid als Eigenbau" gelesen und mich an das wiki gehalten.

Jemand eine Idee wo's hakt?

Gruß
ayla

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
RE: Error bei pyfll
« Reply #1 on: 2011/08/27, 16:45:37 »
python-fll hast Du installiert?
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ayla

  • User
  • Posts: 1.744
Error bei pyfll
« Reply #2 on: 2011/08/27, 16:47:05 »
Hallo towo


Installiert: 0.9.4

Online towo

  • Administrator
  • User
  • *****
  • Posts: 2.920
Error bei pyfll
« Reply #3 on: 2011/08/27, 16:54:05 »
gpgkey      = /usr/share/aptosid-archive-keyring/0xE3BD538B.asc
keyring   = aptosid-archive-keyring

sollte kommentiert sein.

Btw, einfacher wäre es, Du würdest in den chat kommen ;)
Ich gehe nicht zum Karneval, ich verleihe nur manchmal mein Gesicht.

Offline ayla

  • User
  • Posts: 1.744
Error bei pyfll
« Reply #4 on: 2011/08/27, 16:57:50 »
Danke für die Blitz-Hilfe.

Jetzt tut sich was :

Code: [Select]
2011-08-27 16:56:22,891 INFO  - reading configuration file...
2011-08-27 16:56:22,895 INFO  - No key for signing ISO hashes!
2011-08-27 16:56:22,904 INFO  - processing package profile (kde-lite)...
2011-08-27 16:56:23,008 INFO  - bootstrapping debian sid amd64...


Gruß
ayla

Edit: ok, wenns wieder hakt: Chat :)