Running
Trying to solve the problem I first upgraded my system to latest 10-STABLE.
Then I wiped my /usr/ports and downloaded a fresh copy.
But I still can't build the ports index. This is the error I get every time.
I have googled for problems with graphics/qtawesome since this started but I have only found a couple of old posts with vaguely similar problems which seems to have gone away after a fresh system update but that didn't help in my case. I must've broken something else and any help is appreciated.
Regards
Morgan
make index on my ports collection hasn't worked for months and I need help tracking down what's wrong with my system. I know I can run make fetchindex to download a working index for my ports collection but still I'd like to figure out why make index doesn't work.Trying to solve the problem I first upgraded my system to latest 10-STABLE.
Code:
# freebsd-version
10.2-BETA2
# uname -a
FreeBSD host.mydomain 10.2-BETA2 FreeBSD 10.2-BETA2 #0 r285708: Mon Jul 20 20:39:30 CEST 2015 root@mydomain:/usr/obj/usr/src/sys/MYKERNEL amd64
Then I wiped my /usr/ports and downloaded a fresh copy.
Code:
mv /usr/ports /usr/ports_backup
mkdir /usr/ports
svn checkout https://svn.FreeBSD.org/ports/head /usr/ports
<long snip>
Checked out revision 392642.
But I still can't build the ports index. This is the error I get every time.
Code:
# cd /usr/ports
# make index
Generating INDEX-10 - please wait..--- describe.accessibility ---
--- describe.arabic ---
--- describe.archivers ---
--- describe.astro ---
--- describe.audio ---
--- describe.benchmarks ---
--- describe.biology ---
--- describe.cad ---
--- describe.chinese ---
--- describe.comms ---
--- describe.converters ---
--- describe.databases ---
--- describe.deskutils ---
--- describe.devel ---
--- describe.dns ---
--- describe.editors ---
--- describe.emulators ---
--- describe.finance ---
--- describe.french ---
--- describe.ftp ---
--- describe.games ---
--- describe.german ---
--- describe.graphics ---
--- describe.hebrew ---
--- describe.hungarian ---
--- describe.irc ---
--- describe.japanese ---
--- describe.java ---
--- describe.korean ---
--- describe.lang ---
--- describe.graphics ---
make[5]: "/usr/ports/Mk/Uses/qmake.mk" line 52: Malformed conditional (${_QT_VERSION:M5*})
make[5]: Fatal errors encountered -- cannot continue===> graphics/qtawesome failed
*** [describe.graphics] Error code 1
make[2]: stopped in /usr/ports
1 error
make[2]: stopped in /usr/ports
********************************************************************
Before reporting this error, verify that you are running a supported
version of FreeBSD (see http://www.FreeBSD.org/ports/) and that you
have a complete and up-to-date ports collection. (INDEX builds are
not supported with partial or out-of-date ports collections.
If that is the case, then
report the failure to ports@FreeBSD.org together with relevant
details of your ports configuration (including FreeBSD version,
your architecture, your environment, and your /etc/make.conf
settings, especially compiler flags and OPTIONS_SET/UNSET settings).
Note: the latest pre-generated version of INDEX may be fetched
automatically with "make fetchindex".
********************************************************************
*** Error code 1
Stop.
make[1]: stopped in /usr/ports
*** Error code 1
Stop.
make: stopped in /usr/ports
I have googled for problems with graphics/qtawesome since this started but I have only found a couple of old posts with vaguely similar problems which seems to have gone away after a fresh system update but that didn't help in my case. I must've broken something else and any help is appreciated.
Regards
Morgan