archangel.amael Thanks for the post, I cant seem to recreate the error. Can you tell me exactly what package you were trying to apt-get whn this happened. I apt-geted each one and the all work fine except libxandr-dev which it said didnt exist. There is only one repo mirror at the moment so that cant be the issue. Also you probably don't want to change the source line because that will most likely break stuff. The packages under /main are the ones that we get from the main repo so those are not ours. How mny times have you tried this also? its possible you caught the repo in a sync or something when the files were changing?
Code:root@backtrack:~# apt-get install libxinerama-dev Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: x11proto-xinerama-dev The following NEW packages will be installed: libxinerama-dev x11proto-xinerama-dev 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. Need to get 17.4kB of archives. After this operation, 143kB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://archive.offensive-security.com pwnsauce/main x11proto-xinerama-dev 1.1.2-5ubuntu1 [5772B] Get:2 http://archive.offensive-security.com pwnsauce/main libxinerama-dev 2:1.0.3-2 [11.7kB] Fetched 17.4kB in 0s (42.4kB/s) Selecting previously deselected package x11proto-xinerama-dev. (Reading database ... 185176 files and directories currently installed.) Unpacking x11proto-xinerama-dev (from .../x11proto-xinerama-dev_1.1.2-5ubuntu1_all.deb) ... Selecting previously deselected package libxinerama-dev. Unpacking libxinerama-dev (from .../libxinerama-dev_2%3a1.0.3-2_i386.deb) ... Processing triggers for man-db ... Setting up x11proto-xinerama-dev (1.1.2-5ubuntu1) ... Setting up libxinerama-dev (2:1.0.3-2) ... root@backtrack:~# apt-get install x11proto-randr-dev Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: x11proto-randr-dev 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get 29.5kB of archives. After this operation, 106kB of additional disk space will be used. Get:1 http://archive.offensive-security.com pwnsauce/main x11proto-randr-dev 1.2.2-1 [29.5kB] Fetched 29.5kB in 0s (81.8kB/s) Selecting previously deselected package x11proto-randr-dev. (Reading database ... 185195 files and directories currently installed.) Unpacking x11proto-randr-dev (from .../x11proto-randr-dev_1.2.2-1_all.deb) ... Setting up x11proto-randr-dev (1.2.2-1) ... root@backtrack:~# apt-get install libxandr-dev Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package libxandr-dev root@backtrack:~# apt-get install bzr Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: bzrtools python-paramiko Suggested packages: bzr-gtk bzr-svn librsvg2-bin The following NEW packages will be installed: bzr bzrtools python-paramiko 0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded. Need to get 4982kB of archives. After this operation, 17.0MB of additional disk space will be used. Do you want to continue [Y/n]? Get:1 http://archive.offensive-security.com pwnsauce/main bzr 1.6.1-1 [4795kB] Get:2 http://archive.offensive-security.com pwnsauce/main bzrtools 1.6.0-1 [60.6kB] Get:3 http://archive.offensive-security.com pwnsauce/main python-paramiko 1.7.4-0.1 [126kB] Fetched 4982kB in 8s (623kB/s) Selecting previously deselected package bzr. (Reading database ... 185203 files and directories currently installed.) Unpacking bzr (from .../archives/bzr_1.6.1-1_i386.deb) ... Selecting previously deselected package bzrtools. Unpacking bzrtools (from .../bzrtools_1.6.0-1_all.deb) ... Selecting previously deselected package python-paramiko. Unpacking python-paramiko (from .../python-paramiko_1.7.4-0.1_all.deb) ... Processing triggers for man-db ... Setting up bzr (1.6.1-1) ... Setting up bzrtools (1.6.0-1) ... Setting up python-paramiko (1.7.4-0.1) ... Processing triggers for python-support ... root@backtrack:~#



I was just making a assumption. If possible could you try it again from our repo. Its hard to file a bug as you know if I cant recreate the problem.