PM Nchemba orders return of contractors to stalled road projects

Prime Minister Mwigulu Nchemba arrives at Seronera Airstrip in Serengeti District, Mara Region on Wednesday, July 1, 2026, to begin a five-day-working tour of the region. PHOTO | BELDINA NYAKEKE

Serengeti. Prime Minister Mwigulu Nchemba has directed the Ministry of Works to instruct contractors who abandoned road projects due to funding constraints to return to site immediately, paving the way for stalled works to resume without further delay.

He issued the directive in Serengeti on Tuesday, July 1, 2026, during a public rally on the first day of his five-day working visit to the Mara Region.

Dr Nchemba said the government’s earlier decision to redirect funds from some road projects was deliberate, aimed at financing strategic national investments, including the Julius Nyerere Hydropower Project and the Magufuli Bridge.

“It is not that we did not see the importance of these roads. The decision was necessary because those major projects, including the Mwalimu Nyerere Hydropower Project, were highly needed but faced significant external challenges,” he said.

He said the expansion of power transmission infrastructure had enabled electricity to reach all villages nationwide, but demand still outpaced generation, leading to instability and rationing that affected production and economic activity.

“It was because of that situation that we prioritised the dam project. The government tightened its budget to complete it, which was then about 70 percent complete. This project would not have been completed without the determination of the late President John Magufuli and his then deputy,” he said.

Dr Nchemba added that the project was consuming more than Sh300 billion per month, making it difficult to sustain funding for other infrastructure, including roads in Mara Region.

He said the government had now introduced measures to revive stalled projects, including redirecting funds previously channelled through the Tanzania Revenue Authority (TRA) to the Road Fund.

He named the affected roads as Tarime–Mugumu and Sanzate–Mugumu, among others, saying implementation would resume in the 2026/27 financial year.

He added that Mara Region was not alone, as similar delays were being experienced nationwide.

During the same rally, the Prime Minister ordered an end to the confiscation of traders’ working tools, particularly for small-scale operators, saying offenders should instead be fined in accordance with the law.

“The practice of confiscating tools such as motorcycles, bicycles, carts and food vendors’ equipment must stop. There is no need to destroy someone’s capital. That is their workplace. We must act with responsibility,” he said.

On public servants accused of negligence and ethical breaches, Dr Nchemba warned that the government would take strict action, saying offenders would no longer be transferred but dealt with at their duty stations, including dismissal.

“I have instructed public service authorities that any civil servant who acts contrary to regulations will not be transferred elsewhere. They will be dealt with at their respective stations, including dismissal,” he said.

Deputy Minister for Lands, Housing and Human Settlements Development, Mr Kaspar Mmuya said measures had been taken to address land disputes, including plans to survey all 78 villages in Serengeti District.

He said the exercise would be completed within five years and would provide a lasting solution to boundary disputes between villages, wards and institutions.

Minister for Defence and National Service, Dr Rhimo Nyansaho, said completion of road projects in Serengeti would improve internal connectivity and link the district with other parts of the Mara Region and beyond.

Dr Nyansaho urged residents to uphold peace, saying it transcends religion, ethnicity and political affiliation and remains a shared responsibility.

Before the rally, Dr Nchemba inspected the Serengeti District Council administration building, noting that the government had constructed 150 administrative buildings in councils over the past five years.

According to Tanzania Building Agency (TBA) Mara Regional Manager Jeje Jeje, the project expected to cost more than Sh4.5 billion, is 42 percent complete, and is scheduled for completion in April 2028.

(function () { "use strict"; var thisScript = document.currentScript; var CONFIG = { apiBase: "https://market.mcl.co.tz", brand: "Market", live: "LIVE", labels: { stocks: "Stocks", forex: "Forex", buy: "Buy", sell: "Sell", unavailable: "Market data is currently unavailable.", updated: "Updated", }, majorCurrencies: ["USD", "EUR", "GBP", "KES", "UGX", "ZAR", "JPY", "CNY", "INR", "AED", "CAD", "CHF", "SAR"], refreshMs: 5 * 60 * 1000, pxPerSecond: 55, accent: "#0a66c2", accentRgb: "10, 102, 194", }; // ---------------- STYLE ---------------- var CSS = ` .mcl-ticker{--accent:${CONFIG.accent};--accent-rgb:${CONFIG.accentRgb}; --bg-a:#0b1f3a;--bg-b:#123059;--txt:#fff;--txt-dim:rgba(255,255,255,.62); --up:#2fd07f;--down:#ff5d5d;--flat:#9fb3c8;--h:48px; position:relative;height:var(--h);width:100%;overflow:hidden;display:flex;align-items:stretch; color:var(--txt);background:linear-gradient(90deg,var(--bg-a),var(--bg-b)); border-top:2px solid var(--accent);box-shadow:0 2px 10px rgba(0,0,0,.18); font-size:13.5px;user-select:none; font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial;} .mcl-ticker *{box-sizing:border-box;} .mcl-brand{flex:0 0 auto;display:flex;align-items:center;gap:9px;padding:0 16px; background:rgba(0,0,0,.2);white-space:nowrap;} .mcl-brand-name{font-weight:800;font-size:12px;text-transform:uppercase;} .mcl-live{display:flex;align-items:center;gap:6px;font-size:10px;font-weight:700;color:var(--accent);} .mcl-dot{width:8px;height:8px;border-radius:50%;background:var(--accent);animation:pulse 1.6s infinite;} @keyframes pulse{0%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),.6);}70%{box-shadow:0 0 0 7px rgba(var(--accent-rgb),0);}100%{box-shadow:0 0 0 0 rgba(var(--accent-rgb),0);}} .mcl-viewport{flex:1;overflow:hidden;position:relative;} .mcl-track{position:absolute;display:inline-flex;white-space:nowrap;align-items:center;height:100%;} @keyframes scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}} .mcl-item{display:inline-flex;gap:7px;padding:0 14px;border-right:1px solid rgba(255,255,255,.08);} .mcl-sym{font-weight:700;} .mcl-val{color:var(--txt-dim);} .mcl-chg.up{color:var(--up);} .mcl-chg.down{color:var(--down);} .mcl-chg.flat{color:var(--flat);} .mcl-pill{margin:0 10px;padding:3px 10px;border-radius:999px;background:var(--accent);font-size:10px;font-weight:800;} .mcl-status{padding:0 16px;color:var(--txt-dim);} `; function injectStyle() { if (document.getElementById("mcl-style")) return; var s = document.createElement("style"); s.id = "mcl-style"; s.textContent = CSS; document.head.appendChild(s); } // ---------------- MOUNT ---------------- function getMount() { return document.querySelector(".ticker-data"); } // ---------------- HELPERS ---------------- function toNum(v) { var n = parseFloat(String(v || "").replace(/,/g, "")); return isFinite(n) ? n : null; } function fmt(v) { var n = parseFloat(v); if (!isFinite(n)) return v; return n.toLocaleString("en-US", { minimumFractionDigits: 2, maximumFractionDigits: 2 }); } function arrow(d) { if (!d) return "▬"; return d > 0 ? "▲" : "▼"; } function cls(d) { if (!d) return "flat"; return d > 0 ? "up" : "down"; } // ---------------- DATA ---------------- async function fetchFiles(cat) { var r = await fetch(CONFIG.apiBase + "/api/files?category=" + cat); return r.ok ? r.json() : []; } async function load(track) { try { var [stocksFile, forexFile] = await Promise.all([ fetchFiles("hisa"), fetchFiles("fedha"), ]); track.innerHTML = '
Loading...
'; // simplified render (kept minimal for integration) var html = ""; html += 'STOCKS'; html += 'NMB2,450.00▲ 1.2%'; html += 'FOREX'; html += 'USDBuy 2,600 · Sell 2,640▼ 0.4%'; track.innerHTML = html + html; var speed = 50; var dur = Math.max(20, track.scrollWidth / speed); track.style.animation = "scroll " + dur + "s linear infinite"; } catch (e) { track.innerHTML = '
Market data unavailable
'; } } // ---------------- INIT ---------------- function init() { injectStyle(); var mount = getMount(); if (!mount) return; mount.innerHTML = '
' + '
' + '' + CONFIG.brand + '' + 'LIVE' + '
' + '
' + '
Loading...
' + '
' + '
'; var track = mount.querySelector(".mcl-track"); load(track); setInterval(function () { load(track); }, CONFIG.refreshMs); } console.log(CONFIG); if (document.readyState === "loading") { document.addEventListener("DOMContentLoaded", init); } else { init(); } })();