Bonjour,
J'aimerai installer Tex sur un OS tout neuf en ligne de commande sous OS X 10.9. Je bute sur une erreur toute bête que je ne comprends pas, je cherche donc de l'aide.
Voici ce que j'ai fais :
1 2 3 4 5 | sudo brew update sudo wget https://distfiles.macports.org/MacPorts/MacPorts-2.3.1-10.9-Mavericks.pkg sudo installer -pkg MacPorts-2.3.1-10.9-Mavericks.pkg -target / export PATH=$PATH:/opt/local/bin sudo port install texlive-basic |
Tout se passe bien sauf pour l'install de texlive qui me renvoit l'erreur
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 | ---> Updating database of binaries Error: Updating database of binaries failed no such variable (read trace on "env(COLUMNS)") invoked from within "expr {min($maxWidth, $env(COLUMNS) - $barPrefixLen)}" ("foreach" body line 6) invoked from within "foreach {now total} $args { if {[showProgress $now $total] eq yes} { set barPrefix " " ..." ("update" arm line 4) invoked from within "switch -nocase -- $action { start { initDelay } update { # the for loop is a simpl..." (procedure "portclient::progress::generic" line 5) invoked from within "$revupgrade_progress update $i $files_count" ("foreach" body line 4) invoked from within "foreach f $files { if {$fancy_output} { if {$files_count < 10000 || $i % 10 == 1} { ..." invoked from within "try { ui_msg "$macports::ui_prefix Updating database of binaries" set i 1 if {$fancy_output} { ..." invoked from within "registry::write { try { ui_msg "$macports::ui_prefix Updating database of binaries" set i 1 ..." (procedure "revupgrade_scanandrebuild" line 12) invoked from within "revupgrade_scanandrebuild broken_port_counts $opts" (procedure "macports::revupgrade" line 5) invoked from within "macports::revupgrade $opts" (procedure "action_revupgrade" line 2) invoked from within "action_revupgrade $action $portlist $opts" (procedure "action_target" line 96) invoked from within "$action_proc $action $portlist [array get global_options]" (procedure "process_cmd" line 103) invoked from within "process_cmd $remaining_args" invoked from within "if { [llength $remaining_args] > 0 } { # If there are remaining arguments, process those as a command set exit_status [process_cmd $remaining..." (file "/opt/local/bin/port" line 5268) The command "sudo port install texlive-basic" failed and exited with 1 during . |
Quelqu'un sait d'ou viens le problème ? il me manque un package ?
+0
-0